Update printed copyright.

This commit is contained in:
Alan Modra 2000-05-15 02:21:03 +00:00
parent 8fa1a913e5
commit d74937972a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-05-15 David O'Brien <obrien@FreeBSD.org>
* lexsup.c (parse_args): Update the year in the copyright notice.
2000-05-13 Philip Blundell <pb@futuretv.com>
From Joel Sherrill <joel@OARcorp.com>:

View File

@ -877,7 +877,7 @@ parse_args (argc, argv)
case OPTION_VERSION:
/* This output is intended to follow the GNU standards document. */
printf ("GNU ld %s\n", ld_program_version);
printf (_("Copyright 1997 Free Software Foundation, Inc.\n"));
printf (_("Copyright 2000 Free Software Foundation, Inc.\n"));
printf (_("\
This program is free software; you may redistribute it under the terms of\n\
the GNU General Public License. This program has absolutely no warranty.\n"));