licensee 9.6.0 → 9.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. checksums.yaml +5 -5
  2. data/lib/licensee.rb +5 -1
  3. data/lib/licensee/content_helper.rb +7 -1
  4. data/lib/licensee/matchers.rb +1 -0
  5. data/lib/licensee/matchers/gemspec.rb +31 -5
  6. data/lib/licensee/matchers/npm_bower.rb +1 -1
  7. data/lib/licensee/matchers/spdx.rb +16 -0
  8. data/lib/licensee/project_files/license_file.rb +6 -6
  9. data/lib/licensee/project_files/package_manager_file.rb +13 -8
  10. data/lib/licensee/project_files/project_file.rb +1 -1
  11. data/lib/licensee/projects.rb +1 -0
  12. data/lib/licensee/projects/github_project.rb +47 -0
  13. data/lib/licensee/version.rb +1 -1
  14. data/spec/bin_spec.rb +2 -1
  15. data/spec/fixtures/apache-with-readme-notice/LICENSE.header +16 -0
  16. data/spec/fixtures/markdown-gpl/LICENSE.md +361 -0
  17. data/spec/fixtures/webmock/licensee.json +26 -0
  18. data/spec/integration_spec.rb +9 -0
  19. data/spec/licensee/content_helper_spec.rb +5 -1
  20. data/spec/licensee/license_spec.rb +3 -3
  21. data/spec/licensee/matchers/gemspec_matcher_spec.rb +11 -1
  22. data/spec/licensee/matchers/npm_bower_matcher_spec.rb +11 -2
  23. data/spec/licensee/matchers/spdx_matcher_spec.rb +41 -0
  24. data/spec/licensee/project_files/license_file_spec.rb +3 -3
  25. data/spec/licensee/project_spec.rb +32 -5
  26. data/spec/licensee/projects/github_project_spec.rb +109 -0
  27. data/spec/licensee_spec.rb +15 -3
  28. data/spec/spec_helper.rb +20 -0
  29. data/vendor/choosealicense.com/_licenses/afl-3.0.txt +168 -41
  30. data/vendor/choosealicense.com/_licenses/apache-2.0.txt +2 -2
  31. data/vendor/choosealicense.com/_licenses/bsd-2-clause.txt +1 -1
  32. data/vendor/choosealicense.com/_licenses/bsd-3-clause-clear.txt +25 -25
  33. data/vendor/choosealicense.com/_licenses/bsd-3-clause.txt +1 -1
  34. data/vendor/choosealicense.com/_licenses/ecl-2.0.txt +1 -1
  35. data/vendor/choosealicense.com/_licenses/epl-1.0.txt +59 -59
  36. data/vendor/choosealicense.com/_licenses/epl-2.0.txt +311 -0
  37. data/vendor/choosealicense.com/_licenses/gpl-2.0.txt +3 -2
  38. data/vendor/choosealicense.com/_licenses/gpl-3.0.txt +1 -1
  39. data/vendor/choosealicense.com/_licenses/isc.txt +1 -1
  40. data/vendor/choosealicense.com/_licenses/mit.txt +2 -2
  41. data/vendor/choosealicense.com/_licenses/ms-pl.txt +52 -22
  42. data/vendor/choosealicense.com/_licenses/ms-rl.txt +64 -21
  43. data/vendor/choosealicense.com/_licenses/ncsa.txt +3 -3
  44. data/vendor/choosealicense.com/_licenses/wtfpl.txt +1 -1
  45. metadata +41 -5
