]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Update printed copyright.
authorAlan Modra <amodra@gmail.com>
Mon, 15 May 2000 02:21:03 +0000 (02:21 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 15 May 2000 02:21:03 +0000 (02:21 +0000)
ld/ChangeLog
ld/lexsup.c

index dfcf47db086e5e76f73ab8811096625b4e47b387..13689181e7441cfbe7426997bc361695667ad8a3 100644 (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>:
index 7b5e89c1373c054bcc66a2b3f2a24d5be16e4712..e2aac472b3529a9fd959a18020a895222a45d072 100644 (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"));