licensee 9.14.1 → 9.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.md +1 -1
  3. data/bin/licensee +1 -1
  4. data/lib/licensee.rb +1 -1
  5. data/lib/licensee/commands/detect.rb +2 -4
  6. data/lib/licensee/commands/diff.rb +1 -3
  7. data/lib/licensee/content_helper.rb +23 -27
  8. data/lib/licensee/hash_helper.rb +1 -1
  9. data/lib/licensee/license.rb +28 -14
  10. data/lib/licensee/matchers/copyright.rb +2 -7
  11. data/lib/licensee/matchers/cran.rb +1 -1
  12. data/lib/licensee/matchers/dice.rb +1 -1
  13. data/lib/licensee/project_files/license_file.rb +29 -22
  14. data/lib/licensee/project_files/project_file.rb +2 -4
  15. data/lib/licensee/project_files/readme_file.rb +1 -1
  16. data/lib/licensee/projects/fs_project.rb +1 -3
  17. data/lib/licensee/projects/git_project.rb +6 -4
  18. data/lib/licensee/projects/project.rb +11 -10
  19. data/lib/licensee/version.rb +1 -1
  20. data/licensee.gemspec +5 -4
  21. data/spec/fixture_spec.rb +2 -2
  22. data/spec/fixtures/bsd-3-authorowner/LICENSE +27 -0
  23. data/spec/fixtures/cc-by-sa-mdlinks/License.md +173 -0
  24. data/spec/fixtures/cc-by-sa-nocclicensor/License.md +425 -0
  25. data/spec/fixtures/detect.json +5 -5
  26. data/spec/fixtures/eupl-cal2017/LICENSE.txt +274 -0
  27. data/spec/fixtures/fixtures.yml +45 -25
  28. data/spec/fixtures/license-hashes.json +39 -38
  29. data/spec/fixtures/pixar-modified-apache/LICENSE.txt +174 -0
  30. data/spec/integration_spec.rb +46 -6
  31. data/spec/licensee/commands/detect_spec.rb +2 -2
  32. data/spec/licensee/content_helper_spec.rb +14 -13
  33. data/spec/licensee/license_spec.rb +5 -5
  34. data/spec/licensee/matchers/dice_matcher_spec.rb +2 -2
  35. data/spec/licensee/project_files/license_file_spec.rb +8 -2
  36. data/spec/licensee/project_spec.rb +1 -3
  37. data/spec/licensee_spec.rb +1 -1
  38. data/spec/spec_helper.rb +3 -3
  39. data/spec/vendored_license_spec.rb +1 -1
  40. data/vendor/choosealicense.com/_licenses/apache-2.0.txt +1 -1
  41. data/vendor/choosealicense.com/_licenses/bsl-1.0.txt +1 -1
  42. data/vendor/choosealicense.com/_licenses/eupl-1.2.txt +75 -58
  43. data/vendor/choosealicense.com/_licenses/mit-0.txt +45 -0
  44. data/vendor/choosealicense.com/_licenses/odbl-1.0.txt +1 -1
  45. data/vendor/choosealicense.com/_licenses/unlicense.txt +1 -1
  46. data/vendor/license-list-XML/src/0BSD.xml +21 -0
  47. data/vendor/license-list-XML/src/AFL-3.0.xml +212 -0
  48. data/vendor/license-list-XML/src/AGPL-3.0.xml +852 -0
  49. data/vendor/license-list-XML/src/Apache-2.0.xml +223 -0
  50. data/vendor/license-list-XML/src/Artistic-2.0.xml +238 -0
  51. data/vendor/license-list-XML/src/BSD-2-Clause.xml +42 -0
  52. data/vendor/license-list-XML/src/BSD-3-Clause-Clear.xml +59 -0
  53. data/vendor/license-list-XML/src/BSD-3-Clause.xml +46 -0
  54. data/vendor/license-list-XML/src/BSD-4-Clause.xml +59 -0
  55. data/vendor/license-list-XML/src/BSL-1.0.xml +30 -0
  56. data/vendor/license-list-XML/src/CC-BY-4.0.xml +444 -0
  57. data/vendor/license-list-XML/src/CC-BY-SA-4.0.xml +475 -0
  58. data/vendor/license-list-XML/src/CC0-1.0.xml +153 -0
  59. data/vendor/license-list-XML/src/CECILL-2.1.xml +669 -0
  60. data/vendor/license-list-XML/src/ECL-2.0.xml +242 -0
  61. data/vendor/license-list-XML/src/EPL-1.0.xml +255 -0
  62. data/vendor/license-list-XML/src/EPL-2.0.xml +639 -0
  63. data/vendor/license-list-XML/src/EUPL-1.1.xml +337 -0
  64. data/vendor/license-list-XML/src/EUPL-1.2.xml +502 -0
  65. data/vendor/license-list-XML/src/GPL-2.0.xml +474 -0
  66. data/vendor/license-list-XML/src/GPL-3.0.xml +858 -0
  67. data/vendor/license-list-XML/src/ISC.xml +29 -0
  68. data/vendor/license-list-XML/src/LGPL-2.1.xml +662 -0
  69. data/vendor/license-list-XML/src/LGPL-3.0.xml +260 -0
  70. data/vendor/license-list-XML/src/LPPL-1.3c.xml +380 -0
  71. data/vendor/license-list-XML/src/MIT-0.xml +40 -0
  72. data/vendor/license-list-XML/src/MIT.xml +32 -0
  73. data/vendor/license-list-XML/src/MPL-2.0.xml +438 -0
  74. data/vendor/license-list-XML/src/MS-PL.xml +89 -0
  75. data/vendor/license-list-XML/src/MS-RL.xml +97 -0
  76. data/vendor/license-list-XML/src/NCSA.xml +60 -0
  77. data/vendor/license-list-XML/src/ODbL-1.0.xml +660 -0
  78. data/vendor/license-list-XML/src/OFL-1.1.xml +94 -0
  79. data/vendor/license-list-XML/src/OSL-3.0.xml +209 -0
  80. data/vendor/license-list-XML/src/PostgreSQL.xml +32 -0
  81. data/vendor/license-list-XML/src/UPL-1.0.xml +46 -0
  82. data/vendor/license-list-XML/src/Unlicense.xml +27 -0
  83. data/vendor/license-list-XML/src/Vim.xml +124 -0
  84. data/vendor/license-list-XML/src/WTFPL.xml +30 -0
  85. data/vendor/license-list-XML/src/Zlib.xml +38 -0
  86. metadata +73 -13
