diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/doc/gccint.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dbd0fb11cdf..472446e14c6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2003-01-26 Kazu Hirata <kazu@cs.umass.edu> + * doc/gccint.texi: Update the copyright. + +2003-01-26 Kazu Hirata <kazu@cs.umass.edu> + * doc/cpp.texi: Fix typos. * doc/extend.texi: Likewise. * doc/gty.texi: Likewise. diff --git a/gcc/doc/gccint.texi b/gcc/doc/gccint.texi index 918566ab04e..0f95e12f1e8 100644 --- a/gcc/doc/gccint.texi +++ b/gcc/doc/gccint.texi @@ -48,7 +48,7 @@ @copying Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -1999, 2000, 2001, 2002 Free Software Foundation, Inc. +1999, 2000, 2001, 2002, 2003 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 |

