summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-06 07:32:25 +0000
committerbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-06 07:32:25 +0000
commit7fc658103e88188e9e720673eb8d8b5f9b424ca8 (patch)
treecc63c9ea4a6997d018442f1611d14f4fcf73b175 /gcc/gcc.c
parent91c6ad74599b0a86feed123c119180b595bed319 (diff)
downloadgcc-7fc658103e88188e9e720673eb8d8b5f9b424ca8.tar.gz
2007/03/05 David Taylor <dtaylor@emc.com>
* gcc.c: Correct copyright date in --version output. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122596 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 808699d9427..9cdf7c5faf4 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -3572,7 +3572,7 @@ process_command (int argc, const char **argv)
{
/* translate_options () has turned --version into -fversion. */
printf (_("%s (GCC) %s\n"), programname, version_string);
- printf ("Copyright %s 2006 Free Software Foundation, Inc.\n",
+ printf ("Copyright %s 2007 Free Software Foundation, Inc.\n",
_("(C)"));
fputs (_("This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"),