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,260 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license licenseId="LGPL-3.0" isOsiApproved="true"
4
+ name="GNU Lesser General Public License v3.0 only"
5
+ isDeprecated="true" deprecatedVersion="3.0">
6
+ <obsoletedBys>
7
+ <obsoletedBy>LGPL-3.0-only</obsoletedBy>
8
+ <obsoletedBy expression="LGPL-3.0+">LGPL-3.0-or-later</obsoletedBy>
9
+ </obsoletedBys>
10
+ <crossRefs>
11
+ <crossRef>https://www.gnu.org/licenses/lgpl-3.0-standalone.html</crossRef>
12
+ <crossRef>https://opensource.org/licenses/LGPL-3.0</crossRef>
13
+ </crossRefs>
14
+ <text>
15
+ <titleText>
16
+ <p>
17
+ GNU LESSER GENERAL PUBLIC LICENSE<br></br>
18
+ Version 3, 29 June 2007
19
+ </p>
20
+ </titleText>
21
+ <p>
22
+ Copyright (C) 2007 Free Software Foundation, Inc.
23
+ &lt;http<optional spacing="none">s</optional>://fsf.org/&gt;
24
+ </p>
25
+ <p>
26
+ Everyone is permitted to copy and distribute verbatim copies
27
+ of this license document, but changing it is not allowed.
28
+ </p>
29
+ <p>
30
+ This version of the GNU Lesser General Public License incorporates
31
+ the terms and conditions of version 3 of the GNU General Public
32
+ License, supplemented by the additional permissions listed below.
33
+ </p>
34
+ <list>
35
+ <item>
36
+ <bullet>0.</bullet>
37
+ Additional Definitions.
38
+ <list>
39
+ <item>
40
+ <p>
41
+ As used herein, "this License" refers to version 3 of
42
+ the GNU Lesser General Public License, and the "GNU GPL"
43
+ refers to version 3 of the GNU General Public License.
44
+ </p>
45
+ </item>
46
+ <item>
47
+ <p>
48
+ "The Library" refers to a covered work governed by this License,
49
+ other than an Application or a Combined Work as defined below.
50
+ </p>
51
+ </item>
52
+ <item>
53
+ <p>
54
+ An "Application" is any work that makes use of an interface
55
+ provided by the Library, but which is not otherwise based on the
56
+ Library. Defining a subclass of a class defined by the Library
57
+ is deemed a mode of using an interface provided by the Library.
58
+ </p>
59
+ </item>
60
+ <item>
61
+ <p>
62
+ A "Combined Work" is a work produced by combining or
63
+ linking an Application with the Library. The particular
64
+ version of the Library with which the Combined
65
+ Work was made is also called the "Linked Version".
66
+ </p>
67
+ </item>
68
+ <item>
69
+ <p>
70
+ The "Minimal Corresponding Source" for a Combined
71
+ Work means the Corresponding Source for the Combined
72
+ Work, excluding any source code for portions of the
73
+ Combined Work that, considered in isolation, are based
74
+ on the Application, and not on the Linked Version.
75
+ </p>
76
+ </item>
77
+ <item>
78
+ <p>
79
+ The "Corresponding Application Code" for a Combined
80
+ Work means the object code and/or source code for the
81
+ Application, including any data and utility programs needed
82
+ for reproducing the Combined Work from the Application,
83
+ but excluding the System Libraries of the Combined Work.
84
+ </p>
85
+ </item>
86
+ </list>
87
+ </item>
88
+ <item>
89
+ <bullet>1.</bullet>
90
+ Exception to Section 3 of the GNU GPL.<br></br>
91
+ You may convey a covered work under sections 3 and 4 of this
92
+ License without being bound by section 3 of the GNU GPL.
93
+ </item>
94
+ <item>
95
+ <bullet>2.</bullet>
96
+ Conveying Modified Versions.<br></br>
97
+ If you modify a copy of the Library, and, in your
98
+ modifications, a facility refers to a function or data
99
+ to be supplied by an Application that uses the facility
100
+ (other than as an argument passed when the facility is
101
+ invoked), then you may convey a copy of the modified version:
102
+ <list>
103
+ <item>
104
+ <bullet>a)</bullet>
105
+ under this License, provided that you make a good faith
106
+ effort to ensure that, in the event an Application does not
107
+ supply the function or data, the facility still operates, and
108
+ performs whatever part of its purpose remains meaningful, or
109
+ </item>
110
+ <item>
111
+ <bullet>b)</bullet>
112
+ under the GNU GPL, with none of the additional
113
+ permissions of this License applicable to that copy.
114
+ </item>
115
+ </list>
116
+ </item>
117
+ <item>
118
+ <bullet>3.</bullet>
119
+ Object Code Incorporating Material from Library Header Files.<br></br>
120
+ The object code form of an Application may incorporate material from
121
+ a header file that is part of the Library. You may convey such object
122
+ code under terms of your choice, provided that, if the incorporated
123
+ material is not limited to numerical parameters, data structure
124
+ layouts and accessors, or small macros, inline functions and templates
125
+ (ten or fewer lines in length), you do both of the following:
126
+ <list>
127
+ <item>
128
+ <bullet>a)</bullet>
129
+ Give prominent notice with each copy of the object
130
+ code that the Library is used in it and that the
131
+ Library and its use are covered by this License.
132
+ </item>
133
+ <item>
134
+ <bullet>b)</bullet>
135
+ Accompany the object code with a copy of
136
+ the GNU GPL and this license document.
137
+ </item>
138
+ </list>
139
+ </item>
140
+ <item>
141
+ <bullet>4.</bullet>
142
+ Combined Works.<br></br>
143
+ You may convey a Combined Work under terms of your choice that, taken
144
+ together, effectively do not restrict modification of the portions of
145
+ the Library contained in the Combined Work and reverse engineering for
146
+ debugging such modifications, if you also do each of the following:
147
+ <list>
148
+ <item>
149
+ <bullet>a)</bullet>
150
+ Give prominent notice with each copy of the Combined
151
+ Work that the Library is used in it and that the
152
+ Library and its use are covered by this License.
153
+ </item>
154
+ <item>
155
+ <bullet>b)</bullet>
156
+ Accompany the Combined Work with a copy
157
+ of the GNU GPL and this license document.
158
+ </item>
159
+ <item>
160
+ <bullet>c)</bullet>
161
+ For a Combined Work that displays copyright notices during
162
+ execution, include the copyright notice for the Library
163
+ among these notices, as well as a reference directing the
164
+ user to the copies of the GNU GPL and this license document.
165
+ </item>
166
+ <item>
167
+ <bullet>d)</bullet>
168
+ Do one of the following:
169
+ <list>
170
+ <item>
171
+ <bullet>0)</bullet>
172
+ Convey the Minimal Corresponding Source under the terms
173
+ of this License, and the Corresponding Application Code
174
+ in a form suitable for, and under terms that permit,
175
+ the user to recombine or relink the Application with
176
+ a modified version of the Linked Version to produce a
177
+ modified Combined Work, in the manner specified by section
178
+ 6 of the GNU GPL for conveying Corresponding Source.
179
+ </item>
180
+ <item>
181
+ <bullet>1)</bullet>
182
+ Use a suitable shared library mechanism for linking
183
+ with the Library. A suitable mechanism is one that
184
+ (a) uses at run time a copy of the Library already
185
+ present on the user's computer system, and (b) will
186
+ operate properly with a modified version of the Library
187
+ that is interface-compatible with the Linked Version.
188
+ </item>
189
+ </list>
190
+ </item>
191
+ <item>
192
+ <bullet>e)</bullet>
193
+ Provide Installation Information, but only if you would otherwise
194
+ be required to provide such information under section 6 of the GNU
195
+ GPL, and only to the extent that such information is necessary to
196
+ install and execute a modified version of the Combined Work produced
197
+ by recombining or relinking the Application with a modified version
198
+ of the Linked Version. (If you use option 4d0, the Installation
199
+ Information must accompany the Minimal Corresponding Source and
200
+ Corresponding Application Code. If you use option 4d1, you must
201
+ provide the Installation Information in the manner specified by
202
+ section 6 of the GNU GPL for conveying Corresponding Source.)
203
+ </item>
204
+ </list>
205
+ </item>
206
+ <item>
207
+ <bullet>5.</bullet>
208
+ Combined Libraries.<br></br>
209
+ You may place library facilities that are a work based on
210
+ the Library side by side in a single library together with
211
+ other library facilities that are not Applications and are not
212
+ covered by this License, and convey such a combined library
213
+ under terms of your choice, if you do both of the following:
214
+ <list>
215
+ <item>
216
+ <bullet>a)</bullet>
217
+ Accompany the combined library with a copy of the same work
218
+ based on the Library, uncombined with any other library
219
+ facilities, conveyed under the terms of this License.
220
+ </item>
221
+ <item>
222
+ <bullet>b)</bullet>
223
+ Give prominent notice with the combined library that part
224
+ of it is a work based on the Library, and explaining where
225
+ to find the accompanying uncombined form of the same work.
226
+ </item>
227
+ </list>
228
+ </item>
229
+ <item>
230
+ <bullet>6.</bullet>
231
+ Revised Versions of the GNU Lesser General Public License.
232
+ <p>
233
+ The Free Software Foundation may publish revised and/or new versions
234
+ of the GNU Lesser General Public License from time to time. Such
235
+ new versions will be similar in spirit to the present version,
236
+ but may differ in detail to address new problems or concerns.
237
+ </p>
238
+ <p>
239
+ Each version is given a distinguishing version number. If the Library
240
+ as you received it specifies that a certain numbered version of the
241
+ GNU Lesser General Public License "or any later version" applies
242
+ to it, you have the option of following the terms and conditions
243
+ either of that published version or of any later version published
244
+ by the Free Software Foundation. If the Library as you received it
245
+ does not specify a version number of the GNU Lesser General Public
246
+ License, you may choose any version of the GNU Lesser General
247
+ Public License ever published by the Free Software Foundation.
248
+ </p>
249
+ <p>
250
+ If the Library as you received it specifies that a proxy
251
+ can decide whether future versions of the GNU Lesser
252
+ General Public License shall apply, that proxy's public
253
+ statement of acceptance of any version is permanent
254
+ authorization for you to choose that version for the Library.
255
+ </p>
256
+ </item>
257
+ </list>
258
+ </text>
259
+ </license>
260
+ </SPDXLicenseCollection>
@@ -0,0 +1,380 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="true" licenseId="LPPL-1.3c"
4
+ name="LaTeX Project Public License v1.3c">
5
+ <crossRefs>
6
+ <crossRef>http://www.latex-project.org/lppl/lppl-1-3c.txt</crossRef>
7
+ <crossRef>https://opensource.org/licenses/LPPL-1.3c</crossRef>
8
+ </crossRefs>
9
+ <notes>This license was released: 4 May 2008</notes>
10
+ <text>
11
+ <titleText>
12
+ <p>The LaTeX Project Public License
13
+ <br/>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
14
+ </p>
15
+ <p>LPPL Version 1.3c 2008-05-04</p>
16
+ </titleText>
17
+ <copyrightText>
18
+ <p>Copyright 1999 2002-2008 LaTeX3 Project</p>
19
+ </copyrightText>
20
+ <p>Everyone is allowed to distribute verbatim copies of this license document, but modification of it is not
21
+ allowed.</p>
22
+ <p>PREAMBLE
23
+ <br/>========
24
+ </p>
25
+ <p>The LaTeX Project Public License (LPPL) is the primary license under which the LaTeX kernel and the base
26
+ LaTeX packages are distributed.</p>
27
+ <p>You may use this license for any work of which you hold the copyright and which you wish to distribute.
28
+ This license may be particularly suitable if your work is TeX-related (such as a LaTeX package), but
29
+ it is written in such a way that you can use it even if your work is unrelated to TeX.</p>
30
+ <p>The section `WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE', below, gives instructions,
31
+ examples, and recommendations for authors who are considering distributing their works under this
32
+ license.</p>
33
+ <p>This license gives conditions under which a work may be distributed and modified, as well as conditions
34
+ under which modified versions of that work may be distributed.</p>
35
+ <p>We, the LaTeX3 Project, believe that the conditions below give you the freedom to make and distribute
36
+ modified versions of your work that conform with whatever technical specifications you wish while
37
+ maintaining the availability, integrity, and reliability of that work. If you do not see how to
38
+ achieve your goal while meeting these conditions, then read the document `cfgguide.tex' and
39
+ `modguide.tex' in the base LaTeX distribution for suggestions.</p>
40
+ <p>DEFINITIONS
41
+ <br/>===========
42
+ </p>
43
+ <p>In this license document the following terms are used:</p>
44
+ <p>`Work' Any work being distributed under this License. `Derived Work' Any work that under any
45
+ applicable law is derived from the Work.</p>
46
+ <p>`Modification' Any procedure that produces a Derived Work under any applicable law -- for example,
47
+ the production of a file containing an original file associated with the Work or a significant portion
48
+ of such a file, either verbatim or with modifications and/or translated into another language.</p>
49
+ <p>`Modify' To apply any procedure that produces a Derived Work under any applicable law.
50
+ `Distribution' Making copies of the Work available from one person to another, in whole or in
51
+ part. Distribution includes (but is not limited to) making any electronic components of the Work
52
+ accessible by file transfer protocols such as FTP or HTTP or by shared file systems such as Sun's
53
+ Network File System (NFS).</p>
54
+ <p>`Compiled Work' A version of the Work that has been processed into a form where it is directly
55
+ usable on a computer system. This processing may include using installation facilities provided by the
56
+ Work, transformations of the Work, copying of components of the Work, or other activities. Note that
57
+ modification of any installation facilities provided by the Work constitutes modification of the
58
+ Work.</p>
59
+ <p>`Current Maintainer' A person or persons nominated as such within the Work. If there is no such
60
+ explicit nomination then it is the `Copyright Holder' under any applicable law.</p>
61
+ <p>`Base Interpreter' A program or process that is normally needed for running or interpreting a part
62
+ or the whole of the Work.</p>
63
+ <p>A Base Interpreter may depend on external components but these are not considered part of the Base
64
+ Interpreter provided that each external component clearly identifies itself whenever it is used
65
+ interactively. Unless explicitly specified when applying the license to the Work, the only applicable
66
+ Base Interpreter is a `LaTeX-Format' or in the case of files belonging to the `LaTeX-format'
67
+ a program implementing the `TeX language'.</p>
68
+ <p>CONDITIONS ON DISTRIBUTION AND MODIFICATION
69
+ <br/>===========================================
70
+ </p>
71
+ <list>
72
+ <item>
73
+ <bullet>1.</bullet>
74
+ Activities other than distribution and/or modification of the Work are not covered by this
75
+ license; they are outside its scope. In particular, the act of running the Work is not
76
+ restricted and no requirements are made concerning any offers of support for the Work.
77
+ </item>
78
+ <item>
79
+ <bullet>2.</bullet>
80
+ You may distribute a complete, unmodified copy of the Work as you received it. Distribution of
81
+ only part of the Work is considered modification of the Work, and no right to distribute such
82
+ a Derived Work may be assumed under the terms of this clause.
83
+ </item>
84
+ <item>
85
+ <bullet>3.</bullet>
86
+ You may distribute a Compiled Work that has been generated from a complete, unmodified copy of
87
+ the Work as distributed under Clause 2 above, as long as that Compiled Work is distributed in
88
+ such a way that the recipients may install the Compiled Work on their system exactly as it
89
+ would have been installed if they generated a Compiled Work directly from the Work.
90
+ </item>
91
+ <item>
92
+ <bullet>4.</bullet>
93
+ If you are the Current Maintainer of the Work, you may, without restriction, modify the Work,
94
+ thus creating a Derived Work. You may also distribute the Derived Work without restriction,
95
+ including Compiled Works generated from the Derived Work. Derived Works distributed in this
96
+ manner by the Current Maintainer are considered to be updated versions of the Work.
97
+ </item>
98
+ <item>
99
+ <bullet>5.</bullet>
100
+ If you are not the Current Maintainer of the Work, you may modify your copy of the Work, thus
101
+ creating a Derived Work based on the Work, and compile this Derived Work, thus creating a
102
+ Compiled Work based on the Derived Work.
103
+ </item>
104
+ <item>
105
+ <bullet>6.</bullet>
106
+ If you are not the Current Maintainer of the Work, you may distribute a Derived Work provided the
107
+ following conditions are met for every component of the Work unless that component clearly
108
+ states in the copyright notice that it is exempt from that condition. Only the Current
109
+ Maintainer is allowed to add such statements of exemption to a component of the Work.
110
+ <list>
111
+ <item>
112
+ <bullet>a.</bullet>
113
+ If a component of this Derived Work can be a direct replacement for a component of the Work
114
+ when that component is used with the Base Interpreter, then, wherever this component of
115
+ the Work identifies itself to the user when used interactively with that Base Interpreter,
116
+ the replacement component of this Derived Work clearly and unambiguously identifies itself
117
+ as a modified version of this component to the user when used interactively with that Base
118
+ Interpreter.
119
+ </item>
120
+ <item>
121
+ <bullet>b.</bullet>
122
+ Every component of the Derived Work contains prominent notices detailing the nature of the
123
+ changes to that component, or a prominent reference to another file that is distributed as
124
+ part of the Derived Work and that contains a complete and accurate log of the changes.
125
+ </item>
126
+ <item>
127
+ <bullet>c.</bullet>
128
+ No information in the Derived Work implies that any persons, including (but not limited to)
129
+ the authors of the original version of the Work, provide any support, including (but not
130
+ limited to) the reporting and handling of errors, to recipients of the Derived Work unless
131
+ those persons have stated explicitly that they do provide such support for the Derived
132
+ Work.
133
+ </item>
134
+ <item>
135
+ <bullet>d.</bullet>
136
+ You distribute at least one of the following with the Derived Work:
137
+ <list>
138
+ <item>
139
+ <bullet>1.</bullet>
140
+ A complete, unmodified copy of the Work; if your distribution of a modified component is
141
+ made by offering access to copy the modified component from a designated place, then
142
+ offering equivalent access to copy the Work from the same or some similar place meets
143
+ this condition, even though third parties are not compelled to copy the Work along
144
+ with the modified component;
145
+ </item>
146
+ <item>
147
+ <bullet>2.</bullet>
148
+ Information that is sufficient to obtain a complete, unmodified copy of the Work.
149
+ </item>
150
+ </list>
151
+ </item>
152
+ </list>
153
+ </item>
154
+ <item>
155
+ <bullet>7.</bullet>
156
+ If you are not the Current Maintainer of the Work, you may distribute a Compiled Work generated
157
+ from a Derived Work, as long as the Derived Work is distributed to all recipients of the
158
+ Compiled Work, and as long as the conditions of Clause 6, above, are met with regard to the
159
+ Derived Work.
160
+ </item>
161
+ <item>
162
+ <bullet>8.</bullet>
163
+ The conditions above are not intended to prohibit, and hence do not apply to, the modification,
164
+ by any method, of any component so that it becomes identical to an updated version of that
165
+ component of the Work as it is distributed by the Current Maintainer under Clause 4,
166
+ above.
167
+ </item>
168
+ <item>
169
+ <bullet>9.</bullet>
170
+ Distribution of the Work or any Derived Work in an alternative format, where the Work or that
171
+ Derived Work (in whole or in part) is then produced by applying some process to that format,
172
+ does not relax or nullify any sections of this license as they pertain to the results of
173
+ applying that process.
174
+ </item>
175
+ <item>
176
+ <bullet>10.</bullet>
177
+ <list>
178
+ <item>
179
+ <bullet>a.</bullet>
180
+ A Derived Work may be distributed under a different license provided that license itself
181
+ honors the conditions listed in Clause 6 above, in regard to the Work, though it does not
182
+ have to honor the rest of the conditions in this license.
183
+ </item>
184
+ <item>
185
+ <bullet>b.</bullet>
186
+ If a Derived Work is distributed under a different license, that Derived Work must provide
187
+ sufficient documentation as part of itself to allow each recipient of that Derived Work to
188
+ honor the restrictions in Clause 6 above, concerning changes from the Work.
189
+ </item>
190
+ </list>
191
+ </item>
192
+ <item>
193
+ <bullet>11.</bullet>
194
+ This license places no restrictions on works that are unrelated to the Work, nor does this
195
+ license place any restrictions on aggregating such works with the Work by any means.
196
+ </item>
197
+ <item>
198
+ <bullet>12.</bullet>
199
+ Nothing in this license is intended to, or may be used to, prevent complete compliance by all
200
+ parties with all applicable laws.
201
+ </item>
202
+ </list>
203
+ <p>NO WARRANTY
204
+ <br/>===========
205
+ </p>
206
+ <p>There is no warranty for the Work. Except when otherwise stated in writing, the Copyright Holder
207
+ provides the Work `as is', without warranty of any kind, either expressed or implied,
208
+ including, but not limited to, the implied warranties of merchantability and fitness for a
209
+ particular purpose. The entire risk as to the quality and performance of the Work is with you.
210
+ Should the Work prove defective, you assume the cost of all necessary servicing, repair, or
211
+ correction.</p>
212
+ <p>In no event unless required by applicable law or agreed to in writing will The Copyright Holder,
213
+ or any author named in the components of the Work, or any other party who may distribute
214
+ and/or modify the Work as permitted above, be liable to you for damages, including any
215
+ general, special, incidental or consequential damages arising out of any use of the Work or
216
+ out of inability to use the Work (including, but not limited to, loss of data, data being
217
+ rendered inaccurate, or losses sustained by anyone as a result of any failure of the Work to
218
+ operate with any other programs), even if the Copyright Holder or said author or said other
219
+ party has been advised of the possibility of such damages.</p>
220
+ <p>MAINTENANCE OF THE WORK
221
+ <br/>=======================
222
+ </p>
223
+ <p>The Work has the status `author-maintained' if the Copyright Holder explicitly and
224
+ prominently states near the primary copyright notice in the Work that the Work can only be
225
+ maintained by the Copyright Holder or simply that it is `author-maintained'.</p>
226
+ <p>The Work has the status `maintained' if there is a Current Maintainer who has indicated in
227
+ the Work that they are willing to receive error reports for the Work (for example, by
228
+ supplying a valid e-mail address). It is not required for the Current Maintainer to
229
+ acknowledge or act upon these error reports.</p>
230
+ <p>The Work changes from status `maintained' to `unmaintained' if there is no Current
231
+ Maintainer, or the person stated to be Current Maintainer of the work cannot be reached
232
+ through the indicated means of communication for a period of six months, and there are no
233
+ other significant signs of active maintenance.</p>
234
+ <p>You can become the Current Maintainer of the Work by agreement with any existing Current
235
+ Maintainer to take over this role.</p>
236
+ <p>If the Work is unmaintained, you can become the Current Maintainer of the Work through the
237
+ following steps:</p>
238
+ <list>
239
+ <item>
240
+ <bullet>1.</bullet>
241
+ Make a reasonable attempt to trace the Current Maintainer (and the Copyright Holder, if the two
242
+ differ) through the means of an Internet or similar search.
243
+ </item>
244
+ <item>
245
+ <bullet>2.</bullet>
246
+ If this search is successful, then enquire whether the Work is still maintained.
247
+ <list>
248
+ <item>
249
+ <bullet>a.</bullet>
250
+ If it is being maintained, then ask the Current Maintainer to update their communication data
251
+ within one month.
252
+ </item>
253
+ <item>
254
+ <bullet>b.</bullet>
255
+ If the search is unsuccessful or no action to resume active maintenance is taken by the
256
+ Current Maintainer, then announce within the pertinent community your intention to take
257
+ over maintenance. (If the Work is a LaTeX work, this could be done, for example, by
258
+ posting to comp.text.tex.)
259
+ </item>
260
+ <item>
261
+ <bullet>3a.</bullet>
262
+ If the Current Maintainer is reachable and agrees to pass maintenance of the Work to you,
263
+ then this takes effect immediately upon announcement.
264
+ </item>
265
+ <item>
266
+ <bullet>b.</bullet>
267
+ If the Current Maintainer is not reachable and the Copyright Holder agrees that maintenance of
268
+ the Work be passed to you, then this takes effect immediately upon announcement.
269
+ </item>
270
+ </list>
271
+ </item>
272
+ <item>
273
+ <bullet>4.</bullet>
274
+ If you make an `intention announcement' as described in 2b. above and after three months
275
+ your intention is challenged neither by the Current Maintainer nor by the Copyright Holder nor
276
+ by other people, then you may arrange for the Work to be changed so as to name you as the
277
+ (new) Current Maintainer.
278
+ </item>
279
+ <item>
280
+ <bullet>5.</bullet>
281
+ If the previously unreachable Current Maintainer becomes reachable once more within three months
282
+ of a change completed under the terms of 3b) or 4), then that Current Maintainer must become
283
+ or remain the Current Maintainer upon request provided they then update their communication
284
+ data within one month.
285
+ </item>
286
+ </list>
287
+ <p>A change in the Current Maintainer does not, of itself, alter the fact that the Work is distributed under
288
+ the LPPL license.</p>
289
+ <p>If you become the Current Maintainer of the Work, you should immediately provide, within the Work, a
290
+ prominent and unambiguous statement of your status as Current Maintainer. You should also announce
291
+ your new status to the same pertinent community as in 2b) above.</p>
292
+ <p>WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE
293
+ <br/>======================================================
294
+ </p>
295
+ <p>This section contains important instructions, examples, and recommendations for authors who are
296
+ considering distributing their works under this license. These authors are addressed as `you' in
297
+ this section.</p>
298
+ <p>Choosing This License or Another License
299
+ <br/>----------------------------------------
300
+ </p>
301
+ <p>If for any part of your work you want or need to use *distribution* conditions that differ significantly
302
+ from those in this license, then do not refer to this license anywhere in your work but, instead,
303
+ distribute your work under a different license. You may use the text of this license as a model for
304
+ your own license, but your license should not refer to the LPPL or otherwise give the impression that
305
+ your work is distributed under the LPPL.</p>
306
+ <p>The document `modguide.tex' in the base LaTeX distribution explains the motivation behind the
307
+ conditions of this license. It explains, for example, why distributing LaTeX under the GNU General
308
+ Public License (GPL) was considered inappropriate. Even if your work is unrelated to LaTeX, the
309
+ discussion in `modguide.tex' may still be relevant, and authors intending to distribute their
310
+ works under any license are encouraged to read it.</p>
311
+ <p>A Recommendation on Modification Without Distribution
312
+ <br/>-----------------------------------------------------
313
+ </p>
314
+ <p>It is wise never to modify a component of the Work, even for your own personal use, without also meeting
315
+ the above conditions for distributing the modified component. While you might intend that such
316
+ modifications will never be distributed, often this will happen by accident -- you may forget that you
317
+ have modified that component; or it may not occur to you when allowing others to access the modified
318
+ version that you are thus distributing it and violating the conditions of this license in ways that
319
+ could have legal implications and, worse, cause problems for the community. It is therefore usually in
320
+ your best interest to keep your copy of the Work identical with the public one. Many works provide
321
+ ways to control the behavior of that work without altering any of its licensed components.</p>
322
+ <p>How to Use This License
323
+ <br/>-----------------------
324
+ </p>
325
+ <p>To use this license, place in each of the components of your work both an explicit copyright notice
326
+ including your name and the year the work was authored and/or last substantially modified. Include
327
+ also a statement that the distribution and/or modification of that component is constrained by the
328
+ conditions in this license.</p>
329
+ <p>Here is an example of such a notice and statement:</p>
330
+ <standardLicenseHeader>
331
+ <p><optional>%%</optional> <alt name="filename" match=".+">pig.dtx</alt>
332
+ <br/><optional>%%</optional> Copyright <alt name="copyright" match=".+">2005 M. Y. Name</alt>
333
+ <br/><optional>%</optional>
334
+ <br/><optional>%</optional> This work may be distributed and/or modified under the
335
+ <br/><optional>%</optional> conditions of the LaTeX Project Public License, either version 1.3
336
+ <br/><optional>%</optional> of this license or (at your option) any later version.
337
+ <br/><optional>%</optional> The latest version of this license is in
338
+ <br/><optional>%</optional> http://www.latex-project.org/lppl.txt
339
+ <br/><optional>%</optional> and version 1.3 or later is part of all distributions of LaTeX
340
+ <br/><optional>%</optional> version 2005/12/01 or later.
341
+ <br/><optional>%</optional>
342
+ <br/><optional>%</optional> This work has the LPPL maintenance status "<alt name="status" match="author-maintained|unmaintained|maintained">maintained</alt>".
343
+ <br/><optional>%</optional>
344
+ <br/><optional>%</optional> The Current Maintainer of this work is <alt name="maintainer" match=".+">M. Y. Name</alt>.
345
+ <br/><optional>%</optional>
346
+ <br/><optional>%</optional> This work consists of the <alt name="filenames" match=".+">files pig.dtx and pig.ins
347
+ <br/>% and the derived file pig.sty</alt>.
348
+ </p>
349
+ </standardLicenseHeader>
350
+ <p>Given such a notice and statement in a file, the conditions given in this license document would apply,
351
+ with the `Work' referring to the three files `pig.dtx', `pig.ins', and `pig.sty'
352
+ (the last being generated from `pig.dtx' using `pig.ins'), the `Base Interpreter'
353
+ referring to any `LaTeX-Format', and both `Copyright Holder' and `Current Maintainer'
354
+ referring to the person `M. Y. Name'.</p>
355
+ <p>If you do not want the Maintenance section of LPPL to apply to your Work, change `maintained' above
356
+ into `author-maintained'. However, we recommend that you use `maintained', as the
357
+ Maintenance section was added in order to ensure that your Work remains useful to the community even
358
+ when you can no longer maintain and support it yourself.</p>
359
+ <p>Derived Works That Are Not Replacements
360
+ <br/>---------------------------------------
361
+ </p>
362
+ <p>Several clauses of the LPPL specify means to provide reliability and stability for the user community.
363
+ They therefore concern themselves with the case that a Derived Work is intended to be used as a
364
+ (compatible or incompatible) replacement of the original Work. If this is not the case (e.g., if a few
365
+ lines of code are reused for a completely different task), then clauses 6b and 6d shall not apply.</p>
366
+ <p>Important Recommendations
367
+ <br/>-------------------------
368
+ </p>
369
+ <p>Defining What Constitutes the Work</p>
370
+ <p>The LPPL requires that distributions of the Work contain all the files of the Work. It is therefore
371
+ important that you provide a way for the licensee to determine which files constitute the Work. This
372
+ could, for example, be achieved by explicitly listing all the files of the Work near the copyright
373
+ notice of each file or by using a line such as:</p>
374
+ <p>% This work consists of all files listed in manifest.txt.</p>
375
+ <p>in that place. In the absence of an unequivocal list it might be impossible for the licensee to determine
376
+ what is considered by you to comprise the Work and, in such a case, the licensee would be entitled to
377
+ make reasonable conjectures as to which files comprise the Work.</p>
378
+ </text>
379
+ </license>
380
+ </SPDXLicenseCollection>