fdl-appendix.rst 20 KB

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