update-copyright.py: Add libhsail-rt to self.default_dirs and call self.add_dir on it.
authorJakub Jelinek <jakub@gcc.gnu.org>
Thu, 26 Jan 2017 08:26:48 +0000 (09:26 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 26 Jan 2017 08:26:48 +0000 (09:26 +0100)
contrib/
* update-copyright.py: Add libhsail-rt to self.default_dirs
and call self.add_dir on it.  Add Intel Corporation to external
authors.
gcc/
* brig-builtins.def: Update copyright years.
* config/arm/arm_acle_builtins.def: Update copyright years.
gcc/brig/
Update copyright years.
gcc/testsuite/
* brig.dg/dg.exp: Update copyright years.
* lib/brig-dg.exp: Update copyright years.
* lib/brig.exp: Update copyright years.
libhsail-rt/
Update copyright years.
libstdc++-v3/
* libsupc++/eh_atomics.h: Update copyright years.
* testsuite/20_util/unique_ptr/cons/default.cc: Update copyright years.

From-SVN: r244920

contrib/ChangeLog
gcc/ChangeLog
gcc/brig/ChangeLog
gcc/testsuite/ChangeLog
libhsail-rt/ChangeLog
libstdc++-v3/ChangeLog

index 2f862fae976ff5ba86391c842fe30231d83154e0..07f7b574d32d0f1c03fb178b5fc58422ee4611ab 100644 (file)
@@ -1,3 +1,9 @@
+2017-01-26  Jakub Jelinek  <jakub@redhat.com>
+
+       * update-copyright.py: Add libhsail-rt to self.default_dirs
+       and call self.add_dir on it.  Add Intel Corporation to external
+       authors.
+
 2017-01-25  Thomas Schwinge  <thomas@codesourcery.com>
 
        * gcc_update (files_and_dependencies): Care for "libhsail-rt".
index a068478407a3dcded72e1d5263c68459f07306e4..7bed16a7270bfd4632d4e6160d82f985eacdfa0b 100644 (file)
@@ -1,3 +1,8 @@
+2017-01-26  Jakub Jelinek  <jakub@redhat.com>
+
+       * brig-builtins.def: Update copyright years.
+       * config/arm/arm_acle_builtins.def: Update copyright years.
+
 2017-01-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
 
        PR target/79179
        (record_nonwrapping_iv): Improve boundary using above function if no
        value range information.
 
-2017-01-24  Pekka Jääskeläinen <pekka@parmance.com>
+2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
            Martin Jambor  <mjambor@suse.cz>
 
        * brig-builtins.def: New file.
index dcea9d3ad0595afd4e4560075c60e5faf09fc632..d947c5afb238e3827ccf15a32490d383ee332282 100644 (file)
@@ -1,4 +1,8 @@
-2017-01-24  Pekka Jääskeläinen <pekka@parmance.com>
+2017-01-26  Jakub Jelinek  <jakub@redhat.com>
+
+       Update copyright years.
+
+2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
            Martin Jambor  <mjambor@suse.cz>
 
        * Make-lang.in: New file.
index 1cce52129873a1e893988dc01a5c51b2dc45ad60..46f8469777c91ebf8764ffaf71ae4fc5868b3a31 100644 (file)
@@ -1,3 +1,9 @@
+2017-01-26  Jakub Jelinek  <jakub@redhat.com>
+
+       * brig.dg/dg.exp: Update copyright years.
+       * lib/brig-dg.exp: Update copyright years.
+       * lib/brig.exp: Update copyright years.
+
 2017-01-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
 
        PR target/79179
index 0184c249d763c9b5996d21e91b3442d6b81f7db6..b986286c409c5035d7fe436bb86365aa00a650b7 100644 (file)
@@ -1,3 +1,7 @@
+2017-01-26  Jakub Jelinek  <jakub@redhat.com>
+
+       Update copyright years.
+
 2017-01-25  Thomas Schwinge  <thomas@codesourcery.com>
 
        * config.h.in: Remove stale file.
index 41b5d785e3294fa29cdc47283ea111b7199e6704..c70aadec0738a923629aef5d7e8ecb2f82c02070 100644 (file)
@@ -1,3 +1,8 @@
+2017-01-26  Jakub Jelinek  <jakub@redhat.com>
+
+       * libsupc++/eh_atomics.h: Update copyright years.
+       * testsuite/20_util/unique_ptr/cons/default.cc: Update copyright years.
+
 2017-01-25  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/61791