mirror of git://gcc.gnu.org/git/gcc.git
libiberty.texi: Remove reference to GCC 3 and 2001 (thrice).
* libiberty.texi: Remove reference to GCC 3 and 2001 (thrice). Update copyright years. Move to GFDL 1.3. From-SVN: r160690
This commit is contained in:
parent
c2adf11dd3
commit
1e913734b4
|
@ -1,3 +1,9 @@
|
||||||
|
2010-06-14 Gerald Pfeifer <gerald@pfeifer.com>
|
||||||
|
|
||||||
|
* libiberty.texi: Remove reference to GCC 3 and 2001 (thrice).
|
||||||
|
Update copyright years.
|
||||||
|
Move to GFDL 1.3.
|
||||||
|
|
||||||
2010-06-10 Jakub Jelinek <jakub@redhat.com>
|
2010-06-10 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
PR other/43838
|
PR other/43838
|
||||||
|
|
|
@ -21,15 +21,14 @@
|
||||||
@code{libiberty}
|
@code{libiberty}
|
||||||
@end macro
|
@end macro
|
||||||
|
|
||||||
@c The edition date is written in three locations. Search for 'thedate'.
|
|
||||||
@ifinfo
|
@ifinfo
|
||||||
This manual describes the GNU @libib library of utility subroutines.
|
This manual describes the GNU @libib library of utility subroutines.
|
||||||
This edition accompanies GCC 3, September 2001.
|
|
||||||
|
|
||||||
Copyright @copyright{} 2001 Free Software Foundation, Inc.
|
Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
|
||||||
|
2009, 2010 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
Permission is granted to copy, distribute and/or modify this document
|
||||||
under the terms of the GNU Free Documentation License, Version 1.2
|
under the terms of the GNU Free Documentation License, Version 1.3
|
||||||
or any later version published by the Free Software Foundation;
|
or any later version published by the Free Software Foundation;
|
||||||
with no Invariant Sections, with no Front-Cover Texts, and with no
|
with no Invariant Sections, with no Front-Cover Texts, and with no
|
||||||
Back-Cover Texts. A copy of the license is included in the
|
Back-Cover Texts. A copy of the license is included in the
|
||||||
|
@ -45,20 +44,18 @@ notice identical to this one except for the removal of this paragraph
|
||||||
@end ifinfo
|
@end ifinfo
|
||||||
|
|
||||||
|
|
||||||
@c The edition date is written in three locations. Search for 'thedate'.
|
|
||||||
@titlepage
|
@titlepage
|
||||||
@title @sc{gnu} libiberty
|
@title @sc{gnu} libiberty
|
||||||
@subtitle September 2001
|
|
||||||
@subtitle for GCC 3
|
|
||||||
@author Phil Edwards et al.
|
@author Phil Edwards et al.
|
||||||
@page
|
@page
|
||||||
|
|
||||||
|
|
||||||
@vskip 0pt plus 1filll
|
@vskip 0pt plus 1filll
|
||||||
Copyright @copyright{} 2001 Free Software Foundation, Inc.
|
Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
|
||||||
|
2009, 2010 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
Permission is granted to copy, distribute and/or modify this document
|
||||||
under the terms of the GNU Free Documentation License, Version 1.2
|
under the terms of the GNU Free Documentation License, Version 1.3
|
||||||
or any later version published by the Free Software Foundation;
|
or any later version published by the Free Software Foundation;
|
||||||
with no Invariant Sections, with no Front-Cover Texts, and with no
|
with no Invariant Sections, with no Front-Cover Texts, and with no
|
||||||
Back-Cover Texts. A copy of the license is included in the
|
Back-Cover Texts. A copy of the license is included in the
|
||||||
|
@ -76,9 +73,6 @@ The @libib{} library is a collection of subroutines used by various
|
||||||
GNU programs. It is available under the Library General Public
|
GNU programs. It is available under the Library General Public
|
||||||
License; for more information, see @ref{Library Copying}.
|
License; for more information, see @ref{Library Copying}.
|
||||||
|
|
||||||
@c The edition date is written in three locations. Search for 'thedate'.
|
|
||||||
This edition accompanies GCC 3, September 2001.
|
|
||||||
|
|
||||||
@end ifnottex
|
@end ifnottex
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
|
|
Loading…
Reference in New Issue