Commit 45441c5b by Joseph Myers Committed by Joseph Myers

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
parent 7463ef45
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> Thu Nov 23 02:18:57 2000 J"orn Rennecke <amylaar@redhat.com>
* Make-lang.in (g77spec.o): Depend on $(CONFIG_H). * Make-lang.in (g77spec.o): Depend on $(CONFIG_H).
......
...@@ -381,7 +381,7 @@ lang_specific_driver (in_argc, in_argv, in_added_libraries) ...@@ -381,7 +381,7 @@ lang_specific_driver (in_argc, in_argv, in_added_libraries)
case OPTION_version: case OPTION_version:
printf ("\ printf ("\
GNU Fortran %s\n\ 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\ For more version information on components of the GNU Fortran\n\
compilation system, especially useful when reporting bugs,\n\ compilation system, especially useful when reporting bugs,\n\
type the command `g77 --verbose'.\n\ type the command `g77 --verbose'.\n\
......
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> 2000-11-23 Anthony Green <green@redhat.com>
* jcf-parse.c (init_jcf_parse): Register current_file_list root. * jcf-parse.c (init_jcf_parse): Register current_file_list root.
......
...@@ -1961,7 +1961,7 @@ static void ...@@ -1961,7 +1961,7 @@ static void
version () version ()
{ {
printf ("gcjh (%s)\n\n", version_string); 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 ("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"); printf ("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n");
exit (0); exit (0);
......
...@@ -823,7 +823,7 @@ static void ...@@ -823,7 +823,7 @@ static void
version () version ()
{ {
printf ("jcf-dump (%s)\n\n", version_string); 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 ("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"); printf ("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n");
exit (0); exit (0);
......
...@@ -118,7 +118,7 @@ static void ...@@ -118,7 +118,7 @@ static void
version () version ()
{ {
printf ("jv-scan (%s)\n\n", version_string); 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 ("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"); printf ("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n");
exit (0); exit (0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment