g77spec.c (lang_specific_driver): Update copyright year to 2000.
authorJoseph Myers <jsm28@cam.ac.uk>
Sun, 26 Nov 2000 19:30:31 +0000 (19:30 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sun, 26 Nov 2000 19:30:31 +0000 (19:30 +0000)
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

gcc/f/ChangeLog
gcc/f/g77spec.c
gcc/java/ChangeLog
gcc/java/gjavah.c
gcc/java/jcf-dump.c
gcc/java/jv-scan.c

index 120c706324f2a51f9eebf5791f2e85ad9e479f43..7b5aeb6afa1a2a6d334dd7ad22c72a19418fb904 100644 (file)
@@ -1,3 +1,7 @@
+Sun Nov 26 19:25:56 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * g77spec.c (lang_specific_driver): Update copyright year to 2000.
+
 Thu Nov 23 02:18:57 2000  J"orn Rennecke <amylaar@redhat.com>
 
        * Make-lang.in (g77spec.o): Depend on $(CONFIG_H).
index 9b7015c592712b4c1645b874fe90defe6f55d3e3..a76b8947e3f906c8460a6e6d755def462734bc08 100644 (file)
@@ -381,7 +381,7 @@ lang_specific_driver (in_argc, in_argv, in_added_libraries)
        case OPTION_version:
          printf ("\
 GNU Fortran %s\n\
-Copyright (C) 1997 Free Software Foundation, Inc.\n\
+Copyright (C) 2000 Free Software Foundation, Inc.\n\
 For more version information on components of the GNU Fortran\n\
 compilation system, especially useful when reporting bugs,\n\
 type the command `g77 --verbose'.\n\
index 289b829a2c4f250df1cb3f6ee5a9de8e0c6c1fd6..69e257bbcb3be2e599efc1bc23e58b56388b115f 100644 (file)
@@ -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.
index 3b9cee5313ef3a002e57275178610e00b7127c08..357cad06e6cddd7ef9c2cf77d5aa31190323b4ab 100644 (file)
@@ -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);
index 1becf16e33e31cbd454c20c9c071c1da8844142f..72f9c6887c17d09b03f3a6fe80851d4e71e5feae 100644 (file)
@@ -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);
index e1ef70a4b2997b577c76cef3be48e489249df579..bb0be618c52401fbf7325552ea73a019088ff4ca 100644 (file)
@@ -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);