Patch to update copyright dates
Joseph S. Myers
jsm28@cam.ac.uk
Sun Nov 26 11:35:00 GMT 2000
According to the GNU coding standards, --version output should give as
copyright year the most recent year in which changes were made only.
Accordingly I've installed the following patch as obvious.
Index: f/ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/f/ChangeLog,v
retrieving revision 1.298
diff -u -r1.298 ChangeLog
--- ChangeLog 2000/11/23 02:22:03 1.298
+++ ChangeLog 2000/11/26 19:28:53
@@ -1,3 +1,7 @@
+Sun Nov 26 19:25:56 2000 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * g77spec.c (lang_specific_driver): Update copyright year to 2000.
+
Thu Nov 23 02:18:57 2000 J"orn Rennecke <amylaar@redhat.com>
* Make-lang.in (g77spec.o): Depend on $(CONFIG_H).
Index: f/g77spec.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/f/g77spec.c,v
retrieving revision 1.28
diff -u -r1.28 g77spec.c
--- g77spec.c 2000/10/21 18:10:32 1.28
+++ g77spec.c 2000/11/26 19:28:53
@@ -381,7 +381,7 @@
case OPTION_version:
printf ("\
GNU Fortran %s\n\
-Copyright (C) 1997 Free Software Foundation, Inc.\n\
+Copyright (C) 2000 Free Software Foundation, Inc.\n\
For more version information on components of the GNU Fortran\n\
compilation system, especially useful when reporting bugs,\n\
type the command `g77 --verbose'.\n\
Index: java/ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/ChangeLog,v
retrieving revision 1.581
diff -u -r1.581 ChangeLog
--- ChangeLog 2000/11/24 15:29:39 1.581
+++ ChangeLog 2000/11/26 19:28:55
@@ -1,3 +1,8 @@
+2000-11-26 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * gjavah.c (version), jcf-dump.c (version), jv-scan.c (version):
+ Update copyright year to 2000.
+
2000-11-23 Anthony Green <green@redhat.com>
* jcf-parse.c (init_jcf_parse): Register current_file_list root.
Index: java/gjavah.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/gjavah.c,v
retrieving revision 1.66
diff -u -r1.66 gjavah.c
--- gjavah.c 2000/11/08 20:33:37 1.66
+++ gjavah.c 2000/11/26 19:28:56
@@ -1961,7 +1961,7 @@
version ()
{
printf ("gcjh (%s)\n\n", version_string);
- printf ("Copyright (C) 1998, 1999 Free Software Foundation, Inc.\n");
+ printf ("Copyright (C) 2000 Free Software Foundation, Inc.\n");
printf ("This is free software; see the source for copying conditions. There is NO\n");
printf ("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n");
exit (0);
Index: java/jcf-dump.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/jcf-dump.c,v
retrieving revision 1.34
diff -u -r1.34 jcf-dump.c
--- jcf-dump.c 2000/11/04 04:57:33 1.34
+++ jcf-dump.c 2000/11/26 19:28:56
@@ -823,7 +823,7 @@
version ()
{
printf ("jcf-dump (%s)\n\n", version_string);
- printf ("Copyright (C) 1998, 1999 Free Software Foundation, Inc.\n");
+ printf ("Copyright (C) 2000 Free Software Foundation, Inc.\n");
printf ("This is free software; see the source for copying conditions. There is NO\n");
printf ("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n");
exit (0);
Index: java/jv-scan.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/jv-scan.c,v
retrieving revision 1.21
diff -u -r1.21 jv-scan.c
--- jv-scan.c 2000/11/20 22:56:14 1.21
+++ jv-scan.c 2000/11/26 19:28:56
@@ -118,7 +118,7 @@
version ()
{
printf ("jv-scan (%s)\n\n", version_string);
- printf ("Copyright (C) 1998, 1999 Free Software Foundation, Inc.\n");
+ printf ("Copyright (C) 2000 Free Software Foundation, Inc.\n");
printf ("This is free software; see the source for copying conditions. There is NO\n");
printf ("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n");
exit (0);
--
Joseph S. Myers
jsm28@cam.ac.uk
More information about the Gcc-patches
mailing list