diff options
author | Joseph Myers <jsm@polyomino.org.uk> | 2004-01-02 10:58:43 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2004-01-02 10:58:43 +0000 |
commit | daef8bbd72bac6afdc1f0c13ff4b6349128d8674 (patch) | |
tree | abd7edba0abb427025d5d771b48380a3cf7cbe86 | |
parent | 7e081a0cf3bf82aa630ddd69f2315413672d06f6 (diff) | |
download | gcc-daef8bbd72bac6afdc1f0c13ff4b6349128d8674.zip gcc-daef8bbd72bac6afdc1f0c13ff4b6349128d8674.tar.gz gcc-daef8bbd72bac6afdc1f0c13ff4b6349128d8674.tar.bz2 |
gcc.texi, [...]: Update copyright and last modification dates.
* doc/gcc.texi, doc/invoke.texi, doc/install.texi: Update
copyright and last modification dates.
From-SVN: r75319
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/gcc.texi | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
4 files changed, 10 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e29f9a1..bdd9f80 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-01-02 Joseph S. Myers <jsm@polyomino.org.uk> + + * doc/gcc.texi, doc/invoke.texi, doc/install.texi: Update + copyright and last modification dates. + 2004-01-02 Andreas Jaeger <aj@suse.de>, Gerald Pfeifer <gp@suse.de> * doc/install.texi (Specific): Mention x86_64. diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi index 72f6557..a682ee3 100644 --- a/gcc/doc/gcc.texi +++ b/gcc/doc/gcc.texi @@ -56,7 +56,7 @@ @copying Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +1999, 2000, 2001, 2002, 2003, 2004 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.2 or @@ -97,7 +97,7 @@ Boston, MA 02111-1307 USA @sp 2 @center Richard M. Stallman @sp 3 -@center Last updated 30 December 2002 +@center Last updated 2 January 2004 @sp 1 @center for GCC @value{version-GCC} diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 3aff2a8..96f58fa 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -43,7 +43,7 @@ @end ifset @c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -@c 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +@c 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. @c *** Converted to texinfo by Dean Wakerley, dean@wakerley.com @c Include everything if we're not making html @@ -64,7 +64,7 @@ @c Part 2 Summary Description and Copyright @copying Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. @sp 1 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 874e83c..96521e5 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -6,7 +6,7 @@ @ignore @c man begin COPYRIGHT Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004 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.2 or |