aboutsummaryrefslogtreecommitdiff
path: root/libgomp
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 /libgomp
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 'libgomp')
-rw-r--r--libgomp/ChangeLog2
-rw-r--r--libgomp/alloc.c2
-rw-r--r--libgomp/barrier.c2
-rw-r--r--libgomp/config/bsd/proc.c2
-rw-r--r--libgomp/config/linux/affinity.c2
-rw-r--r--libgomp/config/linux/alpha/futex.h2
-rw-r--r--libgomp/config/linux/bar.c2
-rw-r--r--libgomp/config/linux/bar.h2
-rw-r--r--libgomp/config/linux/futex.h2
-rw-r--r--libgomp/config/linux/ia64/futex.h2
-rw-r--r--libgomp/config/linux/lock.c2
-rw-r--r--libgomp/config/linux/mips/futex.h2
-rw-r--r--libgomp/config/linux/mutex.c2
-rw-r--r--libgomp/config/linux/mutex.h2
-rw-r--r--libgomp/config/linux/powerpc/futex.h2
-rw-r--r--libgomp/config/linux/proc.c2
-rw-r--r--libgomp/config/linux/proc.h2
-rw-r--r--libgomp/config/linux/ptrlock.c2
-rw-r--r--libgomp/config/linux/ptrlock.h2
-rw-r--r--libgomp/config/linux/s390/futex.h2
-rw-r--r--libgomp/config/linux/sem.c2
-rw-r--r--libgomp/config/linux/sem.h2
-rw-r--r--libgomp/config/linux/sparc/futex.h2
-rw-r--r--libgomp/config/linux/tile/futex.h2
-rw-r--r--libgomp/config/linux/wait.h2
-rw-r--r--libgomp/config/linux/x86/futex.h2
-rw-r--r--libgomp/config/mingw32/proc.c2
-rw-r--r--libgomp/config/mingw32/time.c2
-rw-r--r--libgomp/config/posix/affinity.c2
-rw-r--r--libgomp/config/posix/bar.c2
-rw-r--r--libgomp/config/posix/bar.h2
-rw-r--r--libgomp/config/posix/lock.c2
-rw-r--r--libgomp/config/posix/mutex.h2
-rw-r--r--libgomp/config/posix/proc.c2
-rw-r--r--libgomp/config/posix/ptrlock.h2
-rw-r--r--libgomp/config/posix/sem.c2
-rw-r--r--libgomp/config/posix/sem.h2
-rw-r--r--libgomp/config/posix/time.c2
-rw-r--r--libgomp/critical.c2
-rw-r--r--libgomp/env.c2
-rw-r--r--libgomp/error.c2
-rw-r--r--libgomp/fortran.c2
-rw-r--r--libgomp/hashtab.h2
-rw-r--r--libgomp/iter.c2
-rw-r--r--libgomp/iter_ull.c2
-rw-r--r--libgomp/libgomp.h2
-rw-r--r--libgomp/libgomp_f.h.in2
-rw-r--r--libgomp/libgomp_g.h2
-rw-r--r--libgomp/libgomp_target.h2
-rw-r--r--libgomp/loop.c2
-rw-r--r--libgomp/loop_ull.c2
-rw-r--r--libgomp/omp.h.in2
-rw-r--r--libgomp/omp_lib.f90.in2
-rw-r--r--libgomp/omp_lib.h.in2
-rw-r--r--libgomp/ordered.c2
-rw-r--r--libgomp/parallel.c2
-rw-r--r--libgomp/sections.c2
-rw-r--r--libgomp/single.c2
-rw-r--r--libgomp/splay-tree.h3
-rw-r--r--libgomp/target.c2
-rw-r--r--libgomp/task.c2
-rw-r--r--libgomp/team.c2
-rw-r--r--libgomp/testsuite/config/default.exp2
-rw-r--r--libgomp/testsuite/libgomp.c/affinity-1.c2
-rw-r--r--libgomp/testsuite/libgomp.c/sort-1.c2
-rw-r--r--libgomp/testsuite/libgomp.graphite/graphite.exp2
-rw-r--r--libgomp/work.c2
67 files changed, 68 insertions, 67 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 4769e95ca3e..afbde87a6b0 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,5 +1,7 @@
2015-01-05 Jakub Jelinek <jakub@redhat.com>
+ Update copyright years.
+
* libgomp.texi: Bump @copying's copyright year.
2014-12-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
diff --git a/libgomp/alloc.c b/libgomp/alloc.c
index 0ce171ad28e..de996ee39ef 100644
--- a/libgomp/alloc.c
+++ b/libgomp/alloc.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/barrier.c b/libgomp/barrier.c
index e4864f37640..c9a3478b993 100644
--- a/libgomp/barrier.c
+++ b/libgomp/barrier.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/bsd/proc.c b/libgomp/config/bsd/proc.c
index b94d5856a78..ab026f083f1 100644
--- a/libgomp/config/bsd/proc.c
+++ b/libgomp/config/bsd/proc.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/linux/affinity.c b/libgomp/config/linux/affinity.c
index 2f8a3002954..d909cea87f4 100644
--- a/libgomp/config/linux/affinity.c
+++ b/libgomp/config/linux/affinity.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2006-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2006-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/linux/alpha/futex.h b/libgomp/config/linux/alpha/futex.h
index 21cf3cc0e19..dd39d84bfcd 100644
--- a/libgomp/config/linux/alpha/futex.h
+++ b/libgomp/config/linux/alpha/futex.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/linux/bar.c b/libgomp/config/linux/bar.c
index ea1e08bec72..7ae7388ded5 100644
--- a/libgomp/config/linux/bar.c
+++ b/libgomp/config/linux/bar.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/linux/bar.h b/libgomp/config/linux/bar.h
index 7adb45f349a..4a48651ab28 100644
--- a/libgomp/config/linux/bar.h
+++ b/libgomp/config/linux/bar.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/linux/futex.h b/libgomp/config/linux/futex.h
index 63334c7c916..5e54c416eb8 100644
--- a/libgomp/config/linux/futex.h
+++ b/libgomp/config/linux/futex.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2010-2015 Free Software Foundation, Inc.
Contributed by ARM Ltd.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/linux/ia64/futex.h b/libgomp/config/linux/ia64/futex.h
index c1b9d42577c..03f8ac921ae 100644
--- a/libgomp/config/linux/ia64/futex.h
+++ b/libgomp/config/linux/ia64/futex.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/linux/lock.c b/libgomp/config/linux/lock.c
index 46d70e3cb38..b02b8801e39 100644
--- a/libgomp/config/linux/lock.c
+++ b/libgomp/config/linux/lock.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/linux/mips/futex.h b/libgomp/config/linux/mips/futex.h
index 7961d32c009..915d9b65efa 100644
--- a/libgomp/config/linux/mips/futex.h
+++ b/libgomp/config/linux/mips/futex.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Ilie Garbacea <ilie@mips.com>, Chao-ying Fu <fu@mips.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/linux/mutex.c b/libgomp/config/linux/mutex.c
index cd93cd27c4d..4a16754efb5 100644
--- a/libgomp/config/linux/mutex.c
+++ b/libgomp/config/linux/mutex.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/linux/mutex.h b/libgomp/config/linux/mutex.h
index b36d33a2d34..93658f7cf55 100644
--- a/libgomp/config/linux/mutex.h
+++ b/libgomp/config/linux/mutex.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/linux/powerpc/futex.h b/libgomp/config/linux/powerpc/futex.h
index 22eefa0ce01..7d8f79b06ce 100644
--- a/libgomp/config/linux/powerpc/futex.h
+++ b/libgomp/config/linux/powerpc/futex.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/linux/proc.c b/libgomp/config/linux/proc.c
index fa89f1d15f1..18ecfe15c67 100644
--- a/libgomp/config/linux/proc.c
+++ b/libgomp/config/linux/proc.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/linux/proc.h b/libgomp/config/linux/proc.h
index 4b684740031..9132f9eeb08 100644
--- a/libgomp/config/linux/proc.h
+++ b/libgomp/config/linux/proc.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2015 Free Software Foundation, Inc.
Contributed by Uros Bizjak <ubizjak@gmail.com>
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/linux/ptrlock.c b/libgomp/config/linux/ptrlock.c
index 5f573ecf969..9a6fb6d1d3e 100644
--- a/libgomp/config/linux/ptrlock.c
+++ b/libgomp/config/linux/ptrlock.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/linux/ptrlock.h b/libgomp/config/linux/ptrlock.h
index ca470b1e8c2..c3ff9df80a7 100644
--- a/libgomp/config/linux/ptrlock.h
+++ b/libgomp/config/linux/ptrlock.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/linux/s390/futex.h b/libgomp/config/linux/s390/futex.h
index 3dc264b5623..d1daefdcf03 100644
--- a/libgomp/config/linux/s390/futex.h
+++ b/libgomp/config/linux/s390/futex.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/linux/sem.c b/libgomp/config/linux/sem.c
index 328ba898d3f..64363847785 100644
--- a/libgomp/config/linux/sem.c
+++ b/libgomp/config/linux/sem.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/linux/sem.h b/libgomp/config/linux/sem.h
index 5aa7bc27a03..4fb11135f55 100644
--- a/libgomp/config/linux/sem.h
+++ b/libgomp/config/linux/sem.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/linux/sparc/futex.h b/libgomp/config/linux/sparc/futex.h
index e7f94c39cf4..483536a6795 100644
--- a/libgomp/config/linux/sparc/futex.h
+++ b/libgomp/config/linux/sparc/futex.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/linux/tile/futex.h b/libgomp/config/linux/tile/futex.h
index 8ce362b3176..db05da180e3 100644
--- a/libgomp/config/linux/tile/futex.h
+++ b/libgomp/config/linux/tile/futex.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2015 Free Software Foundation, Inc.
Contributed by Walter Lee (walt@tilera.com)
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/linux/wait.h b/libgomp/config/linux/wait.h
index 08141f77c12..34803db9599 100644
--- a/libgomp/config/linux/wait.h
+++ b/libgomp/config/linux/wait.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/linux/x86/futex.h b/libgomp/config/linux/x86/futex.h
index b822c67a2d6..007287642ea 100644
--- a/libgomp/config/linux/x86/futex.h
+++ b/libgomp/config/linux/x86/futex.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/mingw32/proc.c b/libgomp/config/mingw32/proc.c
index 7fe9b5cfca1..bd68fd83824 100644
--- a/libgomp/config/mingw32/proc.c
+++ b/libgomp/config/mingw32/proc.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2007-2015 Free Software Foundation, Inc.
Contributed by Danny Smith <dannysmith@users.sourceforge.net>
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/mingw32/time.c b/libgomp/config/mingw32/time.c
index 54811f4cccb..58b2c8ed656 100644
--- a/libgomp/config/mingw32/time.c
+++ b/libgomp/config/mingw32/time.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2006-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2006-2015 Free Software Foundation, Inc.
Contributed by Francois-Xavier Coudert <coudert@clipper.ens.fr>
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/posix/affinity.c b/libgomp/config/posix/affinity.c
index a4b326707ec..efd0aacde3f 100644
--- a/libgomp/config/posix/affinity.c
+++ b/libgomp/config/posix/affinity.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2006-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2006-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/posix/bar.c b/libgomp/config/posix/bar.c
index f6a1bb14745..7f31dfd8f90 100644
--- a/libgomp/config/posix/bar.c
+++ b/libgomp/config/posix/bar.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/posix/bar.h b/libgomp/config/posix/bar.h
index e36b403e977..47f0b100e33 100644
--- a/libgomp/config/posix/bar.h
+++ b/libgomp/config/posix/bar.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/posix/lock.c b/libgomp/config/posix/lock.c
index c65e041863d..a77d2af50fc 100644
--- a/libgomp/config/posix/lock.c
+++ b/libgomp/config/posix/lock.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/posix/mutex.h b/libgomp/config/posix/mutex.h
index c0d6fd91a19..46deee23f65 100644
--- a/libgomp/config/posix/mutex.h
+++ b/libgomp/config/posix/mutex.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/posix/proc.c b/libgomp/config/posix/proc.c
index ded9c50b670..27697155b57 100644
--- a/libgomp/config/posix/proc.c
+++ b/libgomp/config/posix/proc.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/posix/ptrlock.h b/libgomp/config/posix/ptrlock.h
index 74d9b03e580..53dcd834d5e 100644
--- a/libgomp/config/posix/ptrlock.h
+++ b/libgomp/config/posix/ptrlock.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/posix/sem.c b/libgomp/config/posix/sem.c
index c430e6aa448..59e4c45f1db 100644
--- a/libgomp/config/posix/sem.c
+++ b/libgomp/config/posix/sem.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/posix/sem.h b/libgomp/config/posix/sem.h
index fb4345a9d47..df39b53c4af 100644
--- a/libgomp/config/posix/sem.h
+++ b/libgomp/config/posix/sem.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/config/posix/time.c b/libgomp/config/posix/time.c
index 6000aa32c53..26c2f286a62 100644
--- a/libgomp/config/posix/time.c
+++ b/libgomp/config/posix/time.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/critical.c b/libgomp/critical.c
index 7051441aea0..abd4d663826 100644
--- a/libgomp/critical.c
+++ b/libgomp/critical.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/env.c b/libgomp/env.c
index 94c72a34fa0..1fd34611327 100644
--- a/libgomp/env.c
+++ b/libgomp/env.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/error.c b/libgomp/error.c
index d9b28f12091..e9fd595b207 100644
--- a/libgomp/error.c
+++ b/libgomp/error.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/fortran.c b/libgomp/fortran.c
index 1f30c516faa..69979ac2ca5 100644
--- a/libgomp/fortran.c
+++ b/libgomp/fortran.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/hashtab.h b/libgomp/hashtab.h
index 2f18bc5e2f5..0cc224ddb3b 100644
--- a/libgomp/hashtab.h
+++ b/libgomp/hashtab.h
@@ -1,5 +1,5 @@
/* An expandable hash tables datatype.
- Copyright (C) 1999-2014 Free Software Foundation, Inc.
+ Copyright (C) 1999-2015 Free Software Foundation, Inc.
Contributed by Vladimir Makarov <vmakarov@cygnus.com>.
This program is free software; you can redistribute it and/or modify
diff --git a/libgomp/iter.c b/libgomp/iter.c
index b2efd07317c..d145bf0f68f 100644
--- a/libgomp/iter.c
+++ b/libgomp/iter.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/iter_ull.c b/libgomp/iter_ull.c
index d003dbbf342..5d542bfabc6 100644
--- a/libgomp/iter_ull.c
+++ b/libgomp/iter_ull.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/libgomp.h b/libgomp/libgomp.h
index b694356f67e..54fa3b0f535 100644
--- a/libgomp/libgomp.h
+++ b/libgomp/libgomp.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/libgomp_f.h.in b/libgomp/libgomp_f.h.in
index 7de9528d566..194ea141f84 100644
--- a/libgomp/libgomp_f.h.in
+++ b/libgomp/libgomp_f.h.in
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/libgomp_g.h b/libgomp/libgomp_g.h
index be0c6eadd53..4b0ebd6a174 100644
--- a/libgomp/libgomp_g.h
+++ b/libgomp/libgomp_g.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/libgomp_target.h b/libgomp/libgomp_target.h
index f7d19d051f0..9c2947e1db8 100644
--- a/libgomp/libgomp_target.h
+++ b/libgomp/libgomp_target.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 Free Software Foundation, Inc.
+/* Copyright (C) 2014-2015 Free Software Foundation, Inc.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/loop.c b/libgomp/loop.c
index 65f3fe89c9e..11a07c67121 100644
--- a/libgomp/loop.c
+++ b/libgomp/loop.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/loop_ull.c b/libgomp/loop_ull.c
index 0264eee8958..e2967ed798b 100644
--- a/libgomp/loop_ull.c
+++ b/libgomp/loop_ull.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/omp.h.in b/libgomp/omp.h.in
index 5caab5dd2d5..18b6f35ea84 100644
--- a/libgomp/omp.h.in
+++ b/libgomp/omp.h.in
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/omp_lib.f90.in b/libgomp/omp_lib.f90.in
index 757053c9fbc..e37ff4b511c 100644
--- a/libgomp/omp_lib.f90.in
+++ b/libgomp/omp_lib.f90.in
@@ -1,4 +1,4 @@
-! Copyright (C) 2005-2014 Free Software Foundation, Inc.
+! Copyright (C) 2005-2015 Free Software Foundation, Inc.
! Contributed by Jakub Jelinek <jakub@redhat.com>.
! This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/omp_lib.h.in b/libgomp/omp_lib.h.in
index 691adb8655f..c8179a9abea 100644
--- a/libgomp/omp_lib.h.in
+++ b/libgomp/omp_lib.h.in
@@ -1,4 +1,4 @@
-! Copyright (C) 2005-2014 Free Software Foundation, Inc.
+! Copyright (C) 2005-2015 Free Software Foundation, Inc.
! Contributed by Jakub Jelinek <jakub@redhat.com>.
! This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/ordered.c b/libgomp/ordered.c
index a9e1e2025bf..bc0caecf319 100644
--- a/libgomp/ordered.c
+++ b/libgomp/ordered.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/parallel.c b/libgomp/parallel.c
index 40a19201cdb..cf533e41078 100644
--- a/libgomp/parallel.c
+++ b/libgomp/parallel.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/sections.c b/libgomp/sections.c
index fb746c7613a..1069cb42a0d 100644
--- a/libgomp/sections.c
+++ b/libgomp/sections.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/single.c b/libgomp/single.c
index afa94fd9447..c40a86f39c6 100644
--- a/libgomp/single.c
+++ b/libgomp/single.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/splay-tree.h b/libgomp/splay-tree.h
index eb8011a8b5c..7fadc0d8e37 100644
--- a/libgomp/splay-tree.h
+++ b/libgomp/splay-tree.h
@@ -1,6 +1,5 @@
/* A splay-tree datatype.
- Copyright 1998-2014
- Free Software Foundation, Inc.
+ Copyright (C) 1998-2015 Free Software Foundation, Inc.
Contributed by Mark Mitchell (mark@markmitchell.com).
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/target.c b/libgomp/target.c
index 5b4873b4ffc..07b7a2791d2 100644
--- a/libgomp/target.c
+++ b/libgomp/target.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2013-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2013-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/task.c b/libgomp/task.c
index 7d3233c6e1b..1d76f459d42 100644
--- a/libgomp/task.c
+++ b/libgomp/task.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2007-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/team.c b/libgomp/team.c
index 594127ca132..2322ecbfbc7 100644
--- a/libgomp/team.c
+++ b/libgomp/team.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
diff --git a/libgomp/testsuite/config/default.exp b/libgomp/testsuite/config/default.exp
index 197327cd33a..7f82b4df58b 100644
--- a/libgomp/testsuite/config/default.exp
+++ b/libgomp/testsuite/config/default.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997-2014 Free Software Foundation, Inc.
+# Copyright (C) 1997-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/libgomp/testsuite/libgomp.c/affinity-1.c b/libgomp/testsuite/libgomp.c/affinity-1.c
index 21f344cada3..de04ed792c3 100644
--- a/libgomp/testsuite/libgomp.c/affinity-1.c
+++ b/libgomp/testsuite/libgomp.c/affinity-1.c
@@ -1,5 +1,5 @@
/* Affinity tests.
- Copyright (C) 2013-2014 Free Software Foundation, Inc.
+ Copyright (C) 2013-2015 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
diff --git a/libgomp/testsuite/libgomp.c/sort-1.c b/libgomp/testsuite/libgomp.c/sort-1.c
index c249b7d1ff7..8c334622445 100644
--- a/libgomp/testsuite/libgomp.c/sort-1.c
+++ b/libgomp/testsuite/libgomp.c/sort-1.c
@@ -1,5 +1,5 @@
/* Test and benchmark of a couple of parallel sorting algorithms.
- Copyright (C) 2008-2014 Free Software Foundation, Inc.
+ Copyright (C) 2008-2015 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
diff --git a/libgomp/testsuite/libgomp.graphite/graphite.exp b/libgomp/testsuite/libgomp.graphite/graphite.exp
index 190f5575275..d737c852b1f 100644
--- a/libgomp/testsuite/libgomp.graphite/graphite.exp
+++ b/libgomp/testsuite/libgomp.graphite/graphite.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2014 Free Software Foundation, Inc.
+# Copyright (C) 2009-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/libgomp/work.c b/libgomp/work.c
index bb563b88772..1d9e340aa6c 100644
--- a/libgomp/work.c
+++ b/libgomp/work.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).