gij.cc (version): Use 2006.
authorTom Tromey <tromey@redhat.com>
Tue, 7 Feb 2006 00:59:27 +0000 (00:59 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 7 Feb 2006 00:59:27 +0000 (00:59 +0000)
* gij.cc (version): Use 2006.
* gnu/java/rmi/rmic/RMIC.java (parseOptions): Use 2006.
* gnu/gcj/convert/Convert.java (version): Use 2006.
* gnu/gcj/tools/gcj_dbtool/Main.java (main): Use 2006.

From-SVN: r110681

libjava/ChangeLog
libjava/gij.cc
libjava/gnu/gcj/convert/Convert.java
libjava/gnu/gcj/tools/gcj_dbtool/Main.java
libjava/gnu/java/rmi/rmic/RMIC.java

index 970d975a1e87acf5eea3946ebdd101ca332b9b0d..43a0e484aa727424956cb9ab1ac8afd9fea74b95 100644 (file)
@@ -1,3 +1,10 @@
+2006-02-06  Tom Tromey  <tromey@redhat.com>
+
+       * gij.cc (version): Use 2006.
+       * gnu/java/rmi/rmic/RMIC.java (parseOptions): Use 2006.
+       * gnu/gcj/convert/Convert.java (version): Use 2006.
+       * gnu/gcj/tools/gcj_dbtool/Main.java (main): Use 2006.
+
 2006-02-04  Tom Tromey  <tromey@redhat.com>
 
        PR java/25676:
index 44adea26e744ad24016feb0f08c699fb940efb5e..b10e53b0808dc242b9a651f96091796eeae49cc3 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999-2005  Free Software Foundation
+/* Copyright (C) 1999-2006  Free Software Foundation
 
    This file is part of libgcj.
 
@@ -42,7 +42,7 @@ version ()
 {
   printf ("java version \"" JV_VERSION "\"\n");
   printf ("gij (GNU libgcj) version %s\n\n", __VERSION__);
-  printf ("Copyright (C) 2005 Free Software Foundation, Inc.\n");
+  printf ("Copyright (C) 2006 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");
 }
index 5d4a314d60950d64dd2aef695149d38849d552d1..afeac649248baae6d34903754e6eb421ec573930 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2002, 2005  Free Software Foundation
+/* Copyright (C) 1999, 2002, 2005, 2006  Free Software Foundation
 
    This file is part of libgcj.
 
@@ -45,7 +45,7 @@ public class Convert
                       + ") "
                       + System.getProperty("java.vm.version"));
     System.out.println();
-    System.out.println("Copyright (C) 2005 Free Software Foundation, Inc.");
+    System.out.println("Copyright (C) 2006 Free Software Foundation, Inc.");
     System.out.println("This is free software; see the source for copying conditions.  There is NO");
     System.out.println("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.");
     System.exit(0);
index f16a86a3698de0a56202d1be233f6b060b774e59..c34aa7bc0a9256a58ca80aa9754789bae7e39faf 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004, 2005  Free Software Foundation
+/* Copyright (C) 2004, 2005, 2006  Free Software Foundation
 
    This file is part of libgcj.
 
@@ -46,7 +46,7 @@ public class Main
                           + ") "
                           + System.getProperty("java.vm.version"));
        System.out.println();
-       System.out.println("Copyright 2005 Free Software Foundation, Inc.");
+       System.out.println("Copyright 2006 Free Software Foundation, Inc.");
        System.out.println("This is free software; see the source for copying conditions.  There is NO");
        System.out.println("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.");
        return;
index ed6ceb6253b07c906f97d9b2e2fa32294ab1fb84..27cd99bcded351c5f8b61eff058b2028cf58cb5a 100644 (file)
@@ -1,5 +1,5 @@
 /* RMIC.java --
-   Copyright (c) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005
+   Copyright (c) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006
    Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
@@ -978,7 +978,7 @@ public class RMIC
            System.out.println("rmic (" + System.getProperty("java.vm.name")
                               + ") " + System.getProperty("java.vm.version"));
            System.out.println();
-           System.out.println("Copyright 2005 Free Software Foundation, Inc.");
+           System.out.println("Copyright 2006 Free Software Foundation, Inc.");
            System.out.println("This is free software; see the source for copying conditions.  There is NO");
            System.out.println("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.");
            System.exit(0);