diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2014-01-02 22:25:54 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2014-01-02 22:25:54 +0000 |
commit | 18d73c7f597782a3957efcfd4adedda2e63fb2ae (patch) | |
tree | 46534c505f212692f18b0c8a29dee13e1ee14352 /libgomp/config/linux | |
parent | f0bcf62899a9efcb23a52910d25c5886bef3affe (diff) | |
download | gcc-18d73c7f597782a3957efcfd4adedda2e63fb2ae.zip gcc-18d73c7f597782a3957efcfd4adedda2e63fb2ae.tar.gz gcc-18d73c7f597782a3957efcfd4adedda2e63fb2ae.tar.bz2 |
Update copyright years in libgomp/
From-SVN: r206297
Diffstat (limited to 'libgomp/config/linux')
-rw-r--r-- | libgomp/config/linux/affinity.c | 2 | ||||
-rw-r--r-- | libgomp/config/linux/alpha/futex.h | 2 | ||||
-rw-r--r-- | libgomp/config/linux/bar.c | 2 | ||||
-rw-r--r-- | libgomp/config/linux/bar.h | 2 | ||||
-rw-r--r-- | libgomp/config/linux/futex.h | 2 | ||||
-rw-r--r-- | libgomp/config/linux/ia64/futex.h | 2 | ||||
-rw-r--r-- | libgomp/config/linux/lock.c | 2 | ||||
-rw-r--r-- | libgomp/config/linux/mips/futex.h | 2 | ||||
-rw-r--r-- | libgomp/config/linux/mutex.c | 2 | ||||
-rw-r--r-- | libgomp/config/linux/mutex.h | 2 | ||||
-rw-r--r-- | libgomp/config/linux/powerpc/futex.h | 2 | ||||
-rw-r--r-- | libgomp/config/linux/proc.c | 2 | ||||
-rw-r--r-- | libgomp/config/linux/proc.h | 2 | ||||
-rw-r--r-- | libgomp/config/linux/ptrlock.c | 2 | ||||
-rw-r--r-- | libgomp/config/linux/ptrlock.h | 2 | ||||
-rw-r--r-- | libgomp/config/linux/s390/futex.h | 2 | ||||
-rw-r--r-- | libgomp/config/linux/sem.c | 2 | ||||
-rw-r--r-- | libgomp/config/linux/sem.h | 2 | ||||
-rw-r--r-- | libgomp/config/linux/sparc/futex.h | 2 | ||||
-rw-r--r-- | libgomp/config/linux/tile/futex.h | 2 | ||||
-rw-r--r-- | libgomp/config/linux/wait.h | 2 | ||||
-rw-r--r-- | libgomp/config/linux/x86/futex.h | 2 |
22 files changed, 22 insertions, 22 deletions
diff --git a/libgomp/config/linux/affinity.c b/libgomp/config/linux/affinity.c index bc5c9fc..2f8a300 100644 --- a/libgomp/config/linux/affinity.c +++ b/libgomp/config/linux/affinity.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2013 Free Software Foundation, Inc. +/* Copyright (C) 2006-2014 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 b94a040..21cf3cc 100644 --- a/libgomp/config/linux/alpha/futex.h +++ b/libgomp/config/linux/alpha/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2013 Free Software Foundation, Inc. +/* Copyright (C) 2005-2014 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 6b591e5..ea1e08b 100644 --- a/libgomp/config/linux/bar.c +++ b/libgomp/config/linux/bar.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2013 Free Software Foundation, Inc. +/* Copyright (C) 2005-2014 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 914c867..7adb45f 100644 --- a/libgomp/config/linux/bar.h +++ b/libgomp/config/linux/bar.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2013 Free Software Foundation, Inc. +/* Copyright (C) 2005-2014 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 fecaa9f..802abfd 100644 --- a/libgomp/config/linux/futex.h +++ b/libgomp/config/linux/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2013 Free Software Foundation, Inc. +/* Copyright (C) 2010-2014 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 8e48941..c1b9d42 100644 --- a/libgomp/config/linux/ia64/futex.h +++ b/libgomp/config/linux/ia64/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2013 Free Software Foundation, Inc. +/* Copyright (C) 2005-2014 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 9cdde5c..46d70e3 100644 --- a/libgomp/config/linux/lock.c +++ b/libgomp/config/linux/lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2013 Free Software Foundation, Inc. +/* Copyright (C) 2005-2014 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 fa5aa26..ae32b80 100644 --- a/libgomp/config/linux/mips/futex.h +++ b/libgomp/config/linux/mips/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2013 Free Software Foundation, Inc. +/* Copyright (C) 2005-2014 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 0e3872c..cd93cd2 100644 --- a/libgomp/config/linux/mutex.c +++ b/libgomp/config/linux/mutex.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2013 Free Software Foundation, Inc. +/* Copyright (C) 2005-2014 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 e789ed0..b36d33a 100644 --- a/libgomp/config/linux/mutex.h +++ b/libgomp/config/linux/mutex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2013 Free Software Foundation, Inc. +/* Copyright (C) 2005-2014 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 e8a69e2..22eefa0 100644 --- a/libgomp/config/linux/powerpc/futex.h +++ b/libgomp/config/linux/powerpc/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2013 Free Software Foundation, Inc. +/* Copyright (C) 2005-2014 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 76616dd..fa89f1d 100644 --- a/libgomp/config/linux/proc.c +++ b/libgomp/config/linux/proc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2013 Free Software Foundation, Inc. +/* Copyright (C) 2005-2014 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 bdc85db..4b68474 100644 --- a/libgomp/config/linux/proc.h +++ b/libgomp/config/linux/proc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2013 Free Software Foundation, Inc. +/* Copyright (C) 2011-2014 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 fa51111..5f573ec 100644 --- a/libgomp/config/linux/ptrlock.c +++ b/libgomp/config/linux/ptrlock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2013 Free Software Foundation, Inc. +/* Copyright (C) 2008-2014 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 8de1101..ca470b1 100644 --- a/libgomp/config/linux/ptrlock.h +++ b/libgomp/config/linux/ptrlock.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2013 Free Software Foundation, Inc. +/* Copyright (C) 2008-2014 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 af10db5..3dc264b 100644 --- a/libgomp/config/linux/s390/futex.h +++ b/libgomp/config/linux/s390/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2013 Free Software Foundation, Inc. +/* Copyright (C) 2005-2014 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 b25005a..328ba89 100644 --- a/libgomp/config/linux/sem.c +++ b/libgomp/config/linux/sem.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2013 Free Software Foundation, Inc. +/* Copyright (C) 2005-2014 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 95e1442..5aa7bc2 100644 --- a/libgomp/config/linux/sem.h +++ b/libgomp/config/linux/sem.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2013 Free Software Foundation, Inc. +/* Copyright (C) 2005-2014 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 0319939..e7f94c3 100644 --- a/libgomp/config/linux/sparc/futex.h +++ b/libgomp/config/linux/sparc/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2013 Free Software Foundation, Inc. +/* Copyright (C) 2005-2014 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 2691cc1..8ce362b 100644 --- a/libgomp/config/linux/tile/futex.h +++ b/libgomp/config/linux/tile/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2013 Free Software Foundation, Inc. +/* Copyright (C) 2011-2014 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 e60f527..08141f7 100644 --- a/libgomp/config/linux/wait.h +++ b/libgomp/config/linux/wait.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2013 Free Software Foundation, Inc. +/* Copyright (C) 2008-2014 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 5b32e80..b822c67 100644 --- a/libgomp/config/linux/x86/futex.h +++ b/libgomp/config/linux/x86/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2013 Free Software Foundation, Inc. +/* Copyright (C) 2005-2014 Free Software Foundation, Inc. Contributed by Richard Henderson <rth@redhat.com>. This file is part of the GNU OpenMP Library (libgomp). |