diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2016-01-04 14:03:35 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2016-01-04 14:03:35 +0100 |
commit | 21fa2a29dc265ab54c957c37d8a9e9ab07d7cd66 (patch) | |
tree | e5450f615af858d62b85900dd64fcc8c18e4ab4a /libquadmath | |
parent | 2fe0a2080e33f946fc685c1a0518e438f642d8f9 (diff) | |
download | gcc-21fa2a29dc265ab54c957c37d8a9e9ab07d7cd66.tar.gz |
gcc.c (process_command): Update copyright notice dates.
gcc/
* 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/ada/
* gnat_ugn.texi: Bump @copying's copyright year.
* gnat_rm.texi: Likewise.
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/java/
* jcf-dump.c (version): Update copyright notice dates.
libgomp/
* libgomp.texi: Bump @copying's copyright year.
libitm/
* libitm.texi: Bump @copying's copyright year.
libjava/
* classpath/gnu/java/rmi/registry/RegistryImpl.java (version): Update
copyright notice dates.
* classpath/tools/gnu/classpath/tools/orbd/Main.java (run): Ditto.
* gnu/gcj/convert/Convert.java (version): Update copyright notice
dates.
* gnu/gcj/tools/gcj_dbtool/Main.java (main): Ditto.
libquadmath/
* libquadmath.texi: Bump @copying's copyright year.
From-SVN: r232053
Diffstat (limited to 'libquadmath')
-rw-r--r-- | libquadmath/ChangeLog | 10 | ||||
-rw-r--r-- | libquadmath/libquadmath.texi | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog index a47355aa236..7d52d14c30c 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,3 +1,7 @@ +2016-01-04 Jakub Jelinek <jakub@redhat.com> + + * libquadmath.texi: Bump @copying's copyright year. + 2015-08-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> * Makefile.am (libquadmath_la_SOURCES): Add math/logbq.c. @@ -736,3 +740,9 @@ PR fortran/32049 Initial implementation and checkin. + +Copyright (C) 2010-2016 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/libquadmath/libquadmath.texi b/libquadmath/libquadmath.texi index c25b094feec..7628baaf460 100644 --- a/libquadmath/libquadmath.texi +++ b/libquadmath/libquadmath.texi @@ -6,7 +6,7 @@ @c %**end of header @copying -Copyright @copyright{} 2010-2015 Free Software Foundation, Inc. +Copyright @copyright{} 2010-2016 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document |