annotate etc/gfdl.1 @ 39808:98efaf9813f4

(Vload_suffixes, default_suffixes): New vars. (openp): Take a lisp list of suffixes. Check for file-name-handlers even if the file was absolute already. (syms_of_lread): Declare load-suffixes. (Fload): Fix up call to openp. Don't bother checking for file-name-handler at the very beginning.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 12 Oct 2001 03:18:05 +0000
parents ad4d87945334
children 570fdfa8cc9e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
37454
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1 .\" Copyright (C) 2001 Free Software Foundation, Inc.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2 .\"
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3 .\" This file is part of GNU Emacs.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4 .\"
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5 .\" GNU Emacs is free software; you can redistribute it and/or modify
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
6 .\" it under the terms of the GNU General Public License as published by
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7 .\" the Free Software Foundation; either version 2, or (at your option)
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
8 .\" any later version.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
9 .\"
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10 .\" GNU Emacs is distributed in the hope that it will be useful,
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13 .\" GNU General Public License for more details.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14 .\"
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15 .\" You should have received a copy of the GNU General Public License
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16 .\" along with GNU Emacs; see the file COPYING. If not, write to the
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
17 .\" Free Software Foundation, Inc., 59 Temple Place - Suite 330,
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18 .\" Boston, MA 02111-1307, USA.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19 .\"
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20 .TH GFDL 1 "2001 April 23"
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21 .UC 4
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22 .SH NAME
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
23 GFDL \- The GNU Free Documentation License
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
24
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
25 .ce
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
26 Version 1.1, March 2000
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
27
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
28 .hy 0
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
29 .na
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
30 Copyright
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
31 .if t \(co
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
32 .if n (c)
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
33 2000 Free Software Foundation, Inc.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
34 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
35
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
36 Everyone is permitted to copy and distribute verbatim copies
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
37 of this license document, but changing it is not allowed.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
38 .hy 1
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
39 .ad
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
40
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
41 .br
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
42 .SH 0. PREAMBLE
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
43
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
44 The purpose of this License is to make a manual, textbook, or other
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
45 written document "free" in the sense of freedom: to assure everyone
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
46 the effective freedom to copy and redistribute it, with or without
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
47 modifying it, either commercially or noncommercially. Secondarily,
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
48 this License preserves for the author and publisher a way to get
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
49 credit for their work, while not being considered responsible for
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
50 modifications made by others.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
51
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
52 This License is a kind of "copyleft", which means that derivative
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
53 works of the document must themselves be free in the same sense. It
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
54 complements the GNU General Public License, which is a copyleft
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
55 license designed for free software.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
56
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
57 We have designed this License in order to use it for manuals for free
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
58 software, because free software needs free documentation: a free
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
59 program should come with manuals providing the same freedoms that the
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
60 software does. But this License is not limited to software manuals;
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
61 it can be used for any textual work, regardless of subject matter or
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
62 whether it is published as a printed book. We recommend this License
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
63 principally for works whose purpose is instruction or reference.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
64
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
65 .SH 1. APPLICABILITY AND DEFINITIONS
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
66
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
67 This License applies to any manual or other work that contains a
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
68 notice placed by the copyright holder saying it can be distributed
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
69 under the terms of this License. The "Document", below, refers to any
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
70 such manual or work. Any member of the public is a licensee, and is
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
71 addressed as "you."
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
72
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
73 A "Modified Version" of the Document means any work containing the
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
74 Document or a portion of it, either copied verbatim, or with
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
75 modifications and/or translated into another language.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
76
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
77 A "Secondary Section" is a named appendix or a front-matter section of
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
78 the Document that deals exclusively with the relationship of the
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
79 publishers or authors of the Document to the Document's overall subject
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
80 (or to related matters) and contains nothing that could fall directly
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
81 within that overall subject. (For example, if the Document is in part a
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
82 textbook of mathematics, a Secondary Section may not explain any
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
83 mathematics.) The relationship could be a matter of historical
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
84 connection with the subject or with related matters, or of legal,
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
85 commercial, philosophical, ethical or political position regarding
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
86 them.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
87
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
88 The "Invariant Sections" are certain Secondary Sections whose titles
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
89 are designated, as being those of Invariant Sections, in the notice
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
90 that says that the Document is released under this License.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
91
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
92 The "Cover Texts" are certain short passages of text that are listed,
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
93 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
94 the Document is released under this License.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
95
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
96 A "Transparent" copy of the Document means a machine-readable copy,
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
97 represented in a format whose specification is available to the
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
98 general public, whose contents can be viewed and edited directly and
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
99 straightforwardly with generic text editors or (for images composed of
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
100 pixels) generic paint programs or (for drawings) some widely available
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
101 drawing editor, and that is suitable for input to text formatters or
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
102 for automatic translation to a variety of formats suitable for input
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
103 to text formatters. A copy made in an otherwise Transparent file
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
104 format whose markup has been designed to thwart or discourage
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
105 subsequent modification by readers is not Transparent. A copy that is
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
106 not "Transparent" is called "Opaque."
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
107
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
108 Examples of suitable formats for Transparent copies include plain
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
109 ASCII without markup, Texinfo input format, LaTeX input format, SGML
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
110 or XML using a publicly available DTD, and standard-conforming simple
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
111 HTML designed for human modification. Opaque formats include
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
112 PostScript, PDF, proprietary formats that can be read and edited only
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
113 by proprietary word processors, SGML or XML for which the DTD and/or
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
114 processing tools are not generally available, and the
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
115 machine-generated HTML produced by some word processors for output
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
116 purposes only.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
117
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
118 The "Title Page" means, for a printed book, the title page itself,
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
119 plus such following pages as are needed to hold, legibly, the material
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
120 this License requires to appear in the title page. For works in
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
121 formats which do not have any title page as such, "Title Page" means
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
122 the text near the most prominent appearance of the work's title,
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
123 preceding the beginning of the body of the text.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
124
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
125 .SH 2. VERBATIM COPYING
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
126
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
127 You may copy and distribute the Document in any medium, either
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
128 commercially or noncommercially, provided that this License, the
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
129 copyright notices, and the license notice saying this License applies
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
130 to the Document are reproduced in all copies, and that you add no other
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
131 conditions whatsoever to those of this License. You may not use
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
132 technical measures to obstruct or control the reading or further
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
133 copying of the copies you make or distribute. However, you may accept
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
134 compensation in exchange for copies. If you distribute a large enough
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
135 number of copies you must also follow the conditions in section 3.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
136
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
137 You may also lend copies, under the same conditions stated above, and
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
138 you may publicly display copies.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
139
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
140 .SH 3. COPYING IN QUANTITY
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
141
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
142 If you publish printed copies of the Document numbering more than 100,
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
143 and the Document's license notice requires Cover Texts, you must enclose
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
144 the copies in covers that carry, clearly and legibly, all these Cover
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
145 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
146 the back cover. Both covers must also clearly and legibly identify
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
147 you as the publisher of these copies. The front cover must present
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
148 the full title with all words of the title equally prominent and
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
149 visible. You may add other material on the covers in addition.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
150 Copying with changes limited to the covers, as long as they preserve
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
151 the title of the Document and satisfy these conditions, can be treated
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
152 as verbatim copying in other respects.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
153
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
154 If the required texts for either cover are too voluminous to fit
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
155 legibly, you should put the first ones listed (as many as fit
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
156 reasonably) on the actual cover, and continue the rest onto adjacent
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
157 pages.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
158
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
159 If you publish or distribute Opaque copies of the Document numbering
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
160 more than 100, you must either include a machine-readable Transparent
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
161 copy along with each Opaque copy, or state in or with each Opaque copy
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
162 a publicly-accessible computer-network location containing a complete
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
163 Transparent copy of the Document, free of added material, which the
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
164 general network-using public has access to download anonymously at no
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
165 charge using public-standard network protocols. If you use the latter
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
166 option, you must take reasonably prudent steps, when you begin
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
167 distribution of Opaque copies in quantity, to ensure that this
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
168 Transparent copy will remain thus accessible at the stated location
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
169 until at least one year after the last time you distribute an Opaque
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
170 copy (directly or through your agents or retailers) of that edition to
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
171 the public.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
172
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
173 It is requested, but not required, that you contact the authors of the
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
174 Document well before redistributing any large number of copies, to give
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
175 them a chance to provide you with an updated version of the Document.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
176
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
177 .SH 4. MODIFICATIONS
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
178
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
179 You may copy and distribute a Modified Version of the Document under
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
180 the conditions of sections 2 and 3 above, provided that you release
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
181 the Modified Version under precisely this License, with the Modified
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
182 Version filling the role of the Document, thus licensing distribution
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
183 and modification of the Modified Version to whoever possesses a copy
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
184 of it. In addition, you must do these things in the Modified Version:
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
185 .TP
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
186 A.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
187 Use in the Title Page (and on the covers, if any) a title distinct
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
188 from that of the Document, and from those of previous versions
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
189 (which should, if there were any, be listed in the History section
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
190 of the Document). You may use the same title as a previous version
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
191 if the original publisher of that version gives permission.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
192 .TP
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
193 B.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
194 List on the Title Page, as authors, one or more persons or entities
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
195 responsible for authorship of the modifications in the Modified
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
196 Version, together with at least five of the principal authors of the
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
197 Document (all of its principal authors, if it has less than five).
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
198 .TP
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
199 C.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
200 State on the Title page the name of the publisher of the
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
201 Modified Version, as the publisher.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
202 .TP
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
203 D.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
204 Preserve all the copyright notices of the Document.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
205 .TP
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
206 E.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
207 Add an appropriate copyright notice for your modifications
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
208 adjacent to the other copyright notices.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
209 .TP
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
210 F.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
211 Include, immediately after the copyright notices, a license notice
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
212 giving the public permission to use the Modified Version under the
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
213 terms of this License, in the form shown in the Addendum below.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
214 .TP
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
215 G.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
216 Preserve in that license notice the full lists of Invariant Sections
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
217 and required Cover Texts given in the Document's license notice.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
218 .TP
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
219 H.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
220 Include an unaltered copy of this License.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
221 .TP
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
222 I.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
223 Preserve the section entitled "History", and its title, and add to
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
224 it an item stating at least the title, year, new authors, and
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
225 publisher of the Modified Version as given on the Title Page. If
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
226 there is no section entitled "History" in the Document, create one
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
227 stating the title, year, authors, and publisher of the Document as
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
228 given on its Title Page, then add an item describing the Modified
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
229 Version as stated in the previous sentence.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
230 .TP
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
231 J.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
232 Preserve the network location, if any, given in the Document for
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
233 public access to a Transparent copy of the Document, and likewise
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
234 the network locations given in the Document for previous versions
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
235 it was based on. These may be placed in the "History" section.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
236 You may omit a network location for a work that was published at
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
237 least four years before the Document itself, or if the original
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
238 publisher of the version it refers to gives permission.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
239 .TP
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
240 K.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
241 In any section entitled "Acknowledgements" or "Dedications",
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
242 preserve the section's title, and preserve in the section all the
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
243 substance and tone of each of the contributor acknowledgements
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
244 and/or dedications given therein.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
245 .TP
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
246 L.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
247 Preserve all the Invariant Sections of the Document,
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
248 unaltered in their text and in their titles. Section numbers
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
249 or the equivalent are not considered part of the section titles.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
250 .TP
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
251 M.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
252 Delete any section entitled "Endorsements." Such a section
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
253 may not be included in the Modified Version.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
254 .TP
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
255 N.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
256 Do not retitle any existing section as "Endorsements"
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
257 or to conflict in title with any Invariant Section.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
258 .PP
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
259 If the Modified Version includes new front-matter sections or
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
260 appendices that qualify as Secondary Sections and contain no material
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
261 copied from the Document, you may at your option designate some or all
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
262 of these sections as invariant. To do this, add their titles to the
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
263 list of Invariant Sections in the Modified Version's license notice.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
264 These titles must be distinct from any other section titles.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
265
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
266 You may add a section entitled "Endorsements", provided it contains
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
267 nothing but endorsements of your Modified Version by various
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
268 parties--for example, statements of peer review or that the text has
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
269 been approved by an organization as the authoritative definition of a
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
270 standard.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
271
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
272 You may add a passage of up to five words as a Front-Cover Text, and a
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
273 passage of up to 25 words as a Back-Cover Text, to the end of the list
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
274 of Cover Texts in the Modified Version. Only one passage of
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
275 Front-Cover Text and one of Back-Cover Text may be added by (or
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
276 through arrangements made by) any one entity. If the Document already
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
277 includes a cover text for the same cover, previously added by you or
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
278 by arrangement made by the same entity you are acting on behalf of,
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
279 you may not add another; but you may replace the old one, on explicit
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
280 permission from the previous publisher that added the old one.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
281
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
282 The author(s) and publisher(s) of the Document do not by this License
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
283 give permission to use their names for publicity for or to assert or
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
284 imply endorsement of any Modified Version.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
285
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
286 .SH 5. COMBINING DOCUMENTS
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
287
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
288 You may combine the Document with other documents released under this
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
289 License, under the terms defined in section 4 above for modified
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
290 versions, provided that you include in the combination all of the
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
291 Invariant Sections of all of the original documents, unmodified, and
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
292 list them all as Invariant Sections of your combined work in its
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
293 license notice.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
294
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
295 The combined work need only contain one copy of this License, and
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
296 multiple identical Invariant Sections may be replaced with a single
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
297 copy. If there are multiple Invariant Sections with the same name but
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
298 different contents, make the title of each such section unique by
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
299 adding at the end of it, in parentheses, the name of the original
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
300 author or publisher of that section if known, or else a unique number.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
301 Make the same adjustment to the section titles in the list of
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
302 Invariant Sections in the license notice of the combined work.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
303
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
304 In the combination, you must combine any sections entitled "History"
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
305 in the various original documents, forming one section entitled
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
306 "History"; likewise combine any sections entitled "Acknowledgements",
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
307 and any sections entitled "Dedications." You must delete all sections
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
308 entitled "Endorsements."
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
309
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
310 .SH 6. COLLECTIONS OF DOCUMENTS
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
311
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
312 You may make a collection consisting of the Document and other documents
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
313 released under this License, and replace the individual copies of this
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
314 License in the various documents with a single copy that is included in
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
315 the collection, provided that you follow the rules of this License for
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
316 verbatim copying of each of the documents in all other respects.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
317
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
318 You may extract a single document from such a collection, and distribute
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
319 it individually under this License, provided you insert a copy of this
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
320 License into the extracted document, and follow this License in all
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
321 other respects regarding verbatim copying of that document.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
322
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
323 .SH 7. AGGREGATION WITH INDEPENDENT WORKS
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
324
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
325 A compilation of the Document or its derivatives with other separate
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
326 and independent documents or works, in or on a volume of a storage or
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
327 distribution medium, does not as a whole count as a Modified Version
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
328 of the Document, provided no compilation copyright is claimed for the
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
329 compilation. Such a compilation is called an "aggregate", and this
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
330 License does not apply to the other self-contained works thus compiled
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
331 with the Document, on account of their being thus compiled, if they
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
332 are not themselves derivative works of the Document.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
333
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
334 If the Cover Text requirement of section 3 is applicable to these
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
335 copies of the Document, then if the Document is less than one quarter
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
336 of the entire aggregate, the Document's Cover Texts may be placed on
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
337 covers that surround only the Document within the aggregate.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
338 Otherwise they must appear on covers around the whole aggregate.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
339
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
340 .SH 8. TRANSLATION
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
341
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
342 Translation is considered a kind of modification, so you may
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
343 distribute translations of the Document under the terms of section 4.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
344 Replacing Invariant Sections with translations requires special
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
345 permission from their copyright holders, but you may include
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
346 translations of some or all Invariant Sections in addition to the
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
347 original versions of these Invariant Sections. You may include a
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
348 translation of this License provided that you also include the
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
349 original English version of this License. In case of a disagreement
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
350 between the translation and the original English version of this
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
351 License, the original English version will prevail.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
352
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
353 .SH 9. TERMINATION
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
354
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
355 You may not copy, modify, sublicense, or distribute the Document except
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
356 as expressly provided for under this License. Any other attempt to
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
357 copy, modify, sublicense or distribute the Document is void, and will
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
358 automatically terminate your rights under this License. However,
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
359 parties who have received copies, or rights, from you under this
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
360 License will not have their licenses terminated so long as such
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
361 parties remain in full compliance.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
362
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
363 .SH 10. FUTURE REVISIONS OF THIS LICENSE
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
364
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
365 The Free Software Foundation may publish new, revised versions
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
366 of the GNU Free Documentation License from time to time. Such new
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
367 versions will be similar in spirit to the present version, but may
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
368 differ in detail to address new problems or concerns. See
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
369 \fBhttp://www.gnu.org/copyleft/\fP.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
370
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
371 Each version of the License is given a distinguishing version number.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
372 If the Document specifies that a particular numbered version of this
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
373 License "or any later version" applies to it, you have the option of
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
374 following the terms and conditions either of that specified version or
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
375 of any later version that has been published (not as a draft) by the
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
376 Free Software Foundation. If the Document does not specify a version
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
377 number of this License, you may choose any version ever published (not
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
378 as a draft) by the Free Software Foundation.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
379
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
380
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
381 .SH ADDENDUM: How to use this License for your documents
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
382
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
383 To use this License in a document you have written, include a copy of
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
384 the License in the document and put the following copyright and
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
385 license notices just after the title page:
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
386
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
387 .hy 0
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
388 .na
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
389 Copyright
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
390 .if t \(co
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
391 .if n (c)
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
392 [\fIyear\fP] [\fIyour name\fP].
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
393 Permission is granted to copy, distribute and/or modify this document
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
394 under the terms of the GNU Free Documentation License, Version 1.1
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
395 or any later version published by the Free Software Foundation;
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
396 with the Invariant Sections being [\fIlist their titles\fP], with the
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
397 Front-Cover Texts being [\fIlist\fP], and with the Back-Cover Texts
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
398 being [\fIlist\fP].
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
399 A copy of the license is included in the section entitled "GNU
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
400 Free Documentation License."
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
401 .ad
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
402 .hy 1
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
403
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
404 If you have no Invariant Sections, write "with no Invariant Sections"
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
405 instead of saying which ones are invariant. If you have no
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
406 Front-Cover Texts, write "no Front-Cover Texts" instead of
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
407 "Front-Cover Texts being [\fIlist\fP]"; likewise for Back-Cover Texts.
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
408
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
409 If your document contains nontrivial examples of program code, we
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
410 recommend releasing these examples in parallel under your choice of
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
411 free software license, such as the GNU General Public License,
ad4d87945334 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
412 to permit their use in free software.