diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-23 16:11:34 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-23 16:11:34 +0000 |
commit | 448c0fae07fbf8e017a4ee4cbd20642d2ab44bc2 (patch) | |
tree | fe0938168d357e648990b0f773191bfa570f80a9 /gcc | |
parent | 9fbaa4450b1ee302a579bb92a5a4a4cced202a70 (diff) | |
download | ppe42-gcc-448c0fae07fbf8e017a4ee4cbd20642d2ab44bc2.tar.gz ppe42-gcc-448c0fae07fbf8e017a4ee4cbd20642d2ab44bc2.zip |
* doc/extend.texi: Remove duplicate 2003 copyright date.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65997 138bc75d-0d04-0410-961f-82ee72b054a4
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 0c18f2f0712..0c680e9c944 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 7a6c112319c..0290419dc5d 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. |