jv-scan.c (version): Update copyright year.
authorJoseph Myers <jsm28@cam.ac.uk>
Wed, 23 May 2001 18:10:30 +0000 (19:10 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 23 May 2001 18:10:30 +0000 (19:10 +0100)
gcc/java:
* jv-scan.c (version): Update copyright year.

libjava:
* gij.cc (version): Update copyright year.

From-SVN: r42505

gcc/java/ChangeLog
gcc/java/jv-scan.c
libjava/ChangeLog
libjava/gij.cc

index 7b4c0e54ed05c696cb2be417c2196219beb50252..df340665bb2d34a12f33a1833f5e156cd51c24d8 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-23  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * jv-scan.c (version): Update copyright year.
+
 2001-05-21  Per Bothner  <per@bothner.com>
 
        * jcf-parse.c (read_class):  If class is from .class or .zip file
index d5b0d0a678328a666e8b76fb5b62f53c08f9af1c..e1844e69b1d8092200d20e14156a32d58340555f 100644 (file)
@@ -119,7 +119,7 @@ static void
 version ()
 {
   printf ("jv-scan (%s)\n\n", version_string);
-  printf ("Copyright (C) 2000 Free Software Foundation, Inc.\n");
+  printf ("Copyright (C) 2001 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 45a8f13748eb70228ed81f88c356b0fe9b22245e..3f098c22c0227021359bcd9b3897e713d6d4d8f9 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-23  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * gij.cc (version): Update copyright year.
+
 2001-05-22  Anthony Green  <green@redhat.com>
 
        * configure.in: Tweak canadian cross test, and don't redefine GCJ
index 47faed37597c6c2377cb7b8baf75b1a5f3d0eb55..11d4a163de3dcbed63c1393a70d7f5a601abcf98 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2000  Free Software Foundation
+/* Copyright (C) 1999, 2000, 2001  Free Software Foundation
 
    This file is part of libgcj.
 
@@ -41,7 +41,7 @@ static void
 version ()
 {
   printf ("gij (GNU libgcj) version %s\n\n", VERSION);
-  printf ("Copyright (C) 1999, 2000 Free Software Foundation.\n");
+  printf ("Copyright (C) 2001 Free Software Foundation.\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");
   exit (0);