aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2000-11-26 19:30:31 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2000-11-26 19:30:31 +0000
commit45441c5b90a61c9870704cf402ef372b8261299f (patch)
tree562fd03e6a933c752156eead720d39ae7ceca338 /gcc/java
parent7463ef45cef847c6c629837bce486cc72f9f13bf (diff)
downloadgcc-45441c5b90a61c9870704cf402ef372b8261299f.zip
gcc-45441c5b90a61c9870704cf402ef372b8261299f.tar.gz
gcc-45441c5b90a61c9870704cf402ef372b8261299f.tar.bz2
g77spec.c (lang_specific_driver): Update copyright year to 2000.
f: * g77spec.c (lang_specific_driver): Update copyright year to 2000. java: * gjavah.c (version), jcf-dump.c (version), jv-scan.c (version): Update copyright year to 2000. From-SVN: r37765
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
-rw-r--r--gcc/java/jv-scan.c2
4 files changed, 8 insertions, 3 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 289b829..69e257b 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-26 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * gjavah.c (version), jcf-dump.c (version), jv-scan.c (version):
+ Update copyright year to 2000.
+
2000-11-23 Anthony Green <green@redhat.com>
* jcf-parse.c (init_jcf_parse): Register current_file_list root.
diff --git a/gcc/java/gjavah.c b/gcc/java/gjavah.c
index 3b9cee5..357cad0 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) 1998, 1999 Free Software Foundation, Inc.\n");
+ printf ("Copyright (C) 2000 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 1becf16..72f9c68 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) 1998, 1999 Free Software Foundation, Inc.\n");
+ printf ("Copyright (C) 2000 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/jv-scan.c b/gcc/java/jv-scan.c
index e1ef70a..bb0be61 100644
--- a/gcc/java/jv-scan.c
+++ b/gcc/java/jv-scan.c
@@ -118,7 +118,7 @@ static void
version ()
{
printf ("jv-scan (%s)\n\n", version_string);
- printf ("Copyright (C) 1998, 1999 Free Software Foundation, Inc.\n");
+ printf ("Copyright (C) 2000 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);