From 2c80b75360d2e31dec9e4b32b2d5034b1de10eb6 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 1 Mar 2014 21:55:26 +1030 Subject: Fix various copyright issues binutils/ * README: Add "Copyright Notices" paragraph. gas/ * config/bfin-lex-wrapper.c: Correct copyright date. * config/tc-frv.c: Correct copyright punctuation. * config/tc-ip2k.c: Likewise. * config/tc-iq2000.c: Likewise. * config/tc-mep.c: Likewise. * config/tc-tic4x.c: Likewise. * config/tc-tic4x.h: Likewise. ld/testsuite/ * ld-scripts/phdrs2.exp: Correct copyright punctuation. * ld-v850/v850.exp: Correct copyright typo. opcodes/ * i386-gen.c (process_copyright): Emit copyright notice on one line. gold/ * dwp.cc (print_version): Update copyright year to current. --- gold/ChangeLog | 4 ++++ gold/dwp.cc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gold') 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 + + * dwp.cc (print_version): Update copyright year to current. + 2014-02-10 Alan Modra * 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\ -- cgit v1.1