Patch: update --version copyright for gcj tools

Anthony Green green@redhat.com
Sat Feb 19 01:13:00 GMT 2005


This patch updates the --version output for gcjh, jcf-dump and jv-scan to say "2005".

Ok?

AG



2005-02-18  Anthony Green  <green@redhat.com>

	* gjavah.c (version): Update copyright year for `gcjh --version'.
	* jcf-dump.c (version): Ditto
	* jv-scan.c (version): Ditto.


Index: java/gjavah.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/gjavah.c,v
retrieving revision 1.128
diff -u -p -r1.128 gjavah.c
--- java/gjavah.c	2 Feb 2005 00:44:08 -0000	1.128
+++ java/gjavah.c	18 Feb 2005 20:46:47 -0000
@@ -2373,7 +2373,7 @@ static void
 version (void)
 {
   printf ("gcjh (GCC) %s\n\n", version_string);
-  printf ("Copyright %s 2004 Free Software Foundation, Inc.\n", _("(C)"));
+  printf ("Copyright %s 2005 Free Software Foundation, Inc.\n", _("(C)"));
   printf (_("This is free software; see the source for copying conditions.  There is NO\n"
 	    "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.64
diff -u -p -r1.64 jcf-dump.c
--- java/jcf-dump.c	25 Nov 2004 11:13:38 -0000	1.64
+++ java/jcf-dump.c	18 Feb 2005 20:46:47 -0000
@@ -913,7 +913,7 @@ static void
 version (void)
 {
   printf ("jcf-dump (GCC) %s\n\n", version_string);
-  printf ("Copyright %s 2004 Free Software Foundation, Inc.\n", _("(C)"));
+  printf ("Copyright %s 2005 Free Software Foundation, Inc.\n", _("(C)"));
   printf (_("This is free software; see the source for copying conditions.  There is NO\n"
 	    "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.47
diff -u -p -r1.47 jv-scan.c
--- java/jv-scan.c	12 Feb 2005 15:21:14 -0000	1.47
+++ java/jv-scan.c	18 Feb 2005 20:46:47 -0000
@@ -125,7 +125,7 @@ static void
 version (void)
 {
   printf ("jv-scan (GCC) %s\n\n", version_string);
-  printf ("Copyright %s 2004 Free Software Foundation, Inc.\n", _("(C)"));
+  printf ("Copyright %s 2005 Free Software Foundation, Inc.\n", _("(C)"));
   printf (_("This is free software; see the source for copying conditions.  There is NO\n"
 	    "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"));
   exit (0);




More information about the Gcc-patches mailing list