diff options
author | Jakub Jelinek <jakub@redhat.com> | 2020-01-01 12:14:37 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2020-01-01 12:14:37 +0100 |
commit | 7e7065b976573cb392d435856a5f9e5a6424a57c (patch) | |
tree | 1ac730d7a8a7404d56e6012b5f5b90f29c7659fa /libgomp/ChangeLog | |
parent | 65c2b6d290e1d47530b8d14d7077aa8639a8728e (diff) | |
download | gcc-7e7065b976573cb392d435856a5f9e5a6424a57c.zip gcc-7e7065b976573cb392d435856a5f9e5a6424a57c.tar.gz gcc-7e7065b976573cb392d435856a5f9e5a6424a57c.tar.bz2 |
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/d/
* gdc.texi: Bump @copyrights-d year.
gcc/go/
* gccgo.texi: Bump @copyrights-go year.
gcc/ada/
* gnat_ugn.texi: Bump @copying's copyright year.
* gnat_rm.texi: Likewise.
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: r279811
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index a18868b..495d23a 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,7 @@ +2020-01-01 Jakub Jelinek <jakub@redhat.com> + + * libgomp.texi: Bump @copying's copyright year. + 2019-12-31 Ayush Mittal <ayush.m@samsung.com> PR libgomp/93065 |