diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-01-26 21:35:07 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-01-26 21:35:07 +0000 |
commit | 74fb48112b2eb9edd02860dccfcf6ed2cdf5d096 (patch) | |
tree | cac32f8eed421f208f438f9c214e7fbfa129e47a | |
parent | 3bcf1b13176db0edef5f7a123ee1735e6950f61b (diff) | |
download | gcc-74fb48112b2eb9edd02860dccfcf6ed2cdf5d096.zip gcc-74fb48112b2eb9edd02860dccfcf6ed2cdf5d096.tar.gz gcc-74fb48112b2eb9edd02860dccfcf6ed2cdf5d096.tar.bz2 |
* doc/gccint.texi: Update the copyright.
From-SVN: r61860
-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 dbd0fb1..472446e 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 918566a..0f95e12 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 |