g77spec.c (lang_specific_driver): Update copyright year to 2001.
authorJoseph Myers <jsm28@cam.ac.uk>
Fri, 12 Jan 2001 17:28:23 +0000 (17:28 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 12 Jan 2001 17:28:23 +0000 (17:28 +0000)
f:
* g77spec.c (lang_specific_driver): Update copyright year to 2001.

java:
* gjavah.c (version), jcf-dump.c (version): Update copyright year
to 2001.

From-SVN: r38951

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

index 73898437074fed19be35a2151645c1d3299689c7..eb154fdbc60bff849329c3874738b0aaf4ec58ce 100644 (file)
@@ -1,3 +1,7 @@
+Fri Jan 12 17:21:33 2001  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * g77spec.c (lang_specific_driver): Update copyright year to 2001.
+
 Wed Jan 10 14:39:45 2001  Mark Mitchell  <mark@codesourcery.com>
 
        * com.c (ffecom_init_zero_):  Remove last argument in call to
index a76b8947e3f906c8460a6e6d755def462734bc08..b096dc6161b25ae8c246af2e33fcd9795f3c3fe3 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) 2000 Free Software Foundation, Inc.\n\
+Copyright (C) 2001 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 9b9dd586035030303b018b58e92272509f3cd986..71516457aca7701f484e154b3babc3504e030c55 100644 (file)
@@ -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
index 357cad06e6cddd7ef9c2cf77d5aa31190323b4ab..809ccf4bd2a37a18f8b11ec6208b04880343c7df 100644 (file)
@@ -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);
index 72f9c6887c17d09b03f3a6fe80851d4e71e5feae..de9758d4e169f563730e6b309a4ccbd46cc8820f 100644 (file)
@@ -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);