@@ -0,0 +1,311 @@
1
+ ---
2
+ title: Eclipse Public License 2.0
3
+ spdx-id: EPL-2.0
4
+ redirect_from: /licenses/eclipse/
5
+ source: https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt
6
+ hidden: false
7
+
8
+ description: This commercially-friendly copyleft license provides the ability to commercially license binaries; a modern royalty-free patent license grant; and the ability for linked works to use other licenses, including commercial ones.
9
+
10
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
11
+
12
+ using:
13
+ - Eclipse Ditto: https://github.com/eclipse/ditto/blob/master/LICENSE
14
+ - Eclipse SmartHome: https://github.com/eclipse/smarthome/blob/master/LICENSE
15
+ - SUMO: https://github.com/DLR-TS/sumo/blob/master/COPYING
16
+
17
+ permissions:
18
+ - commercial-use
19
+ - distribution
20
+ - modifications
21
+ - patent-use
22
+ - private-use
23
+
24
+ conditions:
25
+ - disclose-source
26
+ - include-copyright
27
+ - same-license
28
+
29
+ limitations:
30
+ - liability
31
+ - warranty
32
+
33
+ ---
34
+
35
+ Eclipse Public License - v 2.0
36
+
37
+ THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
38
+ PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION
39
+ OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
40
+
41
+ 1. DEFINITIONS
42
+
43
+ "Contribution" means:
44
+
45
+ a) in the case of the initial Contributor, the initial content
46
+ Distributed under this Agreement, and
47
+
48
+ b) in the case of each subsequent Contributor:
49
+ i) changes to the Program, and
50
+ ii) additions to the Program;
51
+ where such changes and/or additions to the Program originate from
52
+ and are Distributed by that particular Contributor. A Contribution
53
+ "originates" from a Contributor if it was added to the Program by
54
+ such Contributor itself or anyone acting on such Contributor's behalf.
55
+ Contributions do not include changes or additions to the Program that
56
+ are not Modified Works.
57
+
58
+ "Contributor" means any person or entity that Distributes the Program.
59
+
60
+ "Licensed Patents" mean patent claims licensable by a Contributor which
61
+ are necessarily infringed by the use or sale of its Contribution alone
62
+ or when combined with the Program.
63
+
64
+ "Program" means the Contributions Distributed in accordance with this
65
+ Agreement.
66
+
67
+ "Recipient" means anyone who receives the Program under this Agreement
68
+ or any Secondary License (as applicable), including Contributors.
69
+
70
+ "Derivative Works" shall mean any work, whether in Source Code or other
71
+ form, that is based on (or derived from) the Program and for which the
72
+ editorial revisions, annotations, elaborations, or other modifications
73
+ represent, as a whole, an original work of authorship.
74
+
75
+ "Modified Works" shall mean any work in Source Code or other form that
76
+ results from an addition to, deletion from, or modification of the
77
+ contents of the Program, including, for purposes of clarity any new file
78
+ in Source Code form that contains any contents of the Program. Modified
79
+ Works shall not include works that contain only declarations,
80
+ interfaces, types, classes, structures, or files of the Program solely
81
+ in each case in order to link to, bind by name, or subclass the Program
82
+ or Modified Works thereof.
83
+
84
+ "Distribute" means the acts of a) distributing or b) making available
85
+ in any manner that enables the transfer of a copy.
86
+
87
+ "Source Code" means the form of a Program preferred for making
88
+ modifications, including but not limited to software source code,
89
+ documentation source, and configuration files.
90
+
91
+ "Secondary License" means either the GNU General Public License,
92
+ Version 2.0, or any later versions of that license, including any
93
+ exceptions or additional permissions as identified by the initial
94
+ Contributor.
95
+
96
+ 2. GRANT OF RIGHTS
97
+
98
+ a) Subject to the terms of this Agreement, each Contributor hereby
99
+ grants Recipient a non-exclusive, worldwide, royalty-free copyright
100
+ license to reproduce, prepare Derivative Works of, publicly display,
101
+ publicly perform, Distribute and sublicense the Contribution of such
102
+ Contributor, if any, and such Derivative Works.
103
+
104
+ b) Subject to the terms of this Agreement, each Contributor hereby
105
+ grants Recipient a non-exclusive, worldwide, royalty-free patent
106
+ license under Licensed Patents to make, use, sell, offer to sell,
107
+ import and otherwise transfer the Contribution of such Contributor,
108
+ if any, in Source Code or other form. This patent license shall
109
+ apply to the combination of the Contribution and the Program if, at
110
+ the time the Contribution is added by the Contributor, such addition
111
+ of the Contribution causes such combination to be covered by the
112
+ Licensed Patents. The patent license shall not apply to any other
113
+ combinations which include the Contribution. No hardware per se is
114
+ licensed hereunder.
115
+
116
+ c) Recipient understands that although each Contributor grants the
117
+ licenses to its Contributions set forth herein, no assurances are
118
+ provided by any Contributor that the Program does not infringe the
119
+ patent or other intellectual property rights of any other entity.
120
+ Each Contributor disclaims any liability to Recipient for claims
121
+ brought by any other entity based on infringement of intellectual
122
+ property rights or otherwise. As a condition to exercising the
123
+ rights and licenses granted hereunder, each Recipient hereby
124
+ assumes sole responsibility to secure any other intellectual
125
+ property rights needed, if any. For example, if a third party
126
+ patent license is required to allow Recipient to Distribute the
127
+ Program, it is Recipient's responsibility to acquire that license
128
+ before distributing the Program.
129
+
130
+ d) Each Contributor represents that to its knowledge it has
131
+ sufficient copyright rights in its Contribution, if any, to grant
132
+ the copyright license set forth in this Agreement.
133
+
134
+ e) Notwithstanding the terms of any Secondary License, no
135
+ Contributor makes additional grants to any Recipient (other than
136
+ those set forth in this Agreement) as a result of such Recipient's
137
+ receipt of the Program under the terms of a Secondary License
138
+ (if permitted under the terms of Section 3).
139
+
140
+ 3. REQUIREMENTS
141
+
142
+ 3.1 If a Contributor Distributes the Program in any form, then:
143
+
144
+ a) the Program must also be made available as Source Code, in
145
+ accordance with section 3.2, and the Contributor must accompany
146
+ the Program with a statement that the Source Code for the Program
147
+ is available under this Agreement, and informs Recipients how to
148
+ obtain it in a reasonable manner on or through a medium customarily
149
+ used for software exchange; and
150
+
151
+ b) the Contributor may Distribute the Program under a license
152
+ different than this Agreement, provided that such license:
153
+ i) effectively disclaims on behalf of all other Contributors all
154
+ warranties and conditions, express and implied, including
155
+ warranties or conditions of title and non-infringement, and
156
+ implied warranties or conditions of merchantability and fitness
157
+ for a particular purpose;
158
+
159
+ ii) effectively excludes on behalf of all other Contributors all
160
+ liability for damages, including direct, indirect, special,
161
+ incidental and consequential damages, such as lost profits;
162
+
163
+ iii) does not attempt to limit or alter the recipients' rights
164
+ in the Source Code under section 3.2; and
165
+
166
+ iv) requires any subsequent distribution of the Program by any
167
+ party to be under a license that satisfies the requirements
168
+ of this section 3.
169
+
170
+ 3.2 When the Program is Distributed as Source Code:
171
+
172
+ a) it must be made available under this Agreement, or if the
173
+ Program (i) is combined with other material in a separate file or
174
+ files made available under a Secondary License, and (ii) the initial
175
+ Contributor attached to the Source Code the notice described in
176
+ Exhibit A of this Agreement, then the Program may be made available
177
+ under the terms of such Secondary Licenses, and
178
+
179
+ b) a copy of this Agreement must be included with each copy of
180
+ the Program.
181
+
182
+ 3.3 Contributors may not remove or alter any copyright, patent,
183
+ trademark, attribution notices, disclaimers of warranty, or limitations
184
+ of liability ("notices") contained within the Program from any copy of
185
+ the Program which they Distribute, provided that Contributors may add
186
+ their own appropriate notices.
187
+
188
+ 4. COMMERCIAL DISTRIBUTION
189
+
190
+ Commercial distributors of software may accept certain responsibilities
191
+ with respect to end users, business partners and the like. While this
192
+ license is intended to facilitate the commercial use of the Program,
193
+ the Contributor who includes the Program in a commercial product
194
+ offering should do so in a manner which does not create potential
195
+ liability for other Contributors. Therefore, if a Contributor includes
196
+ the Program in a commercial product offering, such Contributor
197
+ ("Commercial Contributor") hereby agrees to defend and indemnify every
198
+ other Contributor ("Indemnified Contributor") against any losses,
199
+ damages and costs (collectively "Losses") arising from claims, lawsuits
200
+ and other legal actions brought by a third party against the Indemnified
201
+ Contributor to the extent caused by the acts or omissions of such
202
+ Commercial Contributor in connection with its distribution of the Program
203
+ in a commercial product offering. The obligations in this section do not
204
+ apply to any claims or Losses relating to any actual or alleged
205
+ intellectual property infringement. In order to qualify, an Indemnified
206
+ Contributor must: a) promptly notify the Commercial Contributor in
207
+ writing of such claim, and b) allow the Commercial Contributor to control,
208
+ and cooperate with the Commercial Contributor in, the defense and any
209
+ related settlement negotiations. The Indemnified Contributor may
210
+ participate in any such claim at its own expense.
211
+
212
+ For example, a Contributor might include the Program in a commercial
213
+ product offering, Product X. That Contributor is then a Commercial
214
+ Contributor. If that Commercial Contributor then makes performance
215
+ claims, or offers warranties related to Product X, those performance
216
+ claims and warranties are such Commercial Contributor's responsibility
217
+ alone. Under this section, the Commercial Contributor would have to
218
+ defend claims against the other Contributors related to those performance
219
+ claims and warranties, and if a court requires any other Contributor to
220
+ pay any damages as a result, the Commercial Contributor must pay
221
+ those damages.
222
+
223
+ 5. NO WARRANTY
224
+
225
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
226
+ PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS"
227
+ BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
228
+ IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
229
+ TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR
230
+ PURPOSE. Each Recipient is solely responsible for determining the
231
+ appropriateness of using and distributing the Program and assumes all
232
+ risks associated with its exercise of rights under this Agreement,
233
+ including but not limited to the risks and costs of program errors,
234
+ compliance with applicable laws, damage to or loss of data, programs
235
+ or equipment, and unavailability or interruption of operations.
236
+
237
+ 6. DISCLAIMER OF LIABILITY
238
+
239
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
240
+ PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS
241
+ SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
242
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
243
+ PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
244
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
245
+ ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
246
+ EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
247
+ POSSIBILITY OF SUCH DAMAGES.
248
+
249
+ 7. GENERAL
250
+
251
+ If any provision of this Agreement is invalid or unenforceable under
252
+ applicable law, it shall not affect the validity or enforceability of
253
+ the remainder of the terms of this Agreement, and without further
254
+ action by the parties hereto, such provision shall be reformed to the
255
+ minimum extent necessary to make such provision valid and enforceable.
256
+
257
+ If Recipient institutes patent litigation against any entity
258
+ (including a cross-claim or counterclaim in a lawsuit) alleging that the
259
+ Program itself (excluding combinations of the Program with other software
260
+ or hardware) infringes such Recipient's patent(s), then such Recipient's
261
+ rights granted under Section 2(b) shall terminate as of the date such
262
+ litigation is filed.
263
+
264
+ All Recipient's rights under this Agreement shall terminate if it
265
+ fails to comply with any of the material terms or conditions of this
266
+ Agreement and does not cure such failure in a reasonable period of
267
+ time after becoming aware of such noncompliance. If all Recipient's
268
+ rights under this Agreement terminate, Recipient agrees to cease use
269
+ and distribution of the Program as soon as reasonably practicable.
270
+ However, Recipient's obligations under this Agreement and any licenses
271
+ granted by Recipient relating to the Program shall continue and survive.
272
+
273
+ Everyone is permitted to copy and distribute copies of this Agreement,
274
+ but in order to avoid inconsistency the Agreement is copyrighted and
275
+ may only be modified in the following manner. The Agreement Steward
276
+ reserves the right to publish new versions (including revisions) of
277
+ this Agreement from time to time. No one other than the Agreement
278
+ Steward has the right to modify this Agreement. The Eclipse Foundation
279
+ is the initial Agreement Steward. The Eclipse Foundation may assign the
280
+ responsibility to serve as the Agreement Steward to a suitable separate
281
+ entity. Each new version of the Agreement will be given a distinguishing
282
+ version number. The Program (including Contributions) may always be
283
+ Distributed subject to the version of the Agreement under which it was
284
+ received. In addition, after a new version of the Agreement is published,
285
+ Contributor may elect to Distribute the Program (including its
286
+ Contributions) under the new version.
287
+
288
+ Except as expressly stated in Sections 2(a) and 2(b) above, Recipient
289
+ receives no rights or licenses to the intellectual property of any
290
+ Contributor under this Agreement, whether expressly, by implication,
291
+ estoppel or otherwise. All rights in the Program not expressly granted
292
+ under this Agreement are reserved. Nothing in this Agreement is intended
293
+ to be enforceable by any entity that is not a Contributor or Recipient.
294
+ No third-party beneficiary rights are created under this Agreement.
295
+
296
+ Exhibit A - Form of Secondary Licenses Notice
297
+
298
+ "This Source Code may also be made available under the following
299
+ Secondary Licenses when the conditions for such availability set forth
300
+ in the Eclipse Public License, v. 2.0 are satisfied: {name license(s),
301
+ version(s), and exceptions or additional permissions here}."
302
+
303
+ Simply including a copy of this Agreement, including this Exhibit A
304
+ is not sufficient to license the Source Code under Secondary Licenses.
305
+
306
+ If it is not possible or desirable to put the notice in a particular
307
+ file, then You may include the notice in a location (such as a LICENSE
308
+ file in a relevant directory) where a recipient would be likely to
309
+ look for such a notice.
310
+
311
+ You may add additional accurate notices of copyright ownership.
@@ -13,8 +13,9 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of
13
13
  note: The Free Software Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the license.
