diff options
Diffstat (limited to 'gold')
-rw-r--r-- | gold/ChangeLog | 4 | ||||
-rw-r--r-- | gold/dwp.cc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 3ef176b..f600b84 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2014-03-03 Alan Modra <amodra@gmail.com> + + * dwp.cc (print_version): Update copyright year to current. + 2014-02-10 Alan Modra <amodra@gmail.com> * po/gold.pot: Regenerate. diff --git a/gold/dwp.cc b/gold/dwp.cc index 04a1447..51d4702 100644 --- a/gold/dwp.cc +++ b/gold/dwp.cc @@ -2347,7 +2347,7 @@ print_version() { // This output is intended to follow the GNU standards. printf("GNU dwp %s\n", BFD_VERSION_STRING); - printf(_("Copyright 2012 Free Software Foundation, Inc.\n")); + printf(_("Copyright 2014 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 version 3 or (at your option) any later version.\n\ |