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