aboutsummaryrefslogtreecommitdiff
path: root/libjava/gij.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gij.cc')
-rw-r--r--libjava/gij.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/gij.cc b/libjava/gij.cc
index 948ea03..54674a9 100644
--- a/libjava/gij.cc
+++ b/libjava/gij.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999 Free Software Foundation
+/* Copyright (C) 1999, 2000 Free Software Foundation
This file is part of libgcj.
@@ -31,7 +31,7 @@ help ()
printf (" --ms=NUMBER set initial heap size\n");
printf (" --mx=NUMBER set maximum heap size\n");
printf (" --version print version number, then exit\n");
- printf ("\nSee http://sourceware.cygnus.com/java/ for information on reporting bugs\n");
+ printf ("\nSee http://sources.redhat.com/java/ for information on reporting bugs\n");
exit (0);
}
@@ -39,7 +39,7 @@ static void
version ()
{
printf ("gij (GNU libgcj) version %s\n\n", VERSION);
- printf ("Copyright (C) 1999 Free Software Foundation.\n");
+ printf ("Copyright (C) 1999, 2000 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);