diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-06-08 00:38:07 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-06-08 00:38:07 +0100 |
commit | ad262bb2d5ffbc395f11a53cd7a3fdb312e7031d (patch) | |
tree | 65c43d5063634fac360e7a03e17c9105427221c6 /gcc | |
parent | 5c84b18ed242afc3423f2cb9d26f06dea3246564 (diff) | |
download | gcc-ad262bb2d5ffbc395f11a53cd7a3fdb312e7031d.zip gcc-ad262bb2d5ffbc395f11a53cd7a3fdb312e7031d.tar.gz gcc-ad262bb2d5ffbc395f11a53cd7a3fdb312e7031d.tar.bz2 |
* doc/contrib.texi: Add copyright notice.
From-SVN: r42987
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/contrib.texi | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f203cb9..60ea3c6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2001-06-08 Joseph S. Myers <jsm28@cam.ac.uk> + * doc/contrib.texi: Add copyright notice. + +2001-06-08 Joseph S. Myers <jsm28@cam.ac.uk> + * doc/md.texi: Use four digit years in copyright notice. 2001-06-08 Joseph S. Myers <jsm28@cam.ac.uk> diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index ae8941e..71bcf97 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -1,3 +1,8 @@ +@c Copyright (C) 1988,1989,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001 +@c Free Software Foundation, Inc. +@c This is part of the GCC manual. +@c For copying conditions, see the file gcc.texi. + The GCC project would like to thank its many contributors. Without them the project would not have been nearly as successful as it has been. Any omissions in this list are accidental. Feel free to contact |