From 36c50e63be36f6ea563138d0f7b54ff6d2c358fc Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 8 Jan 2010 19:48:09 +0000 Subject: [PATCH] Change to "Copyright 2010" --- gold/ChangeLog | 4 ++++ gold/version.cc | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gold/ChangeLog b/gold/ChangeLog index 038a278..6482972 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2010-01-08 H.J. Lu + + * version.cc (print_version): Change to "Copyright 2010". + 2010-01-08 Ian Lance Taylor PR 10287 diff --git a/gold/version.cc b/gold/version.cc index 65a073f..caaa8a6 100644 --- a/gold/version.cc +++ b/gold/version.cc @@ -1,6 +1,7 @@ // version.c -- print gold version information -// Copyright 2006, 2007, 200 Free Software Foundation, Inc. +// Copyright 2006, 2007, 2008, 2009, 2010 +// Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. @@ -62,7 +63,7 @@ print_version(bool print_short) if (!print_short) { // This output is intended to follow the GNU standards. - printf (_("Copyright 2008 Free Software Foundation, Inc.\n")); + printf (_("Copyright 2010 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\ -- 2.7.4