diff options
author | Alan Modra <amodra@gmail.com> | 2015-01-02 00:45:26 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-01-02 00:53:45 +1030 |
commit | b90efa5b79ac1524ec260f8eb89d1be37e0219a7 (patch) | |
tree | a7ebeb673d79bf4ba968d3a740a9b2a185f0bb48 /gold/dwp.cc | |
parent | 32d0add0a654c1204ab71dc8a55d9374538c4b33 (diff) | |
download | binutils-gdb-b90efa5b79ac1524ec260f8eb89d1be37e0219a7.tar.gz |
ChangeLog rotatation and copyright year update
Diffstat (limited to 'gold/dwp.cc')
-rw-r--r-- | gold/dwp.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/dwp.cc b/gold/dwp.cc index 5401e0c6ee3..6d44d87851f 100644 --- a/gold/dwp.cc +++ b/gold/dwp.cc @@ -1,6 +1,6 @@ // dwp.cc -- DWARF packaging utility -// Copyright (C) 2012-2014 Free Software Foundation, Inc. +// Copyright (C) 2012-2015 Free Software Foundation, Inc. // Written by Cary Coutant <ccoutant@google.com>. // This file is part of dwp, the DWARF packaging utility. @@ -2352,7 +2352,7 @@ print_version() { // This output is intended to follow the GNU standards. printf("GNU dwp %s\n", BFD_VERSION_STRING); - printf(_("Copyright (C) 2014 Free Software Foundation, Inc.\n")); + printf(_("Copyright (C) 2014-2015 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\ |