1Copyright © 1999-2007 Brian Paul All Rights Reserved. 2 3Permission is hereby granted, free of charge, to any person obtaining a 4copy of this software and associated documentation files (the "Software"), 5to deal in the Software without restriction, including without limitation 6the rights to use, copy, modify, merge, publish, distribute, sublicense, 7and/or sell copies of the Software, and to permit persons to whom the 8Software is furnished to do so, subject to the following conditions: 9 10The above copyright notice and this permission notice shall be included 11in all copies or substantial portions of the Software. 12 13THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 14OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 16THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 17LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 18OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 19SOFTWARE. 20 21--- 22 23The above is the version of the MIT "Expat" License used by Mesa: 24 25 https://www.mesa3d.org/license.html 26 27--- 28 29Full license text of these licenses is available at: 30 31 * Apache-2.0: https://opensource.org/licenses/Apache-2.0 32 33 34 Apache License 35 Version 2.0, January 2004 36 http://www.apache.org/licenses/ 37 38 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 39 40 1. Definitions. 41 42 "License" shall mean the terms and conditions for use, reproduction, 43 and distribution as defined by Sections 1 through 9 of this document. 44 45 "Licensor" shall mean the copyright owner or entity authorized by 46 the copyright owner that is granting the License. 47 48 "Legal Entity" shall mean the union of the acting entity and all 49 other entities that control, are controlled by, or are under common 50 control with that entity. For the purposes of this definition, 51 "control" means (i) the power, direct or indirect, to cause the 52 direction or management of such entity, whether by contract or 53 otherwise, or (ii) ownership of fifty percent (50%) or more of the 54 outstanding shares, or (iii) beneficial ownership of such entity. 55 56 "You" (or "Your") shall mean an individual or Legal Entity 57 exercising permissions granted by this License. 58 59 "Source" form shall mean the preferred form for making modifications, 60 including but not limited to software source code, documentation 61 source, and configuration files. 62 63 "Object" form shall mean any form resulting from mechanical 64 transformation or translation of a Source form, including but 65 not limited to compiled object code, generated documentation, 66 and conversions to other media types. 67 68 "Work" shall mean the work of authorship, whether in Source or 69 Object form, made available under the License, as indicated by a 70 copyright notice that is included in or attached to the work 71 (an example is provided in the Appendix below). 72 73 "Derivative Works" shall mean any work, whether in Source or Object 74 form, that is based on (or derived from) the Work and for which the 75 editorial revisions, annotations, elaborations, or other modifications 76 represent, as a whole, an original work of authorship. For the purposes 77 of this License, Derivative Works shall not include works that remain 78 separable from, or merely link (or bind by name) to the interfaces of, 79 the Work and Derivative Works thereof. 80 81 "Contribution" shall mean any work of authorship, including 82 the original version of the Work and any modifications or additions 83 to that Work or Derivative Works thereof, that is intentionally 84 submitted to Licensor for inclusion in the Work by the copyright owner 85 or by an individual or Legal Entity authorized to submit on behalf of 86 the copyright owner. For the purposes of this definition, "submitted" 87 means any form of electronic, verbal, or written communication sent 88 to the Licensor or its representatives, including but not limited to 89 communication on electronic mailing lists, source code control systems, 90 and issue tracking systems that are managed by, or on behalf of, the 91 Licensor for the purpose of discussing and improving the Work, but 92 excluding communication that is conspicuously marked or otherwise 93 designated in writing by the copyright owner as "Not a Contribution." 94 95 "Contributor" shall mean Licensor and any individual or Legal Entity 96 on behalf of whom a Contribution has been received by Licensor and 97 subsequently incorporated within the Work. 98 99 2. Grant of Copyright License. Subject to the terms and conditions of 100 this License, each Contributor hereby grants to You a perpetual, 101 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 102 copyright license to reproduce, prepare Derivative Works of, 103 publicly display, publicly perform, sublicense, and distribute the 104 Work and such Derivative Works in Source or Object form. 105 106 3. Grant of Patent License. Subject to the terms and conditions of 107 this License, each Contributor hereby grants to You a perpetual, 108 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 109 (except as stated in this section) patent license to make, have made, 110 use, offer to sell, sell, import, and otherwise transfer the Work, 111 where such license applies only to those patent claims licensable 112 by such Contributor that are necessarily infringed by their 113 Contribution(s) alone or by combination of their Contribution(s) 114 with the Work to which such Contribution(s) was submitted. If You 115 institute patent litigation against any entity (including a 116 cross-claim or counterclaim in a lawsuit) alleging that the Work 117 or a Contribution incorporated within the Work constitutes direct 118 or contributory patent infringement, then any patent licenses 119 granted to You under this License for that Work shall terminate 120 as of the date such litigation is filed. 121 122 4. Redistribution. You may reproduce and distribute copies of the 123 Work or Derivative Works thereof in any medium, with or without 124 modifications, and in Source or Object form, provided that You 125 meet the following conditions: 126 127 (a) You must give any other recipients of the Work or 128 Derivative Works a copy of this License; and 129 130 (b) You must cause any modified files to carry prominent notices 131 stating that You changed the files; and 132 133 (c) You must retain, in the Source form of any Derivative Works 134 that You distribute, all copyright, patent, trademark, and 135 attribution notices from the Source form of the Work, 136 excluding those notices that do not pertain to any part of 137 the Derivative Works; and 138 139 (d) If the Work includes a "NOTICE" text file as part of its 140 distribution, then any Derivative Works that You distribute must 141 include a readable copy of the attribution notices contained 142 within such NOTICE file, excluding those notices that do not 143 pertain to any part of the Derivative Works, in at least one 144 of the following places: within a NOTICE text file distributed 145 as part of the Derivative Works; within the Source form or 146 documentation, if provided along with the Derivative Works; or, 147 within a display generated by the Derivative Works, if and 148 wherever such third-party notices normally appear. The contents 149 of the NOTICE file are for informational purposes only and 150 do not modify the License. You may add Your own attribution 151 notices within Derivative Works that You distribute, alongside 152 or as an addendum to the NOTICE text from the Work, provided 153 that such additional attribution notices cannot be construed 154 as modifying the License. 155 156 You may add Your own copyright statement to Your modifications and 157 may provide additional or different license terms and conditions 158 for use, reproduction, or distribution of Your modifications, or 159 for any such Derivative Works as a whole, provided Your use, 160 reproduction, and distribution of the Work otherwise complies with 161 the conditions stated in this License. 162 163 5. Submission of Contributions. Unless You explicitly state otherwise, 164 any Contribution intentionally submitted for inclusion in the Work 165 by You to the Licensor shall be under the terms and conditions of 166 this License, without any additional terms or conditions. 167 Notwithstanding the above, nothing herein shall supersede or modify 168 the terms of any separate license agreement you may have executed 169 with Licensor regarding such Contributions. 170 171 6. Trademarks. This License does not grant permission to use the trade 172 names, trademarks, service marks, or product names of the Licensor, 173 except as required for reasonable and customary use in describing the 174 origin of the Work and reproducing the content of the NOTICE file. 175 176 7. Disclaimer of Warranty. Unless required by applicable law or 177 agreed to in writing, Licensor provides the Work (and each 178 Contributor provides its Contributions) on an "AS IS" BASIS, 179 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 180 implied, including, without limitation, any warranties or conditions 181 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 182 PARTICULAR PURPOSE. You are solely responsible for determining the 183 appropriateness of using or redistributing the Work and assume any 184 risks associated with Your exercise of permissions under this License. 185 186 8. Limitation of Liability. In no event and under no legal theory, 187 whether in tort (including negligence), contract, or otherwise, 188 unless required by applicable law (such as deliberate and grossly 189 negligent acts) or agreed to in writing, shall any Contributor be 190 liable to You for damages, including any direct, indirect, special, 191 incidental, or consequential damages of any character arising as a 192 result of this License or out of the use or inability to use the 193 Work (including but not limited to damages for loss of goodwill, 194 work stoppage, computer failure or malfunction, or any and all 195 other commercial damages or losses), even if such Contributor 196 has been advised of the possibility of such damages. 197 198 9. Accepting Warranty or Additional Liability. While redistributing 199 the Work or Derivative Works thereof, You may choose to offer, 200 and charge a fee for, acceptance of support, warranty, indemnity, 201 or other liability obligations and/or rights consistent with this 202 License. However, in accepting such obligations, You may act only 203 on Your own behalf and on Your sole responsibility, not on behalf 204 of any other Contributor, and only if You agree to indemnify, 205 defend, and hold each Contributor harmless for any liability 206 incurred by, or claims asserted against, such Contributor by reason 207 of your accepting any such warranty or additional liability. 208 209 END OF TERMS AND CONDITIONS 210 211 APPENDIX: How to apply the Apache License to your work. 212 213 To apply the Apache License to your work, attach the following 214 boilerplate notice, with the fields enclosed by brackets "[]" 215 replaced with your own identifying information. (Don't include 216 the brackets!) The text should be enclosed in the appropriate 217 comment syntax for the file format. We also recommend that a 218 file or class name and description of purpose be included on the 219 same "printed page" as the copyright notice for easier 220 identification within third-party archives. 221 222 Copyright [yyyy] [name of copyright owner] 223 224 Licensed under the Apache License, Version 2.0 (the "License"); 225 you may not use this file except in compliance with the License. 226 You may obtain a copy of the License at 227 228 http://www.apache.org/licenses/LICENSE-2.0 229 230 Unless required by applicable law or agreed to in writing, software 231 distributed under the License is distributed on an "AS IS" BASIS, 232 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 233 See the License for the specific language governing permissions and 234 limitations under the License. 235 236 237 * MIT: https://opensource.org/licenses/MIT 238 239MIT License 240 241Copyright (c) 2020-2021 The Khronos Group Inc. 242 243Permission is hereby granted, free of charge, to any person obtaining a copy 244of this software and associated documentation files (the "Software"), to deal 245in the Software without restriction, including without limitation the rights 246to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 247copies of the Software, and to permit persons to whom the Software is 248furnished to do so, subject to the following conditions: 249 250The above copyright notice and this permission notice shall be included in all 251copies or substantial portions of the Software. 252 253THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 254IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 255FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 256AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 257LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 258OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 259SOFTWARE. 260 261 * CC-BY-4.0: https://creativecommons.org/licenses/by/4.0/legalcode 262 263Attribution 4.0 International 264 265======================================================================= 266 267Creative Commons Corporation ("Creative Commons") is not a law firm and 268does not provide legal services or legal advice. Distribution of 269Creative Commons public licenses does not create a lawyer-client or 270other relationship. Creative Commons makes its licenses and related 271information available on an "as-is" basis. Creative Commons gives no 272warranties regarding its licenses, any material licensed under their 273terms and conditions, or any related information. Creative Commons 274disclaims all liability for damages resulting from their use to the 275fullest extent possible. 276 277Using Creative Commons Public Licenses 278 279Creative Commons public licenses provide a standard set of terms and 280conditions that creators and other rights holders may use to share 281original works of authorship and other material subject to copyright 282and certain other rights specified in the public license below. The 283following considerations are for informational purposes only, are not 284exhaustive, and do not form part of our licenses. 285 286 Considerations for licensors: Our public licenses are 287 intended for use by those authorized to give the public 288 permission to use material in ways otherwise restricted by 289 copyright and certain other rights. Our licenses are 290 irrevocable. Licensors should read and understand the terms 291 and conditions of the license they choose before applying it. 292 Licensors should also secure all rights necessary before 293 applying our licenses so that the public can reuse the 294 material as expected. Licensors should clearly mark any 295 material not subject to the license. This includes other CC- 296 licensed material, or material used under an exception or 297 limitation to copyright. More considerations for licensors: 298 wiki.creativecommons.org/Considerations_for_licensors 299 300 Considerations for the public: By using one of our public 301 licenses, a licensor grants the public permission to use the 302 licensed material under specified terms and conditions. If 303 the licensor's permission is not necessary for any reason--for 304 example, because of any applicable exception or limitation to 305 copyright--then that use is not regulated by the license. Our 306 licenses grant only permissions under copyright and certain 307 other rights that a licensor has authority to grant. Use of 308 the licensed material may still be restricted for other 309 reasons, including because others have copyright or other 310 rights in the material. A licensor may make special requests, 311 such as asking that all changes be marked or described. 312 Although not required by our licenses, you are encouraged to 313 respect those requests where reasonable. More considerations 314 for the public: 315 wiki.creativecommons.org/Considerations_for_licensees 316 317======================================================================= 318 319Creative Commons Attribution 4.0 International Public License 320 321By exercising the Licensed Rights (defined below), You accept and agree 322to be bound by the terms and conditions of this Creative Commons 323Attribution 4.0 International Public License ("Public License"). To the 324extent this Public License may be interpreted as a contract, You are 325granted the Licensed Rights in consideration of Your acceptance of 326these terms and conditions, and the Licensor grants You such rights in 327consideration of benefits the Licensor receives from making the 328Licensed Material available under these terms and conditions. 329 330 331Section 1 -- Definitions. 332 333 a. Adapted Material means material subject to Copyright and Similar 334 Rights that is derived from or based upon the Licensed Material 335 and in which the Licensed Material is translated, altered, 336 arranged, transformed, or otherwise modified in a manner requiring 337 permission under the Copyright and Similar Rights held by the 338 Licensor. For purposes of this Public License, where the Licensed 339 Material is a musical work, performance, or sound recording, 340 Adapted Material is always produced where the Licensed Material is 341 synched in timed relation with a moving image. 342 343 b. Adapter's License means the license You apply to Your Copyright 344 and Similar Rights in Your contributions to Adapted Material in 345 accordance with the terms and conditions of this Public License. 346 347 c. Copyright and Similar Rights means copyright and/or similar rights 348 closely related to copyright including, without limitation, 349 performance, broadcast, sound recording, and Sui Generis Database 350 Rights, without regard to how the rights are labeled or 351 categorized. For purposes of this Public License, the rights 352 specified in Section 2(b)(1)-(2) are not Copyright and Similar 353 Rights. 354 355 d. Effective Technological Measures means those measures that, in the 356 absence of proper authority, may not be circumvented under laws 357 fulfilling obligations under Article 11 of the WIPO Copyright 358 Treaty adopted on December 20, 1996, and/or similar international 359 agreements. 360 361 e. Exceptions and Limitations means fair use, fair dealing, and/or 362 any other exception or limitation to Copyright and Similar Rights 363 that applies to Your use of the Licensed Material. 364 365 f. Licensed Material means the artistic or literary work, database, 366 or other material to which the Licensor applied this Public 367 License. 368 369 g. Licensed Rights means the rights granted to You subject to the 370 terms and conditions of this Public License, which are limited to 371 all Copyright and Similar Rights that apply to Your use of the 372 Licensed Material and that the Licensor has authority to license. 373 374 h. Licensor means the individual(s) or entity(ies) granting rights 375 under this Public License. 376 377 i. Share means to provide material to the public by any means or 378 process that requires permission under the Licensed Rights, such 379 as reproduction, public display, public performance, distribution, 380 dissemination, communication, or importation, and to make material 381 available to the public including in ways that members of the 382 public may access the material from a place and at a time 383 individually chosen by them. 384 385 j. Sui Generis Database Rights means rights other than copyright 386 resulting from Directive 96/9/EC of the European Parliament and of 387 the Council of 11 March 1996 on the legal protection of databases, 388 as amended and/or succeeded, as well as other essentially 389 equivalent rights anywhere in the world. 390 391 k. You means the individual or entity exercising the Licensed Rights 392 under this Public License. Your has a corresponding meaning. 393 394 395Section 2 -- Scope. 396 397 a. License grant. 398 399 1. Subject to the terms and conditions of this Public License, 400 the Licensor hereby grants You a worldwide, royalty-free, 401 non-sublicensable, non-exclusive, irrevocable license to 402 exercise the Licensed Rights in the Licensed Material to: 403 404 a. reproduce and Share the Licensed Material, in whole or 405 in part; and 406 407 b. produce, reproduce, and Share Adapted Material. 408 409 2. Exceptions and Limitations. For the avoidance of doubt, where 410 Exceptions and Limitations apply to Your use, this Public 411 License does not apply, and You do not need to comply with 412 its terms and conditions. 413 414 3. Term. The term of this Public License is specified in Section 415 6(a). 416 417 4. Media and formats; technical modifications allowed. The 418 Licensor authorizes You to exercise the Licensed Rights in 419 all media and formats whether now known or hereafter created, 420 and to make technical modifications necessary to do so. The 421 Licensor waives and/or agrees not to assert any right or 422 authority to forbid You from making technical modifications 423 necessary to exercise the Licensed Rights, including 424 technical modifications necessary to circumvent Effective 425 Technological Measures. For purposes of this Public License, 426 simply making modifications authorized by this Section 2(a) 427 (4) never produces Adapted Material. 428 429 5. Downstream recipients. 430 431 a. Offer from the Licensor -- Licensed Material. Every 432 recipient of the Licensed Material automatically 433 receives an offer from the Licensor to exercise the 434 Licensed Rights under the terms and conditions of this 435 Public License. 436 437 b. No downstream restrictions. You may not offer or impose 438 any additional or different terms or conditions on, or 439 apply any Effective Technological Measures to, the 440 Licensed Material if doing so restricts exercise of the 441 Licensed Rights by any recipient of the Licensed 442 Material. 443 444 6. No endorsement. Nothing in this Public License constitutes or 445 may be construed as permission to assert or imply that You 446 are, or that Your use of the Licensed Material is, connected 447 with, or sponsored, endorsed, or granted official status by, 448 the Licensor or others designated to receive attribution as 449 provided in Section 3(a)(1)(A)(i). 450 451 b. Other rights. 452 453 1. Moral rights, such as the right of integrity, are not 454 licensed under this Public License, nor are publicity, 455 privacy, and/or other similar personality rights; however, to 456 the extent possible, the Licensor waives and/or agrees not to 457 assert any such rights held by the Licensor to the limited 458 extent necessary to allow You to exercise the Licensed 459 Rights, but not otherwise. 460 461 2. Patent and trademark rights are not licensed under this 462 Public License. 463 464 3. To the extent possible, the Licensor waives any right to 465 collect royalties from You for the exercise of the Licensed 466 Rights, whether directly or through a collecting society 467 under any voluntary or waivable statutory or compulsory 468 licensing scheme. In all other cases the Licensor expressly 469 reserves any right to collect such royalties. 470 471 472Section 3 -- License Conditions. 473 474Your exercise of the Licensed Rights is expressly made subject to the 475following conditions. 476 477 a. Attribution. 478 479 1. If You Share the Licensed Material (including in modified 480 form), You must: 481 482 a. retain the following if it is supplied by the Licensor 483 with the Licensed Material: 484 485 i. identification of the creator(s) of the Licensed 486 Material and any others designated to receive 487 attribution, in any reasonable manner requested by 488 the Licensor (including by pseudonym if 489 designated); 490 491 ii. a copyright notice; 492 493 iii. a notice that refers to this Public License; 494 495 iv. a notice that refers to the disclaimer of 496 warranties; 497 498 v. a URI or hyperlink to the Licensed Material to the 499 extent reasonably practicable; 500 501 b. indicate if You modified the Licensed Material and 502 retain an indication of any previous modifications; and 503 504 c. indicate the Licensed Material is licensed under this 505 Public License, and include the text of, or the URI or 506 hyperlink to, this Public License. 507 508 2. You may satisfy the conditions in Section 3(a)(1) in any 509 reasonable manner based on the medium, means, and context in 510 which You Share the Licensed Material. For example, it may be 511 reasonable to satisfy the conditions by providing a URI or 512 hyperlink to a resource that includes the required 513 information. 514 515 3. If requested by the Licensor, You must remove any of the 516 information required by Section 3(a)(1)(A) to the extent 517 reasonably practicable. 518 519 4. If You Share Adapted Material You produce, the Adapter's 520 License You apply must not prevent recipients of the Adapted 521 Material from complying with this Public License. 522 523 524Section 4 -- Sui Generis Database Rights. 525 526Where the Licensed Rights include Sui Generis Database Rights that 527apply to Your use of the Licensed Material: 528 529 a. for the avoidance of doubt, Section 2(a)(1) grants You the right 530 to extract, reuse, reproduce, and Share all or a substantial 531 portion of the contents of the database; 532 533 b. if You include all or a substantial portion of the database 534 contents in a database in which You have Sui Generis Database 535 Rights, then the database in which You have Sui Generis Database 536 Rights (but not its individual contents) is Adapted Material; and 537 538 c. You must comply with the conditions in Section 3(a) if You Share 539 all or a substantial portion of the contents of the database. 540 541For the avoidance of doubt, this Section 4 supplements and does not 542replace Your obligations under this Public License where the Licensed 543Rights include other Copyright and Similar Rights. 544 545 546Section 5 -- Disclaimer of Warranties and Limitation of Liability. 547 548 a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 549 EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 550 AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 551 ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 552 IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 553 WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 554 PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 555 ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 556 KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 557 ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 558 559 b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 560 TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 561 NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 562 INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 563 COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 564 USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 565 ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 566 DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 567 IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 568 569 c. The disclaimer of warranties and limitation of liability provided 570 above shall be interpreted in a manner that, to the extent 571 possible, most closely approximates an absolute disclaimer and 572 waiver of all liability. 573 574 575Section 6 -- Term and Termination. 576 577 a. This Public License applies for the term of the Copyright and 578 Similar Rights licensed here. However, if You fail to comply with 579 this Public License, then Your rights under this Public License 580 terminate automatically. 581 582 b. Where Your right to use the Licensed Material has terminated under 583 Section 6(a), it reinstates: 584 585 1. automatically as of the date the violation is cured, provided 586 it is cured within 30 days of Your discovery of the 587 violation; or 588 589 2. upon express reinstatement by the Licensor. 590 591 For the avoidance of doubt, this Section 6(b) does not affect any 592 right the Licensor may have to seek remedies for Your violations 593 of this Public License. 594 595 c. For the avoidance of doubt, the Licensor may also offer the 596 Licensed Material under separate terms or conditions or stop 597 distributing the Licensed Material at any time; however, doing so 598 will not terminate this Public License. 599 600 d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 601 License. 602 603 604Section 7 -- Other Terms and Conditions. 605 606 a. The Licensor shall not be bound by any additional or different 607 terms or conditions communicated by You unless expressly agreed. 608 609 b. Any arrangements, understandings, or agreements regarding the 610 Licensed Material not stated herein are separate from and 611 independent of the terms and conditions of this Public License. 612 613 614Section 8 -- Interpretation. 615 616 a. For the avoidance of doubt, this Public License does not, and 617 shall not be interpreted to, reduce, limit, restrict, or impose 618 conditions on any use of the Licensed Material that could lawfully 619 be made without permission under this Public License. 620 621 b. To the extent possible, if any provision of this Public License is 622 deemed unenforceable, it shall be automatically reformed to the 623 minimum extent necessary to make it enforceable. If the provision 624 cannot be reformed, it shall be severed from this Public License 625 without affecting the enforceability of the remaining terms and 626 conditions. 627 628 c. No term or condition of this Public License will be waived and no 629 failure to comply consented to unless expressly agreed to by the 630 Licensor. 631 632 d. Nothing in this Public License constitutes or may be interpreted 633 as a limitation upon, or waiver of, any privileges and immunities 634 that apply to the Licensor or You, including from the legal 635 processes of any jurisdiction or authority. 636 637 638======================================================================= 639 640Creative Commons is not a party to its public 641licenses. Notwithstanding, Creative Commons may elect to apply one of 642its public licenses to material it publishes and in those instances 643will be considered the “Licensor.” The text of the Creative Commons 644public licenses is dedicated to the public domain under the CC0 Public 645Domain Dedication. Except for the limited purpose of indicating that 646material is shared under a Creative Commons public license or as 647otherwise permitted by the Creative Commons policies published at 648creativecommons.org/policies, Creative Commons does not authorize the 649use of the trademark "Creative Commons" or any other trademark or logo 650of Creative Commons without its prior written consent including, 651without limitation, in connection with any unauthorized modifications 652to any of its public licenses or any other arrangements, 653understandings, or agreements concerning use of licensed material. For 654the avoidance of doubt, this paragraph does not form part of the 655public licenses. 656 657Creative Commons may be contacted at creativecommons.org. 658 659 660 * LicenseRef-MPLUS: https://osdn.net/softwaremap/trove_list.php?form_cat=370 661 662M+ Font License 663 664These fonts are free softwares. 665Unlimited permission is granted to use, copy, and distribute it, 666with or without modification, either commercially and noncommercially. 667THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY. 668 669********************************************************************************* 670 671Copyright (c) 2014-2016 OpenDevise Inc. and the Asciidoctor Project 672 673Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 674 675The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 676 677THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 678 679********************************************************************************* 680 681Copyright (c) 1998-2006 MACS, Inc. 682 683Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 684 685The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 686 687THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 688 689********************************************************************************* 690 691Copyright (c) 2007 SiSco, Inc. 692 693Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 694 695The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 696 697THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 698 699********************************************************************************* 700 701Copyright (c) 2014-2015 Red Hat Inc. 702 703Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 704 705The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 706 707THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 708 709********************************************************************************* 710 711Copyright (c) 2011, 2016-2017 Intel Corporation 712 713Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 714 715The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 716 717THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 718 719********************************************************************************* 720 721Copyright (c) 2019 The Android Open Source Project 722 723Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 724 725The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 726 727THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 728 729********************************************************************************* 730 731Copyright (c) 2016, 2019 Google Inc. 732 733Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 734 735The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 736 737THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 738 739********************************************************************************* 740 741Copyright (c) 1999-2006 Brian Paul 742 743Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 744 745The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 746 747THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 748 749********************************************************************************* 750 751Copyright (c) 2009 VMware, Inc. 752 753Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 754 755The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 756 757THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 758 759********************************************************************************* 760 761Copyright (c) 2007-2018 The Khronos Group Inc. 762 763Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 764 765The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 766 767THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 768 769********************************************************************************* 770 771Copyright (c) 1998-1999 Precision Insight Inc. 772 773Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 774 775The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 776 777THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 778 779********************************************************************************* 780 781Copyright (c) 2007-2008 Red Hat, Inc. 782 783Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 784 785The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 786 787THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 788 789********************************************************************************* 790 791Copyright (c) 2015-2016 Valve Corporation 792 793Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 794 795The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 796 797THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 798 799********************************************************************************* 800 801Copyright (c) 2015-2016 LunarG, Inc. 802 803Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 804 805The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 806 807THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 808 809********************************************************************************* 810 811Copyright 2008 The Android Open Source Project 812 813Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 814 8151. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 816 8172. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 818 819THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 820 821********************************************************************************* 822 823Copyright (c) 2000 The NetBSD Foundation, Inc. 824 825This code is derived from software contributed to The NetBSD Foundation by Dieter Baron and Thomas Klausner 826 827Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 828 8291. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 8302. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 831THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 832 833********************************************************************************* 834 835Copyright 2002 Todd C. Miller <Todd.Miller@courtesan.com> 836 837Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. 838 839THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 840 841********************************************************************************* 842 843Copyright 2013-2014 Red Hat, Inc. 844 845Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 846 8471. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 848 8492. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 850 8513. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. 852 853THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 854 855********************************************************************************* 856 857// Copyright 2020-2021 The Khronos Group Inc. 858// SPDX-License-Identifier: CC-BY-4.0 859 860= LICENSE file for the KhronosGroup/Vulkan-Docs project 861 862Files in codegen/vulkan subdirectory fall under one of these licenses: 863 864 * SPDX license identifier: "`Apache-2.0 OR MIT`" 865 ** Apache License 2.0 OR MIT License 866 ** For scripts and XML which need to be usable in GPL-licensed projects. 867 868 * SPDX license identifier: "`Apache-2.0`" 869 ** Apache License 2.0 870 ** For other scripts 871 872 * SPDX license identifier: "`CC-BY-4.0`" 873 ** Creative Commons Attribution 4.0 International 874 ** For specification source documents 875 876 * SPDX license identifier: "`MIT`" 877 ** MIT License 878 ** For files copied from other MIT-licensed projects 879 880 * SPDX license identifier: "`LicenseRef-MPLUS`" 881 ** M+ Font License 882 ** For fonts derived from the M+ Font Project 883 ** This license is open source, but not OSI approved 884