diff options
author | Jakub Jelinek <jakub@redhat.com> | 2019-01-01 12:34:49 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2019-01-01 12:34:49 +0100 |
commit | 3f27508ce4fa615a96f9a2e1bfa3c431879ac6ae (patch) | |
tree | 6b6b38db62adbb14a4dc1fece364d3defb9b4cef /libitm | |
parent | 0070af3f1ce600a304ea0e530d07c3fcfb13d4a7 (diff) | |
download | gcc-3f27508ce4fa615a96f9a2e1bfa3c431879ac6ae.tar.gz |
gcc.c (process_command): Update copyright notice dates.
* gcc.c (process_command): Update copyright notice dates.
* gcov-dump.c (print_version): Ditto.
* gcov.c (print_version): Ditto.
* gcov-tool.c (print_version): Ditto.
* gengtype.c (create_file): Ditto.
* doc/cpp.texi: Bump @copying's copyright year.
* doc/cppinternals.texi: Ditto.
* doc/gcc.texi: Ditto.
* doc/gccint.texi: Ditto.
* doc/gcov.texi: Ditto.
* doc/install.texi: Ditto.
* doc/invoke.texi: Ditto.
gcc/fortran/
* gfortranspec.c (lang_specific_driver): Update copyright notice
dates.
* gfc-internals.texi: Bump @copying's copyright year.
* gfortran.texi: Ditto.
* intrinsic.texi: Ditto.
* invoke.texi: Ditto.
gcc/go/
* gccgo.texi: Bump @copyrights-go year.
gcc/ada/
* gnat_ugn.texi: Bump @copying's copyright year.
* gnat_rm.texi: Likewise.
gcc/d/
* gdc.texi: Bump @copyrights-d year.
libitm/
* libitm.texi: Bump @copying's copyright year.
libgomp/
* libgomp.texi: Bump @copying's copyright year.
libquadmath/
* libquadmath.texi: Bump @copying's copyright year.
From-SVN: r267492
Diffstat (limited to 'libitm')
-rw-r--r-- | libitm/ChangeLog | 4 | ||||
-rw-r--r-- | libitm/libitm.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libitm/ChangeLog b/libitm/ChangeLog index 5ca36bb31b6..71479c99dda 100644 --- a/libitm/ChangeLog +++ b/libitm/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek <jakub@redhat.com> + + * libitm.texi: Bump @copying's copyright year. + 2018-12-16 Jakub Jelinek <jakub@redhat.com> PR c++/88482 diff --git a/libitm/libitm.texi b/libitm/libitm.texi index d0b7b07e90b..a84ca6e0d7d 100644 --- a/libitm/libitm.texi +++ b/libitm/libitm.texi @@ -7,7 +7,7 @@ @copying -Copyright @copyright{} 2011-2018 Free Software Foundation, Inc. +Copyright @copyright{} 2011-2019 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.2 or |