diff options
author | Mark Mitchell <mark@codesourcery.com> | 2003-04-23 16:11:34 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2003-04-23 16:11:34 +0000 |
commit | f0ddce84f92b55f2b64195ee71ae9a70ae115395 (patch) | |
tree | fe0938168d357e648990b0f773191bfa570f80a9 /gcc | |
parent | 61b4ca1ccd3e37172acf9f5774a6a971fefe9332 (diff) | |
download | gcc-f0ddce84f92b55f2b64195ee71ae9a70ae115395.zip gcc-f0ddce84f92b55f2b64195ee71ae9a70ae115395.tar.gz gcc-f0ddce84f92b55f2b64195ee71ae9a70ae115395.tar.bz2 |
* doc/extend.texi: Remove duplicate 2003 copyright date.
From-SVN: r65997
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0c18f2f..0c680e9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-04-23 Mark Mitchell <mark@codesourcery.com> + + * doc/extend.texi: Remove duplicate 2003 copyright date. + 2003-04-23 Nathan Sidwell <nathan@codesourcery.com> * Makefile.in (LIBGCC_DEPS): Add gcov headers. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 7a6c112..0290419 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -1,5 +1,5 @@ -@c Copyright (C) 1988,1989,1992,1993,1994,1996,1998,1999,2000,2001,2002, 2003, -@c 2003 Free Software Foundation, Inc. +@c Copyright (C) 1988,1989,1992,1993,1994,1996,1998,1999,2000,2001,2002, 2003 +@c Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. |