licensee 9.15.2 → 9.16.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/bin/licensee +4 -0
  3. data/lib/licensee/content_helper.rb +6 -5
  4. data/lib/licensee/license.rb +11 -3
  5. data/lib/licensee/matchers/copyright.rb +3 -1
  6. data/lib/licensee/matchers/dist_zilla.rb +1 -0
  7. data/lib/licensee/projects/github_project.rb +1 -1
  8. data/lib/licensee/version.rb +1 -1
  9. data/licensee.gemspec +3 -3
  10. data/spec/fixture_spec.rb +1 -1
  11. data/spec/fixtures/agpl-3.0_markdown/LICENSE.md +651 -0
  12. data/spec/fixtures/apache-2.0_markdown/LICENSE.md +195 -0
  13. data/spec/fixtures/{markdown-artistic → artistic-2.0_markdown}/LICENSE.md +0 -0
  14. data/spec/fixtures/bsd-2-author/LICENSE +22 -0
  15. data/spec/fixtures/bsd-3-clause_markdown/LICENSE.md +28 -0
  16. data/spec/fixtures/cc-by-4.0_markdown/LICENSE.md +157 -0
  17. data/spec/fixtures/cc-by-sa-4.0_markdown/LICENSE.md +171 -0
  18. data/spec/fixtures/cc0-1.0_markdown/LICENSE.md +41 -0
  19. data/spec/fixtures/detect.json +2 -2
  20. data/spec/fixtures/epl-1.0_markdown/LICENSE.md +76 -0
  21. data/spec/fixtures/fixtures.yml +105 -41
  22. data/spec/fixtures/gfdl-1.3_markdown/LICENSE.md +450 -0
  23. data/spec/fixtures/gpl-2.0_markdown/LICENSE.md +336 -0
  24. data/spec/fixtures/{markdown-gpl → gpl-2.0_markdown_headings}/LICENSE.md +0 -0
  25. data/spec/fixtures/gpl-3.0_markdown/LICENSE.md +595 -0
  26. data/spec/fixtures/lgpl-2.1_markdown/LICENSE.md +494 -0
  27. data/spec/fixtures/lgpl-3.0_markdown/LICENSE.md +163 -0
  28. data/spec/fixtures/license-hashes.json +10 -6
  29. data/spec/fixtures/mit_markdown/LICENSE.md +26 -0
  30. data/spec/fixtures/mpl-2.0_markdown/LICENSE.md +357 -0
  31. data/spec/fixtures/unlicense_markdown/LICENSE.md +27 -0
  32. data/spec/integration_spec.rb +11 -2
  33. data/spec/licensee/commands/detect_spec.rb +18 -2
  34. data/spec/licensee/content_helper_spec.rb +16 -0
  35. data/spec/licensee/license_meta_spec.rb +3 -3
  36. data/spec/licensee/license_spec.rb +7 -2
  37. data/spec/licensee/matchers/copyright_matcher_spec.rb +12 -3
  38. data/spec/licensee/matchers/dice_matcher_spec.rb +2 -2
  39. data/spec/licensee/matchers/reference_matcher_spec.rb +17 -0
  40. data/spec/licensee_spec.rb +1 -1
  41. data/vendor/choosealicense.com/_licenses/agpl-3.0.txt +3 -0
  42. data/vendor/choosealicense.com/_licenses/apache-2.0.txt +1 -1
  43. data/vendor/choosealicense.com/_licenses/bsd-2-clause.txt +0 -1
  44. data/vendor/choosealicense.com/_licenses/bsd-3-clause.txt +1 -1
  45. data/vendor/choosealicense.com/_licenses/bsl-1.0.txt +1 -1
  46. data/vendor/choosealicense.com/_licenses/cecill-2.1.txt +1 -0
  47. data/vendor/choosealicense.com/_licenses/cern-ohl-p-2.0.txt +216 -0
  48. data/vendor/choosealicense.com/_licenses/cern-ohl-s-2.0.txt +299 -0
  49. data/vendor/choosealicense.com/_licenses/cern-ohl-w-2.0.txt +321 -0
  50. data/vendor/choosealicense.com/_licenses/eupl-1.1.txt +1 -1
  51. data/vendor/choosealicense.com/_licenses/gfdl-1.3.txt +483 -0
  52. data/vendor/choosealicense.com/_licenses/mit.txt +1 -1
  53. data/vendor/choosealicense.com/_licenses/mulanpsl-2.0.txt +55 -56
  54. data/vendor/choosealicense.com/_licenses/unlicense.txt +1 -1
  55. data/vendor/license-list-XML/src/Artistic-2.0.xml +5 -3
  56. data/vendor/license-list-XML/src/BSD-3-Clause-Clear.xml +3 -1
  57. data/vendor/license-list-XML/src/BSD-3-Clause.xml +3 -1
  58. data/vendor/license-list-XML/src/BSD-4-Clause.xml +3 -3
  59. data/vendor/license-list-XML/src/CERN-OHL-P-2.0.xml +90 -0
  60. data/vendor/license-list-XML/src/CERN-OHL-S-2.0.xml +109 -0
  61. data/vendor/license-list-XML/src/CERN-OHL-W-2.0.xml +116 -0
  62. data/vendor/license-list-XML/src/GFDL-1.3.xml +594 -0
  63. data/vendor/license-list-XML/src/LGPL-3.0.xml +828 -1
  64. data/vendor/license-list-XML/src/MPL-2.0.xml +66 -29
  65. metadata +48 -12
