summaryrefslogtreecommitdiff
path: root/libitm
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2015-01-05 12:33:28 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2015-01-05 12:33:28 +0000
commitd353bf189d2bbaf4059f402ee4d2a5ea074c349f (patch)
tree37f6e236ab656361ec7d71580442211df53daa44 /libitm
parente3afb61d668b6ae0e3ded679dbf3d9532347b406 (diff)
Update copyright years.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219188 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libitm')
-rw-r--r--libitm/ChangeLog4
-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/cacheline.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/cacheline.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/cacheline.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/cacheline.h2
-rw-r--r--libitm/config/sparc/sjlj.S2
-rw-r--r--libitm/config/sparc/target.h2
-rw-r--r--libitm/config/x86/cacheline.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/local_type_traits2
-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/stmlock.h2
-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
71 files changed, 74 insertions, 70 deletions
diff --git a/libitm/ChangeLog b/libitm/ChangeLog
index ef4674d53756..74e2940a9c72 100644
--- a/libitm/ChangeLog
+++ b/libitm/ChangeLog
@@ -1,5 +1,9 @@
2015-01-05 Jakub Jelinek <jakub@redhat.com>
+ Update copyright years.
+
+2015-01-05 Jakub Jelinek <jakub@redhat.com>
+
* libitm.texi: Bump @copying's copyright year.
2014-12-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
diff --git a/libitm/aatree.cc b/libitm/aatree.cc
index 4074dade6c86..791b15410d5f 100644
--- a/libitm/aatree.cc
+++ b/libitm/aatree.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2015 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 329655800f5f..d7ccc3c4a1f0 100644
--- a/libitm/aatree.h
+++ b/libitm/aatree.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2015 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 ce1a6c1eafce..bb292da88dde 100644
--- a/libitm/alloc.cc
+++ b/libitm/alloc.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2015 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 d60de7762726..1ccdccd74dd6 100644
--- a/libitm/alloc_c.cc
+++ b/libitm/alloc_c.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2015 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 c6bd8782ee45..85146189ff2d 100644
--- a/libitm/alloc_cpp.cc
+++ b/libitm/alloc_cpp.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2015 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 b75fc221493c..ef4ac5ef0c92 100644
--- a/libitm/barrier.cc
+++ b/libitm/barrier.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2015 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 6110cfdf688b..c3ed11b89341 100644
--- a/libitm/beginend.cc
+++ b/libitm/beginend.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2015 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 b7ad9a707bf9..5fa0f2aeaaff 100644
--- a/libitm/clone.cc
+++ b/libitm/clone.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2015 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 72a6618d99ce..ebfaa685eb8c 100644
--- a/libitm/common.h
+++ b/libitm/common.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2015 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 77118dd47442..2a853d8efbce 100644
--- a/libitm/config/aarch64/sjlj.S
+++ b/libitm/config/aarch64/sjlj.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 Free Software Foundation, Inc.
+/* Copyright (C) 2014-2015 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 cb0f33621e87..87ebb2ddb7a4 100644
--- a/libitm/config/aarch64/target.h
+++ b/libitm/config/aarch64/target.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 Free Software Foundation, Inc.
+/* Copyright (C) 2014-2015 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/cacheline.h b/libitm/config/alpha/cacheline.h
index 084ee486d49c..e42148db0f57 100644
--- a/libitm/config/alpha/cacheline.h
+++ b/libitm/config/alpha/cacheline.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2015 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 d76d739551e4..42aa197e789d 100644
--- a/libitm/config/alpha/sjlj.S
+++ b/libitm/config/alpha/sjlj.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2015 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 e33f1e1ac375..65cd884a4288 100644
--- a/libitm/config/alpha/target.h
+++ b/libitm/config/alpha/target.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2015 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 11ef0f6f5456..a1c2cfd41f7c 100644
--- a/libitm/config/arm/hwcap.cc
+++ b/libitm/config/arm/hwcap.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2015 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 f5cce4c588da..a6487683d76a 100644
--- a/libitm/config/arm/hwcap.h
+++ b/libitm/config/arm/hwcap.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2015 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 ebdb2d2fe82a..96c5651188a3 100644
--- a/libitm/config/arm/sjlj.S
+++ b/libitm/config/arm/sjlj.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2015 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 a909e140ecfb..629d9497fab9 100644
--- a/libitm/config/arm/target.h
+++ b/libitm/config/arm/target.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2015 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 398cb4564de4..b7bb2d7687e6 100644
--- a/libitm/config/generic/asmcfi.h
+++ b/libitm/config/generic/asmcfi.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2015 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/cacheline.h b/libitm/config/generic/cacheline.h
index f46e2cd77a3c..69408a8358fc 100644
--- a/libitm/config/generic/cacheline.h
+++ b/libitm/config/generic/cacheline.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2015 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 b83c244d100c..ab326a1c2afc 100644
--- a/libitm/config/generic/tls.cc
+++ b/libitm/config/generic/tls.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2010-2015 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 1daa58094c13..a319e9f564a1 100644
--- a/libitm/config/generic/tls.h
+++ b/libitm/config/generic/tls.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2015 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 5e234d71af53..58ed1f7e1f95 100644
--- a/libitm/config/linux/alpha/futex_bits.h
+++ b/libitm/config/linux/alpha/futex_bits.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2015 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 7caff88a81f2..d1a16f79747c 100644
--- a/libitm/config/linux/futex.cc
+++ b/libitm/config/linux/futex.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2015 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 171d97095122..b391948efa95 100644
--- a/libitm/config/linux/futex.h
+++ b/libitm/config/linux/futex.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2015 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 dc1eb1fa301d..4783afecd30e 100644
--- a/libitm/config/linux/futex_bits.h
+++ b/libitm/config/linux/futex_bits.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2015 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 46805667f6be..ba3788279dd8 100644
--- a/libitm/config/linux/powerpc/futex_bits.h
+++ b/libitm/config/linux/powerpc/futex_bits.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2015 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 ed6a4b834ab8..8ffa24965979 100644
--- a/libitm/config/linux/rwlock.cc
+++ b/libitm/config/linux/rwlock.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2015 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 e6188890b326..4d114e87d4b4 100644
--- a/libitm/config/linux/rwlock.h
+++ b/libitm/config/linux/rwlock.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2015 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 55b866651374..4d8bf1e06d9d 100644
--- a/libitm/config/linux/sh/futex_bits.h
+++ b/libitm/config/linux/sh/futex_bits.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2015 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 7e84df13e65d..0c1d306874cc 100644
--- a/libitm/config/linux/sparc/futex_bits.h
+++ b/libitm/config/linux/sparc/futex_bits.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2015 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 69016817a280..235a053299e1 100644
--- a/libitm/config/linux/x86/futex_bits.h
+++ b/libitm/config/linux/x86/futex_bits.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2015 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 760e6e9cab1d..e731ab7e0150 100644
--- a/libitm/config/linux/x86/tls.h
+++ b/libitm/config/linux/x86/tls.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2015 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 f6ddc5d9f871..50513007881a 100644
--- a/libitm/config/posix/rwlock.cc
+++ b/libitm/config/posix/rwlock.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2015 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 0b3b5ecc959a..b0cedf336da3 100644
--- a/libitm/config/posix/rwlock.h
+++ b/libitm/config/posix/rwlock.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2015 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/cacheline.h b/libitm/config/powerpc/cacheline.h
index b27d556e350a..ec04983f981b 100644
--- a/libitm/config/powerpc/cacheline.h
+++ b/libitm/config/powerpc/cacheline.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2015 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 1a62a3fc84d7..878dceb9dfb4 100644
--- a/libitm/config/powerpc/sjlj.S
+++ b/libitm/config/powerpc/sjlj.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2015 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 0bf8fb444135..fb1745645aee 100644
--- a/libitm/config/powerpc/target.h
+++ b/libitm/config/powerpc/target.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2015 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 cac6a3b34a32..44b0c022bf75 100644
--- a/libitm/config/s390/sjlj.S
+++ b/libitm/config/s390/sjlj.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2013-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2013-2015 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 fb94e0623dc9..d9e639476088 100644
--- a/libitm/config/s390/target.h
+++ b/libitm/config/s390/target.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2013-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2013-2015 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 3489f83ef62a..410cef669fe4 100644
--- a/libitm/config/sh/sjlj.S
+++ b/libitm/config/sh/sjlj.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2015 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 fbc804c33c2f..88cb0d0f68ad 100644
--- a/libitm/config/sh/target.h
+++ b/libitm/config/sh/target.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2015 Free Software Foundation, Inc.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/sparc/cacheline.h b/libitm/config/sparc/cacheline.h
index df2ef9ee0ec0..274a2cccb7a2 100644
--- a/libitm/config/sparc/cacheline.h
+++ b/libitm/config/sparc/cacheline.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2015 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 0de225c36233..6df7a2d4c263 100644
--- a/libitm/config/sparc/sjlj.S
+++ b/libitm/config/sparc/sjlj.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2015 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 309dac1b36d6..026cb78d81d4 100644
--- a/libitm/config/sparc/target.h
+++ b/libitm/config/sparc/target.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2015 Free Software Foundation, Inc.
This file is part of the GNU Transactional Memory Library (libitm).
diff --git a/libitm/config/x86/cacheline.h b/libitm/config/x86/cacheline.h
index 943b9425fb91..401ac4173e54 100644
--- a/libitm/config/x86/cacheline.h
+++ b/libitm/config/x86/cacheline.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2015 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/sjlj.S b/libitm/config/x86/sjlj.S
index 3d0b6feb661e..9e348e35baeb 100644
--- a/libitm/config/x86/sjlj.S
+++ b/libitm/config/x86/sjlj.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2015 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 78a58e7ecf1f..fc7d904e2baf 100644
--- a/libitm/config/x86/target.h
+++ b/libitm/config/x86/target.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2015 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 a85a3de8330a..bb1250775e60 100644
--- a/libitm/config/x86/x86_avx.cc
+++ b/libitm/config/x86/x86_avx.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2015 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 8322411dd94d..9a367461f80c 100644
--- a/libitm/config/x86/x86_sse.cc
+++ b/libitm/config/x86/x86_sse.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2015 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 70feff23dd9f..2d99b1197fb5 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-2014 Free Software Foundation, Inc.
+# Copyright (C) 2011-2015 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 d807887de406..99da73a39680 100644
--- a/libitm/configure.tgt
+++ b/libitm/configure.tgt
@@ -1,5 +1,5 @@
# -*- shell-script -*-
-# Copyright (C) 2011-2014 Free Software Foundation, Inc.
+# Copyright (C) 2011-2015 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 eec9fafe0549..4b55c07e2832 100644
--- a/libitm/containers.h
+++ b/libitm/containers.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2015 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 ac96401a0b0b..b27ee16f070b 100644
--- a/libitm/dispatch.h
+++ b/libitm/dispatch.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2015 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 103f06f1f97c..a86dbf164ddc 100644
--- a/libitm/eh_cpp.cc
+++ b/libitm/eh_cpp.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2015 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 b15b68c0551d..651896b0102a 100644
--- a/libitm/libitm.h
+++ b/libitm/libitm.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2015 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 7c24493e305c..0eda01bacc53 100644
--- a/libitm/libitm_i.h
+++ b/libitm/libitm_i.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2015 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 32bf7624123c..5e401d1c1e31 100644
--- a/libitm/local.cc
+++ b/libitm/local.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2015 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 c3e079fcc89b..3119be40d095 100644
--- a/libitm/local_atomic
+++ b/libitm/local_atomic
@@ -1,6 +1,6 @@
// -*- C++ -*- header.
-// Copyright (C) 2008-2014 Free Software Foundation, Inc.
+// Copyright (C) 2008-2015 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/local_type_traits b/libitm/local_type_traits
index aff4c5c7d126..fd005c22273c 100644
--- a/libitm/local_type_traits
+++ b/libitm/local_type_traits
@@ -1,6 +1,6 @@
// C++0x type_traits -*- C++ -*-
-// Copyright (C) 2007-2014 Free Software Foundation, Inc.
+// Copyright (C) 2007-2015 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 8e1bf53b7d8d..23528c729188 100644
--- a/libitm/method-gl.cc
+++ b/libitm/method-gl.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2015 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 cd3224fffeff..37cb08bbabfa 100644
--- a/libitm/method-ml.cc
+++ b/libitm/method-ml.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2015 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 3a9ed23f0e53..261644ef3377 100644
--- a/libitm/method-serial.cc
+++ b/libitm/method-serial.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2015 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 cfe882c0f8e5..2f53dc9d8e49 100644
--- a/libitm/query.cc
+++ b/libitm/query.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2015 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 cec864bd4927..b7db80a85e10 100644
--- a/libitm/retry.cc
+++ b/libitm/retry.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2015 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/stmlock.h b/libitm/stmlock.h
index f240339258ab..77fe55f7d5e6 100644
--- a/libitm/stmlock.h
+++ b/libitm/stmlock.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2015 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 ccfda11bc0b4..d993352caff7 100644
--- a/libitm/testsuite/config/default.exp
+++ b/libitm/testsuite/config/default.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2014 Free Software Foundation, Inc.
+# Copyright (C) 2011-2015 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 f3a02a58b424..0043b48e1397 100644
--- a/libitm/testsuite/libitm.c++/c++.exp
+++ b/libitm/testsuite/libitm.c++/c++.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2014 Free Software Foundation, Inc.
+# Copyright (C) 2011-2015 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 357916c04264..0f241f397bf3 100644
--- a/libitm/useraction.cc
+++ b/libitm/useraction.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2015 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 1bad83834382..af261442c7a1 100644
--- a/libitm/util.cc
+++ b/libitm/util.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).