summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2013-02-03 17:46:11 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2013-02-03 17:46:11 +0000
commitf76fc764d15b125227a4bcde170e55df146b9213 (patch)
tree8c9364585ce0e7dd9e172974c041e2c0b49577e2
parent8bd7002d9cdc80f26b65ca89e630188c18ba199e (diff)
Update copyright in libitm.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195697 138bc75d-0d04-0410-961f-82ee72b054a4
-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/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/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.texi2
-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
68 files changed, 71 insertions, 67 deletions
diff --git a/libitm/ChangeLog b/libitm/ChangeLog
index bad2c8d586af..56423c353fcf 100644
--- a/libitm/ChangeLog
+++ b/libitm/ChangeLog
@@ -1,3 +1,7 @@
+2013-02-03 Richard Sandiford <rdsandiford@googlemail.com>
+
+ Update copyright years.
+
2012-11-09 Torvald Riegel <triegel@redhat.com>
* beginend.cc (htm_fastpath): New.
diff --git a/libitm/aatree.cc b/libitm/aatree.cc
index da8c27407f4b..3f2d8464b915 100644
--- a/libitm/aatree.cc
+++ b/libitm/aatree.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2013 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 a4de8da903d6..fa44485114ed 100644
--- a/libitm/aatree.h
+++ b/libitm/aatree.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2013 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 ec36269e6c88..a4c294cf88e2 100644
--- a/libitm/alloc.cc
+++ b/libitm/alloc.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2013 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 c0cf263a0539..8b1f1bde1b20 100644
--- a/libitm/alloc_c.cc
+++ b/libitm/alloc_c.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2013 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 00a4d3211d92..654b94209f6e 100644
--- a/libitm/alloc_cpp.cc
+++ b/libitm/alloc_cpp.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2013 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 a536d0f862f8..6d4d00ce63e0 100644
--- a/libitm/barrier.cc
+++ b/libitm/barrier.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 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 43699469d832..93e702efc9eb 100644
--- a/libitm/beginend.cc
+++ b/libitm/beginend.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 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 cfb7f40850fb..45986a94d084 100644
--- a/libitm/clone.cc
+++ b/libitm/clone.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2013 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 b1ef2d4e63ad..6272e2dd6d05 100644
--- a/libitm/common.h
+++ b/libitm/common.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 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 611a1c9a26e4..5d77bba2821d 100644
--- a/libitm/config/alpha/cacheline.h
+++ b/libitm/config/alpha/cacheline.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2013 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 615eacb8688d..0e51b971fd0e 100644
--- a/libitm/config/alpha/sjlj.S
+++ b/libitm/config/alpha/sjlj.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2013 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 12b1d898544e..434a4d712638 100644
--- a/libitm/config/alpha/target.h
+++ b/libitm/config/alpha/target.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2013 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 007c10e7a4ec..d064917b6caa 100644
--- a/libitm/config/arm/hwcap.cc
+++ b/libitm/config/arm/hwcap.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 16e4034767c7..556b88ddae42 100644
--- a/libitm/config/arm/hwcap.h
+++ b/libitm/config/arm/hwcap.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 2c9fb02c5019..b6b6f5799dd0 100644
--- a/libitm/config/arm/sjlj.S
+++ b/libitm/config/arm/sjlj.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 758d449428ec..54ef62691586 100644
--- a/libitm/config/arm/target.h
+++ b/libitm/config/arm/target.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 3a5634b37e62..f34191763a35 100644
--- a/libitm/config/generic/asmcfi.h
+++ b/libitm/config/generic/asmcfi.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 dd7d877d1d16..f193e719bc70 100644
--- a/libitm/config/generic/cacheline.h
+++ b/libitm/config/generic/cacheline.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2013 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 f07d082b4eef..ff7eed1cae7c 100644
--- a/libitm/config/generic/tls.cc
+++ b/libitm/config/generic/tls.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2010-2013 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 dfcd76a0dac9..13e2b12ccd89 100644
--- a/libitm/config/generic/tls.h
+++ b/libitm/config/generic/tls.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 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 ef5c10a5c1a6..8836e4840239 100644
--- a/libitm/config/linux/alpha/futex_bits.h
+++ b/libitm/config/linux/alpha/futex_bits.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 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 5707b40c2629..aec13e807d5c 100644
--- a/libitm/config/linux/futex.cc
+++ b/libitm/config/linux/futex.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 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 02bf5d0e323a..3e56255471d3 100644
--- a/libitm/config/linux/futex.h
+++ b/libitm/config/linux/futex.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 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 9f6be72e3c4c..44f89aae2253 100644
--- a/libitm/config/linux/futex_bits.h
+++ b/libitm/config/linux/futex_bits.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 daf5c6fe27d9..f26abf639789 100644
--- a/libitm/config/linux/powerpc/futex_bits.h
+++ b/libitm/config/linux/powerpc/futex_bits.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 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 cf1fdd55a91d..47a420bda90c 100644
--- a/libitm/config/linux/rwlock.cc
+++ b/libitm/config/linux/rwlock.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 f13d287a21f1..428299f1be89 100644
--- a/libitm/config/linux/rwlock.h
+++ b/libitm/config/linux/rwlock.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 cc85367f72bd..40dc6b693338 100644
--- a/libitm/config/linux/sh/futex_bits.h
+++ b/libitm/config/linux/sh/futex_bits.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 5881de4fceaf..2b0f5da6b49d 100644
--- a/libitm/config/linux/sparc/futex_bits.h
+++ b/libitm/config/linux/sparc/futex_bits.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 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 732c4ea96b52..fd513081e478 100644
--- a/libitm/config/linux/x86/futex_bits.h
+++ b/libitm/config/linux/x86/futex_bits.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 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 01f7c27bcb36..4e0115f5af59 100644
--- a/libitm/config/linux/x86/tls.h
+++ b/libitm/config/linux/x86/tls.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 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 f93baf2e1008..488e9c2374c0 100644
--- a/libitm/config/posix/rwlock.cc
+++ b/libitm/config/posix/rwlock.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 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 79f14296df61..2e415286aeb1 100644
--- a/libitm/config/posix/rwlock.h
+++ b/libitm/config/posix/rwlock.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009, 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2013 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 8819569ff619..397adafc8bc8 100644
--- a/libitm/config/powerpc/cacheline.h
+++ b/libitm/config/powerpc/cacheline.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 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 83dfdc8bc792..1f4a100f9439 100644
--- a/libitm/config/powerpc/sjlj.S
+++ b/libitm/config/powerpc/sjlj.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 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 4ffd3d1fe496..67c02188452a 100644
--- a/libitm/config/powerpc/target.h
+++ b/libitm/config/powerpc/target.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 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/sh/sjlj.S b/libitm/config/sh/sjlj.S
index dfd5cc0d9927..bed543de90ec 100644
--- a/libitm/config/sh/sjlj.S
+++ b/libitm/config/sh/sjlj.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 2868ee3032aa..c1d94c72bf3b 100644
--- a/libitm/config/sh/target.h
+++ b/libitm/config/sh/target.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 e5aa773d90c3..1b135b1c9973 100644
--- a/libitm/config/sparc/cacheline.h
+++ b/libitm/config/sparc/cacheline.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 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 71f4837a0351..cd6461a08879 100644
--- a/libitm/config/sparc/sjlj.S
+++ b/libitm/config/sparc/sjlj.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 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 12eb821ec089..c3853fe82f1a 100644
--- a/libitm/config/sparc/target.h
+++ b/libitm/config/sparc/target.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 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 337c9995c178..ae8b0bb1f45f 100644
--- a/libitm/config/x86/cacheline.h
+++ b/libitm/config/x86/cacheline.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2013 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 4d733f4c2200..993f698652c1 100644
--- a/libitm/config/x86/sjlj.S
+++ b/libitm/config/x86/sjlj.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 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 ef959607fb66..77b627f95bbd 100644
--- a/libitm/config/x86/target.h
+++ b/libitm/config/x86/target.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 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 6a5e297116bc..42a32fd1f0ae 100644
--- a/libitm/config/x86/x86_avx.cc
+++ b/libitm/config/x86/x86_avx.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2013 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 5a1c67ac8b16..0156192fd8ee 100644
--- a/libitm/config/x86/x86_sse.cc
+++ b/libitm/config/x86/x86_sse.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2013 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 8544686d8a2e..ff41266a461f 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, 2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2013 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 74cb0b548766..84824ca16f0e 100644
--- a/libitm/configure.tgt
+++ b/libitm/configure.tgt
@@ -1,5 +1,5 @@
# -*- shell-script -*-
-# Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2013 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 36905659da29..fdf373525c9e 100644
--- a/libitm/containers.h
+++ b/libitm/containers.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 200138bb4b89..ba2c6d0a2267 100644
--- a/libitm/dispatch.h
+++ b/libitm/dispatch.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 27e38542d434..00eac5f7864f 100644
--- a/libitm/eh_cpp.cc
+++ b/libitm/eh_cpp.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009, 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2013 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 436eb94c65df..20ac59a44749 100644
--- a/libitm/libitm.h
+++ b/libitm/libitm.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 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.texi b/libitm/libitm.texi
index 7e5c413610fb..276cb939937d 100644
--- a/libitm/libitm.texi
+++ b/libitm/libitm.texi
@@ -7,7 +7,7 @@
@copying
-Copyright @copyright{} 2011 Free Software Foundation, Inc.
+Copyright @copyright{} 2011-2013 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.2 or
diff --git a/libitm/libitm_i.h b/libitm/libitm_i.h
index 4dfcda9c7de9..421b349cfe53 100644
--- a/libitm/libitm_i.h
+++ b/libitm/libitm_i.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 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 d0d96cea625a..d462b71c6e2b 100644
--- a/libitm/local.cc
+++ b/libitm/local.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 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 e6644634a733..97e7d2627697 100644
--- a/libitm/local_atomic
+++ b/libitm/local_atomic
@@ -1,6 +1,6 @@
// -*- C++ -*- header.
-// Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+// Copyright (C) 2008-2013 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 8349cd502634..fcf05f416332 100644
--- a/libitm/local_type_traits
+++ b/libitm/local_type_traits
@@ -1,6 +1,6 @@
// C++0x type_traits -*- C++ -*-
-// Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+// Copyright (C) 2007-2013 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 be8f36c011e2..795258f51d7a 100644
--- a/libitm/method-gl.cc
+++ b/libitm/method-gl.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 80278f519aea..362a233ef94f 100644
--- a/libitm/method-ml.cc
+++ b/libitm/method-ml.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 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 38857dcc80dc..8dafce58fdb0 100644
--- a/libitm/method-serial.cc
+++ b/libitm/method-serial.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 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 ce72f702046d..5707321f6c2c 100644
--- a/libitm/query.cc
+++ b/libitm/query.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 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 bb7a1f574a10..f4709b20faf6 100644
--- a/libitm/retry.cc
+++ b/libitm/retry.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 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 a338258e9f12..95ab7306e548 100644
--- a/libitm/stmlock.h
+++ b/libitm/stmlock.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2013 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 b5e53fc792e2..b98cbd26d6e9 100644
--- a/libitm/testsuite/config/default.exp
+++ b/libitm/testsuite/config/default.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 2011 Free Software Foundation, Inc.
+# Copyright (C) 2011-2013 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 ed9b4e8dddec..2386e0e3cadd 100644
--- a/libitm/testsuite/libitm.c++/c++.exp
+++ b/libitm/testsuite/libitm.c++/c++.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2013 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 952bbd991b45..101a9810c5a1 100644
--- a/libitm/useraction.cc
+++ b/libitm/useraction.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 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 48a1bf88d7cb..bd2024cce835 100644
--- a/libitm/util.cc
+++ b/libitm/util.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2013 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).