Skip to content

Commit

Permalink
2017-07-04 Richard Biener <[email protected]>
Browse files Browse the repository at this point in the history
        Update displayed copyright years to include 2017.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-6-branch@249944 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
rguenth committed Jul 4, 2017
1 parent 6e7176d commit 3777bb1
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion gcc/doc/cpp.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcc/doc/cppinternals.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcc/doc/gcc.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcc/doc/gccint.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcc/doc/gcov-tool.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcc/doc/gcov.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcc/doc/install.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcc/doc/invoke.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcc/fortran/gfortranspec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
2 changes: 1 addition & 1 deletion gcc/gcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
2 changes: 1 addition & 1 deletion gcc/gcov-dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion gcc/gcov.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion gcc/java/jcf-dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3777bb1

Please sign in to comment.