Commit 67c02083 by Andreas Tobler Committed by Andreas Tobler

gij.cc (version): Update Copyright year.

2007-08-30  Andreas Tobler  <a.tobler@schweiz.org>

	* gij.cc (version): Update Copyright year.

From-SVN: r127933
parent 297e9b46
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> 2007-08-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
* configure.host (gnu*): Set use_libgcj_bc to yes. * configure.host (gnu*): Set use_libgcj_bc to yes.
......
/* Copyright (C) 1999-2006 Free Software Foundation /* Copyright (C) 1999-2007 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
...@@ -42,7 +42,7 @@ version () ...@@ -42,7 +42,7 @@ version ()
{ {
printf ("java version \"" JV_VERSION "\"\n"); printf ("java version \"" JV_VERSION "\"\n");
printf ("gij (GNU libgcj) version %s\n\n", __VERSION__); 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 ("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"); printf ("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment