g77spec.c (lang_specific_driver): Update copyright year to 2001.

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
This commit is contained in:
Joseph Myers 2001-01-12 17:28:23 +00:00 committed by Joseph Myers
parent e6f3b89df9
commit a67a383a7f
5 changed files with 12 additions and 3 deletions

View 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> Wed Jan 10 14:39:45 2001 Mark Mitchell <mark@codesourcery.com>
* com.c (ffecom_init_zero_): Remove last argument in call to * com.c (ffecom_init_zero_): Remove last argument in call to

View File

@ -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) 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\ 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\

View 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> 2001-01-11 Bryce McKinlay <bryce@albatross.co.nz>
* parse.y (resolve_expression_name): Permit instance variables from * parse.y (resolve_expression_name): Permit instance variables from

View File

@ -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) 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 ("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);

View File

@ -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) 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 ("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);