@@ -0,0 +1,594 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license licenseId="GFDL-1.3" isOsiApproved="false"
4
+ name="GNU Free Documentation License v1.3"
5
+ isDeprecated="true" deprecatedVersion="3.0">
6
+ <obsoletedBys>
7
+ <obsoletedBy>GFDL-1.3-only</obsoletedBy>
8
+ <obsoletedBy expression="GFDL-1.3+">GFDL-1.3-or-later</obsoletedBy>
9
+ </obsoletedBys>
10
+ <crossRefs>
11
+ <crossRef>https://www.gnu.org/licenses/fdl-1.3.txt</crossRef>
12
+ </crossRefs>
13
+ <standardLicenseHeader>
14
+ Copyright (c) <alt name="copyright" match=".+">YEAR YOUR NAME</alt>
15
+ Permission is granted to copy, distribute and/or modify this
16
+ document under the terms of the GNU Free Documentation License,
17
+ Version 1.3 or any later version published by the Free Software
18
+ Foundation; with no Invariant Sections, no Front-Cover Texts,
19
+ and no Back-Cover Texts. A copy of the license is included
20
+ in the section entitled "GNU Free Documentation License".
21
+ </standardLicenseHeader>
22
+ <text>
23
+ <titleText>
24
+ <p>
25
+ GNU Free Documentation License<br></br>
26
+ Version 1.3, 3 November 2008
27
+ </p>
28
+ </titleText>
29
+ <copyrightText>
30
+ <p>
31
+ Copyright (C) 2000, 2001, 2002, 2007, 2008 Free
32
+ Software Foundation, Inc. &lt;http://fsf.org/&gt;
33
+ </p>
34
+ </copyrightText>
35
+ <p>
36
+ Everyone is permitted to copy and distribute verbatim copies
37
+ of this license document, but changing it is not allowed.
38
+ </p>
39
+ <list>
40
+ <item>
41
+ <bullet>0.</bullet>
42
+ PREAMBLE
43
+ <p>
44
+ The purpose of this License is to make a manual, textbook, or
45
+ other functional and useful document "free" in the sense of
46
+ freedom: to assure everyone the effective freedom to copy and
47
+ redistribute it, with or without modifying it, either commercially
48
+ or noncommercially. Secondarily, this License preserves for the
49
+ author and publisher a way to get credit for their work, while
50
+ not being considered responsible for modifications made by others.
51
+ </p>
52
+ <p>
53
+ This License is a kind of "copyleft", which means that
54
+ derivative works of the document must themselves be free in
55
+ the same sense. It complements the GNU General Public License,
56
+ which is a copyleft license designed for free software.
57
+ </p>
58
+ <p>
59
+ We have designed this License in order to use it for manuals for
60
+ free software, because free software needs free documentation: a free
61
+ program should come with manuals providing the same freedoms that the
62
+ software does. But this License is not limited to software manuals;
63
+ it can be used for any textual work, regardless of subject matter or
64
+ whether it is published as a printed book. We recommend this License
65
+ principally for works whose purpose is instruction or reference.
66
+ </p>
67
+ </item>
68
+ <item>
69
+ <bullet>1.</bullet>
70
+ APPLICABILITY AND DEFINITIONS
71
+ <p>
72
+ This License applies to any manual or other work, in any medium,
73
+ that contains a notice placed by the copyright holder saying
74
+ it can be distributed under the terms of this License. Such a
75
+ notice grants a world-wide, royalty-free license, unlimited in
76
+ duration, to use that work under the conditions stated herein.
77
+ The "Document", below, refers to any such manual or work.
78
+ Any member of the public is a licensee, and is addressed as
79
+ "you". You accept the license if you copy, modify or distribute
80
+ the work in a way requiring permission under copyright law.
81
+ </p>
82
+ <p>
83
+ A "Modified Version" of the Document means any work containing
84
+ the Document or a portion of it, either copied verbatim, or
85
+ with modifications and/or translated into another language.
86
+ </p>
87
+ <p>
88
+ A "Secondary Section" is a named appendix or a front-matter
89
+ section of the Document that deals exclusively with the
90
+ relationship of the publishers or authors of the Document to the
91
+ Document's overall subject (or to related matters) and contains
92
+ nothing that could fall directly within that overall subject.
93
+ (Thus, if the Document is in part a textbook of mathematics,
94
+ a Secondary Section may not explain any mathematics.) The
95
+ relationship could be a matter of historical connection with
96
+ the subject or with related matters, or of legal, commercial,
97
+ philosophical, ethical or political position regarding them.
98
+ </p>
99
+ <p>
100
+ The "Invariant Sections" are certain Secondary Sections whose
101
+ titles are designated, as being those of Invariant Sections,
102
+ in the notice that says that the Document is released under
103
+ this License. If a section does not fit the above definition of
104
+ Secondary then it is not allowed to be designated as Invariant.
105
+ The Document may contain zero Invariant Sections. If the Document
106
+ does not identify any Invariant Sections then there are none.
107
+ </p>
108
+ <p>
109
+ The "Cover Texts" are certain short passages of text that are listed,
110
+ as Front-Cover Texts or Back-Cover Texts, in the notice that says that
111
+ the Document is released under this License. A Front-Cover Text may
112
+ be at most 5 words, and a Back-Cover Text may be at most 25 words.
113
+ </p>
114
+ <p>
115
+ A "Transparent" copy of the Document means a machine-readable
116
+ copy, represented in a format whose specification is available
117
+ to the general public, that is suitable for revising the document
118
+ straightforwardly with generic text editors or (for images composed of
119
+ pixels) generic paint programs or (for drawings) some widely available
120
+ drawing editor, and that is suitable for input to text formatters or
121
+ for automatic translation to a variety of formats suitable for input
122
+ to text formatters. A copy made in an otherwise Transparent file
123
+ format whose markup, or absence of markup, has been arranged to thwart
124
+ or discourage subsequent modification by readers is not Transparent.
125
+ An image format is not Transparent if used for any substantial
126
+ amount of text. A copy that is not "Transparent" is called "Opaque".
127
+ </p>
128
+ <p>
129
+ Examples of suitable formats for Transparent copies include plain
130
+ ASCII without markup, Texinfo input format, LaTeX input format,
131
+ SGML or XML using a publicly available DTD, and standard-conforming
132
+ simple HTML, PostScript or PDF designed for human modification.
133
+ Examples of transparent image formats include PNG, XCF and JPG.
134
+ Opaque formats include proprietary formats that can be read
135
+ and edited only by proprietary word processors, SGML or XML
136
+ for which the DTD and/or processing tools are not generally
137
+ available, and the machine-generated HTML, PostScript or PDF
138
+ produced by some word processors for output purposes only.
139
+ </p>
140
+ <p>
141
+ The "Title Page" means, for a printed book, the title page itself,
142
+ plus such following pages as are needed to hold, legibly, the
143
+ material this License requires to appear in the title page. For
144
+ works in formats which do not have any title page as such, "Title
145
+ Page" means the text near the most prominent appearance of the
146
+ work's title, preceding the beginning of the body of the text.
147
+ </p>
148
+ <p>
149
+ The "publisher" means any person or entity that
150
+ distributes copies of the Document to the public.
151
+ </p>
152
+ <p>
153
+ A section "Entitled XYZ" means a named subunit of the Document whose
154
+ title either is precisely XYZ or contains XYZ in parentheses following
155
+ text that translates XYZ in another language. (Here XYZ stands for
156
+ a specific section name mentioned below, such as "Acknowledgements",
157
+ "Dedications", "Endorsements", or "History".) To "Preserve the
158
+ Title" of such a section when you modify the Document means that
159
+ it remains a section "Entitled XYZ" according to this definition.
160
+ </p>
161
+ <p>
162
+ The Document may include Warranty Disclaimers next to the notice
163
+ which states that this License applies to the Document. These
164
+ Warranty Disclaimers are considered to be included by reference
165
+ in this License, but only as regards disclaiming warranties:
166
+ any other implication that these Warranty Disclaimers may
167
+ have is void and has no effect on the meaning of this License.
168
+ </p>
169
+ </item>
170
+ <item>
171
+ <bullet>2.</bullet>
172
+ VERBATIM COPYING
173
+ <p>
174
+ You may copy and distribute the Document in any medium, either
175
+ commercially or noncommercially, provided that this License, the
176
+ copyright notices, and the license notice saying this License applies
177
+ to the Document are reproduced in all copies, and that you add no
178
+ other conditions whatsoever to those of this License. You may not
179
+ use technical measures to obstruct or control the reading or further
180
+ copying of the copies you make or distribute. However, you may accept
181
+ compensation in exchange for copies. If you distribute a large enough
182
+ number of copies you must also follow the conditions in section 3.
183
+ </p>
184
+ <p>
185
+ You may also lend copies, under the same conditions
186
+ stated above, and you may publicly display copies.
187
+ </p>
188
+ </item>
189
+ <item>
190
+ <bullet>3.</bullet>
191
+ COPYING IN QUANTITY
192
+ <p>
193
+ If you publish printed copies (or copies in media that commonly
194
+ have printed covers) of the Document, numbering more than 100,
195
+ and the Document's license notice requires Cover Texts, you must
196
+ enclose the copies in covers that carry, clearly and legibly,
197
+ all these Cover Texts: Front-Cover Texts on the front cover, and
198
+ Back-Cover Texts on the back cover. Both covers must also clearly
199
+ and legibly identify you as the publisher of these copies. The
200
+ front cover must present the full title with all words of the title
201
+ equally prominent and visible. You may add other material on the
202
+ covers in addition. Copying with changes limited to the covers, as
203
+ long as they preserve the title of the Document and satisfy these
204
+ conditions, can be treated as verbatim copying in other respects.
205
+ </p>
206
+ <p>
207
+ If the required texts for either cover are too
208
+ voluminous to fit legibly, you should put the first
209
+ ones listed (as many as fit reasonably) on the actual
210
+ cover, and continue the rest onto adjacent pages.
211
+ </p>
212
+ <p>
213
+ If you publish or distribute Opaque copies of the Document
214
+ numbering more than 100, you must either include a machine-readable
215
+ Transparent copy along with each Opaque copy, or state in or with
216
+ each Opaque copy a computer-network location from which the general
217
+ network-using public has access to download using public-standard
218
+ network protocols a complete Transparent copy of the Document,
219
+ free of added material. If you use the latter option, you must take
220
+ reasonably prudent steps, when you begin distribution of Opaque
221
+ copies in quantity, to ensure that this Transparent copy will
222
+ remain thus accessible at the stated location until at least one
223
+ year after the last time you distribute an Opaque copy (directly
224
+ or through your agents or retailers) of that edition to the public.
225
+ </p>
226
+ <p>
227
+ It is requested, but not required, that you contact
228
+ the authors of the Document well before redistributing
229
+ any large number of copies, to give them a chance to
230
+ provide you with an updated version of the Document.
231
+ </p>
232
+ </item>
233
+ <item>
234
+ <bullet>4.</bullet>
235
+ MODIFICATIONS
236
+ <p>
237
+ You may copy and distribute a Modified Version of the Document under
238
+ the conditions of sections 2 and 3 above, provided that you release
239
+ the Modified Version under precisely this License, with the Modified
240
+ Version filling the role of the Document, thus licensing distribution
241
+ and modification of the Modified Version to whoever possesses a copy
242
+ of it. In addition, you must do these things in the Modified Version:
243
+ </p>
244
+ <list>
245
+ <item>
246
+ <bullet>A.</bullet>
247
+ Use in the Title Page (and on the covers, if any) a title distinct
248
+ from that of the Document, and from those of previous versions
249
+ (which should, if there were any, be listed in the History section
250
+ of the Document). You may use the same title as a previous version
251
+ if the original publisher of that version gives permission.
252
+ </item>
253
+ <item>
254
+ <bullet>B.</bullet>
255
+ List on the Title Page, as authors, one or more persons or
256
+ entities responsible for authorship of the modifications in the
257
+ Modified Version, together with at least five of the principal
258
+ authors of the Document (all of its principal authors, if it has
259
+ fewer than five), unless they release you from this requirement.
260
+ </item>
261
+ <item>
262
+ <bullet>C.</bullet>
263
+ State on the Title page the name of the publisher
264
+ of the Modified Version, as the publisher.
265
+ </item>
266
+ <item>
267
+ <bullet>D.</bullet>
268
+ Preserve all the copyright notices of the Document.
269
+ </item>
270
+ <item>
271
+ <bullet>E.</bullet>
272
+ Add an appropriate copyright notice for your
273
+ modifications adjacent to the other copyright notices.
274
+ </item>
275
+ <item>
276
+ <bullet>F.</bullet>
277
+ Include, immediately after the copyright notices, a license notice
278
+ giving the public permission to use the Modified Version under the
279
+ terms of this License, in the form shown in the Addendum below.
280
+ </item>
281
+ <item>
282
+ <bullet>G.</bullet>
283
+ Preserve in that license notice the full lists of Invariant
284
+ Sections and required Cover Texts given in the Document's
285
+ license notice. H. Include an unaltered copy of this License.
286
+ </item>
287
+ <item>
288
+ <bullet>I.</bullet>
289
+ Preserve the section Entitled "History", Preserve its Title, and
290
+ add to it an item stating at least the title, year, new authors,
291
+ and publisher of the Modified Version as given on the Title
292
+ Page. If there is no section Entitled "History" in the Document,
293
+ create one stating the title, year, authors, and publisher
294
+ of the Document as given on its Title Page, then add an item
295
+ describing the Modified Version as stated in the previous sentence.
296
+ </item>
297
+ <item>
298
+ <bullet>J.</bullet>
299
+ Preserve the network location, if any, given in the Document
300
+ for public access to a Transparent copy of the Document, and
301
+ likewise the network locations given in the Document for previous
302
+ versions it was based on. These may be placed in the "History"
303
+ section. You may omit a network location for a work that was
304
+ published at least four years before the Document itself, or if the
305
+ original publisher of the version it refers to gives permission.
306
+ </item>
307
+ <item>
308
+ <bullet>K.</bullet>
309
+ For any section Entitled "Acknowledgements" or "Dedications",
310
+ Preserve the Title of the section, and preserve in the
311
+ section all the substance and tone of each of the contributor
312
+ acknowledgements and/or dedications given therein.
313
+ </item>
314
+ <item>
315
+ <bullet>L.</bullet>
316
+ Preserve all the Invariant Sections of the Document, unaltered
317
+ in their text and in their titles. Section numbers or the
318
+ equivalent are not considered part of the section titles.
319
+ </item>
320
+ <item>
321
+ <bullet>M.</bullet>
322
+ Delete any section Entitled "Endorsements". Such a
323
+ section may not be included in the Modified Version.
324
+ </item>
325
+ <item>
326
+ <bullet>N.</bullet>
327
+ Do not retitle any existing section to be Entitled "Endorsements"
328
+ or to conflict in title with any Invariant Section.
329
+ </item>
330
+ <item>
331
+ <bullet>O.</bullet>
332
+ Preserve any Warranty Disclaimers.
333
+ </item>
334
+ </list>
335
+ <p>
336
+ If the Modified Version includes new front-matter sections or
337
+ appendices that qualify as Secondary Sections and contain no material
338
+ copied from the Document, you may at your option designate some or
339
+ all of these sections as invariant. To do this, add their titles
340
+ to the list of Invariant Sections in the Modified Version's license
341
+ notice. These titles must be distinct from any other section titles.
342
+ </p>
343
+ <p>
344
+ You may add a section Entitled "Endorsements", provided
345
+ it contains nothing but endorsements of your Modified
346
+ Version by various parties--for example, statements of
347
+ peer review or that the text has been approved by an
348
+ organization as the authoritative definition of a standard.
349
+ </p>
350
+ <p>
351
+ You may add a passage of up to five words as a Front-Cover Text,
352
+ and a passage of up to 25 words as a Back-Cover Text, to the end of
353
+ the list of Cover Texts in the Modified Version. Only one passage
354
+ of Front-Cover Text and one of Back-Cover Text may be added by (or
355
+ through arrangements made by) any one entity. If the Document already
356
+ includes a cover text for the same cover, previously added by you or
357
+ by arrangement made by the same entity you are acting on behalf of,
358
+ you may not add another; but you may replace the old one, on explicit
359
+ permission from the previous publisher that added the old one.
360
+ </p>
361
+ <p>
362
+ The author(s) and publisher(s) of the Document do not by this
363
+ License give permission to use their names for publicity for
364
+ or to assert or imply endorsement of any Modified Version.
365
+ </p>
366
+ </item>
367
+ <item>
368
+ <bullet>5.</bullet>
369
+ COMBINING DOCUMENTS
370
+ <p>
371
+ You may combine the Document with other documents released under
372
+ this License, under the terms defined in section 4 above for modified
373
+ versions, provided that you include in the combination all of the
374
+ Invariant Sections of all of the original documents, unmodified,
375
+ and list them all as Invariant Sections of your combined work in its
376
+ license notice, and that you preserve all their Warranty Disclaimers.
377
+ </p>
378
+ <p>
379
+ The combined work need only contain one copy of this License, and
380
+ multiple identical Invariant Sections may be replaced with a single
381
+ copy. If there are multiple Invariant Sections with the same name
382
+ but different contents, make the title of each such section unique
383
+ by adding at the end of it, in parentheses, the name of the original
384
+ author or publisher of that section if known, or else a unique
385
+ number. Make the same adjustment to the section titles in the list
386
+ of Invariant Sections in the license notice of the combined work.
387
+ </p>
388
+ <p>
389
+ In the combination, you must combine any sections Entitled
390
+ "History" in the various original documents, forming one section
391
+ Entitled "History"; likewise combine any sections Entitled
392
+ "Acknowledgements", and any sections Entitled "Dedications".
393
+ You must delete all sections Entitled "Endorsements".
394
+ </p>
395
+ </item>
396
+ <item>
397
+ <bullet>6.</bullet>
398
+ COLLECTIONS OF DOCUMENTS
399
+ <p>
400
+ You may make a collection consisting of the Document and
401
+ other documents released under this License, and replace the
402
+ individual copies of this License in the various documents
403
+ with a single copy that is included in the collection,
404
+ provided that you follow the rules of this License for verbatim
405
+ copying of each of the documents in all other respects.
406
+ </p>
407
+ <p>
408
+ You may extract a single document from such a collection,
409
+ and distribute it individually under this License,
410
+ provided you insert a copy of this License into the
411
+ extracted document, and follow this License in all other
412
+ respects regarding verbatim copying of that document.
413
+ </p>
414
+ </item>
415
+ <item>
416
+ <bullet>7.</bullet>
417
+ AGGREGATION WITH INDEPENDENT WORKS
418
+ <p>
419
+ A compilation of the Document or its derivatives with other
420
+ separate and independent documents or works, in or on a volume
421
+ of a storage or distribution medium, is called an "aggregate"
422
+ if the copyright resulting from the compilation is not used to
423
+ limit the legal rights of the compilation's users beyond what
424
+ the individual works permit. When the Document is included in an
425
+ aggregate, this License does not apply to the other works in the
426
+ aggregate which are not themselves derivative works of the Document.
427
+ </p>
428
+ <p>
429
+ If the Cover Text requirement of section 3 is applicable to
430
+ these copies of the Document, then if the Document is less
431
+ than one half of the entire aggregate, the Document's Cover
432
+ Texts may be placed on covers that bracket the Document
433
+ within the aggregate, or the electronic equivalent of covers
434
+ if the Document is in electronic form. Otherwise they must
435
+ appear on printed covers that bracket the whole aggregate.
436
+ </p>
437
+ </item>
438
+ <item>
439
+ <bullet>8.</bullet>
440
+ TRANSLATION
441
+ <p>
442
+ Translation is considered a kind of modification, so you may
443
+ distribute translations of the Document under the terms of section
444
+ 4. Replacing Invariant Sections with translations requires special
445
+ permission from their copyright holders, but you may include
446
+ translations of some or all Invariant Sections in addition to the
447
+ original versions of these Invariant Sections. You may include a
448
+ translation of this License, and all the license notices in the
449
+ Document, and any Warranty Disclaimers, provided that you also
450
+ include the original English version of this License and the original
451
+ versions of those notices and disclaimers. In case of a disagreement
452
+ between the translation and the original version of this License
453
+ or a notice or disclaimer, the original version will prevail.
454
+ </p>
455
+ <p>
456
+ If a section in the Document is Entitled
457
+ "Acknowledgements", "Dedications", or "History", the
458
+ requirement (section 4) to Preserve its Title (section
459
+ 1) will typically require changing the actual title.
460
+ </p>
461
+ </item>
462
+ <item>
463
+ <bullet>9.</bullet>
464
+ TERMINATION
465
+ <p>
466
+ You may not copy, modify, sublicense, or distribute the Document
467
+ except as expressly provided under this License. Any attempt
468
+ otherwise to copy, modify, sublicense, or distribute it is void,
469
+ and will automatically terminate your rights under this License.
470
+ </p>
471
+ <p>
472
+ However, if you cease all violation of this License, then your
473
+ license from a particular copyright holder is reinstated (a)
474
+ provisionally, unless and until the copyright holder explicitly
475
+ and finally terminates your license, and (b) permanently, if
476
+ the copyright holder fails to notify you of the violation by
477
+ some reasonable means prior to 60 days after the cessation.
478
+ </p>
479
+ <p>
480
+ Moreover, your license from a particular copyright holder is
481
+ reinstated permanently if the copyright holder notifies you
482
+ of the violation by some reasonable means, this is the first
483
+ time you have received notice of violation of this License
484
+ (for any work) from that copyright holder, and you cure the
485
+ violation prior to 30 days after your receipt of the notice.
486
+ </p>
487
+ <p>
488
+ Termination of your rights under this section does not terminate
489
+ the licenses of parties who have received copies or rights from
490
+ you under this License. If your rights have been terminated and
491
+ not permanently reinstated, receipt of a copy of some or all
492
+ of the same material does not give you any rights to use it.
493
+ </p>
494
+ </item>
495
+ <item>
496
+ <bullet>10.</bullet>
497
+ FUTURE REVISIONS OF THIS LICENSE
498
+ <p>
499
+ The Free Software Foundation may publish new, revised
500
+ versions of the GNU Free Documentation License from time
501
+ to time. Such new versions will be similar in spirit to
502
+ the present version, but may differ in detail to address
503
+ new problems or concerns. See http://www.gnu.org/copyleft/.
504
+ </p>
505
+ <p>
506
+ Each version of the License is given a distinguishing version number.
507
+ If the Document specifies that a particular numbered version of this
508
+ License "or any later version" applies to it, you have the option of
509
+ following the terms and conditions either of that specified version or
510
+ of any later version that has been published (not as a draft) by the
511
+ Free Software Foundation. If the Document does not specify a version
512
+ number of this License, you may choose any version ever published (not
513
+ as a draft) by the Free Software Foundation. If the Document specifies
514
+ that a proxy can decide which future versions of this License can
515
+ be used, that proxy's public statement of acceptance of a version
516
+ permanently authorizes you to choose that version for the Document.
517
+ </p>
518
+ </item>
519
+ <item>
520
+ <bullet>11.</bullet>
521
+ RELICENSING
522
+ <p>
523
+ "Massive Multiauthor Collaboration Site" (or "MMC Site") means any
524
+ World Wide Web server that publishes copyrightable works and also
525
+ provides prominent facilities for anybody to edit those works. A
526
+ public wiki that anybody can edit is an example of such a server. A
527
+ "Massive Multiauthor Collaboration" (or "MMC") contained in the site
528
+ means any set of copyrightable works thus published on the MMC site.
529
+ </p>
530
+ <p>
531
+ "CC-BY-SA" means the Creative Commons Attribution-Share Alike
532
+ 3.0 license published by Creative Commons Corporation, a
533
+ not-for-profit corporation with a principal place of business
534
+ in San Francisco, California, as well as future copyleft
535
+ versions of that license published by that same organization.
536
+ </p>
537
+ <p>
538
+ "Incorporate" means to publish or republish a Document,
539
+ in whole or in part, as part of another Document.
540
+ </p>
541
+ <p>
542
+ An MMC is "eligible for relicensing" if it is licensed under this
543
+ License, and if all works that were first published under this License
544
+ somewhere other than this MMC, and subsequently incorporated in
545
+ whole or in part into the MMC, (1) had no cover texts or invariant
546
+ sections, and (2) were thus incorporated prior to November 1, 2008.
547
+ </p>
548
+ <p>
549
+ The operator of an MMC Site may republish an MMC contained in
550
+ the site under CC-BY-SA on the same site at any time before
551
+ August 1, 2009, provided the MMC is eligible for relicensing.
552
+ </p>
553
+ </item>
554
+ </list>
555
+ <optional>
556
+ <p>
557
+ ADDENDUM: How to use this License for your documents
558
+ </p>
559
+ <p>
560
+ To use this License in a document you have written, include
561
+ a copy of the License in the document and put the following
562
+ copyright and license notices just after the title page:
563
+ </p>
564
+ <p>
565
+ Copyright (c) YEAR YOUR NAME. Permission is granted to copy,
566
+ distribute and/or modify this document under the terms of the GNU
567
+ Free Documentation License, Version 1.3 or any later version published
568
+ by the Free Software Foundation; with no Invariant Sections, no
569
+ Front-Cover Texts, and no Back-Cover Texts. A copy of the license is
570
+ included in the section entitled "GNU Free Documentation License".
571
+ </p>
572
+ <p>
573
+ If you have Invariant Sections, Front-Cover Texts and
574
+ Back-Cover Texts, replace the "with...Texts." line with this:
575
+ </p>
576
+ <p>
577
+ with the Invariant Sections being LIST THEIR TITLES, with the
578
+ Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
579
+ </p>
580
+ <p>
581
+ If you have Invariant Sections without Cover Texts,
582
+ or some other combination of the three, merge
583
+ those two alternatives to suit the situation.
584
+ </p>
585
+ <p>
586
+ If your document contains nontrivial examples of program
587
+ code, we recommend releasing these examples in parallel
588
+ under your choice of free software license, such as the GNU
589
+ General Public License, to permit their use in free software.
590
+ </p>
591
+ </optional>
592
+ </text>
593
+ </license>
594
+ </SPDXLicenseCollection>