diff options
author | Alan Modra <amodra@gmail.com> | 2014-03-05 22:16:15 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2014-03-05 22:16:15 +1030 |
commit | 4b95cf5c0c75d6efc1b2f96af72317aecca079f1 (patch) | |
tree | 665946eb3fd6cfcaac5029a0d44741e7fdc08d3e /gold/dwp.cc | |
parent | 45965137bee4946dca3cd99285f2a7afe6b99aeb (diff) | |
download | binutils-gdb-4b95cf5c0c75d6efc1b2f96af72317aecca079f1.tar.gz |
Update copyright years
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 51d47022b3e..6fe5c79f101 100644 --- a/gold/dwp.cc +++ b/gold/dwp.cc @@ -1,6 +1,6 @@ // dwp.cc -- DWARF packaging utility -// Copyright 2012 Free Software Foundation, Inc. +// Copyright (C) 2012-2014 Free Software Foundation, Inc. // Written by Cary Coutant <ccoutant@google.com>. // This file is part of dwp, the DWARF packaging utility. @@ -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 2014 Free Software Foundation, Inc.\n")); + printf(_("Copyright (C) 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\ |