From: Richard Biener Date: Tue, 23 Jun 2015 07:35:08 +0000 (+0000) Subject: cpp.texi: Update displayed copyright years. X-Git-Tag: releases/gcc-4.8.5~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be5162f7a8ed3ff58c545b983f6f7811c157fe42;p=thirdparty%2Fgcc.git cpp.texi: Update displayed copyright years. 2015-06-23 Richard Biener * cpp.texi: Update displayed copyright years. * cppinternals.texi: Likewise. * gcc.texi: Likewise. * gccint.texi: Likewise. * gcov.texi: Likewise. * install.texi: Likewise. * invoke.texi: Likewise. * gcc.c: Likewise. * gcov-dump.c: Likewise. * gcov.c: Likewise. * gfortranspec.c: Update displayed copyright years. * jcf-dump.c: Update displayed copyright years. From-SVN: r224770 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2bada22e200c..cf921f3fd0b0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,16 @@ +2015-06-23 Richard Biener + + * cpp.texi: Update displayed copyright years. + * cppinternals.texi: Likewise. + * gcc.texi: Likewise. + * gccint.texi: Likewise. + * gcov.texi: Likewise. + * install.texi: Likewise. + * invoke.texi: Likewise. + * gcc.c: Likewise. + * gcov-dump.c: Likewise. + * gcov.c: Likewise. + 2015-06-18 Richard Biener Backport from mainline diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index b155fe83cb26..d284625c7c3a 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -10,7 +10,7 @@ @copying @c man begin COPYRIGHT -Copyright @copyright{} 1987-2013 Free Software Foundation, Inc. +Copyright @copyright{} 1987-2015 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/gcc/doc/cppinternals.texi b/gcc/doc/cppinternals.texi index f78c4d3b2eaa..29efa80ea10b 100644 --- a/gcc/doc/cppinternals.texi +++ b/gcc/doc/cppinternals.texi @@ -18,7 +18,7 @@ @ifinfo This file documents the internals of the GNU C Preprocessor. -Copyright (C) 2000-2013 Free Software Foundation, Inc. +Copyright (C) 2000-2015 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice @@ -47,7 +47,7 @@ into another language, under the above conditions for modified versions. @page @vskip 0pt plus 1filll @c man begin COPYRIGHT -Copyright @copyright{} 2000-2013 Free Software Foundation, Inc. +Copyright @copyright{} 2000-2015 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi index 02b81cf86ecc..808b8207d166 100644 --- a/gcc/doc/gcc.texi +++ b/gcc/doc/gcc.texi @@ -40,7 +40,7 @@ @c %**end of header @copying -Copyright @copyright{} 1988-2013 Free Software Foundation, Inc. +Copyright @copyright{} 1988-2015 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/gcc/doc/gccint.texi b/gcc/doc/gccint.texi index 7d795000c0eb..ef0e15e535b9 100644 --- a/gcc/doc/gccint.texi +++ b/gcc/doc/gccint.texi @@ -26,7 +26,7 @@ @c %**end of header @copying -Copyright @copyright{} 1988-2013 Free Software Foundation, Inc. +Copyright @copyright{} 1988-2015 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi index 9db8e8fd8eba..5611d03acce9 100644 --- a/gcc/doc/gcov.texi +++ b/gcc/doc/gcov.texi @@ -4,7 +4,7 @@ @ignore @c man begin COPYRIGHT -Copyright @copyright{} 1996-2013 Free Software Foundation, Inc. +Copyright @copyright{} 1996-2015 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 2c3dace8b41f..09b1609f45e8 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -69,7 +69,7 @@ @c Part 2 Summary Description and Copyright @copying -Copyright @copyright{} 1988-2013 Free Software Foundation, Inc. +Copyright @copyright{} 1988-2015 Free Software Foundation, Inc. @sp 1 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 4ba20fa81157..caf06c82d1db 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -8,7 +8,7 @@ @c man end @c man begin COPYRIGHT -Copyright @copyright{} 1988-2013 Free Software Foundation, Inc. +Copyright @copyright{} 1988-2015 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 930f14b730cd..ac874cb6cad6 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2015-06-23 Richard Biener + + * gfortranspec.c: Update displayed copyright years. + 2015-04-14 Mikael Morin PR fortran/56674 diff --git a/gcc/fortran/gfortranspec.c b/gcc/fortran/gfortranspec.c index 107f33809a52..4d33a69879bd 100644 --- a/gcc/fortran/gfortranspec.c +++ b/gcc/fortran/gfortranspec.c @@ -299,7 +299,7 @@ lang_specific_driver (struct cl_decoded_option **in_decoded_options, case OPT__version: printf ("GNU Fortran %s%s\n", pkgversion_string, version_string); - printf ("Copyright %s 2013 Free Software Foundation, Inc.\n\n", + printf ("Copyright %s 2015 Free Software Foundation, Inc.\n\n", _("(C)")); printf (_("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 5e6e637b752d..74f88a751335 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -6756,7 +6756,7 @@ main (int argc, char **argv) { printf (_("%s %s%s\n"), progname, pkgversion_string, version_string); - printf ("Copyright %s 2013 Free Software Foundation, Inc.\n", + printf ("Copyright %s 2015 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"), diff --git a/gcc/gcov-dump.c b/gcc/gcov-dump.c index 3f3d4554cbfd..35b0491c04ff 100644 --- a/gcc/gcov-dump.c +++ b/gcc/gcov-dump.c @@ -134,7 +134,7 @@ static void print_version (void) { printf ("gcov-dump %s%s\n", pkgversion_string, version_string); - printf ("Copyright (C) 2013 Free Software Foundation, Inc.\n"); + printf ("Copyright (C) 2015 Free Software Foundation, Inc.\n"); printf ("This is free software; see the source for copying conditions.\n" "There is NO warranty; not even for MERCHANTABILITY or \n" "FITNESS FOR A PARTICULAR PURPOSE.\n\n"); diff --git a/gcc/gcov.c b/gcc/gcov.c index 7084bd05fcbf..309ae19c5d00 100644 --- a/gcc/gcov.c +++ b/gcc/gcov.c @@ -487,7 +487,7 @@ static void print_version (void) { fnotice (stdout, "gcov %s%s\n", pkgversion_string, version_string); - fprintf (stdout, "Copyright %s 2013 Free Software Foundation, Inc.\n", + fprintf (stdout, "Copyright %s 2015 Free Software Foundation, Inc.\n", _("(C)")); fnotice (stdout, _("This is free software; see the source for copying conditions.\n" diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 3f9949299fab..3fba9565449c 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +2015-06-23 Richard Biener + + * jcf-dump.c: Update displayed copyright years. + 2014-12-19 Release Manager * GCC 4.8.4 released. diff --git a/gcc/java/jcf-dump.c b/gcc/java/jcf-dump.c index 7438174abafa..628250f5e695 100644 --- a/gcc/java/jcf-dump.c +++ b/gcc/java/jcf-dump.c @@ -1227,7 +1227,7 @@ static void version (void) { printf ("jcf-dump %s%s\n\n", pkgversion_string, version_string); - printf ("Copyright %s 2013 Free Software Foundation, Inc.\n", _("(C)")); + printf ("Copyright %s 2015 Free Software Foundation, Inc.\n", _("(C)")); printf (_("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")); exit (0);