* 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
+2007/03/05 David Taylor <dtaylor@emc.com>
+
+ * gcc.c: Correct copyright date in --version output.
+
2007-03-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* pa.md: In unamed move patterns, disparge copies between general
{
/* 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"),