OSDN Git Service

2007-08-30 Andreas Tobler <a.tobler@schweiz.org>
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Aug 2007 18:27:12 +0000 (18:27 +0000)
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Aug 2007 18:27:12 +0000 (18:27 +0000)
* gij.cc (version): Update Copyright year.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127933 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/gij.cc

index 07b0d14..d68d4d6 100644 (file)
@@ -1,3 +1,7 @@
+2007-08-30  Andreas Tobler  <a.tobler@schweiz.org>
+
+       * gij.cc (version): Update Copyright year.
+
 2007-08-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
        * configure.host (gnu*): Set use_libgcj_bc to yes.
index a3b8529..c04b1d8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999-2006  Free Software Foundation
+/* Copyright (C) 1999-2007  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) 2006 Free Software Foundation, Inc.\n");
+  printf ("Copyright (C) 2007 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");
 }