This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[ documentation ] patch for other/1081 (copyrights)


Here's a fix for a high-priority bug, though it's rather trivial.
This fixes the copyright issues for the remaining texi files that
are in the 3.0 release.

For contrib.texi it says anyone may copy or distribute but only
those authorized by the SC or FSF may change it.  The intention is that
everyone with CVS write-anywhere access is approved, but this leaves
it open.

If this patch is accepted, PR other/1081 can be changed to low priority
(the remaining issue is with the Chill manual, which isn't in 3.0).

2001-06-08  Joe Buck  <jbuck@welsh-buck.org>

	PR other/1081
	* md.texi: Use four digits for copyright dates.
	* contrib.texi: Add copyright notice.

Index: md.texi
===================================================================
RCS file: /cvs/gcc/egcs/gcc/Attic/md.texi,v
retrieving revision 1.56.2.3
diff -u -r1.56.2.3 md.texi
--- md.texi	2001/05/28 21:00:52	1.56.2.3
+++ md.texi	2001/06/08 18:56:30
@@ -1,4 +1,4 @@
-@c Copyright (C) 1988, 89, 92, 93, 94, 96, 1998, 2000, 2001 Free Software Foundation, Inc.
+@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1996, 1998, 2000, 2001 Free Software Foundation, Inc.
 @c This is part of the GCC manual.
 @c For copying conditions, see the file gcc.texi.
 
Index: contrib.texi
===================================================================
RCS file: /cvs/gcc/egcs/gcc/Attic/contrib.texi,v
retrieving revision 1.8.4.2
diff -u -r1.8.4.2 contrib.texi
--- contrib.texi	2001/06/02 12:19:54	1.8.4.2
+++ contrib.texi	2001/06/08 18:57:22
@@ -1,3 +1,8 @@
+@c Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+@c Everyone is permitted to copy and distribute verbatim copies
+@c of this document, but only those authorized by the FSF or the
+@c GCC Steering Committee may change it.
+
 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]