Change to "Copyright 2010"
This commit is contained in:
parent
5256a5b03f
commit
36c50e63be
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* version.cc (print_version): Change to "Copyright 2010".
|
||||||
|
|
||||||
2010-01-08 Ian Lance Taylor <iant@google.com>
|
2010-01-08 Ian Lance Taylor <iant@google.com>
|
||||||
|
|
||||||
PR 10287
|
PR 10287
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
// version.c -- print gold version information
|
// 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 <iant@google.com>.
|
// Written by Ian Lance Taylor <iant@google.com>.
|
||||||
|
|
||||||
// This file is part of gold.
|
// This file is part of gold.
|
||||||
|
@ -62,7 +63,7 @@ print_version(bool print_short)
|
||||||
if (!print_short)
|
if (!print_short)
|
||||||
{
|
{
|
||||||
// This output is intended to follow the GNU standards.
|
// 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 (_("\
|
printf (_("\
|
||||||
This program is free software; you may redistribute it under the terms of\n\
|
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\
|
the GNU General Public License version 3 or (at your option) a later version.\n\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue