aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-05-15 02:17:52 +0000
committerAlan Modra <amodra@gmail.com>2000-05-15 02:17:52 +0000
commitc2f1343c8b32713ccf65984725f6b170cddb884f (patch)
tree67d2d9c1e559d3560ead8d62efdb31f5db3d9cc5 /ld
parent5bfb05ca594c81169234512fb4edd3d3f6833e16 (diff)
downloadbinutils-c2f1343c8b32713ccf65984725f6b170cddb884f.zip
binutils-c2f1343c8b32713ccf65984725f6b170cddb884f.tar.gz
binutils-c2f1343c8b32713ccf65984725f6b170cddb884f.tar.bz2
Update printed copyright.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/lexsup.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 8a8f4f8..84695a1 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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):
diff --git a/ld/lexsup.c b/ld/lexsup.c
index 7b5e89c..e2aac47 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"));