aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java')
-rw-r--r--gcc/java/ChangeLog5
-rw-r--r--gcc/java/gjavah.c2
-rw-r--r--gcc/java/jcf-dump.c2
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 9b9dd58..7151645 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-12 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * gjavah.c (version), jcf-dump.c (version): Update copyright year
+ to 2001.
+
2001-01-11 Bryce McKinlay <bryce@albatross.co.nz>
* parse.y (resolve_expression_name): Permit instance variables from
diff --git a/gcc/java/gjavah.c b/gcc/java/gjavah.c
index 357cad0..809ccf4 100644
--- a/gcc/java/gjavah.c
+++ b/gcc/java/gjavah.c
@@ -1961,7 +1961,7 @@ static void
version ()
{
printf ("gcjh (%s)\n\n", version_string);
- printf ("Copyright (C) 2000 Free Software Foundation, Inc.\n");
+ printf ("Copyright (C) 2001 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\n");
exit (0);
diff --git a/gcc/java/jcf-dump.c b/gcc/java/jcf-dump.c
index 72f9c68..de9758d 100644
--- a/gcc/java/jcf-dump.c
+++ b/gcc/java/jcf-dump.c
@@ -823,7 +823,7 @@ static void
version ()
{
printf ("jcf-dump (%s)\n\n", version_string);
- printf ("Copyright (C) 2000 Free Software Foundation, Inc.\n");
+ printf ("Copyright (C) 2001 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\n");
exit (0);