summaryrefslogtreecommitdiff
path: root/libjava/gij.cc
diff options
context:
space:
mode:
authorAnthony Green <green@redhat.com>2005-02-18 20:52:16 +0000
committerAnthony Green <green@gcc.gnu.org>2005-02-18 20:52:16 +0000
commit0ae65c915a3fcae67ac5e1c7be4ffa2ad1ac70e9 (patch)
tree87f0e13eb1e98a91d7b5f2074dfebf00de5a9371 /libjava/gij.cc
parent258dba8f6285d860fa57b63d1dba7b3a38ae308f (diff)
downloadgcc-0ae65c915a3fcae67ac5e1c7be4ffa2ad1ac70e9.tar.gz
gij.cc (version): Change year for '--version' to 2005.
2005-02-18 Anthony Green <green@redhat.com> * gij.cc (version): Change year for '--version' to 2005. * gnu/gcj/convert/Convert.java: Ditto. * gnu/java/rmi/rmic/RMIC.java: Ditto. * gnu/java/rmi/registry/RegistryImpl.java: Ditto. * gnu/gcj/tools/gcj_dbtool/Main.java: Only show the most recent copyright year in `--version' output. From-SVN: r95232
Diffstat (limited to 'libjava/gij.cc')
-rw-r--r--libjava/gij.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/gij.cc b/libjava/gij.cc
index 64457857a13..1894d9b9c96 100644
--- a/libjava/gij.cc
+++ b/libjava/gij.cc
@@ -47,7 +47,7 @@ static void
version ()
{
printf ("gij (GNU libgcj) version %s\n\n", __VERSION__);
- printf ("Copyright (C) 2002 Free Software Foundation, Inc.\n");
+ printf ("Copyright (C) 2005 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");
}