diff options
author | Nick Clifton <nickc@redhat.com> | 2000-11-06 20:27:26 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-11-06 20:27:26 +0000 |
commit | cf055d540cdf37fb33e63e20c692d56132f4d983 (patch) | |
tree | 147f13ac90001a9f1cd47acf86cefd4ef700b251 /ld/ld.texinfo | |
parent | 1a2aab69f1955c55a2495dce94deef22162d3959 (diff) | |
download | gdb-cf055d540cdf37fb33e63e20c692d56132f4d983.zip gdb-cf055d540cdf37fb33e63e20c692d56132f4d983.tar.gz gdb-cf055d540cdf37fb33e63e20c692d56132f4d983.tar.bz2 |
Add GNU Free Documentation License
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 5a61d74..0780538 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -20,14 +20,15 @@ This file documents the @sc{gnu} linker LD version @value{VERSION}. Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000 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.1 - or any later version published by the Free Software Foundation; - with no Invariant Sections, with no Front-Cover Texts, and with no - Back-Cover Texts. A copy of the license is included in the - section entitled "GNU Free Documentation License". - @ignore + +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 no Invariant Sections, with no Front-Cover Texts, and with no +Back-Cover Texts. A copy of the license is included in the +section entitled "GNU Free Documentation License". + Permission is granted to process this file through Tex and print the results, provided the printed document carries copying permission notice identical to this one except for the removal of this paragraph @@ -60,7 +61,7 @@ notice identical to this one except for the removal of this paragraph @end tex @vskip 0pt plus 1filll -Copyright @copyright{} 1991, 92, 93, 94, 95, 96, 97, 98, 1999 Free Software Foundation, Inc. +Copyright @copyright{} 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000 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.1 @@ -78,6 +79,10 @@ Copyright @copyright{} 1991, 92, 93, 94, 95, 96, 97, 98, 1999 Free Software Foun @top Using ld This file documents the @sc{gnu} linker ld version @value{VERSION}. +This document is distributed under the terms of the GNU Free +Documentation License. A copy of the license is included in the +section entitled "GNU Free Documentation License". + @menu * Overview:: Overview * Invocation:: Invocation @@ -4477,7 +4482,6 @@ If you have more than one @code{SECT} statement for the same @var{secname}, only the @emph{first} sets the start address. @end table - @node GNU Free Documentation License @appendix GNU Free Documentation License @cindex GNU Free Documentation License |