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 /libgomp | |
parent | 2fe0a2080e33f946fc685c1a0518e438f642d8f9 (diff) | |
download | gcc-21fa2a29dc265ab54c957c37d8a9e9ab07d7cd66.zip gcc-21fa2a29dc265ab54c957c37d8a9e9ab07d7cd66.tar.gz gcc-21fa2a29dc265ab54c957c37d8a9e9ab07d7cd66.tar.bz2 |
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 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 10 | ||||
-rw-r--r-- | libgomp/libgomp.texi | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 98df512..87ec337 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,7 @@ +2016-01-04 Jakub Jelinek <jakub@redhat.com> + + * libgomp.texi: Bump @copying's copyright year. + 2015-12-31 Nathan Sidwell <nathan@acm.org> * testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c: Correct @@ -7098,3 +7102,9 @@ 2005-05-03 Richard Henderson <rth@redhat.com> Initial implementation and checkin. + +Copyright (C) 2005-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/libgomp/libgomp.texi b/libgomp/libgomp.texi index f25a17c..480353a 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -7,7 +7,7 @@ @copying -Copyright @copyright{} 2006-2015 Free Software Foundation, Inc. +Copyright @copyright{} 2006-2016 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 |