diff options
author | David Taylor <dtaylor@emc.com> | 2007-03-05 23:32:25 -0800 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2007-03-05 23:32:25 -0800 |
commit | 9e8f695979a3af87e940a114b800935a290be7f4 (patch) | |
tree | cc63c9ea4a6997d018442f1611d14f4fcf73b175 /gcc/gcc.c | |
parent | 50f9c211a630b4ef3aa9f4fd9e022062669a9f3e (diff) | |
download | gcc-9e8f695979a3af87e940a114b800935a290be7f4.zip gcc-9e8f695979a3af87e940a114b800935a290be7f4.tar.gz gcc-9e8f695979a3af87e940a114b800935a290be7f4.tar.bz2 |
2007/03/05 David Taylor <dtaylor@emc.com>
2007/03/05 David Taylor <dtaylor@emc.com>
* gcc.c: Correct copyright date in --version output.
From-SVN: r122596
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"), |