| 導航:起始頁 > Dive Into Python > GNU 自由文檔協議 > 如何為你的文檔使用本協議 | << >> | ||||
深入 Python :Dive Into Python 中文版Python 從新手到專家 [Dip_5.4b_CPyUG_Release] |
|||||
要為你所寫的文檔使用本協議,在文檔中包括本協議的一份副本,并把如下版權和協議聲明放在扉頁后:
Copyright (c) YEAR YOUR NAME.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. A copy of the license is included in the section entitled "GNU Free Documentation License".
參考譯文:
Copyright (c) YEAR YOUR NAME.
允許在 GNU 自由文檔協議 (1.1 版,或自由軟件基金會出版的任何更新版本) 的許可下復制、發行且/或修改本文檔;本文檔的不變部分包括[它們的標題列在這里],前封面文本是[列在這里],封底文本是[列在這里]。該協議的一份副本包含在題為“GNU Free Documentation License”的章節中。
如果沒有不變部分,就寫“with no Invariant Sections”(沒有不變部分) 而不是指明不變部分;如果沒有前封面文本,就寫“no Front-Cover Texts”(沒有前封面文本) 而不是“Front-Cover Texts being LIST”(前封面文本是[列在這里]);封底文本也是一樣。
如果你的文檔包含有價值的樣例程序代碼,我們建議你把這些樣例用平行的自由軟件協議發布,以使得它們可以在自由軟件中被使用,例如 GNU 通用公共協議。
<< 協議將來的修訂 |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | |
Python license >> |