diff options
Diffstat (limited to 'manual/libc.texinfo')
-rw-r--r-- | manual/libc.texinfo | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/manual/libc.texinfo b/manual/libc.texinfo index 2fc3fb9eff..13a2b0d628 100644 --- a/manual/libc.texinfo +++ b/manual/libc.texinfo @@ -23,6 +23,8 @@ @set UPDATED 2011-07-19 @set ISBN 1-882114-55-8 +@set FDL_VERSION 1.1 + @copying This file documents the GNU C library. @@ -32,13 +34,13 @@ of @cite{The GNU C Library Reference Manual}, for version @value{VERSION}. Copyright @copyright{} 1993--2012 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.3 or -any later version published by the Free Software Foundation; with the -Invariant Sections being ``Free Software Needs Free Documentation'' -and ``GNU Lesser General Public License'', the Front-Cover texts being -``A GNU Manual'', and with the Back-Cover Texts as in (a) below. A -copy of the license is included in the section entitled "GNU Free -Documentation License". +under the terms of the GNU Free Documentation License, Version +@value{FDL_VERSION} or any later version published by the Free +Software Foundation; with the Invariant Sections being ``Free Software +Needs Free Documentation'' and ``GNU Lesser General Public License'', +the Front-Cover texts being ``A GNU Manual'', and with the Back-Cover +Texts as in (a) below. A copy of the license is included in the +section entitled "GNU Free Documentation License". (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and modify this GNU manual. Buying copies from the FSF @@ -100,7 +102,7 @@ of the GNU C Library. @node Documentation License, Concept Index, Copying, Top @appendix GNU Free Documentation License @cindex FDL, GNU Free Documentation License -@include fdl-1.1.texi +@include fdl-@value{FDL_VERSION}.texi @node Concept Index, Type Index, Documentation License, Top @unnumbered Concept Index |