14
14
 
15
15
  using:
16
- - Linux: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/COPYING
17
- - WordPress: https://github.com/WordPress/WordPress/blob/master/license.txt
16
+ - AliSQL: https://github.com/alibaba/AliSQL/blob/master/COPYING
17
+ - Discourse: https://github.com/discourse/discourse/blob/master/LICENSE.txt
18
+ - Joomla!: https://github.com/joomla/joomla-cms/blob/staging/LICENSE.txt
18
19
 
19
20
  permissions:
20
21
  - commercial-use
@@ -14,9 +14,9 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of
14
14
  note: The Free Software Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the license.
15
15
 
16
16
  using:
17
+ - Ansible: https://github.com/ansible/ansible/blob/devel/COPYING
17
18
  - Bash: https://git.savannah.gnu.org/cgit/bash.git/tree/COPYING
18
19
  - GIMP: https://git.gnome.org/browse/gimp/tree/COPYING
19
- - Privacy Badger: https://github.com/EFForg/privacybadgerfirefox/blob/master/LICENSE
20
20
 
21
21
  permissions:
22
22
  - commercial-use
@@ -8,7 +8,7 @@ description: A permissive license lets people do anything with your code with pr
8
8
  how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
9
9
 
10
10
  using:
11
- - documentation.js: https://github.com/documentationjs/documentation/blob/master/LICENSE
11
+ - Helix: https://github.com/tildeio/helix/blob/master/LICENSE
12
12
  - Node.js semver: https://github.com/npm/node-semver/blob/master/LICENSE
