Commit 6cbeaa7e by Mark Mitchell Committed by Mark Mitchell

re PR other/10658 (Change copyright year.)

	PR other/10658
	* gcc.c (process_command): Update copyright date.

From-SVN: r66554
parent 655d7821
2003-05-06 Mark Mitchell <mark@codesourcery.com>
PR other/10658
* gcc.c (process_command): Update copyright date.
2003-05-06 Phil Edwards <pme@gcc.gnu.org>
* doc/install.texi (mips-*-*): Add note about libstdc++.
......
......@@ -3362,7 +3362,7 @@ process_command (argc, argv)
{
/* translate_options () has turned --version into -fversion. */
printf (_("%s (GCC) %s\n"), programname, version_string);
fputs (_("Copyright (C) 2002 Free Software Foundation, Inc.\n"),
fputs (_("Copyright (C) 2003 Free Software Foundation, Inc.\n"),
stdout);
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"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment