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,223 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="true" licenseId="Apache-2.0" name="Apache License 2.0">
4
+ <crossRefs>
5
+ <crossRef>http://www.apache.org/licenses/LICENSE-2.0</crossRef>
6
+ <crossRef>https://opensource.org/licenses/Apache-2.0</crossRef>
7
+ </crossRefs>
8
+ <notes>This license was released January 2004</notes>
9
+ <text>
10
+ <titleText>
11
+ <p>Apache License
12
+ <br/>Version 2.0, January 2004
13
+ <br/>http://www.apache.org/licenses/
14
+ </p>
15
+ </titleText>
16
+ <optional>
17
+ <p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p>
18
+ </optional>
19
+
20
+ <list>
21
+ <item>
22
+ <bullet>1.</bullet>
23
+ Definitions.
24
+ <list>
25
+ <item>
26
+ <p>"License" shall mean the terms and conditions for use, reproduction, and distribution
27
+ as defined by Sections 1 through 9 of this document.</p>
28
+ </item>
29
+ <item>
30
+ <p>"Licensor" shall mean the copyright owner or entity authorized by the copyright owner
31
+ that is granting the License.</p>
32
+ </item>
33
+ <item>
34
+ <p>"Legal Entity" shall mean the union of the acting entity and all other entities that
35
+ control, are controlled by, or are under common control with that entity. For the purposes of
36
+ this definition, "control" means (i) the power, direct or indirect, to cause the
37
+ direction or management of such entity, whether by contract or otherwise, or (ii) ownership of
38
+ fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such
39
+ entity.</p>
40
+ </item>
41
+ <item>
42
+ <p>"You" (or "Your") shall mean an individual or Legal Entity exercising
43
+ permissions granted by this License.</p>
44
+ </item>
45
+ <item>
46
+ <p>"Source" form shall mean the preferred form for making modifications, including but not
47
+ limited to software source code, documentation source, and configuration files.</p>
48
+ </item>
49
+ <item>
50
+ <p>"Object" form shall mean any form resulting from mechanical transformation or
51
+ translation of a Source form, including but not limited to compiled object code, generated
52
+ documentation, and conversions to other media types.</p>
53
+ </item>
54
+ <item>
55
+ <p>"Work" shall mean the work of authorship, whether in Source or Object form, made
56
+ available under the License, as indicated by a copyright notice that is included in or
57
+ attached to the work (an example is provided in the Appendix below).</p>
58
+ </item>
59
+ <item>
60
+ <p>"Derivative Works" shall mean any work, whether in Source or Object form, that is based
61
+ on (or derived from) the Work and for which the editorial revisions, annotations,
62
+ elaborations, or other modifications represent, as a whole, an original work of authorship.
63
+ For the purposes of this License, Derivative Works shall not include works that remain
64
+ separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative
65
+ Works thereof.</p>
66
+ </item>
67
+ <item>
68
+ <p>"Contribution" shall mean any work of authorship, including the original version of the
69
+ Work and any modifications or additions to that Work or Derivative Works thereof, that is
70
+ intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an
71
+ individual or Legal Entity authorized to submit on behalf of the copyright owner. For the
72
+ purposes of this definition, "submitted" means any form of electronic, verbal, or
73
+ written communication sent to the Licensor or its representatives, including but not limited
74
+ to communication on electronic mailing lists, source code control systems, and issue tracking
75
+ systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and
76
+ improving the Work, but excluding communication that is conspicuously marked or otherwise
77
+ designated in writing by the copyright owner as "Not a Contribution."</p>
78
+ </item>
79
+ <item>
80
+ <p>"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom
81
+ a Contribution has been received by Licensor and subsequently incorporated within the
82
+ Work.</p>
83
+ </item>
84
+ </list>
85
+ </item>
86
+ <item>
87
+ <bullet>2.</bullet>
88
+ Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor
89
+ hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
90
+ irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display,
91
+ publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or
92
+ Object form.
93
+ </item>
94
+ <item>
95
+ <bullet>3.</bullet>
96
+ Grant of Patent License. Subject to the terms and conditions of this License, each Contributor
97
+ hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
98
+ irrevocable (except as stated in this section) patent license to make, have made, use, offer
99
+ to sell, sell, import, and otherwise transfer the Work, where such license applies only to
100
+ those patent claims licensable by such Contributor that are necessarily infringed by their
101
+ Contribution(s) alone or by combination of their Contribution(s) with the Work to which such
102
+ Contribution(s) was submitted. If You institute patent litigation against any entity
103
+ (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a
104
+ Contribution incorporated within the Work constitutes direct or contributory patent
105
+ infringement, then any patent licenses granted to You under this License for that Work shall
106
+ terminate as of the date such litigation is filed.
107
+ </item>
108
+ <item>
109
+ <bullet>4.</bullet>
110
+ Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof
111
+ in any medium, with or without modifications, and in Source or Object form, provided that You
112
+ meet the following conditions:
113
+ <list>
114
+ <item>
115
+ <bullet>(a)</bullet>
116
+ You must give any other recipients of the Work or Derivative Works a copy of this License; and
117
+ </item>
118
+ <item>
119
+ <bullet>(b)</bullet>
120
+ You must cause any modified files to carry prominent notices stating that You changed the files; and
121
+ </item>
122
+ <item>
123
+ <bullet>(c)</bullet>
124
+ You must retain, in the Source form of any Derivative Works that You distribute, all
125
+ copyright, patent, trademark, and attribution notices from the Source form of the Work,
126
+ excluding those notices that do not pertain to any part of the Derivative Works; and
127
+ </item>
128
+ <item>
129
+ <bullet>(d)</bullet>
130
+ If the Work includes a "NOTICE" text file as part of its distribution, then any
131
+ Derivative Works that You distribute must include a readable copy of the attribution
132
+ notices contained within such NOTICE file, excluding those notices that do not pertain to
133
+ any part of the Derivative Works, in at least one of the following places: within a NOTICE
134
+ text file distributed as part of the Derivative Works; within the Source form or
135
+ documentation, if provided along with the Derivative Works; or, within a display generated
136
+ by the Derivative Works, if and wherever such third-party notices normally appear. The
137
+ contents of the NOTICE file are for informational purposes only and do not modify the
138
+ License. You may add Your own attribution notices within Derivative Works that You
139
+ distribute, alongside or as an addendum to the NOTICE text from the Work, provided that
140
+ such additional attribution notices cannot be construed as modifying the License.
141
+ <p>You may add Your own copyright statement to Your modifications and may provide additional or
142
+ different license terms and conditions for use, reproduction, or distribution of Your
143
+ modifications, or for any such Derivative Works as a whole, provided Your use,
144
+ reproduction, and distribution of the Work otherwise complies with the conditions stated
145
+ in this License.</p>
146
+ </item>
147
+ </list>
148
+ </item>
149
+ <item>
150
+ <bullet>5.</bullet>
151
+ Submission of Contributions. Unless You explicitly state otherwise, any Contribution
152
+ intentionally submitted for inclusion in the Work by You to the Licensor shall be under the
153
+ terms and conditions of this License, without any additional terms or conditions.
154
+ Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate
155
+ license agreement you may have executed with Licensor regarding such Contributions.
156
+ </item>
157
+ <item>
158
+ <bullet>6.</bullet>
159
+ Trademarks. This License does not grant permission to use the trade names, trademarks, service
160
+ marks, or product names of the Licensor, except as required for reasonable and customary use
161
+ in describing the origin of the Work and reproducing the content of the NOTICE file.
162
+ </item>
163
+ <item>
164
+ <bullet>7.</bullet>
165
+ Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor
166
+ provides the Work (and each Contributor provides its Contributions) on an "AS IS"
167
+ BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including,
168
+ without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY,
169
+ or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the
170
+ appropriateness of using or redistributing the Work and assume any risks associated with Your
171
+ exercise of permissions under this License.
172
+ </item>
173
+ <item>
174
+ <bullet>8.</bullet>
175
+ Limitation of Liability. In no event and under no legal theory, whether in tort (including
176
+ negligence), contract, or otherwise, unless required by applicable law (such as deliberate and
177
+ grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for
178
+ damages, including any direct, indirect, special, incidental, or consequential damages of any
179
+ character arising as a result of this License or out of the use or inability to use the Work
180
+ (including but not limited to damages for loss of goodwill, work stoppage, computer failure or
181
+ malfunction, or any and all other commercial damages or losses), even if such Contributor has
182
+ been advised of the possibility of such damages.
183
+ </item>
184
+ <item>
185
+ <bullet>9.</bullet>
186
+ Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works
187
+ thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty,
188
+ indemnity, or other liability obligations and/or rights consistent with this License. However,
189
+ in accepting such obligations, You may act only on Your own behalf and on Your sole
190
+ responsibility, not on behalf of any other Contributor, and only if You agree to indemnify,
191
+ defend, and hold each Contributor harmless for any liability incurred by, or claims asserted
192
+ against, such Contributor by reason of your accepting any such warranty or additional
193
+ liability.
194
+ </item>
195
+ </list>
196
+
197
+ <optional>
198
+ <p>END OF TERMS AND CONDITIONS</p>
199
+ <p>APPENDIX: How to apply the Apache License to your work.</p>
200
+ <p>To apply the Apache License to your work, attach the following boilerplate notice, with the fields
201
+ enclosed by brackets "[]" replaced with your own identifying information. (Don't
202
+ include the brackets!) The text should be enclosed in the appropriate comment syntax for the file
203
+ format. We also recommend that a file or class name and description of purpose be included on the same
204
+ "printed page" as the copyright notice for easier identification within third-party
205
+ archives.</p>
206
+ <standardLicenseHeader>
207
+ <p>Copyright <alt name="copyright" match=".+">[yyyy] [name of copyright owner]</alt></p>
208
+ <p>Licensed under the Apache License, Version 2.0 (the "License");
209
+ <br/>you may not use this file except in compliance with the License.
210
+ <br/>You may obtain a copy of the License at
211
+ </p>
212
+ <p>http://www.apache.org/licenses/LICENSE-2.0</p>
213
+ <p>Unless required by applicable law or agreed to in writing, software
214
+ <br/>distributed under the License is distributed on an "AS IS" BASIS,
215
+ <br/>WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
216
+ <br/>See the License for the specific language governing permissions and
217
+ <br/>limitations under the License.
218
+ </p>
219
+ </standardLicenseHeader>
220
+ </optional>
221
+ </text>
222
+ </license>
223
+ </SPDXLicenseCollection>
@@ -0,0 +1,238 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="true" licenseId="Artistic-2.0" name="Artistic License 2.0">
4
+ <crossRefs>
5
+ <crossRef>http://www.perlfoundation.org/artistic_license_2_0</crossRef>
6
+ <crossRef>https://www.perlfoundation.org/artistic-license-20.html</crossRef>
7
+ <crossRef>https://opensource.org/licenses/artistic-license-2.0</crossRef>
8
+ </crossRefs>
9
+ <notes>This license was released: 2006</notes>
10
+ <text>
11
+ <titleText>
12
+ <p>The Artistic License 2.0</p>
13
+ </titleText>
14
+ <p>Copyright (c) 2000-2006, The Perl Foundation.</p>
15
+
16
+ <p>Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is
17
+ not allowed.</p>
18
+ <p>Preamble</p>
19
+ <p>This license establishes the terms under which a given free software Package may be copied, modified,
20
+ distributed, and/or redistributed. The intent is that the Copyright Holder maintains some artistic
21
+ control over the development of that Package while still keeping the Package available as open source
22
+ and free software.</p>
23
+ <p>You are always permitted to make arrangements wholly outside of this license directly with the Copyright
24
+ Holder of a given Package. If the terms of this license do not permit the full use that you propose to
25
+ make of the Package, you should contact the Copyright Holder and seek a different licensing
26
+ arrangement.</p>
27
+
28
+ <p>Definitions</p>
29
+ <list>
30
+ <item>
31
+ <p>"Copyright Holder" means the individual(s) or organization(s) named in the copyright notice for
32
+ the entire Package.</p>
33
+ </item>
34
+ <item>
35
+ <p>"Contributor" means any party that has contributed code or other material to the Package, in
36
+ accordance with the Copyright Holder's procedures.</p>
37
+ </item>
38
+ <item>
39
+ <p>"You" and "your" means any person who would like to copy, distribute, or modify the Package.</p>
40
+ </item>
41
+ <item>
42
+ <p>"Package" means the collection of files distributed by the Copyright Holder, and derivatives of
43
+ that collection and/or of those files. A given Package may consist of either the Standard Version, or
44
+ a Modified Version.</p>
45
+ </item>
46
+ <item>
47
+ <p>"Distribute" means providing a copy of the Package or making it accessible to anyone else, or
48
+ in the case of a company or organization, to others outside of your company or organization.</p>
49
+ </item>
50
+ <item>
51
+ <p>"Distributor Fee" means any fee that you charge for Distributing this Package or providing
52
+ support for this Package to another party. It does not mean licensing fees.</p>
53
+ </item>
54
+ <item>
55
+ <p>"Standard Version" refers to the Package if it has not been modified, or has been modified only
56
+ in ways explicitly requested by the Copyright Holder.</p>
57
+ </item>
58
+ <item>
59
+ <p>"Modified Version" means the Package, if it has been changed, and such changes were not
60
+ explicitly requested by the Copyright Holder.</p>
61
+ </item>
62
+ <item>
63
+ <p>"Original License" means this Artistic License as Distributed with the Standard Version of the
64
+ Package, in its current version or as it may be modified by The Perl Foundation in the future.</p>
65
+ </item>
66
+ <item>
67
+ <p>"Source" form means the source code, documentation source, and configuration files for the
68
+ Package.</p>
69
+ </item>
70
+ <item>
71
+ <p>"Compiled" form means the compiled bytecode, object code, binary, or any other form resulting
72
+ from mechanical transformation or translation of the Source form.</p>
73
+ </item>
74
+ </list>
75
+
76
+ <p>Permission for Use and Modification Without Distribution</p>
77
+ <list>
78
+ <item>
79
+ <bullet>(1)</bullet>
80
+ You are permitted to use the Standard Version and create and use Modified Versions for any
81
+ purpose without restriction, provided that you do not Distribute the Modified Version.
82
+ </item>
83
+ </list>
84
+
85
+ <p>Permissions for Redistribution of the Standard Version</p>
86
+ <list>
87
+ <item>
88
+ <bullet>(2)</bullet>
89
+ You may Distribute verbatim copies of the Source form of the Standard Version of this Package in
90
+ any medium without restriction, either gratis or for a Distributor Fee, provided that you
91
+ duplicate all of the original copyright notices and associated disclaimers. At your
92
+ discretion, such verbatim copies may or may not include a Compiled form of the Package.
93
+ </item>
94
+ <item>
95
+ <bullet>(3)</bullet>
96
+ You may apply any bug fixes, portability changes, and other modifications made available from the
97
+ Copyright Holder. The resulting Package will still be considered the Standard Version, and as
98
+ such will be subject to the Original License.
99
+ </item>
100
+ </list>
101
+
102
+ <p>Distribution of Modified Versions of the Package as Source</p>
103
+ <list>
104
+ <item>
105
+ <bullet>(4)</bullet>
106
+ You may Distribute your Modified Version as Source (either gratis or for a Distributor Fee, and
107
+ with or without a Compiled form of the Modified Version) provided that you clearly document
108
+ how it differs from the Standard Version, including, but not limited to, documenting any
109
+ non-standard features, executables, or modules, and provided that you do at least ONE of the
110
+ following:
111
+ <list>
112
+ <item>
113
+ <bullet>(a)</bullet>
114
+ make the Modified Version available to the Copyright Holder of the Standard Version, under
115
+ the Original License, so that the Copyright Holder may include your modifications in the
116
+ Standard Version.
117
+ </item>
118
+ <item>
119
+ <bullet>(b)</bullet>
120
+ ensure that installation of your Modified Version does not prevent the user installing or
121
+ running the Standard Version. In addition, the Modified Version must bear a name that is
122
+ different from the name of the Standard Version.
123
+ </item>
124
+ <item>
125
+ <bullet>(c)</bullet>
126
+ allow anyone who receives a copy of the Modified Version to make the Source form of the
127
+ Modified Version available to others under
128
+ </item>
129
+ <list>
130
+ <item>
131
+ <bullet>(i)</bullet>
132
+ the Original License or
133
+ </item>
134
+ <item>
135
+ <bullet>(ii)</bullet>
136
+ a license that permits the licensee to freely copy, modify and redistribute the Modified
137
+ Version using the same licensing terms that apply to the copy that the licensee
138
+ received, and requires that the Source form of the Modified Version, and of any works
139
+ derived from it, be made freely available in that license fees are prohibited but
140
+ Distributor Fees are allowed.
141
+ </item>
142
+ </list>
143
+ </list>
144
+ </item>
145
+ </list>
146
+
147
+ <p>Distribution of Compiled Forms of the Standard Version or Modified Versions without the Source</p>
148
+ <list>
149
+ <item>
150
+ <bullet>(5)</bullet>
151
+ You may Distribute Compiled forms of the Standard Version without the Source, provided that you
152
+ include complete instructions on how to get the Source of the Standard Version. Such
153
+ instructions must be valid at the time of your distribution. If these instructions, at any
154
+ time while you are carrying out such distribution, become invalid, you must provide new
155
+ instructions on demand or cease further distribution. If you provide valid instructions or
156
+ cease distribution within thirty days after you become aware that the instructions are
157
+ invalid, then you do not forfeit any of your rights under this license.
158
+ </item>
159
+ <item>
160
+ <bullet>(6)</bullet>
161
+ You may Distribute a Modified Version in Compiled form without the Source, provided that you
162
+ comply with Section 4 with respect to the Source of the Modified Version.
163
+ </item>
164
+ </list>
165
+
166
+ <p>Aggregating or Linking the Package</p>
167
+ <list>
168
+ <item>
169
+ <bullet>(7)</bullet>
170
+ You may aggregate the Package (either the Standard Version or Modified Version) with other
171
+ packages and Distribute the resulting aggregation provided that you do not charge a licensing
172
+ fee for the Package. Distributor Fees are permitted, and licensing fees for other components
173
+ in the aggregation are permitted. The terms of this license apply to the use and Distribution
174
+ of the Standard or Modified Versions as included in the aggregation.
175
+ </item>
176
+ <item>
177
+ <bullet>(8)</bullet>
178
+ You are permitted to link Modified and Standard Versions with other works, to embed the Package
179
+ in a larger work of your own, or to build stand-alone binary or bytecode versions of
180
+ applications that include the Package, and Distribute the result without restriction, provided
181
+ the result does not expose a direct interface to the Package.
182
+ </item>
183
+ </list>
184
+
185
+ <p>Items That are Not Considered Part of a Modified Version</p>
186
+ <list>
187
+ <item>
188
+ <bullet>(9)</bullet>
189
+ Works (including, but not limited to, modules and scripts) that merely extend or make use of the
190
+ Package, do not, by themselves, cause the Package to be a Modified Version. In addition, such
191
+ works are not considered parts of the Package itself, and are not subject to the terms of this
192
+ license.
193
+ </item>
194
+ </list>
195
+
196
+ <p>General Provisions</p>
197
+ <list>
198
+ <item>
199
+ <bullet>(10)</bullet>
200
+ Any use, modification, and distribution of the Standard or Modified Versions is governed by this
201
+ Artistic License. By using, modifying or distributing the Package, you accept this license. Do
202
+ not use, modify, or distribute the Package, if you do not accept this license.
203
+ </item>
204
+ <item>
205
+ <bullet>(11)</bullet>
206
+ If your Modified Version has been derived from a Modified Version made by someone other than you,
207
+ you are nevertheless required to ensure that your Modified Version complies with the
208
+ requirements of this license.
209
+ </item>
210
+ <item>
211
+ <bullet>(12)</bullet>
212
+ This license does not grant you the right to use any trademark, service mark, tradename, or logo
213
+ of the Copyright Holder.
214
+ </item>
215
+ <item>
216
+ <bullet>(13)</bullet>
217
+ This license includes the non-exclusive, worldwide, free-of-charge patent license to make, have
218
+ made, use, offer to sell, sell, import and otherwise transfer the Package with respect to any
219
+ patent claims licensable by the Copyright Holder that are necessarily infringed by the
220
+ Package. If you institute patent litigation (including a cross-claim or counterclaim) against
221
+ any party alleging that the Package constitutes direct or contributory patent infringement,
222
+ then this Artistic License to you shall terminate on the date that such litigation is
223
+ filed.
224
+ </item>
225
+ <item>
226
+ <bullet>(14)</bullet>
227
+ Disclaimer of Warranty:
228
+ <p>THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS" AND WITHOUT ANY
229
+ EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
230
+ PURPOSE, OR NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW. UNLESS REQUIRED
231
+ BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR
232
+ CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF ADVISED OF THE
233
+ POSSIBILITY OF SUCH DAMAGE.</p>
234
+ </item>
235
+ </list>
236
+ </text>
237
+ </license>
238
+ </SPDXLicenseCollection>