diff options
author | Ian Lance Taylor <iant@google.com> | 2008-03-13 21:04:21 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2008-03-13 21:04:21 +0000 |
commit | ebdbb4583d9b05504b1ca7e4f6c370f5d355e9bd (patch) | |
tree | d4050c15427e6a4e2526e782934e379811294924 /gold/version.cc | |
parent | 1d6531cfad3c386b17a44432c8d915f0147cb716 (diff) | |
download | gdb-ebdbb4583d9b05504b1ca7e4f6c370f5d355e9bd.zip gdb-ebdbb4583d9b05504b1ca7e4f6c370f5d355e9bd.tar.gz gdb-ebdbb4583d9b05504b1ca7e4f6c370f5d355e9bd.tar.bz2 |
Update copyright years. Update language files.
Diffstat (limited to 'gold/version.cc')
-rw-r--r-- | gold/version.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/version.cc b/gold/version.cc index eb5b801..243cd07 100644 --- a/gold/version.cc +++ b/gold/version.cc @@ -1,6 +1,6 @@ // version.c -- print gold version information -// Copyright 2006, 2007 Free Software Foundation, Inc. +// Copyright 2006, 2007, 200 Free Software Foundation, Inc. // Written by Ian Lance Taylor <iant@google.com>. // This file is part of gold. @@ -47,7 +47,7 @@ print_version(bool print_short) if (!print_short) { // This output is intended to follow the GNU standards. - printf (_("Copyright 2007 Free Software Foundation, Inc.\n")); + printf (_("Copyright 2008 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) a later version.\n\ |