diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2018-01-03 11:03:58 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2018-01-03 11:03:58 +0100 |
commit | 85ec4feb11167c9e4489361bf2399a20afbe52c8 (patch) | |
tree | 7892dce393111dcf4d6553ddf89de00240ecfce8 /libgomp/config/linux | |
parent | ada38d5fa317498d15be166623520b9152c650cb (diff) | |
download | gcc-85ec4feb11167c9e4489361bf2399a20afbe52c8.zip gcc-85ec4feb11167c9e4489361bf2399a20afbe52c8.tar.gz gcc-85ec4feb11167c9e4489361bf2399a20afbe52c8.tar.bz2 |
Update copyright years.
From-SVN: r256169
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/doacross.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 |
23 files changed, 23 insertions, 23 deletions
diff --git a/libgomp/config/linux/affinity.c b/libgomp/config/linux/affinity.c index cbc9687..a2aefb8 100644 --- a/libgomp/config/linux/affinity.c +++ b/libgomp/config/linux/affinity.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2017 Free Software Foundation, Inc. +/* Copyright (C) 2006-2018 Free Software Foundation, Inc. Contributed by Jakub Jelinek <jakub@redhat.com>. This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/alpha/futex.h b/libgomp/config/linux/alpha/futex.h index 04a1ac4..2d7e3e6 100644 --- a/libgomp/config/linux/alpha/futex.h +++ b/libgomp/config/linux/alpha/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2017 Free Software Foundation, Inc. +/* Copyright (C) 2005-2018 Free Software Foundation, Inc. Contributed by Richard Henderson <rth@redhat.com>. This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/bar.c b/libgomp/config/linux/bar.c index 6a5be49..c01237a 100644 --- a/libgomp/config/linux/bar.c +++ b/libgomp/config/linux/bar.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2017 Free Software Foundation, Inc. +/* Copyright (C) 2005-2018 Free Software Foundation, Inc. Contributed by Richard Henderson <rth@redhat.com>. This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/bar.h b/libgomp/config/linux/bar.h index 7a85deb..ae12f20 100644 --- a/libgomp/config/linux/bar.h +++ b/libgomp/config/linux/bar.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2017 Free Software Foundation, Inc. +/* Copyright (C) 2005-2018 Free Software Foundation, Inc. Contributed by Richard Henderson <rth@redhat.com>. This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/doacross.h b/libgomp/config/linux/doacross.h index c9d98cd..cfbc9c2 100644 --- a/libgomp/config/linux/doacross.h +++ b/libgomp/config/linux/doacross.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2017 Free Software Foundation, Inc. +/* Copyright (C) 2015-2018 Free Software Foundation, Inc. Contributed by Jakub Jelinek <jakub@redhat.com>. This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/futex.h b/libgomp/config/linux/futex.h index 8cd80f5..9ae8557 100644 --- a/libgomp/config/linux/futex.h +++ b/libgomp/config/linux/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2017 Free Software Foundation, Inc. +/* Copyright (C) 2010-2018 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/ia64/futex.h b/libgomp/config/linux/ia64/futex.h index b51464a..6efec3c 100644 --- a/libgomp/config/linux/ia64/futex.h +++ b/libgomp/config/linux/ia64/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2017 Free Software Foundation, Inc. +/* Copyright (C) 2005-2018 Free Software Foundation, Inc. Contributed by Richard Henderson <rth@redhat.com>. This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/lock.c b/libgomp/config/linux/lock.c index e918520..d90cf42 100644 --- a/libgomp/config/linux/lock.c +++ b/libgomp/config/linux/lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2017 Free Software Foundation, Inc. +/* Copyright (C) 2005-2018 Free Software Foundation, Inc. Contributed by Richard Henderson <rth@redhat.com>. This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/mips/futex.h b/libgomp/config/linux/mips/futex.h index 213bf20..e1c1040 100644 --- a/libgomp/config/linux/mips/futex.h +++ b/libgomp/config/linux/mips/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2017 Free Software Foundation, Inc. +/* Copyright (C) 2005-2018 Free Software Foundation, Inc. Contributed by Ilie Garbacea <ilie@mips.com>, Chao-ying Fu <fu@mips.com>. This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/mutex.c b/libgomp/config/linux/mutex.c index e403cb2..33d15c6 100644 --- a/libgomp/config/linux/mutex.c +++ b/libgomp/config/linux/mutex.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2017 Free Software Foundation, Inc. +/* Copyright (C) 2005-2018 Free Software Foundation, Inc. Contributed by Richard Henderson <rth@redhat.com>. This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/mutex.h b/libgomp/config/linux/mutex.h index 7335885..d89fc99 100644 --- a/libgomp/config/linux/mutex.h +++ b/libgomp/config/linux/mutex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2017 Free Software Foundation, Inc. +/* Copyright (C) 2005-2018 Free Software Foundation, Inc. Contributed by Richard Henderson <rth@redhat.com>. This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/powerpc/futex.h b/libgomp/config/linux/powerpc/futex.h index 52ceb21..0f0f3df 100644 --- a/libgomp/config/linux/powerpc/futex.h +++ b/libgomp/config/linux/powerpc/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2017 Free Software Foundation, Inc. +/* Copyright (C) 2005-2018 Free Software Foundation, Inc. Contributed by Richard Henderson <rth@redhat.com>. This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/proc.c b/libgomp/config/linux/proc.c index 2a95a10..1156b65 100644 --- a/libgomp/config/linux/proc.c +++ b/libgomp/config/linux/proc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2017 Free Software Foundation, Inc. +/* Copyright (C) 2005-2018 Free Software Foundation, Inc. Contributed by Jakub Jelinek <jakub@redhat.com>. This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/proc.h b/libgomp/config/linux/proc.h index 70fa2e4..a9d6258 100644 --- a/libgomp/config/linux/proc.h +++ b/libgomp/config/linux/proc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2017 Free Software Foundation, Inc. +/* Copyright (C) 2011-2018 Free Software Foundation, Inc. Contributed by Uros Bizjak <ubizjak@gmail.com> This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/ptrlock.c b/libgomp/config/linux/ptrlock.c index 9987709..691918b 100644 --- a/libgomp/config/linux/ptrlock.c +++ b/libgomp/config/linux/ptrlock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2017 Free Software Foundation, Inc. +/* Copyright (C) 2008-2018 Free Software Foundation, Inc. Contributed by Jakub Jelinek <jakub@redhat.com>. This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/ptrlock.h b/libgomp/config/linux/ptrlock.h index 365e395..334d3c9 100644 --- a/libgomp/config/linux/ptrlock.h +++ b/libgomp/config/linux/ptrlock.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2017 Free Software Foundation, Inc. +/* Copyright (C) 2008-2018 Free Software Foundation, Inc. Contributed by Jakub Jelinek <jakub@redhat.com>. This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/s390/futex.h b/libgomp/config/linux/s390/futex.h index b208dc9..de08d9d 100644 --- a/libgomp/config/linux/s390/futex.h +++ b/libgomp/config/linux/s390/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2017 Free Software Foundation, Inc. +/* Copyright (C) 2005-2018 Free Software Foundation, Inc. Contributed by Jakub Jelinek <jakub@redhat.com>. This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/sem.c b/libgomp/config/linux/sem.c index fdb9ad2..3739123 100644 --- a/libgomp/config/linux/sem.c +++ b/libgomp/config/linux/sem.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2017 Free Software Foundation, Inc. +/* Copyright (C) 2005-2018 Free Software Foundation, Inc. Contributed by Richard Henderson <rth@redhat.com>. This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/sem.h b/libgomp/config/linux/sem.h index 9f56b7d..b85a6a5 100644 --- a/libgomp/config/linux/sem.h +++ b/libgomp/config/linux/sem.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2017 Free Software Foundation, Inc. +/* Copyright (C) 2005-2018 Free Software Foundation, Inc. Contributed by Richard Henderson <rth@redhat.com>. This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/sparc/futex.h b/libgomp/config/linux/sparc/futex.h index 7729e33..fea5aed 100644 --- a/libgomp/config/linux/sparc/futex.h +++ b/libgomp/config/linux/sparc/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2017 Free Software Foundation, Inc. +/* Copyright (C) 2005-2018 Free Software Foundation, Inc. Contributed by Jakub Jelinek <jakub@redhat.com>. This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/tile/futex.h b/libgomp/config/linux/tile/futex.h index 667aad3..f63a6e8 100644 --- a/libgomp/config/linux/tile/futex.h +++ b/libgomp/config/linux/tile/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2017 Free Software Foundation, Inc. +/* Copyright (C) 2011-2018 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/wait.h b/libgomp/config/linux/wait.h index 48bb6d7..b1c2868c 100644 --- a/libgomp/config/linux/wait.h +++ b/libgomp/config/linux/wait.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2017 Free Software Foundation, Inc. +/* Copyright (C) 2008-2018 Free Software Foundation, Inc. Contributed by Jakub Jelinek <jakub@redhat.com>. This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/x86/futex.h b/libgomp/config/linux/x86/futex.h index 50d8abb..02d5b95 100644 --- a/libgomp/config/linux/x86/futex.h +++ b/libgomp/config/linux/x86/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2017 Free Software Foundation, Inc. +/* Copyright (C) 2005-2018 Free Software Foundation, Inc. Contributed by Richard Henderson <rth@redhat.com>. This file is part of the GNU Offloading and Multi Processing Library |