@@ -0,0 +1,42 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="true" licenseId="BSD-2-Clause"
4
+ name="BSD 2-Clause &#34;Simplified&#34; License">
5
+ <crossRefs>
6
+ <crossRef>https://opensource.org/licenses/BSD-2-Clause</crossRef>
7
+ </crossRefs>
8
+ <text>
9
+ <copyrightText>
10
+ <p>Copyright (c) &lt;year&gt; &lt;owner&gt;. All rights reserved.
11
+ </p>
12
+ </copyrightText>
13
+
14
+ <p>Redistribution and use in source and binary forms, with or without modification, are permitted provided
15
+ that the following conditions are met:</p>
16
+ <list>
17
+ <item>
18
+ <bullet>1.</bullet>
19
+ Redistributions of source code must retain the above copyright notice, this list of conditions
20
+ and the following disclaimer.
21
+ </item>
22
+ <item>
23
+ <bullet>2.</bullet>
24
+ Redistributions in binary form must reproduce the above copyright notice, this list of conditions
25
+ and the following disclaimer in the documentation and/or other materials provided with the
26
+ distribution.
27
+ </item>
28
+ </list>
29
+ <p>THIS SOFTWARE IS PROVIDED BY
30
+ <alt match=".+" name="copyrightHolderAsIs">THE COPYRIGHT HOLDERS AND CONTRIBUTORS</alt> "AS IS" AND ANY
31
+ <alt match="EXPRESS(ED)?" name="express">EXPRESS</alt> OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
32
+ AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
33
+ <alt match=".+" name="copyrightHolderLiability">THE COPYRIGHT HOLDER OR CONTRIBUTORS</alt> BE LIABLE FOR
34
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
35
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
36
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
37
+ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
38
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39
+ </p>
40
+ </text>
41
+ </license>
42
+ </SPDXLicenseCollection>
@@ -0,0 +1,59 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="false" licenseId="BSD-3-Clause-Clear"
4
+ name="BSD 3-Clause Clear License">
5
+ <crossRefs>
6
+ <crossRef>http://labs.metacarta.com/license-explanation.html#license</crossRef>
7
+ </crossRefs>
8
+ <notes>This is same as BSD-3-Clause but with explicit statement as to no patent rights granted in last
9
+ paragraph.</notes>
10
+ <text>
11
+ <titleText>
12
+ <p>The Clear BSD License</p>
13
+ </titleText>
14
+ <copyrightText>
15
+ <p>Copyright (c) [xxxx]-[xxxx] [Owner Organization]
16
+ <br/>All rights reserved.
17
+ </p>
18
+ </copyrightText>
19
+
20
+ <p>Redistribution and use in source and binary forms, with or without modification, are permitted (subject
21
+ to the limitations in the disclaimer below) provided that the following conditions are met:</p>
22
+ <list>
23
+ <list>
24
+ <item>
25
+ <bullet>*</bullet>
26
+ Redistributions of source code must retain the above copyright notice, this list of
27
+ conditions and the following disclaimer.
28
+ </item>
29
+ <item>
30
+ <bullet>*</bullet>
31
+ Redistributions in binary form must reproduce the above copyright notice, this list of
32
+ conditions and the following disclaimer in the documentation and/or other materials
33
+ provided with the distribution.
34
+ </item>
35
+ <item>
36
+ <bullet>*</bullet>
37
+ Neither the name of
38
+ <alt match=".+" name="organizationClause3">[Owner Organization]</alt> nor the names of its
39
+ contributors may be used to endorse or promote products derived from this software without
40
+ specific prior written permission.
41
+
42
+ </item>
43
+ </list>
44
+ </list>
45
+ <p>NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY THIS LICENSE. THIS
46
+ SOFTWARE IS PROVIDED BY
47
+ <alt match=".+" name="copyrightHolderAsIs">THE COPYRIGHT HOLDERS AND CONTRIBUTORS</alt> "AS
48
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
49
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
50
+ <alt match=".+" name="copyrightHolderLiability">THE COPYRIGHT HOLDER OR CONTRIBUTORS</alt> BE LIABLE FOR
51
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
52
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
53
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
54
+ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
55
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
56
+ </p>
57
+ </text>
58
+ </license>
59
+ </SPDXLicenseCollection>
@@ -0,0 +1,46 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="true" licenseId="BSD-3-Clause"
4
+ name="BSD 3-Clause &#34;New&#34; or &#34;Revised&#34; License">
5
+ <crossRefs>
6
+ <crossRef>https://opensource.org/licenses/BSD-3-Clause</crossRef>
7
+ </crossRefs>
8
+ <text>
9
+ <copyrightText>
10
+ <p>Copyright (c) &lt;year&gt; &lt;owner&gt;. All rights reserved.</p>
11
+ </copyrightText>
12
+
13
+ <p>Redistribution and use in source and binary forms, with or without modification, are permitted provided
14
+ that the following conditions are met:</p>
15
+ <list>
16
+ <item>
17
+ <bullet>1.</bullet>
18
+ Redistributions of source code must retain the above copyright notice, this list of conditions
19
+ and the following disclaimer.
20
+ </item>
21
+ <item>
22
+ <bullet>2.</bullet>
23
+ Redistributions in binary form must reproduce the above copyright notice, this list of conditions
24
+ and the following disclaimer in the documentation and/or other materials provided with the
25
+ distribution.
26
+ </item>
27
+ <item>
28
+ <bullet>3.</bullet>
29
+ <alt match="(The name of.+may not)|(Neither the name of.+nor the names of its contributors may)" name="organizationClause3">
30
+ Neither the name of the copyright holder nor the names of its contributors may</alt>
31
+ be used to endorse or promote products derived from this
32
+ software without specific prior written permission.
33
+ </item>
34
+ </list>
35
+ <p>THIS SOFTWARE IS PROVIDED BY <alt match=".+" name="copyrightHolderAsIs">THE COPYRIGHT HOLDERS AND
36
+ CONTRIBUTORS</alt> "AS IS" AND ANY <alt match="EXPRESS(ED)?" name="express">EXPRESS</alt> OR IMPLIED
37
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
38
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL <alt match=".+" name="copyrightHolderLiability">THE
39
+ COPYRIGHT HOLDER OR CONTRIBUTORS</alt> BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
40
+ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
41
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
42
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
43
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p>
44
+ </text>
45
+ </license>
46
+ </SPDXLicenseCollection>
@@ -0,0 +1,59 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="false" licenseId="BSD-4-Clause"
4
+ name="BSD 4-Clause &#34;Original&#34; or &#34;Old&#34; License">
5
+ <crossRefs>
6
+ <crossRef>http://directory.fsf.org/wiki/License:BSD_4Clause</crossRef>
7
+ </crossRefs>
8
+ <notes>This license was rescinded by the author on 22 July 1999.</notes>
9
+ <text>
10
+ <copyrightText>
11
+ <p>Copyright (c) &lt;year&gt; &lt;owner&gt;. All rights reserved.
12
+ </p>
13
+ </copyrightText>
14
+
15
+ <p>Redistribution and use in source and binary forms, with or without modification, are permitted provided
16
+ that the following conditions are met:</p>
17
+ <list>
18
+ <item>
19
+ <bullet>1.</bullet>
20
+ Redistributions of source code must retain the above copyright notice, this list of conditions
21
+ and the following disclaimer.
22
+ </item>
23
+ <item>
24
+ <bullet>2.</bullet>
25
+ Redistributions in binary form must reproduce the above copyright notice, this list of conditions
26
+ and the following disclaimer in the documentation and/or other materials provided with the
27
+ distribution.
28
+ </item>
29
+ <item>
30
+ <bullet>3.</bullet>
31
+ All advertising materials mentioning features or use of this software must display the following
32
+ acknowledgement:
33
+ <br/>This product includes software developed by
34
+ <alt match=".+" name="organizationClause3">the organization</alt>.
35
+
36
+ </item>
37
+ <item>
38
+ <bullet>4.</bullet>
39
+ Neither the name of
40
+ <alt match=".+" name="organizationClause4">the copyright holder</alt> nor the names of its
41
+ contributors may be used to endorse or promote products derived from this software without
42
+ specific prior written permission.
43
+
44
+ </item>
45
+ </list>
46
+ <p>THIS SOFTWARE IS PROVIDED BY
47
+ <alt match=".+" name="copyrightHolderAsIs">COPYRIGHT HOLDER</alt> "AS IS" AND ANY EXPRESS OR IMPLIED
48
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
49
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
50
+ <alt match=".+" name="copyrightHolderLiability">COPYRIGHT HOLDER</alt> BE LIABLE FOR ANY DIRECT,
51
+ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
52
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
53
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
54
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
55
+ POSSIBILITY OF SUCH DAMAGE.
56
+ </p>
57
+ </text>
58
+ </license>
59
+ </SPDXLicenseCollection>
@@ -0,0 +1,30 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="true" licenseId="BSL-1.0" name="Boost Software License 1.0">
4
+ <crossRefs>
5
+ <crossRef>http://www.boost.org/LICENSE_1_0.txt</crossRef>
6
+ <crossRef>https://opensource.org/licenses/BSL-1.0</crossRef>
7
+ </crossRefs>
8
+ <notes>This license was released: 17 August 2003</notes>
9
+ <text>
10
+ <titleText>
11
+ <p>Boost Software License - Version 1.0 - August 17th, 2003</p>
12
+ </titleText>
13
+
14
+ <p>Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the
15
+ software and accompanying documentation covered by this license (the "Software") to use, reproduce,
16
+ display, distribute, execute, and transmit the Software, and to prepare derivative works of the
17
+ Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the
18
+ following:</p>
19
+ <p>The copyright notices in the Software and this entire statement, including the above license grant, this
20
+ restriction and the following disclaimer, must be included in all copies of the Software, in whole or
21
+ in part, and all derivative works of the Software, unless such copies or derivative works are solely
22
+ in the form of machine-executable object code generated by a source language processor.</p>
23
+ <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
24
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND
25
+ NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE
26
+ LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
27
+ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
28
+ </text>
29
+ </license>
30
+ </SPDXLicenseCollection>
@@ -0,0 +1,444 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="false" licenseId="CC-BY-4.0"
4
+ name="Creative Commons Attribution 4.0 International">
5
+ <crossRefs>
6
+ <crossRef>https://creativecommons.org/licenses/by/4.0/legalcode</crossRef>
7
+ </crossRefs>
8
+ <text>
9
+ <titleText>
10
+ <p><optional>Creative Commons </optional>Attribution 4.0 International</p>
11
+ </titleText>
12
+ <optional>
13
+ <p>Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services
14
+ or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or
15
+ other relationship. Creative Commons makes its licenses and related information available on an
16
+ “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed
17
+ under their terms and conditions, or any related information. Creative Commons disclaims all liability
18
+ for damages resulting from their use to the fullest extent possible.</p>
19
+ <p>Using Creative Commons Public Licenses</p>
20
+ <p>Creative Commons public licenses provide a standard set of terms and conditions that creators and other
21
+ rights holders may use to share original works of authorship and other material subject to copyright
22
+ and certain other rights specified in the public license below. The following considerations are for
23
+ informational purposes only, are not exhaustive, and do not form part of our licenses.</p>
24
+ <p>Considerations for licensors: Our public licenses are intended for use by those authorized to give the
25
+ public permission to use material in ways otherwise restricted by copyright and certain other rights.
26
+ Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the
27
+ license they choose before applying it. Licensors should also secure all rights necessary before
28
+ applying our licenses so that the public can reuse the material as expected. Licensors should clearly
29
+ mark any material not subject to the license. This includes other CC-licensed material, or material
30
+ used under an exception or limitation to copyright. More considerations for licensors<alt match=": wiki.creativecommons.org/Considerations_for_licensors|\." name="considerationsLicensors">: wiki.creativecommons.org/Considerations_for_licensors</alt></p>
31
+ <p>Considerations for the public: By using one of our public licenses, a licensor grants the public
32
+ permission to use the licensed material under specified terms and conditions. If the licensor’s
33
+ permission is not necessary for any reason–for example, because of any applicable exception or
34
+ limitation to copyright–then that use is not regulated by the license. Our licenses grant only
35
+ permissions under copyright and certain other rights that a licensor has authority to grant. Use of
36
+ the licensed material may still be restricted for other reasons, including because others have
37
+ copyright or other rights in the material. A licensor may make special requests, such as asking that
38
+ all changes be marked or described. Although not required by our licenses, you are encouraged to
39
+ respect those requests where reasonable. <alt match="More considerations|More_considerations" name="spaceUnderscore">More considerations</alt> for the public<alt match=": wiki.creativecommons.org/Considerations_for_licensees|\." name="considerationsLicensees">: wiki.creativecommons.org/Considerations_for_licensees</alt></p>
40
+ </optional>
41
+
42
+ <titleText>
43
+ <p>Creative Commons Attribution 4.0 International Public License</p>
44
+ </titleText>
45
+ <p>By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and
46
+ conditions of this Creative Commons Attribution 4.0 International Public License ("Public License").
47
+ To the extent this Public License may be interpreted as a contract, You are granted the Licensed
48
+ Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You
49
+ such rights in consideration of benefits the Licensor receives from making the Licensed Material
50
+ available under these terms and conditions.</p>
51
+ <p>Section 1 – Definitions.</p>
52
+ <list>
53
+ <item>
54
+ <bullet>a.</bullet>
55
+ Adapted Material means material subject to Copyright and Similar Rights that is derived from
56
+ or based upon the Licensed Material and in which the Licensed Material is translated,
57
+ altered, arranged, transformed, or otherwise modified in a manner requiring permission
58
+ under the Copyright and Similar Rights held by the Licensor. For purposes of this Public
59
+ License, where the Licensed Material is a musical work, performance, or sound recording,
60
+ Adapted Material is always produced where the Licensed Material is synched in timed
61
+ relation with a moving image.
62
+ </item>
63
+ <item>
64
+ <bullet>b.</bullet>
65
+ Adapter's License means the license You apply to Your Copyright and Similar Rights in Your
66
+ contributions to Adapted Material in accordance with the terms and conditions of this
67
+ Public License.
68
+ </item>
69
+ <item>
70
+ <bullet>c.</bullet>
71
+ Copyright and Similar Rights means copyright and/or similar rights closely related to
72
+ copyright including, without limitation, performance, broadcast, sound recording, and Sui
73
+ Generis Database Rights, without regard to how the rights are labeled or categorized. For
74
+ purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not
75
+ Copyright and Similar Rights.
76
+ </item>
77
+ <item>
78
+ <bullet>d.</bullet>
79
+ Effective Technological Measures means those measures that, in the absence of proper
80
+ authority, may not be circumvented under laws fulfilling obligations under Article 11 of
81
+ the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international
82
+ agreements.
83
+ </item>
84
+ <item>
85
+ <bullet>e.</bullet>
86
+ Exceptions and Limitations means fair use, fair dealing, and/or any other exception or
87
+ limitation to Copyright and Similar Rights that applies to Your use of the Licensed
88
+ Material.
89
+ </item>
90
+ <item>
91
+ <bullet>f.</bullet>
92
+ Licensed Material means the artistic or literary work, database, or other material to which
93
+ the Licensor applied this Public License.
94
+ </item>
95
+ <item>
96
+ <bullet>g.</bullet>
97
+ Licensed Rights means the rights granted to You subject to the terms and conditions of this
98
+ Public License, which are limited to all Copyright and Similar Rights that apply to Your
99
+ use of the Licensed Material and that the Licensor has authority to license.
100
+ </item>
101
+ <item>
102
+ <bullet>h.</bullet>
103
+ Licensor means the individual(s) or entity(ies) granting rights under this Public License.
104
+ </item>
105
+ <item>
106
+ <bullet>i.</bullet>
107
+ Share means to provide material to the public by any means or process that requires
108
+ permission under the Licensed Rights, such as reproduction, public display, public
109
+ performance, distribution, dissemination, communication, or importation, and to make
110
+ material available to the public including in ways that members of the public may access
111
+ the material from a place and at a time individually chosen by them.
112
+ </item>
113
+ <item>
114
+ <bullet>j.</bullet>
115
+ Sui Generis Database Rights means rights other than copyright resulting from Directive
116
+ 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal
117
+ protection of databases, as amended and/or succeeded, as well as other essentially
118
+ equivalent rights anywhere in the world.
119
+ </item>
120
+ <item>
121
+ <bullet>k.</bullet>
122
+ You means the individual or entity exercising the Licensed Rights under this Public License.
123
+ Your has a corresponding meaning.
124
+ </item>
125
+ </list>
126
+ <p>Section 2 – Scope.</p>
127
+ <list>
128
+ <item>
129
+ <bullet>a.</bullet>
130
+ License grant.
131
+ <list>
132
+ <item>
133
+ <bullet>1.</bullet>
134
+ Subject to the terms and conditions of this Public License, the Licensor hereby grants
135
+ You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license
136
+ to exercise the Licensed Rights in the Licensed Material to:
137
+ <list>
138
+ <item>
139
+ <bullet>A.</bullet>
140
+ reproduce and Share the Licensed Material, in whole or in part; and
141
+ </item>
142
+ <item>
143
+ <bullet>B.</bullet>
144
+ produce, reproduce, and Share Adapted Material.
145
+ </item>
146
+ </list>
147
+ </item>
148
+ <item>
149
+ <bullet>2.</bullet>
150
+ Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations
151
+ apply to Your use, this Public License does not apply, and You do not need to comply
152
+ with its terms and conditions.
153
+ </item>
154
+ <item>
155
+ <bullet>3.</bullet>
156
+ Term. The term of this Public License is specified in Section 6(a).
157
+ </item>
158
+ <item>
159
+ <bullet>4.</bullet>
160
+ Media and formats; technical modifications allowed. The Licensor authorizes You to
161
+ exercise the Licensed Rights in all media and formats whether now known or hereafter
162
+ created, and to make technical modifications necessary to do so. The Licensor waives
163
+ and/or agrees not to assert any right or authority to forbid You from making technical
164
+ modifications necessary to exercise the Licensed Rights, including technical
165
+ modifications necessary to circumvent Effective Technological Measures. For purposes
166
+ of this Public License, simply making modifications authorized by this Section 2(a)(4)
167
+ never produces Adapted Material.
168
+ </item>
169
+ <item>
170
+ <bullet>5.</bullet>
171
+ Downstream recipients.
172
+ <list>
173
+ <item>
174
+ <bullet>A.</bullet>
175
+ Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material
176
+ automatically receives an offer from the Licensor to exercise the Licensed Rights
177
+ under the terms and conditions of this Public License.
178
+ </item>
179
+ <item>
180
+ <bullet>B.</bullet>
181
+ No downstream restrictions. You may not offer or impose any additional or different
182
+ terms or conditions on, or apply any Effective Technological Measures to, the
183
+ Licensed Material if doing so restricts exercise of the Licensed Rights by any
184
+ recipient of the Licensed Material.
185
+ </item>
186
+ </list>
187
+ </item>
188
+ <item>
189
+ <bullet>6.</bullet>
190
+ No endorsement. Nothing in this Public License constitutes or may be construed as
191
+ permission to assert or imply that You are, or that Your use of the Licensed Material
192
+ is, connected with, or sponsored, endorsed, or granted official status by, the
193
+ Licensor or others designated to receive attribution as provided in Section
194
+ 3(a)(1)(A)(i).
195
+ </item>
196
+ </list>
197
+ </item>
198
+ <item>
199
+ <bullet>b.</bullet>
200
+ Other rights.
201
+ <list>
202
+ <item>
203
+ <bullet>1.</bullet>
204
+ Moral rights, such as the right of integrity, are not licensed under this Public License,
205
+ nor are publicity, privacy, and/or other similar personality rights; however, to the
206
+ extent possible, the Licensor waives and/or agrees not to assert any such rights held
207
+ by the Licensor to the limited extent necessary to allow You to exercise the Licensed
208
+ Rights, but not otherwise.
209
+ </item>
210
+ <item>
211
+ <bullet>2.</bullet>
212
+ Patent and trademark rights are not licensed under this Public License.
213
+ </item>
214
+ <item>
215
+ <bullet>3.</bullet>
216
+ To the extent possible, the Licensor waives any right to collect royalties from You for
217
+ the exercise of the Licensed Rights, whether directly or through a collecting society
218
+ under any voluntary or waivable statutory or compulsory licensing scheme. In all other
219
+ cases the Licensor expressly reserves any right to collect such royalties.
220
+ </item>
221
+ </list>
222
+ </item>
223
+ </list>
224
+ <p>Section 3 – License Conditions.</p>
225
+ <p>Your exercise of the Licensed Rights is expressly made subject to the following conditions.</p>
226
+ <list>
227
+ <item>
228
+ <bullet>a.</bullet>
229
+ Attribution.
230
+ <list>
231
+ <item>
232
+ <bullet>1.</bullet>
233
+ If You Share the Licensed Material (including in modified form), You must:
234
+ <list>
235
+ <item>
236
+ <bullet>A.</bullet>
237
+ retain the following if it is supplied by the Licensor with the Licensed Material:
238
+ <list>
239
+ <item>
240
+ <bullet>i.</bullet>
241
+ identification of the creator(s) of the Licensed Material and any others
242
+ designated to receive attribution, in any reasonable manner requested by
243
+ the Licensor (including by pseudonym if designated);
244
+ </item>
245
+ <item>
246
+ <bullet>ii.</bullet>
247
+ a copyright notice;
248
+ </item>
249
+ <item>
250
+ <bullet>iii.</bullet>
251
+ a notice that refers to this Public License;
252
+ </item>
253
+ <item>
254
+ <bullet>iv.</bullet>
255
+ a notice that refers to the disclaimer of warranties;
256
+ </item>
257
+ <item>
258
+ <bullet>v.</bullet>
259
+ a URI or hyperlink to the Licensed Material to the extent reasonably practicable;
260
+ </item>
261
+ </list>
262
+ </item>
263
+ <item>
264
+ <bullet>B.</bullet>
265
+ indicate if You modified the Licensed Material and retain an indication of any
266
+ previous modifications; and
267
+ </item>
268
+ <item>
269
+ <bullet>C.</bullet>
270
+ indicate the Licensed Material is licensed under this Public License, and include the
271
+ text of, or the URI or hyperlink to, this Public License.
272
+ </item>
273
+ </list>
274
+ </item>
275
+ <item>
276
+ <bullet>2.</bullet>
277
+ You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the
278
+ medium, means, and context in which You Share the Licensed Material. For example, it
279
+ may be reasonable to satisfy the conditions by providing a URI or hyperlink to a
280
+ resource that includes the required information.
281
+ </item>
282
+ <item>
283
+ <bullet>3.</bullet>
284
+ If requested by the Licensor, You must remove any of the information required by Section
285
+ 3(a)(1)(A) to the extent reasonably practicable.
286
+ </item>
287
+ <item>
288
+ <bullet>4.</bullet>
289
+ If You Share Adapted Material You produce, the Adapter's License You apply must not
290
+ prevent recipients of the Adapted Material from complying with this Public
291
+ License.
292
+ </item>
293
+ </list>
294
+ </item>
295
+ </list>
296
+ <p>Section 4 – Sui Generis Database Rights.</p>
297
+ <p>Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of
298
+ the Licensed Material:</p>
299
+ <list>
300
+ <item>
301
+ <bullet>a.</bullet>
302
+ for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse,
303
+ reproduce, and Share all or a substantial portion of the contents of the database;
304
+ </item>
305
+ <item>
306
+ <bullet>b.</bullet>
307
+ if You include all or a substantial portion of the database contents in a database in which
308
+ You have Sui Generis Database Rights, then the database in which You have Sui Generis
309
+ Database Rights (but not its individual contents) is Adapted Material; and
310
+ </item>
311
+ <item>
312
+ <bullet>c.</bullet>
313
+ You must comply with the conditions in Section 3(a) if You Share all or a substantial portion
314
+ of the contents of the database.
315
+ </item>
316
+ </list>
317
+ <p>For the avoidance of doubt, this Section 4 supplements and does not replace Your
318
+ obligations under this Public License where the Licensed Rights include other
319
+ Copyright and Similar Rights.
320
+ </p>
321
+ <p>Section 5 – Disclaimer of Warranties and Limitation of Liability.</p>
322
+ <list>
323
+ <item>
324
+ <bullet>a.</bullet>
325
+ Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor
326
+ offers the Licensed Material as-is and as-available, and makes no representations or
327
+ warranties of any kind concerning the Licensed Material, whether express, implied,
328
+ statutory, or other. This includes, without limitation, warranties of title,
329
+ merchantability, fitness for a particular purpose, non-infringement, absence of latent or
330
+ other defects, accuracy, or the presence or absence of errors, whether or not known or
331
+ discoverable. Where disclaimers of warranties are not allowed in full or in part, this
332
+ disclaimer may not apply to You.
333
+ </item>
334
+ <item>
335
+ <bullet>b.</bullet>
336
+ To the extent possible, in no event will the Licensor be liable to You on any legal theory
337
+ (including, without limitation, negligence) or otherwise for any direct, special,
338
+ indirect, incidental, consequential, punitive, exemplary, or other losses, costs,
339
+ expenses, or damages arising out of this Public License or use of the Licensed Material,
340
+ even if the Licensor has been advised of the possibility of such losses, costs, expenses,
341
+ or damages. Where a limitation of liability is not allowed in full or in part, this
342
+ limitation may not apply to You.
343
+ </item>
344
+ <item>
345
+ <bullet>c.</bullet>
346
+ The disclaimer of warranties and limitation of liability provided above shall be interpreted
347
+ in a manner that, to the extent possible, most closely approximates an absolute disclaimer
348
+ and waiver of all liability.
349
+ </item>
350
+ </list>
351
+ <p>Section 6 – Term and Termination.</p>
352
+ <list>
353
+ <item>
354
+ <bullet>a.</bullet>
355
+ This Public License applies for the term of the Copyright and Similar Rights licensed here.
356
+ However, if You fail to comply with this Public License, then Your rights under this
357
+ Public License terminate automatically.
358
+ </item>
359
+ <item>
360
+ <bullet>b.</bullet>
361
+ Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:
362
+ <list>
363
+ <item>
364
+ <bullet>1.</bullet>
365
+ automatically as of the date the violation is cured, provided it is cured within 30 days
366
+ of Your discovery of the violation; or
367
+ </item>
368
+ <item>
369
+ <bullet>2.</bullet>
370
+ upon express reinstatement by the Licensor.
371
+ </item>
372
+ </list>
373
+ </item>
374
+ <item>
375
+ <bullet>c.</bullet>
376
+ For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have
377
+ to seek remedies for Your violations of this Public License.
378
+ </item>
379
+ <item>
380
+ <bullet>d.</bullet>
381
+ For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate
382
+ terms or conditions or stop distributing the Licensed Material at any time; however, doing
383
+ so will not terminate this Public License.
384
+ </item>
385
+ <item>
386
+ <bullet>e.</bullet>
387
+ Sections 1, 5, 6, 7, and 8 survive termination of this Public License.
388
+ </item>
389
+ </list>
390
+ <p>Section 7 – Other Terms and Conditions.</p>
391
+ <list>
392
+ <item>
393
+ <bullet>a.</bullet>
394
+ The Licensor shall not be bound by any additional or different terms or conditions
395
+ communicated by You unless expressly agreed.
396
+ </item>
397
+ <item>
398
+ <bullet>b.</bullet>
399
+ Any arrangements, understandings, or agreements regarding the Licensed Material not stated
400
+ herein are separate from and independent of the terms and conditions of this Public
401
+ License.
402
+ </item>
403
+ </list>
404
+ <p>Section 8 – Interpretation.</p>
405
+ <list>
406
+ <item>
407
+ <bullet>a.</bullet>
408
+ For the avoidance of doubt, this Public License does not, and shall not be interpreted to,
409
+ reduce, limit, restrict, or impose conditions on any use of the Licensed Material that
410
+ could lawfully be made without permission under this Public License.
411
+ </item>
412
+ <item>
413
+ <bullet>b.</bullet>
414
+ To the extent possible, if any provision of this Public License is deemed unenforceable, it
415
+ shall be automatically reformed to the minimum extent necessary to make it enforceable. If
416
+ the provision cannot be reformed, it shall be severed from this Public License without
417
+ affecting the enforceability of the remaining terms and conditions.
418
+ </item>
419
+ <item>
420
+ <bullet>c.</bullet>
421
+ No term or condition of this Public License will be waived and no failure to comply consented
422
+ to unless expressly agreed to by the Licensor.
423
+ </item>
424
+ <item>
425
+ <bullet>d.</bullet>
426
+ Nothing in this Public License constitutes or may be interpreted as a limitation upon, or
427
+ waiver of, any privileges and immunities that apply to the Licensor or You, including from
428
+ the legal processes of any jurisdiction or authority.
429
+ </item>
430
+ </list>
431
+ <p>Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to
432
+ apply one of its public licenses to material it publishes and in those instances will be considered
433
+ the “Licensor.” <optional>The text of the Creative Commons public licenses is dedicated to the public
434
+ domain under the CC0 Public Domain Dedication.</optional> Except for the limited purpose of indicating that material is shared under a Creative
435
+ Commons public license or as otherwise permitted by the Creative Commons policies published at
436
+ creativecommons.org/policies, Creative Commons does not authorize the use of the trademark “Creative
437
+ Commons” or any other trademark or logo of Creative Commons without its prior written consent
438
+ including, without limitation, in connection with any unauthorized modifications to any of its public
439
+ licenses or any other arrangements, understandings, or agreements concerning use of licensed material.
440
+ For the avoidance of doubt, this paragraph does not form part of the public licenses.</p>
441
+ <p>Creative Commons may be contacted at creativecommons.org.</p>
442
+ </text>
443
+ </license>
444
+ </SPDXLicenseCollection>