PageRenderTime 29ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 1ms

/glibc/libc/Documentation-License.html

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