summaryrefslogtreecommitdiff
path: root/libitm
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2017-01-01 13:07:43 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2017-01-01 13:07:43 +0100
commitcbe34bb5edd97015e38c483516492f171bf9f95d (patch)
tree9aa2984f8fe63467c9de13ed611b1d568f8b3db0 /libitm
parentae12c0f06202bab513bd2d41a24f376970fbd0b6 (diff)
Update copyright years.
From-SVN: r243994
Diffstat (limited to 'libitm')
-rw-r--r--libitm/ChangeLog2
-rw-r--r--libitm/aatree.cc2
-rw-r--r--libitm/aatree.h2
-rw-r--r--libitm/alloc.cc2
-rw-r--r--libitm/alloc_c.cc2
-rw-r--r--libitm/alloc_cpp.cc2
-rw-r--r--libitm/barrier.cc2
-rw-r--r--libitm/beginend.cc2
-rw-r--r--libitm/clone.cc2
-rw-r--r--libitm/common.h2
-rw-r--r--libitm/config/aarch64/sjlj.S2
-rw-r--r--libitm/config/aarch64/target.h2
-rw-r--r--libitm/config/alpha/sjlj.S2
-rw-r--r--libitm/config/alpha/target.h2
-rw-r--r--libitm/config/arm/hwcap.cc2
-rw-r--r--libitm/config/arm/hwcap.h2
-rw-r--r--libitm/config/arm/sjlj.S2
-rw-r--r--libitm/config/arm/target.h2
-rw-r--r--libitm/config/generic/asmcfi.h2
-rw-r--r--libitm/config/generic/tls.cc2
-rw-r--r--libitm/config/generic/tls.h2
-rw-r--r--libitm/config/linux/alpha/futex_bits.h2
-rw-r--r--libitm/config/linux/futex.cc2
-rw-r--r--libitm/config/linux/futex.h2
-rw-r--r--libitm/config/linux/futex_bits.h2
-rw-r--r--libitm/config/linux/powerpc/futex_bits.h2
-rw-r--r--libitm/config/linux/rwlock.cc2
-rw-r--r--libitm/config/linux/rwlock.h2
-rw-r--r--libitm/config/linux/sh/futex_bits.h2
-rw-r--r--libitm/config/linux/sparc/futex_bits.h2
-rw-r--r--libitm/config/linux/x86/futex_bits.h2
-rw-r--r--libitm/config/linux/x86/tls.h2
-rw-r--r--libitm/config/posix/rwlock.cc2
-rw-r--r--libitm/config/posix/rwlock.h2
-rw-r--r--libitm/config/powerpc/sjlj.S2
-rw-r--r--libitm/config/powerpc/target.h2
-rw-r--r--libitm/config/s390/sjlj.S2
-rw-r--r--libitm/config/s390/target.h2
-rw-r--r--libitm/config/sh/sjlj.S2
-rw-r--r--libitm/config/sh/target.h2
-rw-r--r--libitm/config/sparc/sjlj.S2
-rw-r--r--libitm/config/sparc/target.h2
-rw-r--r--libitm/config/x86/sjlj.S2
-rw-r--r--libitm/config/x86/target.h2
-rw-r--r--libitm/config/x86/x86_avx.cc2
-rw-r--r--libitm/config/x86/x86_sse.cc2
-rw-r--r--libitm/configure.ac2
-rw-r--r--libitm/configure.tgt2
-rw-r--r--libitm/containers.h2
-rw-r--r--libitm/dispatch.h2
-rw-r--r--libitm/eh_cpp.cc2
-rw-r--r--libitm/libitm.h2
-rw-r--r--libitm/libitm_i.h2
-rw-r--r--libitm/local.cc2
-rw-r--r--libitm/local_atomic2
-rw-r--r--libitm/method-gl.cc2
-rw-r--r--libitm/method-ml.cc2
-rw-r--r--libitm/method-serial.cc2
-rw-r--r--libitm/query.cc2
-rw-r--r--libitm/retry.cc2
-rw-r--r--libitm/testsuite/config/default.exp2
-rw-r--r--libitm/testsuite/libitm.c++/c++.exp2
-rw-r--r--libitm/useraction.cc2
-rw-r--r--libitm/util.cc2
64 files changed, 65 insertions, 63 deletions
diff --git a/libitm/ChangeLog b/libitm/ChangeLog
index b5fda91306a..f88eefebb20 100644
--- a/libitm/ChangeLog
+++ b/libitm/ChangeLog
@@ -1,5 +1,7 @@
2017-01-01 Jakub Jelinek <jakub@redhat.com>
+ Update copyright years.
+
* libitm.texi: Bump @copying's copyright year.
2016-12-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
diff --git a/libitm/aatree.cc b/libitm/aatree.cc
index 9708fa3025b..d626c232d11 100644
--- a/libitm/aatree.cc
+++ b/libitm/aatree.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/aatree.h b/libitm/aatree.h
index a6da3ee9e49..a93928f4dfd 100644
--- a/libitm/aatree.h
+++ b/libitm/aatree.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/alloc.cc b/libitm/alloc.cc
index 98640c47d86..463e4fc953b 100644
--- a/libitm/alloc.cc
+++ b/libitm/alloc.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/alloc_c.cc b/libitm/alloc_c.cc
index 48cd8ca463c..e111203805d 100644
--- a/libitm/alloc_c.cc
+++ b/libitm/alloc_c.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/alloc_cpp.cc b/libitm/alloc_cpp.cc
index 1d52e8917ed..f5f3201c678 100644
--- a/libitm/alloc_cpp.cc
+++ b/libitm/alloc_cpp.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/barrier.cc b/libitm/barrier.cc
index 9a1b47513c7..751d1930164 100644
--- a/libitm/barrier.cc
+++ b/libitm/barrier.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/beginend.cc b/libitm/beginend.cc
index 20b5547c30d..d04f3e9333e 100644
--- a/libitm/beginend.cc
+++ b/libitm/beginend.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/clone.cc b/libitm/clone.cc
index 2db3c6c3dd5..be29ae8017e 100644
--- a/libitm/clone.cc
+++ b/libitm/clone.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/common.h b/libitm/common.h
index 375ddcb223a..ccf7c3690e8 100644
--- a/libitm/common.h
+++ b/libitm/common.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/aarch64/sjlj.S b/libitm/config/aarch64/sjlj.S
index 43d9708d1cf..8f7d363d447 100644
--- a/libitm/config/aarch64/sjlj.S
+++ b/libitm/config/aarch64/sjlj.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2014-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/aarch64/target.h b/libitm/config/aarch64/target.h
index f7ed26a2102..07d128fafcc 100644
--- a/libitm/config/aarch64/target.h
+++ b/libitm/config/aarch64/target.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2014-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/alpha/sjlj.S b/libitm/config/alpha/sjlj.S
index 2f473dbb1fc..c0bf47c92f3 100644
--- a/libitm/config/alpha/sjlj.S
+++ b/libitm/config/alpha/sjlj.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/alpha/target.h b/libitm/config/alpha/target.h
index cb741a976fa..c6febfbfabe 100644
--- a/libitm/config/alpha/target.h
+++ b/libitm/config/alpha/target.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/arm/hwcap.cc b/libitm/config/arm/hwcap.cc
index e60f43a9c8d..34951563b7e 100644
--- a/libitm/config/arm/hwcap.cc
+++ b/libitm/config/arm/hwcap.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/arm/hwcap.h b/libitm/config/arm/hwcap.h
index 336f98f7e9c..e07599efa16 100644
--- a/libitm/config/arm/hwcap.h
+++ b/libitm/config/arm/hwcap.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/arm/sjlj.S b/libitm/config/arm/sjlj.S
index 4e38c08dcb8..c399fe38bca 100644
--- a/libitm/config/arm/sjlj.S
+++ b/libitm/config/arm/sjlj.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/arm/target.h b/libitm/config/arm/target.h
index d1f3cfe7d94..de6bc5a9417 100644
--- a/libitm/config/arm/target.h
+++ b/libitm/config/arm/target.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/generic/asmcfi.h b/libitm/config/generic/asmcfi.h
index 29cf24a7def..7870e6d4f22 100644
--- a/libitm/config/generic/asmcfi.h
+++ b/libitm/config/generic/asmcfi.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/generic/tls.cc b/libitm/config/generic/tls.cc
index cc391afac09..9185822ad9e 100644
--- a/libitm/config/generic/tls.cc
+++ b/libitm/config/generic/tls.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2010-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/generic/tls.h b/libitm/config/generic/tls.h
index 4fb13175b26..58208b68383 100644
--- a/libitm/config/generic/tls.h
+++ b/libitm/config/generic/tls.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/linux/alpha/futex_bits.h b/libitm/config/linux/alpha/futex_bits.h
index 5a49b2efc4d..89a89eafbdf 100644
--- a/libitm/config/linux/alpha/futex_bits.h
+++ b/libitm/config/linux/alpha/futex_bits.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/linux/futex.cc b/libitm/config/linux/futex.cc
index 1e44682f2bf..f83cb449bf1 100644
--- a/libitm/config/linux/futex.cc
+++ b/libitm/config/linux/futex.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/linux/futex.h b/libitm/config/linux/futex.h
index bf9c861fd3c..6c5325521fa 100644
--- a/libitm/config/linux/futex.h
+++ b/libitm/config/linux/futex.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/linux/futex_bits.h b/libitm/config/linux/futex_bits.h
index 789a881449f..062854ba0ee 100644
--- a/libitm/config/linux/futex_bits.h
+++ b/libitm/config/linux/futex_bits.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/linux/powerpc/futex_bits.h b/libitm/config/linux/powerpc/futex_bits.h
index a2c6d3cecef..c5a7eec1a23 100644
--- a/libitm/config/linux/powerpc/futex_bits.h
+++ b/libitm/config/linux/powerpc/futex_bits.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/linux/rwlock.cc b/libitm/config/linux/rwlock.cc
index b8d31ea7277..076ab6ef9b5 100644
--- a/libitm/config/linux/rwlock.cc
+++ b/libitm/config/linux/rwlock.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2017 Free Software Foundation, Inc.
Contributed by Torvald Riegel <triegel@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/linux/rwlock.h b/libitm/config/linux/rwlock.h
index 4dd1dab80cb..0a89d075557 100644
--- a/libitm/config/linux/rwlock.h
+++ b/libitm/config/linux/rwlock.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2017 Free Software Foundation, Inc.
Contributed by Torvald Riegel <triegel@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/linux/sh/futex_bits.h b/libitm/config/linux/sh/futex_bits.h
index 0a593c2caad..bd06e832a7c 100644
--- a/libitm/config/linux/sh/futex_bits.h
+++ b/libitm/config/linux/sh/futex_bits.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2017 Free Software Foundation, Inc.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/linux/sparc/futex_bits.h b/libitm/config/linux/sparc/futex_bits.h
index c17eb40229a..6f180998a53 100644
--- a/libitm/config/linux/sparc/futex_bits.h
+++ b/libitm/config/linux/sparc/futex_bits.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2017 Free Software Foundation, Inc.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/linux/x86/futex_bits.h b/libitm/config/linux/x86/futex_bits.h
index 8f2bef13f2f..4bb1a1c52f5 100644
--- a/libitm/config/linux/x86/futex_bits.h
+++ b/libitm/config/linux/x86/futex_bits.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/linux/x86/tls.h b/libitm/config/linux/x86/tls.h
index e99210af76a..cc6d73a150b 100644
--- a/libitm/config/linux/x86/tls.h
+++ b/libitm/config/linux/x86/tls.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/posix/rwlock.cc b/libitm/config/posix/rwlock.cc
index 86f71058525..4cf2820993d 100644
--- a/libitm/config/posix/rwlock.cc
+++ b/libitm/config/posix/rwlock.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/posix/rwlock.h b/libitm/config/posix/rwlock.h
index 1e74e64b87d..4b1935e5853 100644
--- a/libitm/config/posix/rwlock.h
+++ b/libitm/config/posix/rwlock.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/powerpc/sjlj.S b/libitm/config/powerpc/sjlj.S
index 11151382bd3..0743736130e 100644
--- a/libitm/config/powerpc/sjlj.S
+++ b/libitm/config/powerpc/sjlj.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/powerpc/target.h b/libitm/config/powerpc/target.h
index 80697c3da18..542aa3489cc 100644
--- a/libitm/config/powerpc/target.h
+++ b/libitm/config/powerpc/target.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/s390/sjlj.S b/libitm/config/s390/sjlj.S
index 8de553eb665..56f1940afdd 100644
--- a/libitm/config/s390/sjlj.S
+++ b/libitm/config/s390/sjlj.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2013-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2013-2017 Free Software Foundation, Inc.
Contributed by Andreas Krebbel <krebbel@linux.vnet.ibm.com>
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/s390/target.h b/libitm/config/s390/target.h
index c9d52034d1a..537418b27b9 100644
--- a/libitm/config/s390/target.h
+++ b/libitm/config/s390/target.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2013-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2013-2017 Free Software Foundation, Inc.
Contributed by Andreas Krebbel <krebbel@linux.vnet.ibm.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/sh/sjlj.S b/libitm/config/sh/sjlj.S
index f360046c88f..0159fed2b47 100644
--- a/libitm/config/sh/sjlj.S
+++ b/libitm/config/sh/sjlj.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2017 Free Software Foundation, Inc.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/sh/target.h b/libitm/config/sh/target.h
index 48f536e0bcc..753b02ecb65 100644
--- a/libitm/config/sh/target.h
+++ b/libitm/config/sh/target.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2017 Free Software Foundation, Inc.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/sparc/sjlj.S b/libitm/config/sparc/sjlj.S
index bcb70c3bcdf..c85d280b4ae 100644
--- a/libitm/config/sparc/sjlj.S
+++ b/libitm/config/sparc/sjlj.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2017 Free Software Foundation, Inc.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/sparc/target.h b/libitm/config/sparc/target.h
index 9b1c9c553e7..e3f8f6f880f 100644
--- a/libitm/config/sparc/target.h
+++ b/libitm/config/sparc/target.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2017 Free Software Foundation, Inc.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/x86/sjlj.S b/libitm/config/x86/sjlj.S
index 3d2a922c82c..21ca9d76772 100644
--- a/libitm/config/x86/sjlj.S
+++ b/libitm/config/x86/sjlj.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/x86/target.h b/libitm/config/x86/target.h
index 230b1930404..8d0a0da58aa 100644
--- a/libitm/config/x86/target.h
+++ b/libitm/config/x86/target.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/x86/x86_avx.cc b/libitm/config/x86/x86_avx.cc
index 2449b16d69a..9d7e90882d7 100644
--- a/libitm/config/x86/x86_avx.cc
+++ b/libitm/config/x86/x86_avx.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/x86/x86_sse.cc b/libitm/config/x86/x86_sse.cc
index c3b7237f180..356c6e353ad 100644
--- a/libitm/config/x86/x86_sse.cc
+++ b/libitm/config/x86/x86_sse.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/configure.ac b/libitm/configure.ac
index f345a0138fc..215123421e7 100644
--- a/libitm/configure.ac
+++ b/libitm/configure.ac
@@ -1,5 +1,5 @@
# Process this file with autoreconf to produce a configure script.
-# Copyright (C) 2011-2016 Free Software Foundation, Inc.
+# Copyright (C) 2011-2017 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/libitm/configure.tgt b/libitm/configure.tgt
index e84382f5950..4ea71c8c365 100644
--- a/libitm/configure.tgt
+++ b/libitm/configure.tgt
@@ -1,5 +1,5 @@
# -*- shell-script -*-
-# Copyright (C) 2011-2016 Free Software Foundation, Inc.
+# Copyright (C) 2011-2017 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/libitm/containers.h b/libitm/containers.h
index 95a053f45a5..f76d60a0ae4 100644
--- a/libitm/containers.h
+++ b/libitm/containers.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2017 Free Software Foundation, Inc.
Contributed by Torvald Riegel <triegel@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/dispatch.h b/libitm/dispatch.h
index 4ec56315829..aaa1b5d83c1 100644
--- a/libitm/dispatch.h
+++ b/libitm/dispatch.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2017 Free Software Foundation, Inc.
Contributed by Torvald Riegel <triegel@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/eh_cpp.cc b/libitm/eh_cpp.cc
index a6c06b555db..e2832611733 100644
--- a/libitm/eh_cpp.cc
+++ b/libitm/eh_cpp.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/libitm.h b/libitm/libitm.h
index d7bc166a93b..4745f2aa105 100644
--- a/libitm/libitm.h
+++ b/libitm/libitm.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/libitm_i.h b/libitm/libitm_i.h
index a8cff575754..6ea17d27de0 100644
--- a/libitm/libitm_i.h
+++ b/libitm/libitm_i.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/local.cc b/libitm/local.cc
index 88ac06645f2..d87cd1505f7 100644
--- a/libitm/local.cc
+++ b/libitm/local.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/local_atomic b/libitm/local_atomic
index 9636826b470..c1faeb3ef2d 100644
--- a/libitm/local_atomic
+++ b/libitm/local_atomic
@@ -1,6 +1,6 @@
// -*- C++ -*- header.
-// Copyright (C) 2008-2016 Free Software Foundation, Inc.
+// Copyright (C) 2008-2017 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
diff --git a/libitm/method-gl.cc b/libitm/method-gl.cc
index b51c802f191..75d00ad4910 100644
--- a/libitm/method-gl.cc
+++ b/libitm/method-gl.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2017 Free Software Foundation, Inc.
Contributed by Torvald Riegel <triegel@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/method-ml.cc b/libitm/method-ml.cc
index c1a6771d3f9..fcae334c385 100644
--- a/libitm/method-ml.cc
+++ b/libitm/method-ml.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2017 Free Software Foundation, Inc.
Contributed by Torvald Riegel <triegel@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/method-serial.cc b/libitm/method-serial.cc
index a151b669618..aa8d19721c7 100644
--- a/libitm/method-serial.cc
+++ b/libitm/method-serial.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/query.cc b/libitm/query.cc
index ddce8462f2d..19b379888f0 100644
--- a/libitm/query.cc
+++ b/libitm/query.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/retry.cc b/libitm/retry.cc
index cd7de1eb127..5cdc2c64edb 100644
--- a/libitm/retry.cc
+++ b/libitm/retry.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/testsuite/config/default.exp b/libitm/testsuite/config/default.exp
index b6adbf7983c..390ece79982 100644
--- a/libitm/testsuite/config/default.exp
+++ b/libitm/testsuite/config/default.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2016 Free Software Foundation, Inc.
+# Copyright (C) 2011-2017 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/libitm/testsuite/libitm.c++/c++.exp b/libitm/testsuite/libitm.c++/c++.exp
index e7f970d67cd..9aad524f8b7 100644
--- a/libitm/testsuite/libitm.c++/c++.exp
+++ b/libitm/testsuite/libitm.c++/c++.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2016 Free Software Foundation, Inc.
+# Copyright (C) 2011-2017 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/libitm/useraction.cc b/libitm/useraction.cc
index 9c27b2ad0e9..b20bbc12cb2 100644
--- a/libitm/useraction.cc
+++ b/libitm/useraction.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/util.cc b/libitm/util.cc
index f89b2e5cccd..4a7f5e3b66d 100644
--- a/libitm/util.cc
+++ b/libitm/util.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2017 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).