From ff78e97a2163ae7f69e370ac3448896102ce4479 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 15 May 2000 02:17:52 +0000 Subject: [PATCH] Update printed copyright. --- ld/ChangeLog | 4 ++++ ld/lexsup.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 8a8f4f8e7f..84695a1e0f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2000-05-15 David O'Brien + + * lexsup.c (parse_args): Update the year in the copyright notice. + 2000-05-13 Alan Modra * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain): diff --git a/ld/lexsup.c b/ld/lexsup.c index 7b5e89c137..e2aac472b3 100644 --- a/ld/lexsup.c +++ b/ld/lexsup.c @@ -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")); -- 2.11.0