From: Tobias Schlüter Date: Thu, 6 Jan 2005 16:41:36 +0000 (+0100) Subject: gcc.c (process_command): Change year in 'gcc --version' to 2005. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=12d3e34bd585520cd1587ad9eb1cd7b3b6081a32;p=gcc.git gcc.c (process_command): Change year in 'gcc --version' to 2005. * 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2cca2aeaf35..669df34b367 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-01-06 Tobias Schlueter + + * gcc.c (process_command): Change year in 'gcc --version' to 2005. + 2005-01-05 Daniel Berlin Fix PR middle-end/19286 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 7c585a6e3d7..7a94e039a8b 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2005-01-06 Tobias Schlueter + + * gfortranspec.c (lang_specific_driver): Change year to 2005 in + output of 'gfortran --version'. + 2005-01-03 Steven G. Kargl * arith.c: Add system.h; remove string.h diff --git a/gcc/fortran/gfortranspec.c b/gcc/fortran/gfortranspec.c index 573d3232c0b..9963b7f4a19 100644 --- a/gcc/fortran/gfortranspec.c +++ b/gcc/fortran/gfortranspec.c @@ -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\ diff --git a/gcc/gcc.c b/gcc/gcc.c index 27c394099bd..56d50de8479 100644 --- 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"),