Update printed copyright.
authorAlan Modra <amodra@gmail.com>
Mon, 15 May 2000 02:17:52 +0000 (02:17 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 15 May 2000 02:17:52 +0000 (02:17 +0000)
ld/ChangeLog
ld/lexsup.c

index 8a8f4f8e7f95be46f69b92d66de8a10913b74ce9..84695a1e0fa9ce714371b5e2514211068dc0ca98 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  Alan Modra  <alan@linuxcare.com.au>
 
        * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
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"));
This page took 0.043195 seconds and 4 git commands to generate.