Brian Silverman | 41cdd3e | 2019-01-19 19:48:58 -0800 | [diff] [blame] | 1 | ============================================================================== |
| 2 | Copyrights and Licenses for Third Party Software Distributed with WPILib |
| 3 | ============================================================================== |
| 4 | The WPILib software contains code written by third parties. The copyrights, |
| 5 | license, and restrictions which apply to each piece of software is included |
| 6 | later in this file and/or inside of the individual applicable source files. |
| 7 | |
| 8 | The disclaimer of warranty in the WPILib license above applies to all code in |
| 9 | WPILib, and nothing in any of the other licenses gives permission to use the |
| 10 | names of FIRST nor the names of the WPILib contributors to endorse or promote |
| 11 | products derived from this software. |
| 12 | |
| 13 | The following pieces of software have additional or alternate copyrights, |
| 14 | licenses, and/or restrictions: |
| 15 | |
| 16 | Program Locations |
| 17 | ------- --------- |
| 18 | RoboRIO Libraries ni-libraries |
| 19 | Google Test gtest |
| 20 | LLVM wpiutil/src/main/native/include/wpi/{various files} |
| 21 | wpiutil/src/main/native/cpp/llvm/ |
| 22 | wpiutil/src/main/native/cpp/leb128.cpp |
| 23 | wpiutil/src/test/native/cpp/leb128Test.cpp |
| 24 | JSON for Modern C++ wpiutil/src/main/native/include/wpi/json.h |
| 25 | wpiutil/src/main/native/cpp/json_*.cpp |
| 26 | wpiutil/src/test/native/cpp/json/ |
| 27 | libuv wpiutil/src/main/native/include/uv.h |
| 28 | wpiutil/src/main/native/include/uv/ |
| 29 | wpiutil/src/main/native/libuv/ |
| 30 | sigslot wpiutil/src/main/native/include/wpi/Signal.h |
| 31 | wpiutil/src/test/native/cpp/sigslot/ |
| 32 | tcpsockets wpiutil/src/main/native/cpp/TCP{Stream,Connector,Acceptor}.cpp |
| 33 | wpiutil/src/main/native/include/wpi/TCP*.h |
Brian Silverman | 41cdd3e | 2019-01-19 19:48:58 -0800 | [diff] [blame] | 34 | Bootstrap wpiutil/src/main/native/resources/bootstrap-* |
| 35 | CoreUI wpiutil/src/main/native/resources/coreui-* |
| 36 | Feather Icons wpiutil/src/main/native/resources/feather-* |
| 37 | jQuery wpiutil/src/main/native/resources/jquery-* |
| 38 | popper.js wpiutil/src/main/native/resources/popper-* |
James Kuszmaul | 4f3ad3c | 2019-12-01 16:35:21 -0800 | [diff] [blame] | 39 | units wpiutil/src/main/native/include/units/units.h |
| 40 | Eigen wpiutil/src/main/native/eigeninclude/ |
| 41 | StackWalker wpiutil/src/main/native/windows/StackWalker.* |
| 42 | Team 254 Library wpilibj/src/main/java/edu/wpi/first/wpilibj/spline/SplineParameterizer.java |
| 43 | wpilibj/src/main/java/edu/wpi/first/wpilibj/trajectory/TrajectoryParameterizer.java |
| 44 | wpilibc/src/main/native/include/spline/SplineParameterizer.h |
| 45 | wpilibc/src/main/native/include/trajectory/TrajectoryParameterizer.h |
| 46 | wpilibc/src/main/native/cpp/trajectory/TrajectoryParameterizer.cpp |
Brian Silverman | 41cdd3e | 2019-01-19 19:48:58 -0800 | [diff] [blame] | 47 | |
| 48 | |
| 49 | ============================================================================== |
| 50 | Google Test License |
| 51 | ============================================================================== |
| 52 | Copyright 2008, Google Inc. |
| 53 | All rights reserved. |
| 54 | |
| 55 | Redistribution and use in source and binary forms, with or without |
| 56 | modification, are permitted provided that the following conditions are |
| 57 | met: |
| 58 | |
| 59 | * Redistributions of source code must retain the above copyright |
| 60 | notice, this list of conditions and the following disclaimer. |
| 61 | * Redistributions in binary form must reproduce the above |
| 62 | copyright notice, this list of conditions and the following disclaimer |
| 63 | in the documentation and/or other materials provided with the |
| 64 | distribution. |
| 65 | * Neither the name of Google Inc. nor the names of its |
| 66 | contributors may be used to endorse or promote products derived from |
| 67 | this software without specific prior written permission. |
| 68 | |
| 69 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 70 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 71 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 72 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 73 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 74 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 75 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 76 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 77 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 78 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 79 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 80 | |
| 81 | |
| 82 | ============================================================================== |
| 83 | LLVM Release License |
| 84 | ============================================================================== |
| 85 | University of Illinois/NCSA |
| 86 | Open Source License |
| 87 | |
| 88 | Copyright (c) 2003-2017 University of Illinois at Urbana-Champaign. |
| 89 | All rights reserved. |
| 90 | |
| 91 | Developed by: |
| 92 | |
| 93 | LLVM Team |
| 94 | |
| 95 | University of Illinois at Urbana-Champaign |
| 96 | |
| 97 | http://llvm.org |
| 98 | |
| 99 | Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 100 | this software and associated documentation files (the "Software"), to deal with |
| 101 | the Software without restriction, including without limitation the rights to |
| 102 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
| 103 | of the Software, and to permit persons to whom the Software is furnished to do |
| 104 | so, subject to the following conditions: |
| 105 | |
| 106 | * Redistributions of source code must retain the above copyright notice, |
| 107 | this list of conditions and the following disclaimers. |
| 108 | |
| 109 | * Redistributions in binary form must reproduce the above copyright notice, |
| 110 | this list of conditions and the following disclaimers in the |
| 111 | documentation and/or other materials provided with the distribution. |
| 112 | |
| 113 | * Neither the names of the LLVM Team, University of Illinois at |
| 114 | Urbana-Champaign, nor the names of its contributors may be used to |
| 115 | endorse or promote products derived from this Software without specific |
| 116 | prior written permission. |
| 117 | |
| 118 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 119 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 120 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 121 | CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 122 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 123 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE |
| 124 | SOFTWARE. |
| 125 | |
| 126 | |
| 127 | ============================================================================== |
| 128 | JSON for Modern C++ License |
| 129 | ============================================================================== |
| 130 | |
| 131 | __ _____ _____ _____ |
| 132 | __| | __| | | | JSON for Modern C++ |
| 133 | | | |__ | | | | | | version 2.1.1 |
| 134 | |_____|_____|_____|_|___| https://github.com/nlohmann/json |
| 135 | |
| 136 | Licensed under the MIT License <http://opensource.org/licenses/MIT>. |
| 137 | Copyright (c) 2013-2017 Niels Lohmann <http://nlohmann.me>. |
| 138 | |
| 139 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 140 | of this software and associated documentation files (the "Software"), to deal |
| 141 | in the Software without restriction, including without limitation the rights |
| 142 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 143 | copies of the Software, and to permit persons to whom the Software is |
| 144 | furnished to do so, subject to the following conditions: |
| 145 | |
| 146 | The above copyright notice and this permission notice shall be included in all |
| 147 | copies or substantial portions of the Software. |
| 148 | |
| 149 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 150 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 151 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 152 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 153 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 154 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 155 | SOFTWARE. |
| 156 | |
| 157 | |
| 158 | ============================================================================== |
| 159 | libuv License |
| 160 | ============================================================================== |
| 161 | Copyright Joyent, Inc. and other Node contributors. All rights reserved. |
| 162 | |
| 163 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 164 | of this software and associated documentation files (the "Software"), to |
| 165 | deal in the Software without restriction, including without limitation the |
| 166 | rights to use, copy, modify, merge, publish, distribute, sublicense, and/or |
| 167 | sell copies of the Software, and to permit persons to whom the Software is |
| 168 | furnished to do so, subject to the following conditions: |
| 169 | |
| 170 | The above copyright notice and this permission notice shall be included in |
| 171 | all copies or substantial portions of the Software. |
| 172 | |
| 173 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 174 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 175 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 176 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 177 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 178 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS |
| 179 | IN THE SOFTWARE. |
| 180 | |
| 181 | |
| 182 | ============================================================================== |
| 183 | sigslot License |
| 184 | ============================================================================== |
| 185 | Sigslot, a signal-slot library |
| 186 | |
| 187 | https://github.com/palacaze/sigslot |
| 188 | |
| 189 | MIT License |
| 190 | |
| 191 | Copyright (c) 2017 Pierre-Antoine Lacaze |
| 192 | |
| 193 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 194 | of this software and associated documentation files (the "Software"), to deal |
| 195 | in the Software without restriction, including without limitation the rights |
| 196 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 197 | copies of the Software, and to permit persons to whom the Software is |
| 198 | furnished to do so, subject to the following conditions: |
| 199 | |
| 200 | The above copyright notice and this permission notice shall be included in all |
| 201 | copies or substantial portions of the Software. |
| 202 | |
| 203 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 204 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 205 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 206 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 207 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 208 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 209 | SOFTWARE. |
| 210 | |
| 211 | |
| 212 | ============================================================================== |
| 213 | tcpsockets License |
| 214 | ============================================================================== |
| 215 | Copyright (c) 2013 [Vic Hargrave - http://vichargrave.com] |
| 216 | |
| 217 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 218 | you may not use this file except in compliance with the License. |
| 219 | You may obtain a copy of the License at |
| 220 | |
| 221 | http://www.apache.org/licenses/LICENSE-2.0 |
| 222 | |
| 223 | Unless required by applicable law or agreed to in writing, software |
| 224 | distributed under the License is distributed on an "AS IS" BASIS, |
| 225 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 226 | See the License for the specific language governing permissions and |
| 227 | limitations under the License. |
| 228 | |
| 229 | |
| 230 | ============================================================================== |
Brian Silverman | 41cdd3e | 2019-01-19 19:48:58 -0800 | [diff] [blame] | 231 | Bootstrap License |
| 232 | ============================================================================== |
| 233 | Copyright (c) 2011-2018 Twitter, Inc. |
| 234 | Copyright (c) 2011-2018 The Bootstrap Authors |
| 235 | |
| 236 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 237 | of this software and associated documentation files (the "Software"), to deal |
| 238 | in the Software without restriction, including without limitation the rights |
| 239 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 240 | copies of the Software, and to permit persons to whom the Software is |
| 241 | furnished to do so, subject to the following conditions: |
| 242 | |
| 243 | The above copyright notice and this permission notice shall be included in |
| 244 | all copies or substantial portions of the Software. |
| 245 | |
| 246 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 247 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 248 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 249 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 250 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 251 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 252 | THE SOFTWARE. |
| 253 | |
| 254 | |
| 255 | ============================================================================== |
| 256 | CoreUI License |
| 257 | ============================================================================== |
| 258 | Copyright (c) 2018 creativeLabs tukasz Holeczek. |
| 259 | |
| 260 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 261 | of this software and associated documentation files (the "Software"), to deal |
| 262 | in the Software without restriction, including without limitation the rights |
| 263 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 264 | copies of the Software, and to permit persons to whom the Software is |
| 265 | furnished to do so, subject to the following conditions: |
| 266 | |
| 267 | The above copyright notice and this permission notice shall be included in |
| 268 | all copies or substantial portions of the Software. |
| 269 | |
| 270 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 271 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 272 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 273 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 274 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 275 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 276 | THE SOFTWARE. |
| 277 | |
| 278 | |
| 279 | ============================================================================== |
| 280 | Feather Icons License |
| 281 | ============================================================================== |
| 282 | Copyright (c) 2013-2017 Cole Bemis |
| 283 | |
| 284 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 285 | of this software and associated documentation files (the "Software"), to deal |
| 286 | in the Software without restriction, including without limitation the rights |
| 287 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 288 | copies of the Software, and to permit persons to whom the Software is |
| 289 | furnished to do so, subject to the following conditions: |
| 290 | |
| 291 | The above copyright notice and this permission notice shall be included in all |
| 292 | copies or substantial portions of the Software. |
| 293 | |
| 294 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 295 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 296 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 297 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 298 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 299 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 300 | SOFTWARE. |
| 301 | |
| 302 | |
| 303 | ============================================================================== |
| 304 | jQuery License |
| 305 | ============================================================================== |
| 306 | Copyright JS Foundation and other contributors, https://js.foundation/ |
| 307 | |
| 308 | Permission is hereby granted, free of charge, to any person obtaining |
| 309 | a copy of this software and associated documentation files (the |
| 310 | "Software"), to deal in the Software without restriction, including |
| 311 | without limitation the rights to use, copy, modify, merge, publish, |
| 312 | distribute, sublicense, and/or sell copies of the Software, and to |
| 313 | permit persons to whom the Software is furnished to do so, subject to |
| 314 | the following conditions: |
| 315 | |
| 316 | The above copyright notice and this permission notice shall be |
| 317 | included in all copies or substantial portions of the Software. |
| 318 | |
| 319 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 320 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 321 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 322 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
| 323 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 324 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
| 325 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 326 | |
| 327 | |
| 328 | ============================================================================== |
| 329 | popper.js License |
| 330 | ============================================================================== |
| 331 | Copyright (c) 2016 Federico Zivolo and contributors |
| 332 | |
| 333 | Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 334 | this software and associated documentation files (the "Software"), to deal in |
| 335 | the Software without restriction, including without limitation the rights to |
| 336 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
| 337 | of the Software, and to permit persons to whom the Software is furnished to do |
| 338 | so, subject to the following conditions: |
| 339 | |
| 340 | The above copyright notice and this permission notice shall be included in all |
| 341 | copies or substantial portions of the Software. |
| 342 | |
| 343 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 344 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 345 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 346 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 347 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 348 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 349 | SOFTWARE. |
James Kuszmaul | 4f3ad3c | 2019-12-01 16:35:21 -0800 | [diff] [blame] | 350 | |
| 351 | |
| 352 | ============= |
| 353 | units License |
| 354 | ============= |
| 355 | The MIT License (MIT) |
| 356 | |
| 357 | Copyright (c) 2016 Nic Holthaus |
| 358 | |
| 359 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 360 | of this software and associated documentation files (the "Software"), to deal |
| 361 | in the Software without restriction, including without limitation the rights |
| 362 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 363 | copies of the Software, and to permit persons to whom the Software is |
| 364 | furnished to do so, subject to the following conditions: |
| 365 | |
| 366 | The above copyright notice and this permission notice shall be included in all |
| 367 | copies or substantial portions of the Software. |
| 368 | |
| 369 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 370 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 371 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 372 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 373 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 374 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 375 | SOFTWARE. |
| 376 | |
| 377 | |
| 378 | ============= |
| 379 | Eigen license |
| 380 | ============= |
| 381 | Mozilla Public License Version 2.0 |
| 382 | ================================== |
| 383 | |
| 384 | 1. Definitions |
| 385 | -------------- |
| 386 | |
| 387 | 1.1. "Contributor" |
| 388 | means each individual or legal entity that creates, contributes to |
| 389 | the creation of, or owns Covered Software. |
| 390 | |
| 391 | 1.2. "Contributor Version" |
| 392 | means the combination of the Contributions of others (if any) used |
| 393 | by a Contributor and that particular Contributor's Contribution. |
| 394 | |
| 395 | 1.3. "Contribution" |
| 396 | means Covered Software of a particular Contributor. |
| 397 | |
| 398 | 1.4. "Covered Software" |
| 399 | means Source Code Form to which the initial Contributor has attached |
| 400 | the notice in Exhibit A, the Executable Form of such Source Code |
| 401 | Form, and Modifications of such Source Code Form, in each case |
| 402 | including portions thereof. |
| 403 | |
| 404 | 1.5. "Incompatible With Secondary Licenses" |
| 405 | means |
| 406 | |
| 407 | (a) that the initial Contributor has attached the notice described |
| 408 | in Exhibit B to the Covered Software; or |
| 409 | |
| 410 | (b) that the Covered Software was made available under the terms of |
| 411 | version 1.1 or earlier of the License, but not also under the |
| 412 | terms of a Secondary License. |
| 413 | |
| 414 | 1.6. "Executable Form" |
| 415 | means any form of the work other than Source Code Form. |
| 416 | |
| 417 | 1.7. "Larger Work" |
| 418 | means a work that combines Covered Software with other material, in |
| 419 | a separate file or files, that is not Covered Software. |
| 420 | |
| 421 | 1.8. "License" |
| 422 | means this document. |
| 423 | |
| 424 | 1.9. "Licensable" |
| 425 | means having the right to grant, to the maximum extent possible, |
| 426 | whether at the time of the initial grant or subsequently, any and |
| 427 | all of the rights conveyed by this License. |
| 428 | |
| 429 | 1.10. "Modifications" |
| 430 | means any of the following: |
| 431 | |
| 432 | (a) any file in Source Code Form that results from an addition to, |
| 433 | deletion from, or modification of the contents of Covered |
| 434 | Software; or |
| 435 | |
| 436 | (b) any new file in Source Code Form that contains any Covered |
| 437 | Software. |
| 438 | |
| 439 | 1.11. "Patent Claims" of a Contributor |
| 440 | means any patent claim(s), including without limitation, method, |
| 441 | process, and apparatus claims, in any patent Licensable by such |
| 442 | Contributor that would be infringed, but for the grant of the |
| 443 | License, by the making, using, selling, offering for sale, having |
| 444 | made, import, or transfer of either its Contributions or its |
| 445 | Contributor Version. |
| 446 | |
| 447 | 1.12. "Secondary License" |
| 448 | means either the GNU General Public License, Version 2.0, the GNU |
| 449 | Lesser General Public License, Version 2.1, the GNU Affero General |
| 450 | Public License, Version 3.0, or any later versions of those |
| 451 | licenses. |
| 452 | |
| 453 | 1.13. "Source Code Form" |
| 454 | means the form of the work preferred for making modifications. |
| 455 | |
| 456 | 1.14. "You" (or "Your") |
| 457 | means an individual or a legal entity exercising rights under this |
| 458 | License. For legal entities, "You" includes any entity that |
| 459 | controls, is controlled by, or is under common control with You. For |
| 460 | purposes of this definition, "control" means (a) the power, direct |
| 461 | or indirect, to cause the direction or management of such entity, |
| 462 | whether by contract or otherwise, or (b) ownership of more than |
| 463 | fifty percent (50%) of the outstanding shares or beneficial |
| 464 | ownership of such entity. |
| 465 | |
| 466 | 2. License Grants and Conditions |
| 467 | -------------------------------- |
| 468 | |
| 469 | 2.1. Grants |
| 470 | |
| 471 | Each Contributor hereby grants You a world-wide, royalty-free, |
| 472 | non-exclusive license: |
| 473 | |
| 474 | (a) under intellectual property rights (other than patent or trademark) |
| 475 | Licensable by such Contributor to use, reproduce, make available, |
| 476 | modify, display, perform, distribute, and otherwise exploit its |
| 477 | Contributions, either on an unmodified basis, with Modifications, or |
| 478 | as part of a Larger Work; and |
| 479 | |
| 480 | (b) under Patent Claims of such Contributor to make, use, sell, offer |
| 481 | for sale, have made, import, and otherwise transfer either its |
| 482 | Contributions or its Contributor Version. |
| 483 | |
| 484 | 2.2. Effective Date |
| 485 | |
| 486 | The licenses granted in Section 2.1 with respect to any Contribution |
| 487 | become effective for each Contribution on the date the Contributor first |
| 488 | distributes such Contribution. |
| 489 | |
| 490 | 2.3. Limitations on Grant Scope |
| 491 | |
| 492 | The licenses granted in this Section 2 are the only rights granted under |
| 493 | this License. No additional rights or licenses will be implied from the |
| 494 | distribution or licensing of Covered Software under this License. |
| 495 | Notwithstanding Section 2.1(b) above, no patent license is granted by a |
| 496 | Contributor: |
| 497 | |
| 498 | (a) for any code that a Contributor has removed from Covered Software; |
| 499 | or |
| 500 | |
| 501 | (b) for infringements caused by: (i) Your and any other third party's |
| 502 | modifications of Covered Software, or (ii) the combination of its |
| 503 | Contributions with other software (except as part of its Contributor |
| 504 | Version); or |
| 505 | |
| 506 | (c) under Patent Claims infringed by Covered Software in the absence of |
| 507 | its Contributions. |
| 508 | |
| 509 | This License does not grant any rights in the trademarks, service marks, |
| 510 | or logos of any Contributor (except as may be necessary to comply with |
| 511 | the notice requirements in Section 3.4). |
| 512 | |
| 513 | 2.4. Subsequent Licenses |
| 514 | |
| 515 | No Contributor makes additional grants as a result of Your choice to |
| 516 | distribute the Covered Software under a subsequent version of this |
| 517 | License (see Section 10.2) or under the terms of a Secondary License (if |
| 518 | permitted under the terms of Section 3.3). |
| 519 | |
| 520 | 2.5. Representation |
| 521 | |
| 522 | Each Contributor represents that the Contributor believes its |
| 523 | Contributions are its original creation(s) or it has sufficient rights |
| 524 | to grant the rights to its Contributions conveyed by this License. |
| 525 | |
| 526 | 2.6. Fair Use |
| 527 | |
| 528 | This License is not intended to limit any rights You have under |
| 529 | applicable copyright doctrines of fair use, fair dealing, or other |
| 530 | equivalents. |
| 531 | |
| 532 | 2.7. Conditions |
| 533 | |
| 534 | Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted |
| 535 | in Section 2.1. |
| 536 | |
| 537 | 3. Responsibilities |
| 538 | ------------------- |
| 539 | |
| 540 | 3.1. Distribution of Source Form |
| 541 | |
| 542 | All distribution of Covered Software in Source Code Form, including any |
| 543 | Modifications that You create or to which You contribute, must be under |
| 544 | the terms of this License. You must inform recipients that the Source |
| 545 | Code Form of the Covered Software is governed by the terms of this |
| 546 | License, and how they can obtain a copy of this License. You may not |
| 547 | attempt to alter or restrict the recipients' rights in the Source Code |
| 548 | Form. |
| 549 | |
| 550 | 3.2. Distribution of Executable Form |
| 551 | |
| 552 | If You distribute Covered Software in Executable Form then: |
| 553 | |
| 554 | (a) such Covered Software must also be made available in Source Code |
| 555 | Form, as described in Section 3.1, and You must inform recipients of |
| 556 | the Executable Form how they can obtain a copy of such Source Code |
| 557 | Form by reasonable means in a timely manner, at a charge no more |
| 558 | than the cost of distribution to the recipient; and |
| 559 | |
| 560 | (b) You may distribute such Executable Form under the terms of this |
| 561 | License, or sublicense it under different terms, provided that the |
| 562 | license for the Executable Form does not attempt to limit or alter |
| 563 | the recipients' rights in the Source Code Form under this License. |
| 564 | |
| 565 | 3.3. Distribution of a Larger Work |
| 566 | |
| 567 | You may create and distribute a Larger Work under terms of Your choice, |
| 568 | provided that You also comply with the requirements of this License for |
| 569 | the Covered Software. If the Larger Work is a combination of Covered |
| 570 | Software with a work governed by one or more Secondary Licenses, and the |
| 571 | Covered Software is not Incompatible With Secondary Licenses, this |
| 572 | License permits You to additionally distribute such Covered Software |
| 573 | under the terms of such Secondary License(s), so that the recipient of |
| 574 | the Larger Work may, at their option, further distribute the Covered |
| 575 | Software under the terms of either this License or such Secondary |
| 576 | License(s). |
| 577 | |
| 578 | 3.4. Notices |
| 579 | |
| 580 | You may not remove or alter the substance of any license notices |
| 581 | (including copyright notices, patent notices, disclaimers of warranty, |
| 582 | or limitations of liability) contained within the Source Code Form of |
| 583 | the Covered Software, except that You may alter any license notices to |
| 584 | the extent required to remedy known factual inaccuracies. |
| 585 | |
| 586 | 3.5. Application of Additional Terms |
| 587 | |
| 588 | You may choose to offer, and to charge a fee for, warranty, support, |
| 589 | indemnity or liability obligations to one or more recipients of Covered |
| 590 | Software. However, You may do so only on Your own behalf, and not on |
| 591 | behalf of any Contributor. You must make it absolutely clear that any |
| 592 | such warranty, support, indemnity, or liability obligation is offered by |
| 593 | You alone, and You hereby agree to indemnify every Contributor for any |
| 594 | liability incurred by such Contributor as a result of warranty, support, |
| 595 | indemnity or liability terms You offer. You may include additional |
| 596 | disclaimers of warranty and limitations of liability specific to any |
| 597 | jurisdiction. |
| 598 | |
| 599 | 4. Inability to Comply Due to Statute or Regulation |
| 600 | --------------------------------------------------- |
| 601 | |
| 602 | If it is impossible for You to comply with any of the terms of this |
| 603 | License with respect to some or all of the Covered Software due to |
| 604 | statute, judicial order, or regulation then You must: (a) comply with |
| 605 | the terms of this License to the maximum extent possible; and (b) |
| 606 | describe the limitations and the code they affect. Such description must |
| 607 | be placed in a text file included with all distributions of the Covered |
| 608 | Software under this License. Except to the extent prohibited by statute |
| 609 | or regulation, such description must be sufficiently detailed for a |
| 610 | recipient of ordinary skill to be able to understand it. |
| 611 | |
| 612 | 5. Termination |
| 613 | -------------- |
| 614 | |
| 615 | 5.1. The rights granted under this License will terminate automatically |
| 616 | if You fail to comply with any of its terms. However, if You become |
| 617 | compliant, then the rights granted under this License from a particular |
| 618 | Contributor are reinstated (a) provisionally, unless and until such |
| 619 | Contributor explicitly and finally terminates Your grants, and (b) on an |
| 620 | ongoing basis, if such Contributor fails to notify You of the |
| 621 | non-compliance by some reasonable means prior to 60 days after You have |
| 622 | come back into compliance. Moreover, Your grants from a particular |
| 623 | Contributor are reinstated on an ongoing basis if such Contributor |
| 624 | notifies You of the non-compliance by some reasonable means, this is the |
| 625 | first time You have received notice of non-compliance with this License |
| 626 | from such Contributor, and You become compliant prior to 30 days after |
| 627 | Your receipt of the notice. |
| 628 | |
| 629 | 5.2. If You initiate litigation against any entity by asserting a patent |
| 630 | infringement claim (excluding declaratory judgment actions, |
| 631 | counter-claims, and cross-claims) alleging that a Contributor Version |
| 632 | directly or indirectly infringes any patent, then the rights granted to |
| 633 | You by any and all Contributors for the Covered Software under Section |
| 634 | 2.1 of this License shall terminate. |
| 635 | |
| 636 | 5.3. In the event of termination under Sections 5.1 or 5.2 above, all |
| 637 | end user license agreements (excluding distributors and resellers) which |
| 638 | have been validly granted by You or Your distributors under this License |
| 639 | prior to termination shall survive termination. |
| 640 | |
| 641 | ************************************************************************ |
| 642 | * * |
| 643 | * 6. Disclaimer of Warranty * |
| 644 | * ------------------------- * |
| 645 | * * |
| 646 | * Covered Software is provided under this License on an "as is" * |
| 647 | * basis, without warranty of any kind, either expressed, implied, or * |
| 648 | * statutory, including, without limitation, warranties that the * |
| 649 | * Covered Software is free of defects, merchantable, fit for a * |
| 650 | * particular purpose or non-infringing. The entire risk as to the * |
| 651 | * quality and performance of the Covered Software is with You. * |
| 652 | * Should any Covered Software prove defective in any respect, You * |
| 653 | * (not any Contributor) assume the cost of any necessary servicing, * |
| 654 | * repair, or correction. This disclaimer of warranty constitutes an * |
| 655 | * essential part of this License. No use of any Covered Software is * |
| 656 | * authorized under this License except under this disclaimer. * |
| 657 | * * |
| 658 | ************************************************************************ |
| 659 | |
| 660 | ************************************************************************ |
| 661 | * * |
| 662 | * 7. Limitation of Liability * |
| 663 | * -------------------------- * |
| 664 | * * |
| 665 | * Under no circumstances and under no legal theory, whether tort * |
| 666 | * (including negligence), contract, or otherwise, shall any * |
| 667 | * Contributor, or anyone who distributes Covered Software as * |
| 668 | * permitted above, be liable to You for any direct, indirect, * |
| 669 | * special, incidental, or consequential damages of any character * |
| 670 | * including, without limitation, damages for lost profits, loss of * |
| 671 | * goodwill, work stoppage, computer failure or malfunction, or any * |
| 672 | * and all other commercial damages or losses, even if such party * |
| 673 | * shall have been informed of the possibility of such damages. This * |
| 674 | * limitation of liability shall not apply to liability for death or * |
| 675 | * personal injury resulting from such party's negligence to the * |
| 676 | * extent applicable law prohibits such limitation. Some * |
| 677 | * jurisdictions do not allow the exclusion or limitation of * |
| 678 | * incidental or consequential damages, so this exclusion and * |
| 679 | * limitation may not apply to You. * |
| 680 | * * |
| 681 | ************************************************************************ |
| 682 | |
| 683 | 8. Litigation |
| 684 | ------------- |
| 685 | |
| 686 | Any litigation relating to this License may be brought only in the |
| 687 | courts of a jurisdiction where the defendant maintains its principal |
| 688 | place of business and such litigation shall be governed by laws of that |
| 689 | jurisdiction, without reference to its conflict-of-law provisions. |
| 690 | Nothing in this Section shall prevent a party's ability to bring |
| 691 | cross-claims or counter-claims. |
| 692 | |
| 693 | 9. Miscellaneous |
| 694 | ---------------- |
| 695 | |
| 696 | This License represents the complete agreement concerning the subject |
| 697 | matter hereof. If any provision of this License is held to be |
| 698 | unenforceable, such provision shall be reformed only to the extent |
| 699 | necessary to make it enforceable. Any law or regulation which provides |
| 700 | that the language of a contract shall be construed against the drafter |
| 701 | shall not be used to construe this License against a Contributor. |
| 702 | |
| 703 | 10. Versions of the License |
| 704 | --------------------------- |
| 705 | |
| 706 | 10.1. New Versions |
| 707 | |
| 708 | Mozilla Foundation is the license steward. Except as provided in Section |
| 709 | 10.3, no one other than the license steward has the right to modify or |
| 710 | publish new versions of this License. Each version will be given a |
| 711 | distinguishing version number. |
| 712 | |
| 713 | 10.2. Effect of New Versions |
| 714 | |
| 715 | You may distribute the Covered Software under the terms of the version |
| 716 | of the License under which You originally received the Covered Software, |
| 717 | or under the terms of any subsequent version published by the license |
| 718 | steward. |
| 719 | |
| 720 | 10.3. Modified Versions |
| 721 | |
| 722 | If you create software not governed by this License, and you want to |
| 723 | create a new license for such software, you may create and use a |
| 724 | modified version of this License if you rename the license and remove |
| 725 | any references to the name of the license steward (except to note that |
| 726 | such modified license differs from this License). |
| 727 | |
| 728 | 10.4. Distributing Source Code Form that is Incompatible With Secondary |
| 729 | Licenses |
| 730 | |
| 731 | If You choose to distribute Source Code Form that is Incompatible With |
| 732 | Secondary Licenses under the terms of this version of the License, the |
| 733 | notice described in Exhibit B of this License must be attached. |
| 734 | |
| 735 | Exhibit A - Source Code Form License Notice |
| 736 | ------------------------------------------- |
| 737 | |
| 738 | This Source Code Form is subject to the terms of the Mozilla Public |
| 739 | License, v. 2.0. If a copy of the MPL was not distributed with this |
| 740 | file, You can obtain one at http://mozilla.org/MPL/2.0/. |
| 741 | |
| 742 | If it is not possible or desirable to put the notice in a particular |
| 743 | file, then You may include the notice in a location (such as a LICENSE |
| 744 | file in a relevant directory) where a recipient would be likely to look |
| 745 | for such a notice. |
| 746 | |
| 747 | You may add additional accurate notices of copyright ownership. |
| 748 | |
| 749 | Exhibit B - "Incompatible With Secondary Licenses" Notice |
| 750 | --------------------------------------------------------- |
| 751 | |
| 752 | This Source Code Form is "Incompatible With Secondary Licenses", as |
| 753 | defined by the Mozilla Public License, v. 2.0. |
| 754 | |
| 755 | |
| 756 | =================== |
| 757 | StackWalker License |
| 758 | =================== |
| 759 | Copyright (c) 2005-2013, Jochen Kalmbach |
| 760 | All rights reserved. |
| 761 | |
| 762 | Redistribution and use in source and binary forms, with or without modification, |
| 763 | are permitted provided that the following conditions are met: |
| 764 | |
| 765 | Redistributions of source code must retain the above copyright notice, |
| 766 | this list of conditions and the following disclaimer. |
| 767 | Redistributions in binary form must reproduce the above copyright notice, |
| 768 | this list of conditions and the following disclaimer in the documentation |
| 769 | and/or other materials provided with the distribution. |
| 770 | Neither the name of Jochen Kalmbach nor the names of its contributors may be |
| 771 | used to endorse or promote products derived from this software without |
| 772 | specific prior written permission. |
| 773 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 774 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, |
| 775 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 776 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE |
| 777 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 778 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 779 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 780 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 781 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 782 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 783 | |
| 784 | |
| 785 | ================ |
| 786 | Team 254 Library |
| 787 | ================ |
| 788 | MIT License |
| 789 | |
| 790 | Copyright (c) 2018 Team 254 |
| 791 | |
| 792 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 793 | of this software and associated documentation files (the "Software"), to deal |
| 794 | in the Software without restriction, including without limitation the rights |
| 795 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 796 | copies of the Software, and to permit persons to whom the Software is |
| 797 | furnished to do so, subject to the following conditions: |
| 798 | |
| 799 | The above copyright notice and this permission notice shall be included in all |
| 800 | copies or substantial portions of the Software. |
| 801 | |
| 802 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 803 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 804 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 805 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 806 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 807 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 808 | SOFTWARE. |