gcc.c (process_command): Change year in 'gcc --version' to 2005.
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Thu, 6 Jan 2005 16:41:36 +0000 (17:41 +0100)
committerTobias Schlüter <tobi@gcc.gnu.org>
Thu, 6 Jan 2005 16:41:36 +0000 (17:41 +0100)
* gcc.c (process_command): Change year in 'gcc --version' to 2005.

fortran/
* gfortranspec.c (lang_specific_driver): Change year to 2005 in
output of 'gfortran --version'.

From-SVN: r92995

gcc/ChangeLog
gcc/fortran/ChangeLog
gcc/fortran/gfortranspec.c
gcc/gcc.c

index 2cca2aeaf35b72d4ea19e78837671e215fb6d976..669df34b367b48e715416a73403e2081bee64b8c 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-06  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       * gcc.c (process_command): Change year in 'gcc --version' to 2005.
+
 2005-01-05  Daniel Berlin  <dberlin@dberlin.org>
        
        Fix PR middle-end/19286
index 7c585a6e3d7f2f8cfd686683d5175f19402affb2..7a94e039a8b8358db6e1b98c31b256930b14572b 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-06  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       * gfortranspec.c (lang_specific_driver): Change year to 2005 in
+       output of 'gfortran --version'.
+
 2005-01-03  Steven G. Kargl  <kargls@comcast.net>
 
        * arith.c: Add system.h; remove string.h
index 573d3232c0b0e8a4244117faf2b1f5efbea484b3..9963b7f4a19c3d5c5eefae26d37301ab14d9478d 100644 (file)
@@ -1,6 +1,6 @@
 /* Specific flags and argument handling of the Fortran front-end.
-   Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
-   Foundation, Inc.
+   Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free
+   Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -347,7 +347,7 @@ lang_specific_driver (int *in_argc, const char *const **in_argv,
        case OPTION_version:
          printf ("\
 GNU Fortran 95 (GCC %s)\n\
-Copyright (C) 2004 Free Software Foundation, Inc.\n\
+Copyright (C) 2005 Free Software Foundation, Inc.\n\
 \n\
 GNU Fortran comes with NO WARRANTY, to the extent permitted by law.\n\
 You may redistribute copies of GNU Fortran\n\
index 27c394099bda54fb4974114eb0a47feb508b7f56..56d50de8479313490fb8337a2b8f6a7a589e8d33 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -1,6 +1,7 @@
 /* Compiler driver program that can handle many languages.
    Copyright (C) 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
+   Inc.
 
 This file is part of GCC.
 
@@ -3411,7 +3412,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 2004 Free Software Foundation, Inc.\n",
+         printf ("Copyright %s 2005 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"),