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,858 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license licenseId="GPL-3.0" isOsiApproved="true"
4
+ name="GNU General Public License v3.0 only"
5
+ isDeprecated="true" deprecatedVersion="3.0">
6
+ <obsoletedBys>
7
+ <obsoletedBy>GPL-3.0-only</obsoletedBy>
8
+ <obsoletedBy expression="GPL-3.0+">GPL-3.0-or-later</obsoletedBy>
9
+ </obsoletedBys>
10
+ <crossRefs>
11
+ <crossRef>https://www.gnu.org/licenses/gpl-3.0-standalone.html</crossRef>
12
+ <crossRef>https://opensource.org/licenses/GPL-3.0</crossRef>
13
+ </crossRefs>
14
+ <standardLicenseHeader>
15
+ Copyright (C) <alt name="copyright"
16
+ match=".+">&lt;year&gt; &lt;name of author&gt;</alt>
17
+ <p>
18
+ This program is free software: you can redistribute it and/or
19
+ modify it under the terms of the GNU General Public License
20
+ as published by the Free Software Foundation, version 3.
21
+ </p>
22
+ <p>
23
+ This program is distributed in the hope that it will be
24
+ useful, but WITHOUT ANY WARRANTY; without even the implied
25
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
26
+ PURPOSE. See the GNU General Public License for more details.
27
+ </p>
28
+ <p>
29
+ You should have received a copy of the GNU General
30
+ Public License along with this program. If not, see
31
+ &lt;http<optional spacing="none">s</optional>://www.gnu.org/licenses/&gt;.
32
+ </p>
33
+ </standardLicenseHeader>
34
+ <text>
35
+ <titleText>
36
+ <p>
37
+ GNU GENERAL PUBLIC LICENSE<br></br>
38
+ Version 3, 29 June 2007
39
+ </p>
40
+ </titleText>
41
+ <p>
42
+ Copyright © 2007 Free Software Foundation, Inc.
43
+ &lt;http<optional spacing="none">s</optional>://fsf.org/&gt;
44
+ </p>
45
+ <p>
46
+ Everyone is permitted to copy and distribute verbatim copies
47
+ of this license document, but changing it is not allowed.
48
+ </p>
49
+ <p>
50
+ Preamble
51
+ </p>
52
+ <p>
53
+ The GNU General Public License is a free, copyleft
54
+ license for software and other kinds of works.
55
+ </p>
56
+ <p>
57
+ The licenses for most software and other practical works are designed to
58
+ take away your freedom to share and change the works. By contrast, the GNU
59
+ General Public License is intended to guarantee your freedom to share and
60
+ change all versions of a program--to make sure it remains free software
61
+ for all its users. We, the Free Software Foundation, use the GNU General
62
+ Public License for most of our software; it applies also to any other work
63
+ released this way by its authors. You can apply it to your programs, too.
64
+ </p>
65
+ <p>
66
+ When we speak of free software, we are referring to freedom, not
67
+ price. Our General Public Licenses are designed to make sure that you
68
+ have the freedom to distribute copies of free software (and charge
69
+ for them if you wish), that you receive source code or can get it
70
+ if you want it, that you can change the software or use pieces of
71
+ it in new free programs, and that you know you can do these things.
72
+ </p>
73
+ <p>
74
+ To protect your rights, we need to prevent others from denying you
75
+ these rights or asking you to surrender the rights. Therefore, you have
76
+ certain responsibilities if you distribute copies of the software, or
77
+ if you modify it: responsibilities to respect the freedom of others.
78
+ </p>
79
+ <p>
80
+ For example, if you distribute copies of such a program, whether gratis
81
+ or for a fee, you must pass on to the recipients the same freedoms that
82
+ you received. You must make sure that they, too, receive or can get the
83
+ source code. And you must show them these terms so they know their rights.
84
+ </p>
85
+ <p>
86
+ Developers that use the GNU GPL protect your rights with two steps:
87
+ (1) assert copyright on the software, and (2) offer you this License
88
+ giving you legal permission to copy, distribute and/or modify it.
89
+ </p>
90
+ <p>
91
+ For the developers' and authors' protection, the GPL clearly
92
+ explains that there is no warranty for this free software. For
93
+ both users' and authors' sake, the GPL requires that modified
94
+ versions be marked as changed, so that their problems will
95
+ not be attributed erroneously to authors of previous versions.
96
+ </p>
97
+ <p>
98
+ Some devices are designed to deny users access to install or run modified
99
+ versions of the software inside them, although the manufacturer can
100
+ do so. This is fundamentally incompatible with the aim of protecting
101
+ users' freedom to change the software. The systematic pattern of
102
+ such abuse occurs in the area of products for individuals to use,
103
+ which is precisely where it is most unacceptable. Therefore, we have
104
+ designed this version of the GPL to prohibit the practice for those
105
+ products. If such problems arise substantially in other domains,
106
+ we stand ready to extend this provision to those domains in future
107
+ versions of the GPL, as needed to protect the freedom of users.
108
+ </p>
109
+ <p>
110
+ Finally, every program is threatened constantly by software patents.
111
+ States should not allow patents to restrict development and use of
112
+ software on general-purpose computers, but in those that do, we wish
113
+ to avoid the special danger that patents applied to a free program
114
+ could make it effectively proprietary. To prevent this, the GPL
115
+ assures that patents cannot be used to render the program non-free.
116
+ </p>
117
+ <p>
118
+ The precise terms and conditions for copying,
119
+ distribution and modification follow.
120
+ </p>
121
+ <p>
122
+ TERMS AND CONDITIONS
123
+ </p>
124
+ <list>
125
+ <item>
126
+ <bullet>0.</bullet>
127
+ Definitions.
128
+ <p>
129
+ “This License” refers to version 3 of the GNU General Public License.
130
+ </p>
131
+ <p>
132
+ “Copyright” also means copyright-like laws that apply
133
+ to other kinds of works, such as semiconductor masks.
134
+ </p>
135
+ <p>
136
+ “The Program” refers to any copyrightable work licensed under
137
+ this License. Each licensee is addressed as “you”. “Licensees”
138
+ and “recipients” may be individuals or organizations.
139
+ </p>
140
+ <p>
141
+ To “modify” a work means to copy from or adapt all or part of the
142
+ work in a fashion requiring copyright permission, other than the
143
+ making of an exact copy. The resulting work is called a “modified
144
+ version” of the earlier work or a work “based on” the earlier work.
145
+ </p>
146
+ <p>
147
+ A “covered work” means either the unmodified
148
+ Program or a work based on the Program.
149
+ </p>
150
+ <p>
151
+ To “propagate” a work means to do anything with it that, without
152
+ permission, would make you directly or secondarily liable for
153
+ infringement under applicable copyright law, except executing it
154
+ on a computer or modifying a private copy. Propagation includes
155
+ copying, distribution (with or without modification), making available
156
+ to the public, and in some countries other activities as well.
157
+ </p>
158
+ <p>
159
+ To “convey” a work means any kind of propagation
160
+ that enables other parties to make or receive copies.
161
+ Mere interaction with a user through a computer
162
+ network, with no transfer of a copy, is not conveying.
163
+ </p>
164
+ <p>
165
+ An interactive user interface displays “Appropriate Legal Notices”
166
+ to the extent that it includes a convenient and prominently visible
167
+ feature that (1) displays an appropriate copyright notice, and (2)
168
+ tells the user that there is no warranty for the work (except to
169
+ the extent that warranties are provided), that licensees may convey
170
+ the work under this License, and how to view a copy of this License.
171
+ If the interface presents a list of user commands or options,
172
+ such as a menu, a prominent item in the list meets this criterion.
173
+ </p>
174
+ </item>
175
+ <item>
176
+ <bullet>1.</bullet>
177
+ Source Code.<br></br>
178
+ The “source code” for a work means the preferred
179
+ form of the work for making modifications to it.
180
+ “Object code” means any non-source form of a work.
181
+ <p>
182
+ A “Standard Interface” means an interface that either is an official
183
+ standard defined by a recognized standards body, or, in the case
184
+ of interfaces specified for a particular programming language,
185
+ one that is widely used among developers working in that language.
186
+ </p>
187
+ <p>
188
+ The “System Libraries” of an executable work include anything, other
189
+ than the work as a whole, that (a) is included in the normal form
190
+ of packaging a Major Component, but which is not part of that Major
191
+ Component, and (b) serves only to enable use of the work with that
192
+ Major Component, or to implement a Standard Interface for which an
193
+ implementation is available to the public in source code form. A
194
+ “Major Component”, in this context, means a major essential component
195
+ (kernel, window system, and so on) of the specific operating system
196
+ (if any) on which the executable work runs, or a compiler used to
197
+ produce the work, or an object code interpreter used to run it.
198
+ </p>
199
+ <p>
200
+ The “Corresponding Source” for a work in object code form means all
201
+ the source code needed to generate, install, and (for an executable
202
+ work) run the object code and to modify the work, including scripts
203
+ to control those activities. However, it does not include the work's
204
+ System Libraries, or general-purpose tools or generally available
205
+ free programs which are used unmodified in performing those activities
206
+ but which are not part of the work. For example, Corresponding
207
+ Source includes interface definition files associated with source
208
+ files for the work, and the source code for shared libraries
209
+ and dynamically linked subprograms that the work is specifically
210
+ designed to require, such as by intimate data communication or
211
+ control flow between those subprograms and other parts of the work.
212
+ </p>
213
+ <p>
214
+ The Corresponding Source need not include anything that users can
215
+ regenerate automatically from other parts of the Corresponding Source.
216
+ </p>
217
+ <p>
218
+ The Corresponding Source for a work
219
+ in source code form is that same work.
220
+ </p>
221
+ </item>
222
+ <item>
223
+ <bullet>2.</bullet>
224
+ Basic Permissions.<br></br>
225
+ All rights granted under this License are granted for the term of
226
+ copyright on the Program, and are irrevocable provided the stated
227
+ conditions are met. This License explicitly affirms your unlimited
228
+ permission to run the unmodified Program. The output from running a
229
+ covered work is covered by this License only if the output, given its
230
+ content, constitutes a covered work. This License acknowledges your
231
+ rights of fair use or other equivalent, as provided by copyright law.
232
+ <p>
233
+ You may make, run and propagate covered works that you do not convey,
234
+ without conditions so long as your license otherwise remains in force.
235
+ You may convey covered works to others for the sole purpose of having
236
+ them make modifications exclusively for you, or provide you with
237
+ facilities for running those works, provided that you comply with
238
+ the terms of this License in conveying all material for which you do
239
+ not control copyright. Those thus making or running the covered works
240
+ for you must do so exclusively on your behalf, under your direction
241
+ and control, on terms that prohibit them from making any copies
242
+ of your copyrighted material outside their relationship with you.
243
+ </p>
244
+ <p>
245
+ Conveying under any other circumstances is permitted
246
+ solely under the conditions stated below. Sublicensing
247
+ is not allowed; section 10 makes it unnecessary.
248
+ </p>
249
+ </item>
250
+ <item>
251
+ <bullet>3.</bullet>
252
+ Protecting Users' Legal Rights From Anti-Circumvention Law.<br></br>
253
+ No covered work shall be deemed part of an effective technological
254
+ measure under any applicable law fulfilling obligations under article
255
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
256
+ similar laws prohibiting or restricting circumvention of such measures.
257
+ <p>
258
+ When you convey a covered work, you waive any legal power to
259
+ forbid circumvention of technological measures to the extent
260
+ such circumvention is effected by exercising rights under this
261
+ License with respect to the covered work, and you disclaim any
262
+ intention to limit operation or modification of the work as a means
263
+ of enforcing, against the work's users, your or third parties'
264
+ legal rights to forbid circumvention of technological measures.
265
+ </p>
266
+ </item>
267
+ <item>
268
+ <bullet>4.</bullet>
269
+ Conveying Verbatim Copies.<br></br>
270
+ You may convey verbatim copies of the Program's source code as
271
+ you receive it, in any medium, provided that you conspicuously
272
+ and appropriately publish on each copy an appropriate copyright
273
+ notice; keep intact all notices stating that this License and any
274
+ non-permissive terms added in accord with section 7 apply to the
275
+ code; keep intact all notices of the absence of any warranty; and
276
+ give all recipients a copy of this License along with the Program.
277
+ <p>
278
+ You may charge any price or no price for each copy that you
279
+ convey, and you may offer support or warranty protection for a fee.
280
+ </p>
281
+ </item>
282
+ <item>
283
+ <bullet>5.</bullet>
284
+ Conveying Modified Source Versions.<br></br>
285
+ You may convey a work based on the Program, or the modifications to
286
+ produce it from the Program, in the form of source code under the terms
287
+ of section 4, provided that you also meet all of these conditions:
288
+ <list>
289
+ <item>
290
+ <bullet>a)</bullet>
291
+ The work must carry prominent notices stating
292
+ that you modified it, and giving a relevant date.
293
+ </item>
294
+ <item>
295
+ <bullet>b)</bullet>
296
+ The work must carry prominent notices stating that
297
+ it is released under this License and any conditions
298
+ added under section 7. This requirement modifies the
299
+ requirement in section 4 to “keep intact all notices”.
300
+ </item>
301
+ <item>
302
+ <bullet>c)</bullet>
303
+ You must license the entire work, as a whole, under this License
304
+ to anyone who comes into possession of a copy. This License
305
+ will therefore apply, along with any applicable section 7
306
+ additional terms, to the whole of the work, and all its parts,
307
+ regardless of how they are packaged. This License gives no
308
+ permission to license the work in any other way, but it does not
309
+ invalidate such permission if you have separately received it.
310
+ </item>
311
+ <item>
312
+ <bullet>d)</bullet>
313
+ If the work has interactive user interfaces, each must
314
+ display Appropriate Legal Notices; however, if the Program
315
+ has interactive interfaces that do not display Appropriate
316
+ Legal Notices, your work need not make them do so.
317
+ </item>
318
+ </list>
319
+ <p>
320
+ A compilation of a covered work with other separate and independent
321
+ works, which are not by their nature extensions of the covered
322
+ work, and which are not combined with it such as to form a larger
323
+ program, in or on a volume of a storage or distribution medium,
324
+ is called an “aggregate” if the compilation and its resulting
325
+ copyright are not used to limit the access or legal rights
326
+ of the compilation's users beyond what the individual works
327
+ permit. Inclusion of a covered work in an aggregate does not
328
+ cause this License to apply to the other parts of the aggregate.
329
+ </p>
330
+ </item>
331
+ <item>
332
+ <bullet>6.</bullet>
333
+ Conveying Non-Source Forms.<br></br>
334
+ You may convey a covered work in object code form
335
+ under the terms of sections 4 and 5, provided that you
336
+ also convey the machine-readable Corresponding Source
337
+ under the terms of this License, in one of these ways:
338
+ <list>
339
+ <item>
340
+ <bullet>a)</bullet>
341
+ Convey the object code in, or embodied in, a physical
342
+ product (including a physical distribution medium),
343
+ accompanied by the Corresponding Source fixed on a durable
344
+ physical medium customarily used for software interchange.
345
+ </item>
346
+ <item>
347
+ <bullet>b)</bullet>
348
+ Convey the object code in, or embodied in, a physical product
349
+ (including a physical distribution medium), accompanied by a
350
+ written offer, valid for at least three years and valid for
351
+ as long as you offer spare parts or customer support for that
352
+ product model, to give anyone who possesses the object code
353
+ either (1) a copy of the Corresponding Source for all the software
354
+ in the product that is covered by this License, on a durable
355
+ physical medium customarily used for software interchange,
356
+ for a price no more than your reasonable cost of physically
357
+ performing this conveying of source, or (2) access to copy
358
+ the Corresponding Source from a network server at no charge.
359
+ </item>
360
+ <item>
361
+ <bullet>c)</bullet>
362
+ Convey individual copies of the object code with a
363
+ copy of the written offer to provide the Corresponding
364
+ Source. This alternative is allowed only occasionally
365
+ and noncommercially, and only if you received the object
366
+ code with such an offer, in accord with subsection 6b.
367
+ </item>
368
+ <item>
369
+ <bullet>d)</bullet>
370
+ Convey the object code by offering access from a designated place
371
+ (gratis or for a charge), and offer equivalent access to the
372
+ Corresponding Source in the same way through the same place at
373
+ no further charge. You need not require recipients to copy the
374
+ Corresponding Source along with the object code. If the place
375
+ to copy the object code is a network server, the Corresponding
376
+ Source may be on a different server (operated by you or a third
377
+ party) that supports equivalent copying facilities, provided you
378
+ maintain clear directions next to the object code saying where
379
+ to find the Corresponding Source. Regardless of what server hosts
380
+ the Corresponding Source, you remain obligated to ensure that it
381
+ is available for as long as needed to satisfy these requirements.
382
+ </item>
383
+ <item>
384
+ <bullet>e)</bullet>
385
+ Convey the object code using peer-to-peer transmission,
386
+ provided you inform other peers where the object code
387
+ and Corresponding Source of the work are being offered
388
+ to the general public at no charge under subsection 6d.
389
+ </item>
390
+ </list>
391
+ <p>
392
+ A separable portion of the object code, whose source code is
393
+ excluded from the Corresponding Source as a System Library,
394
+ need not be included in conveying the object code work.
395
+ </p>
396
+ <p>
397
+ A “User Product” is either (1) a “consumer product”, which means
398
+ any tangible personal property which is normally used for personal,
399
+ family, or household purposes, or (2) anything designed or sold
400
+ for incorporation into a dwelling. In determining whether a product
401
+ is a consumer product, doubtful cases shall be resolved in favor
402
+ of coverage. For a particular product received by a particular
403
+ user, “normally used” refers to a typical or common use of that
404
+ class of product, regardless of the status of the particular
405
+ user or of the way in which the particular user actually uses,
406
+ or expects or is expected to use, the product. A product is a
407
+ consumer product regardless of whether the product has substantial
408
+ commercial, industrial or non-consumer uses, unless such uses
409
+ represent the only significant mode of use of the product.
410
+ </p>
411
+ <p>
412
+ “Installation Information” for a User Product means any methods,
413
+ procedures, authorization keys, or other information required
414
+ to install and execute modified versions of a covered work in
415
+ that User Product from a modified version of its Corresponding
416
+ Source. The information must suffice to ensure that the continued
417
+ functioning of the modified object code is in no case prevented
418
+ or interfered with solely because modification has been made.
419
+ </p>
420
+ <p>
421
+ If you convey an object code work under this section in, or with,
422
+ or specifically for use in, a User Product, and the conveying
423
+ occurs as part of a transaction in which the right of possession
424
+ and use of the User Product is transferred to the recipient in
425
+ perpetuity or for a fixed term (regardless of how the transaction
426
+ is characterized), the Corresponding Source conveyed under this
427
+ section must be accompanied by the Installation Information.
428
+ But this requirement does not apply if neither you nor any third
429
+ party retains the ability to install modified object code on the
430
+ User Product (for example, the work has been installed in ROM).
431
+ </p>
432
+ <p>
433
+ The requirement to provide Installation Information does not
434
+ include a requirement to continue to provide support service,
435
+ warranty, or updates for a work that has been modified
436
+ or installed by the recipient, or for the User Product in
437
+ which it has been modified or installed. Access to a network
438
+ may be denied when the modification itself materially and
439
+ adversely affects the operation of the network or violates
440
+ the rules and protocols for communication across the network.
441
+ </p>
442
+ <p>
443
+ Corresponding Source conveyed, and Installation Information
444
+ provided, in accord with this section must be in a format that
445
+ is publicly documented (and with an implementation available
446
+ to the public in source code form), and must require no
447
+ special password or key for unpacking, reading or copying.
448
+ </p>
449
+ </item>
450
+ <item>
451
+ <bullet>7.</bullet>
452
+ Additional Terms.<br></br>
453
+ “Additional permissions” are terms that supplement the terms of this
454
+ License by making exceptions from one or more of its conditions.
455
+ Additional permissions that are applicable to the entire Program
456
+ shall be treated as though they were included in this License, to
457
+ the extent that they are valid under applicable law. If additional
458
+ permissions apply only to part of the Program, that part may be used
459
+ separately under those permissions, but the entire Program remains
460
+ governed by this License without regard to the additional permissions.
461
+ <p>
462
+ When you convey a copy of a covered work, you may at your option
463
+ remove any additional permissions from that copy, or from any part
464
+ of it. (Additional permissions may be written to require their own
465
+ removal in certain cases when you modify the work.) You may place
466
+ additional permissions on material, added by you to a covered work,
467
+ for which you have or can give appropriate copyright permission.
468
+ </p>
469
+ <p>
470
+ Notwithstanding any other provision of this License, for material you
471
+ add to a covered work, you may (if authorized by the copyright holders
472
+ of that material) supplement the terms of this License with terms:
473
+ </p>
474
+ <list>
475
+ <item>
476
+ <bullet>a)</bullet>
477
+ Disclaiming warranty or limiting liability differently
478
+ from the terms of sections 15 and 16 of this License; or
479
+ </item>
480
+ <item>
481
+ <bullet>b)</bullet>
482
+ Requiring preservation of specified reasonable legal
483
+ notices or author attributions in that material or in the
484
+ Appropriate Legal Notices displayed by works containing it; or
485
+ </item>
486
+ <item>
487
+ <bullet>c)</bullet>
488
+ Prohibiting misrepresentation of the origin of that material,
489
+ or requiring that modified versions of such material be marked
490
+ in reasonable ways as different from the original version; or
491
+ </item>
492
+ <item>
493
+ <bullet>d)</bullet>
494
+ Limiting the use for publicity purposes of names
495
+ of licensors or authors of the material; or
496
+ </item>
497
+ <item>
498
+ <bullet>e)</bullet>
499
+ Declining to grant rights under trademark law for use
500
+ of some trade names, trademarks, or service marks; or
501
+ </item>
502
+ <item>
503
+ <bullet>f)</bullet>
504
+ Requiring indemnification of licensors and authors of that
505
+ material by anyone who conveys the material (or modified
506
+ versions of it) with contractual assumptions of liability
507
+ to the recipient, for any liability that these contractual
508
+ assumptions directly impose on those licensors and authors.
509
+ </item>
510
+ </list>
511
+ <p>
512
+ All other non-permissive additional terms are considered “further
513
+ restrictions” within the meaning of section 10. If the Program
514
+ as you received it, or any part of it, contains a notice stating
515
+ that it is governed by this License along with a term that is
516
+ a further restriction, you may remove that term. If a license
517
+ document contains a further restriction but permits relicensing or
518
+ conveying under this License, you may add to a covered work material
519
+ governed by the terms of that license document, provided that the
520
+ further restriction does not survive such relicensing or conveying.
521
+ </p>
522
+ <p>
523
+ If you add terms to a covered work in accord with this
524
+ section, you must place, in the relevant source files, a
525
+ statement of the additional terms that apply to those files,
526
+ or a notice indicating where to find the applicable terms.
527
+ </p>
528
+ <p>
529
+ Additional terms, permissive or non-permissive, may be
530
+ stated in the form of a separately written license, or stated
531
+ as exceptions; the above requirements apply either way.
532
+ </p>
533
+ </item>
534
+ <item>
535
+ <bullet>8.</bullet>
536
+ Termination.<br></br>
537
+ You may not propagate or modify a covered work except as
538
+ expressly provided under this License. Any attempt otherwise
539
+ to propagate or modify it is void, and will automatically
540
+ terminate your rights under this License (including any patent
541
+ licenses granted under the third paragraph of section 11).
542
+ <p>
543
+ However, if you cease all violation of this License, then your
544
+ license from a particular copyright holder is reinstated (a)
545
+ provisionally, unless and until the copyright holder explicitly
546
+ and finally terminates your license, and (b) permanently, if
547
+ the copyright holder fails to notify you of the violation by
548
+ some reasonable means prior to 60 days after the cessation.
549
+ </p>
550
+ <p>
551
+ Moreover, your license from a particular copyright holder is
552
+ reinstated permanently if the copyright holder notifies you
553
+ of the violation by some reasonable means, this is the first
554
+ time you have received notice of violation of this License
555
+ (for any work) from that copyright holder, and you cure the
556
+ violation prior to 30 days after your receipt of the notice.
557
+ </p>
558
+ <p>
559
+ Termination of your rights under this section does not
560
+ terminate the licenses of parties who have received copies or
561
+ rights from you under this License. If your rights have been
562
+ terminated and not permanently reinstated, you do not qualify
563
+ to receive new licenses for the same material under section 10.
564
+ </p>
565
+ </item>
566
+ <item>
567
+ <bullet>9.</bullet>
568
+ Acceptance Not Required for Having Copies.<br></br>
569
+ You are not required to accept this License in order to receive or
570
+ run a copy of the Program. Ancillary propagation of a covered work
571
+ occurring solely as a consequence of using peer-to-peer transmission
572
+ to receive a copy likewise does not require acceptance. However,
573
+ nothing other than this License grants you permission to propagate
574
+ or modify any covered work. These actions infringe copyright if you
575
+ do not accept this License. Therefore, by modifying or propagating a
576
+ covered work, you indicate your acceptance of this License to do so.
577
+ </item>
578
+ <item>
579
+ <bullet>10.</bullet>
580
+ Automatic Licensing of Downstream Recipients.<br></br>
581
+ Each time you convey a covered work, the recipient automatically
582
+ receives a license from the original licensors, to run, modify and
583
+ propagate that work, subject to this License. You are not responsible
584
+ for enforcing compliance by third parties with this License.
585
+ <p>
586
+ An “entity transaction” is a transaction transferring control of
587
+ an organization, or substantially all assets of one, or subdividing
588
+ an organization, or merging organizations. If propagation of a
589
+ covered work results from an entity transaction, each party to that
590
+ transaction who receives a copy of the work also receives whatever
591
+ licenses to the work the party's predecessor in interest had or could
592
+ give under the previous paragraph, plus a right to possession of the
593
+ Corresponding Source of the work from the predecessor in interest,
594
+ if the predecessor has it or can get it with reasonable efforts.
595
+ </p>
596
+ <p>
597
+ You may not impose any further restrictions on the exercise of the
598
+ rights granted or affirmed under this License. For example, you
599
+ may not impose a license fee, royalty, or other charge for exercise
600
+ of rights granted under this License, and you may not initiate
601
+ litigation (including a cross-claim or counterclaim in a lawsuit)
602
+ alleging that any patent claim is infringed by making, using, selling,
603
+ offering for sale, or importing the Program or any portion of it.
604
+ </p>
605
+ </item>
606
+ <item>
607
+ <bullet>11.</bullet>
608
+ Patents.<br></br>
609
+ A “contributor” is a copyright holder who authorizes use under this
610
+ License of the Program or a work on which the Program is based. The
611
+ work thus licensed is called the contributor's “contributor version”.
612
+ <p>
613
+ A contributor's “essential patent claims” are all patent
614
+ claims owned or controlled by the contributor, whether already
615
+ acquired or hereafter acquired, that would be infringed by some
616
+ manner, permitted by this License, of making, using, or selling
617
+ its contributor version, but do not include claims that would
618
+ be infringed only as a consequence of further modification
619
+ of the contributor version. For purposes of this definition,
620
+ “control” includes the right to grant patent sublicenses in
621
+ a manner consistent with the requirements of this License.
622
+ </p>
623
+ <p>
624
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
625
+ patent license under the contributor's essential patent claims,
626
+ to make, use, sell, offer for sale, import and otherwise run,
627
+ modify and propagate the contents of its contributor version.
628
+ </p>
629
+ <p>
630
+ In the following three paragraphs, a “patent license” is any
631
+ express agreement or commitment, however denominated, not to
632
+ enforce a patent (such as an express permission to practice
633
+ a patent or covenant not to sue for patent infringement). To
634
+ “grant” such a patent license to a party means to make such an
635
+ agreement or commitment not to enforce a patent against the party.
636
+ </p>
637
+ <p>
638
+ If you convey a covered work, knowingly relying on a patent license,
639
+ and the Corresponding Source of the work is not available for anyone
640
+ to copy, free of charge and under the terms of this License, through
641
+ a publicly available network server or other readily accessible
642
+ means, then you must either (1) cause the Corresponding Source to
643
+ be so available, or (2) arrange to deprive yourself of the benefit
644
+ of the patent license for this particular work, or (3) arrange, in
645
+ a manner consistent with the requirements of this License, to extend
646
+ the patent license to downstream recipients. “Knowingly relying”
647
+ means you have actual knowledge that, but for the patent license, your
648
+ conveying the covered work in a country, or your recipient's use of
649
+ the covered work in a country, would infringe one or more identifiable
650
+ patents in that country that you have reason to believe are valid.
651
+ </p>
652
+ <p>
653
+ If, pursuant to or in connection with a single transaction or
654
+ arrangement, you convey, or propagate by procuring conveyance
655
+ of, a covered work, and grant a patent license to some of the
656
+ parties receiving the covered work authorizing them to use,
657
+ propagate, modify or convey a specific copy of the covered work,
658
+ then the patent license you grant is automatically extended
659
+ to all recipients of the covered work and works based on it.
660
+ </p>
661
+ <p>
662
+ A patent license is “discriminatory” if it does not include within the
663
+ scope of its coverage, prohibits the exercise of, or is conditioned
664
+ on the non-exercise of one or more of the rights that are specifically
665
+ granted under this License. You may not convey a covered work if
666
+ you are a party to an arrangement with a third party that is in the
667
+ business of distributing software, under which you make payment to
668
+ the third party based on the extent of your activity of conveying
669
+ the work, and under which the third party grants, to any of the
670
+ parties who would receive the covered work from you, a discriminatory
671
+ patent license (a) in connection with copies of the covered work
672
+ conveyed by you (or copies made from those copies), or (b) primarily
673
+ for and in connection with specific products or compilations that
674
+ contain the covered work, unless you entered into that arrangement,
675
+ or that patent license was granted, prior to 28 March 2007.
676
+ </p>
677
+ <p>
678
+ Nothing in this License shall be construed as excluding or
679
+ limiting any implied license or other defenses to infringement
680
+ that may otherwise be available to you under applicable patent law.
681
+ </p>
682
+ </item>
683
+ <item>
684
+ <bullet>12.</bullet>
685
+ No Surrender of Others' Freedom.<br></br>
686
+ If conditions are imposed on you (whether by court order, agreement
687
+ or otherwise) that contradict the conditions of this License,
688
+ they do not excuse you from the conditions of this License. If
689
+ you cannot convey a covered work so as to satisfy simultaneously
690
+ your obligations under this License and any other pertinent
691
+ obligations, then as a consequence you may not convey it at all.
692
+ For example, if you agree to terms that obligate you to collect
693
+ a royalty for further conveying from those to whom you convey the
694
+ Program, the only way you could satisfy both those terms and this
695
+ License would be to refrain entirely from conveying the Program.
696
+ </item>
697
+ <item>
698
+ <bullet>13.</bullet>
699
+ Use with the GNU Affero General Public License.<br></br>
700
+ Notwithstanding any other provision of this License, you have
701
+ permission to link or combine any covered work with a work licensed
702
+ under version 3 of the GNU Affero General Public License into
703
+ a single combined work, and to convey the resulting work. The
704
+ terms of this License will continue to apply to the part which
705
+ is the covered work, but the special requirements of the GNU
706
+ Affero General Public License, section 13, concerning interaction
707
+ through a network will apply to the combination as such.
708
+ </item>
709
+ <item>
710
+ <bullet>14.</bullet>
711
+ Revised Versions of this License.<br></br>
712
+ The Free Software Foundation may publish revised and/or new
713
+ versions of the GNU General Public License from time to time. Such
714
+ new versions will be similar in spirit to the present version,
715
+ but may differ in detail to address new problems or concerns.
716
+ <p>
717
+ Each version is given a distinguishing version number. If the
718
+ Program specifies that a certain numbered version of the GNU
719
+ General Public License “or any later version” applies to it,
720
+ you have the option of following the terms and conditions either
721
+ of that numbered version or of any later version published by
722
+ the Free Software Foundation. If the Program does not specify a
723
+ version number of the GNU General Public License, you may choose
724
+ any version ever published by the Free Software Foundation.
725
+ </p>
726
+ <p>
727
+ If the Program specifies that a proxy can decide which future
728
+ versions of the GNU General Public License can be used, that
729
+ proxy's public statement of acceptance of a version permanently
730
+ authorizes you to choose that version for the Program.
731
+ </p>
732
+ <p>
733
+ Later license versions may give you additional or
734
+ different permissions. However, no additional obligations
735
+ are imposed on any author or copyright holder as a
736
+ result of your choosing to follow a later version.
737
+ </p>
738
+ </item>
739
+ <item>
740
+ <bullet>15.</bullet>
741
+ Disclaimer of Warranty.<br></br>
742
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
743
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
744
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT
745
+ WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
746
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
747
+ A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE
748
+ OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU
749
+ ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
750
+ </item>
751
+ <item>
752
+ <bullet>16.</bullet>
753
+ Limitation of Liability.<br></br>
754
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
755
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
756
+ CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
757
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
758
+ ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING
759
+ BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE
760
+ OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE
761
+ PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER
762
+ OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
763
+ </item>
764
+ <item>
765
+ <bullet>17.</bullet>
766
+ Interpretation of Sections 15 and 16.
767
+ </item>
768
+ </list>
769
+ <p>
770
+ If the disclaimer of warranty and limitation of liability
771
+ provided above cannot be given local legal effect according to
772
+ their terms, reviewing courts shall apply local law that most
773
+ closely approximates an absolute waiver of all civil liability in
774
+ connection with the Program, unless a warranty or assumption of
775
+ liability accompanies a copy of the Program in return for a fee.
776
+ </p>
777
+ <optional>
778
+ <p>
779
+ END OF TERMS AND CONDITIONS
780
+ </p>
781
+ <p>
782
+ How to Apply These Terms to Your New Programs
783
+ </p>
784
+ <p>
785
+ If you develop a new program, and you want it to be
786
+ of the greatest possible use to the public, the best
787
+ way to achieve this is to make it free software which
788
+ everyone can redistribute and change under these terms.
789
+ </p>
790
+ <p>
791
+ To do so, attach the following notices to the program. It is safest
792
+ to attach them to the start of each source file to most effectively
793
+ state the exclusion of warranty; and each file should have at least
794
+ the “copyright” line and a pointer to where the full notice is found.
795
+ </p>
796
+ <p>
797
+ &lt;one line to give the program's name and
798
+ a brief idea of what it does.&gt;<br></br>
799
+ Copyright (C) &lt;year&gt; &lt;name of author&gt;
800
+ </p>
801
+ <p>
802
+ This program is free software: you can redistribute it and/or
803
+ modify it under the terms of the GNU General Public License
804
+ as published by the Free Software Foundation, either version
805
+ 3 of the License, or (at your option) any later version.
806
+ </p>
807
+ <p>
808
+ This program is distributed in the hope that it will be
809
+ useful, but WITHOUT ANY WARRANTY; without even the implied
810
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
811
+ PURPOSE. See the GNU General Public License for more details.
812
+ </p>
813
+ <p>
814
+ You should have received a copy of the GNU General
815
+ Public License along with this program. If not, see
816
+ &lt;http<optional spacing="none">s</optional>://www.gnu.org/licenses/&gt;.
817
+ </p>
818
+ <p>
819
+ Also add information on how to contact you by electronic and paper mail.
820
+ </p>
821
+ <p>
822
+ If the program does terminal interaction, make it output a
823
+ short notice like this when it starts in an interactive mode:
824
+ </p>
825
+ <p>
826
+ &lt;program&gt; Copyright (C) &lt;year&gt;
827
+ &lt;name of author&gt;<br></br>
828
+ This program comes with ABSOLUTELY NO
829
+ WARRANTY; for details type `show w'.<br></br>
830
+ This is free software, and you are welcome to redistribute
831
+ it under certain conditions; type `show c' for details.
832
+ </p>
833
+ <p>
834
+ The hypothetical commands `show w' and `show c' should
835
+ show the appropriate parts of the General Public License.
836
+ Of course, your program's commands might be different;
837
+ for a GUI interface, you would use an “about box”.
838
+ </p>
839
+ <p>
840
+ You should also get your employer (if you work as a
841
+ programmer) or school, if any, to sign a “copyright disclaimer”
842
+ for the program, if necessary. For more information on
843
+ this, and how to apply and follow the GNU GPL, see
844
+ &lt;http<optional spacing="none">s</optional>://www.gnu.org/licenses/&gt;.
845
+ </p>
846
+ <p>
847
+ The GNU General Public License does not permit incorporating
848
+ your program into proprietary programs. If your program is a
849
+ subroutine library, you may consider it more useful to permit
850
+ linking proprietary applications with the library. If this
851
+ is what you want to do, use the GNU Lesser General Public
852
+ License instead of this License. But first, please read
853
+ &lt;http<optional spacing="none">s</optional>://www.gnu.org/<alt match="philosophy|licenses" name="philicenses">licenses</alt>/why-not-lgpl.html&gt;.
854
+ </p>
855
+ </optional>
856
+ </text>
857
+ </license>
858
+ </SPDXLicenseCollection>