]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2017-07-04 Richard Biener <rguenther@suse.de>
authorRichard Biener <rguenth@gcc.gnu.org>
Tue, 4 Jul 2017 07:15:57 +0000 (07:15 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 4 Jul 2017 07:15:57 +0000 (07:15 +0000)
        Update displayed copyright years to include 2017.

From-SVN: r249944

13 files changed:
gcc/doc/cpp.texi
gcc/doc/cppinternals.texi
gcc/doc/gcc.texi
gcc/doc/gccint.texi
gcc/doc/gcov-tool.texi
gcc/doc/gcov.texi
gcc/doc/install.texi
gcc/doc/invoke.texi
gcc/fortran/gfortranspec.c
gcc/gcc.c
gcc/gcov-dump.c
gcc/gcov.c
gcc/java/jcf-dump.c

index 72f4e7c6b26f701b25d371f3e2dabb0eb08549bd..8f3f435c85394cd7756af7059026bc9122943144 100644 (file)
@@ -10,7 +10,7 @@
 
 @copying
 @c man begin COPYRIGHT
-Copyright @copyright{} 1987-2016 Free Software Foundation, Inc.
+Copyright @copyright{} 1987-2017 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
index 10bfb1f98abe3fd816c14880833f2119931d9be0..306d8ce085f63b33720f020e159ee376b530dbe3 100644 (file)
@@ -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-2016 Free Software Foundation, Inc.
+Copyright @copyright{} 2000-2017 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
index b5a9376480654dfd24c69a67b3b73dd9f081c821..1e5f8c4a0bd2d7c2b14d0b2bef03624e9e6db78c 100644 (file)
@@ -40,7 +40,7 @@
 @c %**end of header
 
 @copying
-Copyright @copyright{} 1988-2016 Free Software Foundation, Inc.
+Copyright @copyright{} 1988-2017 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
index 0c568a52d22c07d2df111089ea9d140a76be522e..00ae65035d2bf95e2467f8ad74ade4404c13479a 100644 (file)
@@ -26,7 +26,7 @@
 @c %**end of header
 
 @copying
-Copyright @copyright{} 1988-2016 Free Software Foundation, Inc.
+Copyright @copyright{} 1988-2017 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
index 395628e4d36a4176887ed0eabee68edcf65d03b1..23febf6558792ce801fad0cfce08632e9dc12ebe 100644 (file)
@@ -4,7 +4,7 @@
 
 @ignore
 @c man begin COPYRIGHT
-Copyright @copyright{} 2014-2016 Free Software Foundation, Inc.
+Copyright @copyright{} 2014-2017 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
index 6d6a10bff115edde895dc49dc9c2f98aac88283a..8e1ef5cdba815e36347f6cad9212a30767818ad9 100644 (file)
@@ -4,7 +4,7 @@
 
 @ignore
 @c man begin COPYRIGHT
-Copyright @copyright{} 1996-2016 Free Software Foundation, Inc.
+Copyright @copyright{} 1996-2017 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
index 073c79b5e86a7666dc7c34d5f96e4c76b90f2c97..5b6e2b7cb9f9b51c340655e4fc965268653b5d42 100644 (file)
@@ -69,7 +69,7 @@
 
 @c Part 2 Summary Description and Copyright
 @copying
-Copyright @copyright{} 1988-2016 Free Software Foundation, Inc.
+Copyright @copyright{} 1988-2017 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
index dca9d7c7db6f1e26211d80730dc452ed46084fbd..84a7cf885fa78a83e3684693cea9bc33ce8046bd 100644 (file)
@@ -8,7 +8,7 @@
 @c man end
 
 @c man begin COPYRIGHT
-Copyright @copyright{} 1988-2016 Free Software Foundation, Inc.
+Copyright @copyright{} 1988-2017 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
index 8a0e19a5c314c1b84f41832f470041005d3bb755..e714a3a0941f974960ddef7435281253f30d8fe5 100644 (file)
@@ -276,7 +276,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 2016 Free Software Foundation, Inc.\n",
+         printf ("Copyright %s 2017 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"),
index 3e2c0b1b59784ece31b905669e8d5b70f27830e5..cfa074d4e4386b9e1fdd25b5df381433d01e5ce3 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -7919,7 +7919,7 @@ driver::maybe_print_and_exit () const
     {
       printf (_("%s %s%s\n"), progname, pkgversion_string,
              version_string);
-      printf ("Copyright %s 2016 Free Software Foundation, Inc.\n",
+      printf ("Copyright %s 2017 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"),
index 7b04b6ae2ea2e02c8d03ceb3e7582580070137c6..9db5109ff7265dd0e694ec562eb19c213ad9b98b 100644 (file)
@@ -144,7 +144,7 @@ static void
 print_version (void)
 {
   printf ("gcov-dump %s%s\n", pkgversion_string, version_string);
-  printf ("Copyright (C) 2016 Free Software Foundation, Inc.\n");
+  printf ("Copyright (C) 2017 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");
index 3a63e844225635b8db53bd7c45fabe9533332d1f..d90eb751795e97f197e2866ecebd36e989b3ba4b 100644 (file)
@@ -500,7 +500,7 @@ static void
 print_version (void)
 {
   fnotice (stdout, "gcov %s%s\n", pkgversion_string, version_string);
-  fprintf (stdout, "Copyright %s 2016 Free Software Foundation, Inc.\n",
+  fprintf (stdout, "Copyright %s 2017 Free Software Foundation, Inc.\n",
           _("(C)"));
   fnotice (stdout,
           _("This is free software; see the source for copying conditions.\n"
index 1331b55fa0ec16fb52482579db35ac16566bc65c..78546ac2f0d866a847c30c881c49751e0209ce19 100644 (file)
@@ -1226,7 +1226,7 @@ static void
 version (void)
 {
   printf ("jcf-dump %s%s\n\n", pkgversion_string, version_string);
-  printf ("Copyright %s 2016 Free Software Foundation, Inc.\n", _("(C)"));
+  printf ("Copyright %s 2017 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);