The open source OpenXR runtime

xrt: Add files for reuse.software

+755
+36
.reuse/dep5
··· 1 + Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ 2 + Upstream-Name: Monado 3 + Source: <https://monado.freedesktop.org> 4 + 5 + Files: doc/changes/drivers/* 6 + doc/changes/misc_features/* 7 + doc/changes/misc_fixes/* 8 + doc/changes/state_trackers/* 9 + Copyright: 2020, Collabora, Ltd. and the Monado contributors 10 + License: CC0-1.0 11 + Comment: Prevents needing a license header per fragment between releases. 12 + 13 + Files: src/external/flexkalman/.clang-format 14 + src/external/flexkalman/README.md 15 + Copyright: 2015, 2016, Sensics, Inc. 16 + 2019, Collabora, Ltd. 17 + License: Apache-2.0 18 + Comment: Copyright statement and license identifier missing. 19 + 20 + Files: src/external/cjson/* 21 + Copyright: 2009-2017, Dave Gamble and cJSON contributors 22 + License: MIT 23 + Comment: SPDX-Licence-Identifier missing. 24 + Debian calls this "Expat" for clarity. 25 + 26 + Files: src/external/openxr_includes/* 27 + Copyright: 2017-2019, The Khronos Group Inc. 28 + License: Apache-2.0 29 + Comment: SPDX-Licence-Identifier missing. 30 + 31 + Files: src/external/openxr_includes/loader_interfaces.h 32 + Copyright: 2017, LunarG, Inc. 33 + 2017, Valve Corporation 34 + 2017-2019, The Khronos Group Inc. 35 + License: Apache-2.0 36 + Comment: SPDX-Licence-Identifier missing.
+208
LICENSES/Apache-2.0.txt
··· 1 + Apache License 2 + 3 + Version 2.0, January 2004 4 + 5 + http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, 6 + AND DISTRIBUTION 7 + 8 + 1. Definitions. 9 + 10 + 11 + 12 + "License" shall mean the terms and conditions for use, reproduction, and distribution 13 + as defined by Sections 1 through 9 of this document. 14 + 15 + 16 + 17 + "Licensor" shall mean the copyright owner or entity authorized by the copyright 18 + owner that is granting the License. 19 + 20 + 21 + 22 + "Legal Entity" shall mean the union of the acting entity and all other entities 23 + that control, are controlled by, or are under common control with that entity. 24 + For the purposes of this definition, "control" means (i) the power, direct 25 + or indirect, to cause the direction or management of such entity, whether 26 + by contract or otherwise, or (ii) ownership of fifty percent (50%) or more 27 + of the outstanding shares, or (iii) beneficial ownership of such entity. 28 + 29 + 30 + 31 + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions 32 + granted by this License. 33 + 34 + 35 + 36 + "Source" form shall mean the preferred form for making modifications, including 37 + but not limited to software source code, documentation source, and configuration 38 + files. 39 + 40 + 41 + 42 + "Object" form shall mean any form resulting from mechanical transformation 43 + or translation of a Source form, including but not limited to compiled object 44 + code, generated documentation, and conversions to other media types. 45 + 46 + 47 + 48 + "Work" shall mean the work of authorship, whether in Source or Object form, 49 + made available under the License, as indicated by a copyright notice that 50 + is included in or attached to the work (an example is provided in the Appendix 51 + below). 52 + 53 + 54 + 55 + "Derivative Works" shall mean any work, whether in Source or Object form, 56 + that is based on (or derived from) the Work and for which the editorial revisions, 57 + annotations, elaborations, or other modifications represent, as a whole, an 58 + original work of authorship. For the purposes of this License, Derivative 59 + Works shall not include works that remain separable from, or merely link (or 60 + bind by name) to the interfaces of, the Work and Derivative Works thereof. 61 + 62 + 63 + 64 + "Contribution" shall mean any work of authorship, including the original version 65 + of the Work and any modifications or additions to that Work or Derivative 66 + Works thereof, that is intentionally submitted to Licensor for inclusion in 67 + the Work by the copyright owner or by an individual or Legal Entity authorized 68 + to submit on behalf of the copyright owner. For the purposes of this definition, 69 + "submitted" means any form of electronic, verbal, or written communication 70 + sent to the Licensor or its representatives, including but not limited to 71 + communication on electronic mailing lists, source code control systems, and 72 + issue tracking systems that are managed by, or on behalf of, the Licensor 73 + for the purpose of discussing and improving the Work, but excluding communication 74 + that is conspicuously marked or otherwise designated in writing by the copyright 75 + owner as "Not a Contribution." 76 + 77 + 78 + 79 + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf 80 + of whom a Contribution has been received by Licensor and subsequently incorporated 81 + within the Work. 82 + 83 + 2. Grant of Copyright License. Subject to the terms and conditions of this 84 + License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, 85 + no-charge, royalty-free, irrevocable copyright license to reproduce, prepare 86 + Derivative Works of, publicly display, publicly perform, sublicense, and distribute 87 + the Work and such Derivative Works in Source or Object form. 88 + 89 + 3. Grant of Patent License. Subject to the terms and conditions of this License, 90 + each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, 91 + no-charge, royalty-free, irrevocable (except as stated in this section) patent 92 + license to make, have made, use, offer to sell, sell, import, and otherwise 93 + transfer the Work, where such license applies only to those patent claims 94 + licensable by such Contributor that are necessarily infringed by their Contribution(s) 95 + alone or by combination of their Contribution(s) with the Work to which such 96 + Contribution(s) was submitted. If You institute patent litigation against 97 + any entity (including a cross-claim or counterclaim in a lawsuit) alleging 98 + that the Work or a Contribution incorporated within the Work constitutes direct 99 + or contributory patent infringement, then any patent licenses granted to You 100 + under this License for that Work shall terminate as of the date such litigation 101 + is filed. 102 + 103 + 4. Redistribution. You may reproduce and distribute copies of the Work or 104 + Derivative Works thereof in any medium, with or without modifications, and 105 + in Source or Object form, provided that You meet the following conditions: 106 + 107 + (a) You must give any other recipients of the Work or Derivative Works a copy 108 + of this License; and 109 + 110 + (b) You must cause any modified files to carry prominent notices stating that 111 + You changed the files; and 112 + 113 + (c) You must retain, in the Source form of any Derivative Works that You distribute, 114 + all copyright, patent, trademark, and attribution notices from the Source 115 + form of the Work, excluding those notices that do not pertain to any part 116 + of the Derivative Works; and 117 + 118 + (d) If the Work includes a "NOTICE" text file as part of its distribution, 119 + then any Derivative Works that You distribute must include a readable copy 120 + of the attribution notices contained within such NOTICE file, excluding those 121 + notices that do not pertain to any part of the Derivative Works, in at least 122 + one of the following places: within a NOTICE text file distributed as part 123 + of the Derivative Works; within the Source form or documentation, if provided 124 + along with the Derivative Works; or, within a display generated by the Derivative 125 + Works, if and wherever such third-party notices normally appear. The contents 126 + of the NOTICE file are for informational purposes only and do not modify the 127 + License. You may add Your own attribution notices within Derivative Works 128 + that You distribute, alongside or as an addendum to the NOTICE text from the 129 + Work, provided that such additional attribution notices cannot be construed 130 + as modifying the License. 131 + 132 + You may add Your own copyright statement to Your modifications and may provide 133 + additional or different license terms and conditions for use, reproduction, 134 + or distribution of Your modifications, or for any such Derivative Works as 135 + a whole, provided Your use, reproduction, and distribution of the Work otherwise 136 + complies with the conditions stated in this License. 137 + 138 + 5. Submission of Contributions. Unless You explicitly state otherwise, any 139 + Contribution intentionally submitted for inclusion in the Work by You to the 140 + Licensor shall be under the terms and conditions of this License, without 141 + any additional terms or conditions. Notwithstanding the above, nothing herein 142 + shall supersede or modify the terms of any separate license agreement you 143 + may have executed with Licensor regarding such Contributions. 144 + 145 + 6. Trademarks. This License does not grant permission to use the trade names, 146 + trademarks, service marks, or product names of the Licensor, except as required 147 + for reasonable and customary use in describing the origin of the Work and 148 + reproducing the content of the NOTICE file. 149 + 150 + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to 151 + in writing, Licensor provides the Work (and each Contributor provides its 152 + Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 153 + KIND, either express or implied, including, without limitation, any warranties 154 + or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR 155 + A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness 156 + of using or redistributing the Work and assume any risks associated with Your 157 + exercise of permissions under this License. 158 + 159 + 8. Limitation of Liability. In no event and under no legal theory, whether 160 + in tort (including negligence), contract, or otherwise, unless required by 161 + applicable law (such as deliberate and grossly negligent acts) or agreed to 162 + in writing, shall any Contributor be liable to You for damages, including 163 + any direct, indirect, special, incidental, or consequential damages of any 164 + character arising as a result of this License or out of the use or inability 165 + to use the Work (including but not limited to damages for loss of goodwill, 166 + work stoppage, computer failure or malfunction, or any and all other commercial 167 + damages or losses), even if such Contributor has been advised of the possibility 168 + of such damages. 169 + 170 + 9. Accepting Warranty or Additional Liability. While redistributing the Work 171 + or Derivative Works thereof, You may choose to offer, and charge a fee for, 172 + acceptance of support, warranty, indemnity, or other liability obligations 173 + and/or rights consistent with this License. However, in accepting such obligations, 174 + You may act only on Your own behalf and on Your sole responsibility, not on 175 + behalf of any other Contributor, and only if You agree to indemnify, defend, 176 + and hold each Contributor harmless for any liability incurred by, or claims 177 + asserted against, such Contributor by reason of your accepting any such warranty 178 + or additional liability. END OF TERMS AND CONDITIONS 179 + 180 + APPENDIX: How to apply the Apache License to your work. 181 + 182 + To apply the Apache License to your work, attach the following boilerplate 183 + notice, with the fields enclosed by brackets "[]" replaced with your own identifying 184 + information. (Don't include the brackets!) The text should be enclosed in 185 + the appropriate comment syntax for the file format. We also recommend that 186 + a file or class name and description of purpose be included on the same "printed 187 + page" as the copyright notice for easier identification within third-party 188 + archives. 189 + 190 + Copyright [yyyy] [name of copyright owner] 191 + 192 + Licensed under the Apache License, Version 2.0 (the "License"); 193 + 194 + you may not use this file except in compliance with the License. 195 + 196 + You may obtain a copy of the License at 197 + 198 + http://www.apache.org/licenses/LICENSE-2.0 199 + 200 + Unless required by applicable law or agreed to in writing, software 201 + 202 + distributed under the License is distributed on an "AS IS" BASIS, 203 + 204 + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 205 + 206 + See the License for the specific language governing permissions and 207 + 208 + limitations under the License.
+26
LICENSES/BSD-3-Clause.txt
··· 1 + Copyright (c) <year> <owner>. All rights reserved. 2 + 3 + Redistribution and use in source and binary forms, with or without modification, 4 + are permitted provided that the following conditions are met: 5 + 6 + 1. Redistributions of source code must retain the above copyright notice, 7 + this list of conditions and the following disclaimer. 8 + 9 + 2. Redistributions in binary form must reproduce the above copyright notice, 10 + this list of conditions and the following disclaimer in the documentation 11 + and/or other materials provided with the distribution. 12 + 13 + 3. Neither the name of the copyright holder nor the names of its contributors 14 + may be used to endorse or promote products derived from this software without 15 + specific prior written permission. 16 + 17 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 18 + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19 + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 20 + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 21 + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 22 + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 23 + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 24 + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 25 + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 26 + USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+23
LICENSES/BSL-1.0.txt
··· 1 + Boost Software License - Version 1.0 - August 17th, 2003 2 + 3 + Permission is hereby granted, free of charge, to any person or organization 4 + obtaining a copy of the software and accompanying documentation covered by 5 + this license (the "Software") to use, reproduce, display, distribute, execute, 6 + and transmit the Software, and to prepare derivative works of the Software, 7 + and to permit third-parties to whom the Software is furnished to do so, all 8 + subject to the following: 9 + 10 + The copyright notices in the Software and this entire statement, including 11 + the above license grant, this restriction and the following disclaimer, must 12 + be included in all copies of the Software, in whole or in part, and all derivative 13 + works of the Software, unless such copies or derivative works are solely in 14 + the form of machine-executable object code generated by a source language 15 + processor. 16 + 17 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 19 + FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE 20 + COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES 21 + OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 23 + THE SOFTWARE.
+324
LICENSES/CC-BY-4.0.txt
··· 1 + Creative Commons Attribution 4.0 International Creative Commons Corporation 2 + ("Creative Commons") is not a law firm and does not provide legal services 3 + or legal advice. Distribution of Creative Commons public licenses does not 4 + create a lawyer-client or other relationship. Creative Commons makes its licenses 5 + and related information available on an "as-is" basis. Creative Commons gives 6 + no warranties regarding its licenses, any material licensed under their terms 7 + and conditions, or any related information. Creative Commons disclaims all 8 + liability for damages resulting from their use to the fullest extent possible. 9 + 10 + Using Creative Commons Public Licenses 11 + 12 + Creative Commons public licenses provide a standard set of terms and conditions 13 + that creators and other rights holders may use to share original works of 14 + authorship and other material subject to copyright and certain other rights 15 + specified in the public license below. The following considerations are for 16 + informational purposes only, are not exhaustive, and do not form part of our 17 + licenses. 18 + 19 + Considerations for licensors: Our public licenses are intended for use by 20 + those authorized to give the public permission to use material in ways otherwise 21 + restricted by copyright and certain other rights. Our licenses are irrevocable. 22 + Licensors should read and understand the terms and conditions of the license 23 + they choose before applying it. Licensors should also secure all rights necessary 24 + before applying our licenses so that the public can reuse the material as 25 + expected. Licensors should clearly mark any material not subject to the license. 26 + This includes other CC-licensed material, or material used under an exception 27 + or limitation to copyright. More considerations for licensors : wiki.creativecommons.org/Considerations_for_licensors 28 + 29 + Considerations for the public: By using one of our public licenses, a licensor 30 + grants the public permission to use the licensed material under specified 31 + terms and conditions. If the licensor's permission is not necessary for any 32 + reason–for example, because of any applicable exception or limitation to copyright–then 33 + that use is not regulated by the license. Our licenses grant only permissions 34 + under copyright and certain other rights that a licensor has authority to 35 + grant. Use of the licensed material may still be restricted for other reasons, 36 + including because others have copyright or other rights in the material. A 37 + licensor may make special requests, such as asking that all changes be marked 38 + or described. Although not required by our licenses, you are encouraged to 39 + respect those requests where reasonable. More considerations for the public 40 + : wiki.creativecommons.org/Considerations_for_licensees Creative Commons Attribution 41 + 4.0 International Public License 42 + 43 + By exercising the Licensed Rights (defined below), You accept and agree to 44 + be bound by the terms and conditions of this Creative Commons Attribution 45 + 4.0 International Public License ("Public License"). To the extent this Public 46 + License may be interpreted as a contract, You are granted the Licensed Rights 47 + in consideration of Your acceptance of these terms and conditions, and the 48 + Licensor grants You such rights in consideration of benefits the Licensor 49 + receives from making the Licensed Material available under these terms and 50 + conditions. 51 + 52 + Section 1 – Definitions. 53 + 54 + a. Adapted Material means material subject to Copyright and Similar Rights 55 + that is derived from or based upon the Licensed Material and in which the 56 + Licensed Material is translated, altered, arranged, transformed, or otherwise 57 + modified in a manner requiring permission under the Copyright and Similar 58 + Rights held by the Licensor. For purposes of this Public License, where the 59 + Licensed Material is a musical work, performance, or sound recording, Adapted 60 + Material is always produced where the Licensed Material is synched in timed 61 + relation with a moving image. 62 + 63 + b. Adapter's License means the license You apply to Your Copyright and Similar 64 + Rights in Your contributions to Adapted Material in accordance with the terms 65 + and conditions of this Public License. 66 + 67 + c. Copyright and Similar Rights means copyright and/or similar rights closely 68 + related to copyright including, without limitation, performance, broadcast, 69 + sound recording, and Sui Generis Database Rights, without regard to how the 70 + rights are labeled or categorized. For purposes of this Public License, the 71 + rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. 72 + 73 + d. Effective Technological Measures means those measures that, in the absence 74 + of proper authority, may not be circumvented under laws fulfilling obligations 75 + under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, 76 + and/or similar international agreements. 77 + 78 + e. Exceptions and Limitations means fair use, fair dealing, and/or any other 79 + exception or limitation to Copyright and Similar Rights that applies to Your 80 + use of the Licensed Material. 81 + 82 + f. Licensed Material means the artistic or literary work, database, or other 83 + material to which the Licensor applied this Public License. 84 + 85 + g. Licensed Rights means the rights granted to You subject to the terms and 86 + conditions of this Public License, which are limited to all Copyright and 87 + Similar Rights that apply to Your use of the Licensed Material and that the 88 + Licensor has authority to license. 89 + 90 + h. Licensor means the individual(s) or entity(ies) granting rights under this 91 + Public License. 92 + 93 + i. Share means to provide material to the public by any means or process that 94 + requires permission under the Licensed Rights, such as reproduction, public 95 + display, public performance, distribution, dissemination, communication, or 96 + importation, and to make material available to the public including in ways 97 + that members of the public may access the material from a place and at a time 98 + individually chosen by them. 99 + 100 + j. Sui Generis Database Rights means rights other than copyright resulting 101 + from Directive 96/9/EC of the European Parliament and of the Council of 11 102 + March 1996 on the legal protection of databases, as amended and/or succeeded, 103 + as well as other essentially equivalent rights anywhere in the world. 104 + 105 + k. You means the individual or entity exercising the Licensed Rights under 106 + this Public License. Your has a corresponding meaning. 107 + 108 + Section 2 – Scope. 109 + 110 + a. License grant. 111 + 112 + 1. Subject to the terms and conditions of this Public License, the Licensor 113 + hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, 114 + irrevocable license to exercise the Licensed Rights in the Licensed Material 115 + to: 116 + 117 + A. reproduce and Share the Licensed Material, in whole or in part; and 118 + 119 + B. produce, reproduce, and Share Adapted Material. 120 + 121 + 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions 122 + and Limitations apply to Your use, this Public License does not apply, and 123 + You do not need to comply with its terms and conditions. 124 + 125 + 3. Term. The term of this Public License is specified in Section 6(a). 126 + 127 + 4. Media and formats; technical modifications allowed. The Licensor authorizes 128 + You to exercise the Licensed Rights in all media and formats whether now known 129 + or hereafter created, and to make technical modifications necessary to do 130 + so. The Licensor waives and/or agrees not to assert any right or authority 131 + to forbid You from making technical modifications necessary to exercise the 132 + Licensed Rights, including technical modifications necessary to circumvent 133 + Effective Technological Measures. For purposes of this Public License, simply 134 + making modifications authorized by this Section 2(a)(4) never produces Adapted 135 + Material. 136 + 137 + 5. Downstream recipients. 138 + 139 + A. Offer from the Licensor – Licensed Material. Every recipient of the Licensed 140 + Material automatically receives an offer from the Licensor to exercise the 141 + Licensed Rights under the terms and conditions of this Public License. 142 + 143 + B. No downstream restrictions. You may not offer or impose any additional 144 + or different terms or conditions on, or apply any Effective Technological 145 + Measures to, the Licensed Material if doing so restricts exercise of the Licensed 146 + Rights by any recipient of the Licensed Material. 147 + 148 + 6. No endorsement. Nothing in this Public License constitutes or may be construed 149 + as permission to assert or imply that You are, or that Your use of the Licensed 150 + Material is, connected with, or sponsored, endorsed, or granted official status 151 + by, the Licensor or others designated to receive attribution as provided in 152 + Section 3(a)(1)(A)(i). 153 + 154 + b. Other rights. 155 + 156 + 1. Moral rights, such as the right of integrity, are not licensed under this 157 + Public License, nor are publicity, privacy, and/or other similar personality 158 + rights; however, to the extent possible, the Licensor waives and/or agrees 159 + not to assert any such rights held by the Licensor to the limited extent necessary 160 + to allow You to exercise the Licensed Rights, but not otherwise. 161 + 162 + 2. Patent and trademark rights are not licensed under this Public License. 163 + 164 + 3. To the extent possible, the Licensor waives any right to collect royalties 165 + from You for the exercise of the Licensed Rights, whether directly or through 166 + a collecting society under any voluntary or waivable statutory or compulsory 167 + licensing scheme. In all other cases the Licensor expressly reserves any right 168 + to collect such royalties. 169 + 170 + Section 3 – License Conditions. 171 + 172 + Your exercise of the Licensed Rights is expressly made subject to the following 173 + conditions. 174 + 175 + a. Attribution. 176 + 177 + 1. If You Share the Licensed Material (including in modified form), You must: 178 + 179 + A. retain the following if it is supplied by the Licensor with the Licensed 180 + Material: 181 + 182 + i. identification of the creator(s) of the Licensed Material and any others 183 + designated to receive attribution, in any reasonable manner requested by the 184 + Licensor (including by pseudonym if designated); 185 + 186 + ii. a copyright notice; 187 + 188 + iii. a notice that refers to this Public License; 189 + 190 + iv. a notice that refers to the disclaimer of warranties; 191 + 192 + v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; 193 + 194 + B. indicate if You modified the Licensed Material and retain an indication 195 + of any previous modifications; and 196 + 197 + C. indicate the Licensed Material is licensed under this Public License, and 198 + include the text of, or the URI or hyperlink to, this Public License. 199 + 200 + 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner 201 + based on the medium, means, and context in which You Share the Licensed Material. 202 + For example, it may be reasonable to satisfy the conditions by providing a 203 + URI or hyperlink to a resource that includes the required information. 204 + 205 + 3. If requested by the Licensor, You must remove any of the information required 206 + by Section 3(a)(1)(A) to the extent reasonably practicable. 207 + 208 + 4. If You Share Adapted Material You produce, the Adapter's License You apply 209 + must not prevent recipients of the Adapted Material from complying with this 210 + Public License. 211 + 212 + Section 4 – Sui Generis Database Rights. 213 + 214 + Where the Licensed Rights include Sui Generis Database Rights that apply to 215 + Your use of the Licensed Material: 216 + 217 + a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, 218 + reuse, reproduce, and Share all or a substantial portion of the contents of 219 + the database; 220 + 221 + b. if You include all or a substantial portion of the database contents in 222 + a database in which You have Sui Generis Database Rights, then the database 223 + in which You have Sui Generis Database Rights (but not its individual contents) 224 + is Adapted Material; and 225 + 226 + c. You must comply with the conditions in Section 3(a) if You Share all or 227 + a substantial portion of the contents of the database. 228 + 229 + For the avoidance of doubt, this Section 4 supplements and does not replace 230 + Your obligations under this Public License where the Licensed Rights include 231 + other Copyright and Similar Rights. 232 + 233 + Section 5 – Disclaimer of Warranties and Limitation of Liability. 234 + 235 + a. Unless otherwise separately undertaken by the Licensor, to the extent possible, 236 + the Licensor offers the Licensed Material as-is and as-available, and makes 237 + no representations or warranties of any kind concerning the Licensed Material, 238 + whether express, implied, statutory, or other. This includes, without limitation, 239 + warranties of title, merchantability, fitness for a particular purpose, non-infringement, 240 + absence of latent or other defects, accuracy, or the presence or absence of 241 + errors, whether or not known or discoverable. Where disclaimers of warranties 242 + are not allowed in full or in part, this disclaimer may not apply to You. 243 + 244 + b. To the extent possible, in no event will the Licensor be liable to You 245 + on any legal theory (including, without limitation, negligence) or otherwise 246 + for any direct, special, indirect, incidental, consequential, punitive, exemplary, 247 + or other losses, costs, expenses, or damages arising out of this Public License 248 + or use of the Licensed Material, even if the Licensor has been advised of 249 + the possibility of such losses, costs, expenses, or damages. Where a limitation 250 + of liability is not allowed in full or in part, this limitation may not apply 251 + to You. 252 + 253 + c. The disclaimer of warranties and limitation of liability provided above 254 + shall be interpreted in a manner that, to the extent possible, most closely 255 + approximates an absolute disclaimer and waiver of all liability. 256 + 257 + Section 6 – Term and Termination. 258 + 259 + a. This Public License applies for the term of the Copyright and Similar Rights 260 + licensed here. However, if You fail to comply with this Public License, then 261 + Your rights under this Public License terminate automatically. 262 + 263 + b. Where Your right to use the Licensed Material has terminated under Section 264 + 6(a), it reinstates: 265 + 266 + 1. automatically as of the date the violation is cured, provided it is cured 267 + within 30 days of Your discovery of the violation; or 268 + 269 + 2. upon express reinstatement by the Licensor. 270 + 271 + c. For the avoidance of doubt, this Section 6(b) does not affect any right 272 + the Licensor may have to seek remedies for Your violations of this Public 273 + License. 274 + 275 + d. For the avoidance of doubt, the Licensor may also offer the Licensed Material 276 + under separate terms or conditions or stop distributing the Licensed Material 277 + at any time; however, doing so will not terminate this Public License. 278 + 279 + e. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. 280 + 281 + Section 7 – Other Terms and Conditions. 282 + 283 + a. The Licensor shall not be bound by any additional or different terms or 284 + conditions communicated by You unless expressly agreed. 285 + 286 + b. Any arrangements, understandings, or agreements regarding the Licensed 287 + Material not stated herein are separate from and independent of the terms 288 + and conditions of this Public License. 289 + 290 + Section 8 – Interpretation. 291 + 292 + a. For the avoidance of doubt, this Public License does not, and shall not 293 + be interpreted to, reduce, limit, restrict, or impose conditions on any use 294 + of the Licensed Material that could lawfully be made without permission under 295 + this Public License. 296 + 297 + b. To the extent possible, if any provision of this Public License is deemed 298 + unenforceable, it shall be automatically reformed to the minimum extent necessary 299 + to make it enforceable. If the provision cannot be reformed, it shall be severed 300 + from this Public License without affecting the enforceability of the remaining 301 + terms and conditions. 302 + 303 + c. No term or condition of this Public License will be waived and no failure 304 + to comply consented to unless expressly agreed to by the Licensor. 305 + 306 + d. Nothing in this Public License constitutes or may be interpreted as a limitation 307 + upon, or waiver of, any privileges and immunities that apply to the Licensor 308 + or You, including from the legal processes of any jurisdiction or authority. 309 + 310 + Creative Commons is not a party to its public licenses. Notwithstanding, Creative 311 + Commons may elect to apply one of its public licenses to material it publishes 312 + and in those instances will be considered the "Licensor." The text of the 313 + Creative Commons public licenses is dedicated to the public domain under the 314 + CC0 Public Domain Dedication. Except for the limited purpose of indicating 315 + that material is shared under a Creative Commons public license or as otherwise 316 + permitted by the Creative Commons policies published at creativecommons.org/policies, 317 + Creative Commons does not authorize the use of the trademark "Creative Commons" 318 + or any other trademark or logo of Creative Commons without its prior written 319 + consent including, without limitation, in connection with any unauthorized 320 + modifications to any of its public licenses or any other arrangements, understandings, 321 + or agreements concerning use of licensed material. For the avoidance of doubt, 322 + this paragraph does not form part of the public licenses. 323 + 324 + Creative Commons may be contacted at creativecommons.org.
+119
LICENSES/CC0-1.0.txt
··· 1 + Creative Commons Legal Code 2 + 3 + CC0 1.0 Universal CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES 4 + NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE 5 + AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION 6 + ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE 7 + OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS 8 + LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION 9 + OR WORKS PROVIDED HEREUNDER. 10 + 11 + Statement of Purpose 12 + 13 + The laws of most jurisdictions throughout the world automatically confer exclusive 14 + Copyright and Related Rights (defined below) upon the creator and subsequent 15 + owner(s) (each and all, an "owner") of an original work of authorship and/or 16 + a database (each, a "Work"). 17 + 18 + Certain owners wish to permanently relinquish those rights to a Work for the 19 + purpose of contributing to a commons of creative, cultural and scientific 20 + works ("Commons") that the public can reliably and without fear of later claims 21 + of infringement build upon, modify, incorporate in other works, reuse and 22 + redistribute as freely as possible in any form whatsoever and for any purposes, 23 + including without limitation commercial purposes. These owners may contribute 24 + to the Commons to promote the ideal of a free culture and the further production 25 + of creative, cultural and scientific works, or to gain reputation or greater 26 + distribution for their Work in part through the use and efforts of others. 27 + 28 + For these and/or other purposes and motivations, and without any expectation 29 + of additional consideration or compensation, the person associating CC0 with 30 + a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright 31 + and Related Rights in the Work, voluntarily elects to apply CC0 to the Work 32 + and publicly distribute the Work under its terms, with knowledge of his or 33 + her Copyright and Related Rights in the Work and the meaning and intended 34 + legal effect of CC0 on those rights. 35 + 36 + 1. Copyright and Related Rights. A Work made available under CC0 may be protected 37 + by copyright and related or neighboring rights ("Copyright and Related Rights"). 38 + Copyright and Related Rights include, but are not limited to, the following: 39 + 40 + i. the right to reproduce, adapt, distribute, perform, display, communicate, 41 + and translate a Work; 42 + 43 + ii. moral rights retained by the original author(s) and/or performer(s); 44 + 45 + iii. publicity and privacy rights pertaining to a person's image or likeness 46 + depicted in a Work; 47 + 48 + iv. rights protecting against unfair competition in regards to a Work, subject 49 + to the limitations in paragraph 4(a), below; 50 + 51 + v. rights protecting the extraction, dissemination, use and reuse of data 52 + in a Work; 53 + 54 + vi. database rights (such as those arising under Directive 96/9/EC of the 55 + European Parliament and of the Council of 11 March 1996 on the legal protection 56 + of databases, and under any national implementation thereof, including any 57 + amended or successor version of such directive); and 58 + 59 + vii. other similar, equivalent or corresponding rights throughout the world 60 + based on applicable law or treaty, and any national implementations thereof. 61 + 62 + 2. Waiver. To the greatest extent permitted by, but not in contravention of, 63 + applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and 64 + unconditionally waives, abandons, and surrenders all of Affirmer's Copyright 65 + and Related Rights and associated claims and causes of action, whether now 66 + known or unknown (including existing as well as future claims and causes of 67 + action), in the Work (i) in all territories worldwide, (ii) for the maximum 68 + duration provided by applicable law or treaty (including future time extensions), 69 + (iii) in any current or future medium and for any number of copies, and (iv) 70 + for any purpose whatsoever, including without limitation commercial, advertising 71 + or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the 72 + benefit of each member of the public at large and to the detriment of Affirmer's 73 + heirs and successors, fully intending that such Waiver shall not be subject 74 + to revocation, rescission, cancellation, termination, or any other legal or 75 + equitable action to disrupt the quiet enjoyment of the Work by the public 76 + as contemplated by Affirmer's express Statement of Purpose. 77 + 78 + 3. Public License Fallback. Should any part of the Waiver for any reason be 79 + judged legally invalid or ineffective under applicable law, then the Waiver 80 + shall be preserved to the maximum extent permitted taking into account Affirmer's 81 + express Statement of Purpose. In addition, to the extent the Waiver is so 82 + judged Affirmer hereby grants to each affected person a royalty-free, non 83 + transferable, non sublicensable, non exclusive, irrevocable and unconditional 84 + license to exercise Affirmer's Copyright and Related Rights in the Work (i) 85 + in all territories worldwide, (ii) for the maximum duration provided by applicable 86 + law or treaty (including future time extensions), (iii) in any current or 87 + future medium and for any number of copies, and (iv) for any purpose whatsoever, 88 + including without limitation commercial, advertising or promotional purposes 89 + (the "License"). The License shall be deemed effective as of the date CC0 90 + was applied by Affirmer to the Work. Should any part of the License for any 91 + reason be judged legally invalid or ineffective under applicable law, such 92 + partial invalidity or ineffectiveness shall not invalidate the remainder of 93 + the License, and in such case Affirmer hereby affirms that he or she will 94 + not (i) exercise any of his or her remaining Copyright and Related Rights 95 + in the Work or (ii) assert any associated claims and causes of action with 96 + respect to the Work, in either case contrary to Affirmer's express Statement 97 + of Purpose. 98 + 99 + 4. Limitations and Disclaimers. 100 + 101 + a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, 102 + licensed or otherwise affected by this document. 103 + 104 + b. Affirmer offers the Work as-is and makes no representations or warranties 105 + of any kind concerning the Work, express, implied, statutory or otherwise, 106 + including without limitation warranties of title, merchantability, fitness 107 + for a particular purpose, non infringement, or the absence of latent or other 108 + defects, accuracy, or the present or absence of errors, whether or not discoverable, 109 + all to the greatest extent permissible under applicable law. 110 + 111 + c. Affirmer disclaims responsibility for clearing rights of other persons 112 + that may apply to the Work or any use thereof, including without limitation 113 + any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims 114 + responsibility for obtaining any necessary consents, permissions or other 115 + rights required for any use of the Work. 116 + 117 + d. Affirmer understands and acknowledges that Creative Commons is not a party 118 + to this document and has no duty or obligation with respect to this CC0 or 119 + use of the Work.
+19
LICENSES/MIT.txt
··· 1 + MIT License Copyright (c) <year> <copyright holders> 2 + 3 + Permission is hereby granted, free of charge, to any person obtaining a copy 4 + of this software and associated documentation files (the "Software"), to deal 5 + in the Software without restriction, including without limitation the rights 6 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 7 + copies of the Software, and to permit persons to whom the Software is furnished 8 + to do so, subject to the following conditions: 9 + 10 + The above copyright notice and this permission notice (including the next 11 + paragraph) shall be included in all copies or substantial portions of the 12 + Software. 13 + 14 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 16 + FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS 17 + OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 18 + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 19 + OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.