aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2003-05-07 06:10:49 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2003-05-07 06:10:49 +0000
commit6cbeaa7e52a2ba53925b916a4b181d63e2712014 (patch)
treead6e5777b282d95dde5f68caf897280bb6e42db5 /gcc
parent655d78212b6c106fe4f56bda6ae94453a7ec364c (diff)
downloadgcc-6cbeaa7e52a2ba53925b916a4b181d63e2712014.zip
gcc-6cbeaa7e52a2ba53925b916a4b181d63e2712014.tar.gz
gcc-6cbeaa7e52a2ba53925b916a4b181d63e2712014.tar.bz2
re PR other/10658 (Change copyright year.)
PR other/10658 * gcc.c (process_command): Update copyright date. From-SVN: r66554
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/gcc.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8caccc1..8a17bda 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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++.
diff --git a/gcc/gcc.c b/gcc/gcc.c
index ec6c83a..c34f4e8 100644
--- 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"),