13
13
  - OpenStreetMap iD: https://github.com/openstreetmap/iD/blob/master/LICENSE.md
14
14
 
@@ -10,9 +10,9 @@ description: A short and simple permissive license with conditions only requirin
10
10
  how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
11
11
 
12
12
  using:
13
- - jQuery: https://github.com/jquery/jquery/blob/master/LICENSE.txt
13
+ - Babel: https://github.com/babel/babel/blob/master/LICENSE
14
14
  - .NET Core: https://github.com/dotnet/corefx/blob/master/LICENSE.TXT
15
- - Rails: https://github.com/rails/rails/blob/master/activerecord/MIT-LICENSE
15
+ - Rails: https://github.com/rails/rails/blob/master/MIT-LICENSE
16
16
 
17
17
  permissions:
18
18
  - commercial-use
@@ -25,25 +25,55 @@ limitations:
25
25
 
26
26
  ---
27
27
 
28
- Microsoft Public License (MS-PL)
29
-
30
- This license governs use of the accompanying software. If you use the software, you
31
- accept this license. If you do not accept the license, do not use the software.
32
-
33
- 1. Definitions
34
- The terms "reproduce," "reproduction," "derivative works," and "distribution" have the
35
- same meaning here as under U.S. copyright law.
36
- A "contribution" is the original software, or any additions or changes to the software.
37
- A "contributor" is any person that distributes its contribution under this license.
38
- "Licensed patents" are a contributor's patent claims that read directly on its contribution.
39
-
40
- 2. Grant of Rights
41
- (A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
42
- (B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
43
-
44
- 3. Conditions and Limitations
45
- (A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
46
- (B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
47
- (C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
48
- (D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
49
- (E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
28
+ Microsoft Public License (Ms-PL)
29
+
30
+ This license governs use of the accompanying software. If you use the
31
+ software, you accept this license. If you do not accept the license, do not
32
+ use the software.
33
+
34
+ 1. Definitions
35
+ The terms "reproduce," "reproduction," "derivative works," and "distribution"
36
+ have the same meaning here as under U.S. copyright law. A "contribution" is
37
+ the original software, or any additions or changes to the software. A
38
+ "contributor" is any person that distributes its contribution under this
39
+ license. "Licensed patents" are a contributor's patent claims that read
40
+ directly on its contribution.
41
+
42
+ 2. Grant of Rights
43
+ (A) Copyright Grant- Subject to the terms of this license, including the
44
+ license conditions and limitations in section 3, each contributor grants
45
+ you a non-exclusive, worldwide, royalty-free copyright license to
46
+ reproduce its contribution, prepare derivative works of its contribution,
47
+ and distribute its contribution or any derivative works that you create.
48
+
49
+ (B) Patent Grant- Subject to the terms of this license, including the
50
+ license conditions and limitations in section 3, each contributor grants
51
+ you a non-exclusive, worldwide, royalty-free license under its licensed
52
+ patents to make, have made, use, sell, offer for sale, import, and/or
53
+ otherwise dispose of its contribution in the software or derivative works
54
+ of the contribution in the software.
55
+
56
+ 3. Conditions and Limitations
57
+ (A) No Trademark License- This license does not grant you rights to use
58
+ any contributors' name, logo, or trademarks.
59
+
60
+ (B) If you bring a patent claim against any contributor over patents that
61
+ you claim are infringed by the software, your patent license from such
62
+ contributor to the software ends automatically.
63
+
64
+ (C) If you distribute any portion of the software, you must retain all
65
+ copyright, patent, trademark, and attribution notices that are present in
66
+ the software.
67
+
68
+ (D) If you distribute any portion of the software in source code form,
69
+ you may do so only under this license by including a complete copy of
70
+ this license with your distribution. If you distribute any portion of the
71
+ software in compiled or object code form, you may only do so under a
72
+ license that complies with this license.
73
+
74
+ (E) The software is licensed "as-is." You bear the risk of using it. The
75
+ contributors give no express warranties, guarantees, or conditions. You
76
+ may have additional consumer rights under your local laws which this
77
+ license cannot change. To the extent permitted under your local laws, the
78
+ contributors exclude the implied warranties of merchantability, fitness
79
+ for a particular purpose and non-infringement.
@@ -27,24 +27,67 @@ limitations:
27
27
 
28
28
  ---
29
29
 
30
- Microsoft Reciprocal License (MS-RL)
31
-
32
- This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
33
-
34
- 1. Definitions
35
- The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law.
36
- A "contribution" is the original software, or any additions or changes to the software.
37
- A "contributor" is any person that distributes its contribution under this license.
38
- "Licensed patents" are a contributor's patent claims that read directly on its contribution.
39
-
40
- 2. Grant of Rights
41
- (A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
42
- (B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
43
-
44
- 3. Conditions and Limitations
45
- (A) Reciprocal Grants- For any file you distribute that contains code from the software (in source code or binary format), you must provide recipients the source code to that file along with a copy of this license, which license will govern that file. You may license other files that are entirely your own work and do not contain code from the software under any terms you choose.
46
- (B) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
47
- (C) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
48
- (D) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
49
- (E) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
50
- (F) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
30
+ Microsoft Reciprocal License (Ms-RL)
31
+
32
+ This license governs use of the accompanying software. If you use the
33
+ software, you accept this license. If you do not accept the license, do not
34
+ use the software.
35
+
36
+ 1. Definitions
37
+ The terms "reproduce," "reproduction," "derivative works," and "distribution"
38
+ have the same meaning here as under U.S. copyright law.
39
+
40
+ A "contribution" is the original software, or any additions or changes to the
41
+ software.
42
+
43
+ A "contributor" is any person that distributes its contribution under this
44
+ license.
45
+
46
+ "Licensed patents" are a contributor's patent claims that read directly on its
47
+ contribution.
48
+
49
+ 2. Grant of Rights
50
+ (A) Copyright Grant- Subject to the terms of this license, including the
51
+ license conditions and limitations in section 3, each contributor grants
52
+ you a non-exclusive, worldwide, royalty-free copyright license to
53
+ reproduce its contribution, prepare derivative works of its contribution,
54
+ and distribute its contribution or any derivative works that you create.
55
+
56
+ (B) Patent Grant- Subject to the terms of this license, including the
57
+ license conditions and limitations in section 3, each contributor grants
58
+ you a non-exclusive, worldwide, royalty-free license under its licensed
59
+ patents to make, have made, use, sell, offer for sale, import, and/or
60
+ otherwise dispose of its contribution in the software or derivative works
61
+ of the contribution in the software.
62
+
63
+ 3. Conditions and Limitations
64
+ (A) Reciprocal Grants- For any file you distribute that contains code
65
+ from the software (in source code or binary format), you must provide
66
+ recipients the source code to that file along with a copy of this
67
+ license, which license will govern that file. You may license other files
68
+ that are entirely your own work and do not contain code from the software
69
+ under any terms you choose.
70
+
71
+ (B) No Trademark License- This license does not grant you rights to use
72
+ any contributors' name, logo, or trademarks.
73
+
74
+ (C) If you bring a patent claim against any contributor over patents that
75
+ you claim are infringed by the software, your patent license from such
76
+ contributor to the software ends automatically.
77
+
78
+ (D) If you distribute any portion of the software, you must retain all
79
+ copyright, patent, trademark, and attribution notices that are present in
80
+ the software.
81
+
82
+ (E) If you distribute any portion of the software in source code form,
83
+ you may do so only under this license by including a complete copy of
84
+ this license with your distribution. If you distribute any portion of the
85
+ software in compiled or object code form, you may only do so under a
86
+ license that complies with this license.
87
+
88
+ (F) The software is licensed "as-is." You bear the risk of using it. The
89
+ contributors give no express warranties, guarantees, or conditions. You
90
+ may have additional consumer rights under your local laws which this
91
+ license cannot change. To the extent permitted under your local laws, the
92
+ contributors exclude the implied warranties of merchantability, fitness
93
+ for a particular purpose and non-infringement.