re PR other/10658 (Change copyright year.)
authorMark Mitchell <mark@codesourcery.com>
Wed, 7 May 2003 06:10:49 +0000 (06:10 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 7 May 2003 06:10:49 +0000 (06:10 +0000)
PR other/10658
* gcc.c (process_command): Update copyright date.

From-SVN: r66554

gcc/ChangeLog
gcc/gcc.c

index 8caccc16d9b52d1a2a2a932cd1305fe957b4fa19..8a17bdadeaac275c048eb0607052a4d161b9caa0 100644 (file)
@@ -1,3 +1,8 @@
+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++.
index ec6c83a90e7175382890a0b33c3d3db05e1b202f..c34f4e86cef2e40357537c83c60996d9fb284605 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -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"),