licensee 8.8.0 → 8.8.1
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.
- checksums.yaml +4 -4
- data/lib/licensee/version.rb +1 -1
- data/spec/fixtures/gemspec/lib/licensee-fixture-project/version.rb +0 -0
- data/spec/fixtures/gemspec/project.gemspec +4 -1
- data/vendor/choosealicense.com/_data/meta.yml +1 -1
- data/vendor/choosealicense.com/_data/rules.yml +13 -4
- data/vendor/choosealicense.com/_licenses/afl-3.0.txt +2 -1
- data/vendor/choosealicense.com/_licenses/agpl-3.0.txt +2 -1
- data/vendor/choosealicense.com/_licenses/apache-2.0.txt +2 -1
- data/vendor/choosealicense.com/_licenses/artistic-2.0.txt +3 -2
- data/vendor/choosealicense.com/_licenses/bsd-2-clause.txt +2 -1
- data/vendor/choosealicense.com/_licenses/bsd-3-clause-clear.txt +2 -1
- data/vendor/choosealicense.com/_licenses/bsd-3-clause.txt +2 -1
- data/vendor/choosealicense.com/_licenses/bsl-1.0.txt +2 -1
- data/vendor/choosealicense.com/_licenses/cc-by-4.0.txt +3 -2
- data/vendor/choosealicense.com/_licenses/cc-by-sa-4.0.txt +3 -2
- data/vendor/choosealicense.com/_licenses/cc0-1.0.txt +2 -1
- data/vendor/choosealicense.com/_licenses/epl-1.0.txt +2 -1
- data/vendor/choosealicense.com/_licenses/eupl-1.1.txt +2 -1
- data/vendor/choosealicense.com/_licenses/gpl-2.0.txt +2 -1
- data/vendor/choosealicense.com/_licenses/gpl-3.0.txt +2 -1
- data/vendor/choosealicense.com/_licenses/isc.txt +2 -1
- data/vendor/choosealicense.com/_licenses/lgpl-2.1.txt +3 -2
- data/vendor/choosealicense.com/_licenses/lgpl-3.0.txt +3 -2
- data/vendor/choosealicense.com/_licenses/lppl-1.3c.txt +29 -29
- data/vendor/choosealicense.com/_licenses/mit.txt +2 -1
- data/vendor/choosealicense.com/_licenses/mpl-2.0.txt +3 -2
- data/vendor/choosealicense.com/_licenses/ms-pl.txt +1 -1
- data/vendor/choosealicense.com/_licenses/ms-rl.txt +2 -2
- data/vendor/choosealicense.com/_licenses/ofl-1.1.txt +2 -1
- data/vendor/choosealicense.com/_licenses/osl-3.0.txt +2 -1
- data/vendor/choosealicense.com/_licenses/unlicense.txt +2 -1
- data/vendor/choosealicense.com/_licenses/zlib.txt +2 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ca170a986f774378d1a843c2d1f965108e02ea4
|
|
4
|
+
data.tar.gz: fcf828df69ec47b230955311eedfa80e56ee7968
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 307ef2552412239f196daa3892091d9bf814d6bf402871e97fdc8c222557d94145dc24799b3f0d0223f83c058618d09e78477ee1574c419e9b621e4038337634
|
|
7
|
+
data.tar.gz: 808aae1ea2bb710fa968b741a3321a0716427100de2f5d439d1f675871ad38b32dcbf22a962cbe0d09da9890c91ed2630efbacc8487decfc2f00f49696d8bbf9
|
data/lib/licensee/version.rb
CHANGED
|
File without changes
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
required: false
|
|
41
41
|
|
|
42
42
|
- name: hidden
|
|
43
|
-
description: Whether the license is
|
|
43
|
+
description: Whether the license is neither [popular](https://opensource.org/licenses) nor fills out the [spectrum of licenses](http://choosealicense.com/licenses/) from strongly conditional to unconditional (defaults to true)
|
|
44
44
|
required: false
|
|
45
45
|
|
|
46
46
|
- name: nickname
|
|
@@ -16,7 +16,7 @@ permissions:
|
|
|
16
16
|
tag: patent-use
|
|
17
17
|
|
|
18
18
|
conditions:
|
|
19
|
-
- description: Include a copy of the license and copyright notice with the
|
|
19
|
+
- description: Include a copy of the license and copyright notice with the software.
|
|
20
20
|
label: License and Copyright Notice
|
|
21
21
|
tag: include-copyright
|
|
22
22
|
- description: Indicate changes made to the code.
|
|
@@ -31,14 +31,23 @@ conditions:
|
|
|
31
31
|
- description: Modifications must be released under the same license when distributing the software. In some cases a similar or related license may be used.
|
|
32
32
|
label: Same License
|
|
33
33
|
tag: same-license
|
|
34
|
+
- description: Modifications of existing files must be released under the same license when distributing the software. In some cases a similar or related license may be used.
|
|
35
|
+
label: Same License (File)
|
|
36
|
+
tag: same-license--file
|
|
37
|
+
- description: Modifications must be released under the same license when distributing the software. In some cases a similar or related license may be used, or this condition may not apply to works that use the software as a library.
|
|
38
|
+
label: Same License (Library)
|
|
39
|
+
tag: same-license--library
|
|
34
40
|
|
|
35
41
|
limitations:
|
|
36
42
|
- description: This license explicitly states that it does NOT grant you trademark rights, even though licenses without such a statement probably do not grant you any implicit trademark rights.
|
|
37
43
|
label: Trademark Use
|
|
38
44
|
tag: trademark-use
|
|
39
|
-
- description:
|
|
40
|
-
label:
|
|
41
|
-
tag:
|
|
45
|
+
- description: This license includes a limitation of liability.
|
|
46
|
+
label: Liability
|
|
47
|
+
tag: liability
|
|
42
48
|
- description: This license explicitly states that it does NOT grant you any rights in the patents of contributors.
|
|
43
49
|
label: Patent Use
|
|
44
50
|
tag: patent-use
|
|
51
|
+
- description: The license explicitly states that it does NOT provide any warranty.
|
|
52
|
+
label: Warranty
|
|
53
|
+
tag: warranty
|
|
@@ -20,8 +20,9 @@ conditions:
|
|
|
20
20
|
- document-changes
|
|
21
21
|
|
|
22
22
|
limitations:
|
|
23
|
-
-
|
|
23
|
+
- liability
|
|
24
24
|
- trademark-use
|
|
25
|
+
- warranty
|
|
25
26
|
|
|
26
27
|
---
|
|
27
28
|
|
|
@@ -135,7 +136,7 @@ you do at least ONE of the following:
|
|
|
135
136
|
(c) allow anyone who receives a copy of the Modified Version to
|
|
136
137
|
make the Source form of the Modified Version available to others
|
|
137
138
|
under
|
|
138
|
-
|
|
139
|
+
|
|
139
140
|
(i) the Original License or
|
|
140
141
|
|
|
141
142
|
(ii) a license that permits the licensee to freely copy,
|
|
@@ -18,9 +18,10 @@ conditions:
|
|
|
18
18
|
- document-changes
|
|
19
19
|
|
|
20
20
|
limitations:
|
|
21
|
-
-
|
|
21
|
+
- liability
|
|
22
22
|
- trademark-use
|
|
23
23
|
- patent-use
|
|
24
|
+
- warranty
|
|
24
25
|
|
|
25
26
|
---
|
|
26
27
|
|
|
@@ -75,7 +76,7 @@ exhaustive, and do not form part of our licenses.
|
|
|
75
76
|
such as asking that all changes be marked or described.
|
|
76
77
|
Although not required by our licenses, you are encouraged to
|
|
77
78
|
respect those requests where reasonable. More_considerations
|
|
78
|
-
for the public:
|
|
79
|
+
for the public:
|
|
79
80
|
wiki.creativecommons.org/Considerations_for_licensees
|
|
80
81
|
|
|
81
82
|
=======================================================================
|
|
@@ -19,9 +19,10 @@ conditions:
|
|
|
19
19
|
- same-license
|
|
20
20
|
|
|
21
21
|
limitations:
|
|
22
|
-
-
|
|
22
|
+
- liability
|
|
23
23
|
- trademark-use
|
|
24
24
|
- patent-use
|
|
25
|
+
- warranty
|
|
25
26
|
|
|
26
27
|
---
|
|
27
28
|
|
|
@@ -76,7 +77,7 @@ exhaustive, and do not form part of our licenses.
|
|
|
76
77
|
such as asking that all changes be marked or described.
|
|
77
78
|
Although not required by our licenses, you are encouraged to
|
|
78
79
|
respect those requests where reasonable. More_considerations
|
|
79
|
-
for the public:
|
|
80
|
+
for the public:
|
|
80
81
|
wiki.creativecommons.org/Considerations_for_licensees
|
|
81
82
|
|
|
82
83
|
=======================================================================
|
|
@@ -3,7 +3,7 @@ title: LaTeX Project Public License v1.3c
|
|
|
3
3
|
spdx-id: LPPL-1.3c
|
|
4
4
|
source: https://latex-project.org/lppl/lppl-1-3c.html
|
|
5
5
|
|
|
6
|
-
description: The LaTeX Project Public License (LPPL) is the primary license under which the LaTeX kernel and the base LaTeX packages are distributed.
|
|
6
|
+
description: The LaTeX Project Public License (LPPL) is the primary license under which the LaTeX kernel and the base LaTeX packages are distributed.
|
|
7
7
|
|
|
8
8
|
how: To use this license, place in each of the components of your work both an explicit copyright notice including your name and the year the work was authored and/or last substantially modified. Include also a statement that the distribution and/or modification of that component is constrained by the conditions in this license.
|
|
9
9
|
|
|
@@ -17,11 +17,12 @@ permissions:
|
|
|
17
17
|
|
|
18
18
|
conditions:
|
|
19
19
|
- include-copyright
|
|
20
|
-
- document-changes
|
|
20
|
+
- document-changes
|
|
21
21
|
- disclose-source
|
|
22
|
-
|
|
22
|
+
|
|
23
23
|
limitations:
|
|
24
|
-
-
|
|
24
|
+
- liability
|
|
25
|
+
- warranty
|
|
25
26
|
|
|
26
27
|
---
|
|
27
28
|
|
|
@@ -43,8 +44,8 @@ which the LaTeX kernel and the base LaTeX packages are distributed.
|
|
|
43
44
|
|
|
44
45
|
You may use this license for any work of which you hold the copyright
|
|
45
46
|
and which you wish to distribute. This license may be particularly
|
|
46
|
-
suitable if your work is TeX-related (such as a LaTeX package), but
|
|
47
|
-
it is written in such a way that you can use it even if your work is
|
|
47
|
+
suitable if your work is TeX-related (such as a LaTeX package), but
|
|
48
|
+
it is written in such a way that you can use it even if your work is
|
|
48
49
|
unrelated to TeX.
|
|
49
50
|
|
|
50
51
|
The section `WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE',
|
|
@@ -71,11 +72,11 @@ In this license document the following terms are used:
|
|
|
71
72
|
|
|
72
73
|
`Work'
|
|
73
74
|
Any work being distributed under this License.
|
|
74
|
-
|
|
75
|
+
|
|
75
76
|
`Derived Work'
|
|
76
77
|
Any work that under any applicable law is derived from the Work.
|
|
77
78
|
|
|
78
|
-
`Modification'
|
|
79
|
+
`Modification'
|
|
79
80
|
Any procedure that produces a Derived Work under any applicable
|
|
80
81
|
law -- for example, the production of a file containing an
|
|
81
82
|
original file associated with the Work or a significant portion of
|
|
@@ -85,7 +86,7 @@ In this license document the following terms are used:
|
|
|
85
86
|
`Modify'
|
|
86
87
|
To apply any procedure that produces a Derived Work under any
|
|
87
88
|
applicable law.
|
|
88
|
-
|
|
89
|
+
|
|
89
90
|
`Distribution'
|
|
90
91
|
Making copies of the Work available from one person to another, in
|
|
91
92
|
whole or in part. Distribution includes (but is not limited to)
|
|
@@ -106,16 +107,16 @@ In this license document the following terms are used:
|
|
|
106
107
|
no such explicit nomination then it is the `Copyright Holder' under
|
|
107
108
|
any applicable law.
|
|
108
109
|
|
|
109
|
-
`Base Interpreter'
|
|
110
|
+
`Base Interpreter'
|
|
110
111
|
A program or process that is normally needed for running or
|
|
111
|
-
interpreting a part or the whole of the Work.
|
|
112
|
+
interpreting a part or the whole of the Work.
|
|
112
113
|
|
|
113
114
|
A Base Interpreter may depend on external components but these
|
|
114
115
|
are not considered part of the Base Interpreter provided that each
|
|
115
116
|
external component clearly identifies itself whenever it is used
|
|
116
117
|
interactively. Unless explicitly specified when applying the
|
|
117
118
|
license to the Work, the only applicable Base Interpreter is a
|
|
118
|
-
`LaTeX-Format' or in the case of files belonging to the
|
|
119
|
+
`LaTeX-Format' or in the case of files belonging to the
|
|
119
120
|
`LaTeX-format' a program implementing the `TeX language'.
|
|
120
121
|
|
|
121
122
|
|
|
@@ -156,8 +157,8 @@ the Derived Work.
|
|
|
156
157
|
distribute a Derived Work provided the following conditions are met
|
|
157
158
|
for every component of the Work unless that component clearly states
|
|
158
159
|
in the copyright notice that it is exempt from that condition. Only
|
|
159
|
-
the Current Maintainer is allowed to add such statements of exemption
|
|
160
|
-
to a component of the Work.
|
|
160
|
+
the Current Maintainer is allowed to add such statements of exemption
|
|
161
|
+
to a component of the Work.
|
|
161
162
|
|
|
162
163
|
a. If a component of this Derived Work can be a direct replacement
|
|
163
164
|
for a component of the Work when that component is used with the
|
|
@@ -167,13 +168,13 @@ to a component of the Work.
|
|
|
167
168
|
clearly and unambiguously identifies itself as a modified version
|
|
168
169
|
of this component to the user when used interactively with that
|
|
169
170
|
Base Interpreter.
|
|
170
|
-
|
|
171
|
+
|
|
171
172
|
b. Every component of the Derived Work contains prominent notices
|
|
172
173
|
detailing the nature of the changes to that component, or a
|
|
173
174
|
prominent reference to another file that is distributed as part
|
|
174
175
|
of the Derived Work and that contains a complete and accurate log
|
|
175
176
|
of the changes.
|
|
176
|
-
|
|
177
|
+
|
|
177
178
|
c. No information in the Derived Work implies that any persons,
|
|
178
179
|
including (but not limited to) the authors of the original version
|
|
179
180
|
of the Work, provide any support, including (but not limited to)
|
|
@@ -183,7 +184,7 @@ to a component of the Work.
|
|
|
183
184
|
|
|
184
185
|
d. You distribute at least one of the following with the Derived Work:
|
|
185
186
|
|
|
186
|
-
1. A complete, unmodified copy of the Work;
|
|
187
|
+
1. A complete, unmodified copy of the Work;
|
|
187
188
|
if your distribution of a modified component is made by
|
|
188
189
|
offering access to copy the modified component from a
|
|
189
190
|
designated place, then offering equivalent access to copy
|
|
@@ -210,15 +211,15 @@ format, where the Work or that Derived Work (in whole or in part) is
|
|
|
210
211
|
then produced by applying some process to that format, does not relax or
|
|
211
212
|
nullify any sections of this license as they pertain to the results of
|
|
212
213
|
applying that process.
|
|
213
|
-
|
|
214
|
+
|
|
214
215
|
10. a. A Derived Work may be distributed under a different license
|
|
215
216
|
provided that license itself honors the conditions listed in
|
|
216
217
|
Clause 6 above, in regard to the Work, though it does not have
|
|
217
218
|
to honor the rest of the conditions in this license.
|
|
218
|
-
|
|
219
|
+
|
|
219
220
|
b. If a Derived Work is distributed under a different license, that
|
|
220
221
|
Derived Work must provide sufficient documentation as part of
|
|
221
|
-
itself to allow each recipient of that Derived Work to honor the
|
|
222
|
+
itself to allow each recipient of that Derived Work to honor the
|
|
222
223
|
restrictions in Clause 6 above, concerning changes from the Work.
|
|
223
224
|
|
|
224
225
|
11. This license places no restrictions on works that are unrelated to
|
|
@@ -287,7 +288,7 @@ the Work through the following steps:
|
|
|
287
288
|
|
|
288
289
|
a. If it is being maintained, then ask the Current Maintainer
|
|
289
290
|
to update their communication data within one month.
|
|
290
|
-
|
|
291
|
+
|
|
291
292
|
b. If the search is unsuccessful or no action to resume active
|
|
292
293
|
maintenance is taken by the Current Maintainer, then announce
|
|
293
294
|
within the pertinent community your intention to take over
|
|
@@ -297,17 +298,17 @@ the Work through the following steps:
|
|
|
297
298
|
3a. If the Current Maintainer is reachable and agrees to pass
|
|
298
299
|
maintenance of the Work to you, then this takes effect
|
|
299
300
|
immediately upon announcement.
|
|
300
|
-
|
|
301
|
+
|
|
301
302
|
b. If the Current Maintainer is not reachable and the Copyright
|
|
302
303
|
Holder agrees that maintenance of the Work be passed to you,
|
|
303
|
-
then this takes effect immediately upon announcement.
|
|
304
|
-
|
|
304
|
+
then this takes effect immediately upon announcement.
|
|
305
|
+
|
|
305
306
|
4. If you make an `intention announcement' as described in 2b. above
|
|
306
307
|
and after three months your intention is challenged neither by
|
|
307
308
|
the Current Maintainer nor by the Copyright Holder nor by other
|
|
308
309
|
people, then you may arrange for the Work to be changed so as
|
|
309
310
|
to name you as the (new) Current Maintainer.
|
|
310
|
-
|
|
311
|
+
|
|
311
312
|
5. If the previously unreachable Current Maintainer becomes
|
|
312
313
|
reachable once more within three months of a change completed
|
|
313
314
|
under the terms of 3b) or 4), then that Current Maintainer must
|
|
@@ -390,7 +391,7 @@ Here is an example of such a notice and statement:
|
|
|
390
391
|
% version 2005/12/01 or later.
|
|
391
392
|
%
|
|
392
393
|
% This work has the LPPL maintenance status `maintained'.
|
|
393
|
-
%
|
|
394
|
+
%
|
|
394
395
|
% The Current Maintainer of this work is M. Y. Name.
|
|
395
396
|
%
|
|
396
397
|
% This work consists of the files pig.dtx and pig.ins
|
|
@@ -404,7 +405,7 @@ referring to any `LaTeX-Format', and both `Copyright Holder' and
|
|
|
404
405
|
`Current Maintainer' referring to the person `M. Y. Name'.
|
|
405
406
|
|
|
406
407
|
If you do not want the Maintenance section of LPPL to apply to your
|
|
407
|
-
Work, change `maintained' above into `author-maintained'.
|
|
408
|
+
Work, change `maintained' above into `author-maintained'.
|
|
408
409
|
However, we recommend that you use `maintained', as the Maintenance
|
|
409
410
|
section was added in order to ensure that your Work remains useful to
|
|
410
411
|
the community even when you can no longer maintain and support it
|
|
@@ -434,10 +435,9 @@ Important Recommendations
|
|
|
434
435
|
using a line such as:
|
|
435
436
|
|
|
436
437
|
% This work consists of all files listed in manifest.txt.
|
|
437
|
-
|
|
438
|
+
|
|
438
439
|
in that place. In the absence of an unequivocal list it might be
|
|
439
440
|
impossible for the licensee to determine what is considered by you
|
|
440
441
|
to comprise the Work and, in such a case, the licensee would be
|
|
441
442
|
entitled to make reasonable conjectures as to which files comprise
|
|
442
443
|
the Work.
|
|
443
|
-
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: licensee
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 8.8.
|
|
4
|
+
version: 8.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ben Balter
|
|
@@ -130,6 +130,7 @@ files:
|
|
|
130
130
|
- spec/fixtures/case-sensitive/LiCeNsE.TxT
|
|
131
131
|
- spec/fixtures/cc-by-nc-sa/LICENSE
|
|
132
132
|
- spec/fixtures/cc-by-nd/LICENSE
|
|
133
|
+
- spec/fixtures/gemspec/lib/licensee-fixture-project/version.rb
|
|
133
134
|
- spec/fixtures/gemspec/project.gemspec
|
|
134
135
|
- spec/fixtures/gpl3-without-instructions/LICENSE
|
|
135
136
|
- spec/fixtures/lgpl/COPYING.lesser
|