diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2017-01-01 13:07:43 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2017-01-01 13:07:43 +0100 |
commit | cbe34bb5edd97015e38c483516492f171bf9f95d (patch) | |
tree | 9aa2984f8fe63467c9de13ed611b1d568f8b3db0 /libgomp/config/nvptx | |
parent | ae12c0f06202bab513bd2d41a24f376970fbd0b6 (diff) | |
download | gcc-cbe34bb5edd97015e38c483516492f171bf9f95d.zip gcc-cbe34bb5edd97015e38c483516492f171bf9f95d.tar.gz gcc-cbe34bb5edd97015e38c483516492f171bf9f95d.tar.bz2 |
Update copyright years.
From-SVN: r243994
Diffstat (limited to 'libgomp/config/nvptx')
-rw-r--r-- | libgomp/config/nvptx/bar.c | 2 | ||||
-rw-r--r-- | libgomp/config/nvptx/bar.h | 2 | ||||
-rw-r--r-- | libgomp/config/nvptx/doacross.h | 2 | ||||
-rw-r--r-- | libgomp/config/nvptx/error.c | 2 | ||||
-rw-r--r-- | libgomp/config/nvptx/icv-device.c | 2 | ||||
-rw-r--r-- | libgomp/config/nvptx/lock.c | 2 | ||||
-rw-r--r-- | libgomp/config/nvptx/mutex.h | 2 | ||||
-rw-r--r-- | libgomp/config/nvptx/oacc-init.c | 2 | ||||
-rw-r--r-- | libgomp/config/nvptx/oacc-parallel.c | 2 | ||||
-rw-r--r-- | libgomp/config/nvptx/openacc.f90 | 2 | ||||
-rw-r--r-- | libgomp/config/nvptx/pool.h | 2 | ||||
-rw-r--r-- | libgomp/config/nvptx/proc.c | 2 | ||||
-rw-r--r-- | libgomp/config/nvptx/ptrlock.h | 2 | ||||
-rw-r--r-- | libgomp/config/nvptx/sem.h | 2 | ||||
-rw-r--r-- | libgomp/config/nvptx/simple-bar.h | 2 | ||||
-rw-r--r-- | libgomp/config/nvptx/target.c | 2 | ||||
-rw-r--r-- | libgomp/config/nvptx/task.c | 2 | ||||
-rw-r--r-- | libgomp/config/nvptx/team.c | 2 | ||||
-rw-r--r-- | libgomp/config/nvptx/time.c | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/libgomp/config/nvptx/bar.c b/libgomp/config/nvptx/bar.c index 820affb..e3a955f 100644 --- a/libgomp/config/nvptx/bar.c +++ b/libgomp/config/nvptx/bar.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov <amonakov@ispras.ru> This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/bar.h b/libgomp/config/nvptx/bar.h index 757edf1..8b888ab 100644 --- a/libgomp/config/nvptx/bar.h +++ b/libgomp/config/nvptx/bar.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov <amonakov@ispras.ru> This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/doacross.h b/libgomp/config/nvptx/doacross.h index fd011d4..3e924b7 100644 --- a/libgomp/config/nvptx/doacross.h +++ b/libgomp/config/nvptx/doacross.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov <amonakov@ispras.ru> This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/error.c b/libgomp/config/nvptx/error.c index f3e74cd..41c74b4 100644 --- a/libgomp/config/nvptx/error.c +++ b/libgomp/config/nvptx/error.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov <amonakov@ispras.ru> This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/icv-device.c b/libgomp/config/nvptx/icv-device.c index 831ba11..fb7cbcd 100644 --- a/libgomp/config/nvptx/icv-device.c +++ b/libgomp/config/nvptx/icv-device.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov <amonakov@ispras.ru> This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/lock.c b/libgomp/config/nvptx/lock.c index 7731704..1c2b5fc 100644 --- a/libgomp/config/nvptx/lock.c +++ b/libgomp/config/nvptx/lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016 Free Software Foundation, Inc. +/* Copyright (C) 2016-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov <amonakov@ispras.ru>. This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/mutex.h b/libgomp/config/nvptx/mutex.h index e408ca7..dcb1207 100644 --- a/libgomp/config/nvptx/mutex.h +++ b/libgomp/config/nvptx/mutex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov <amonakov@ispras.ru> This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/oacc-init.c b/libgomp/config/nvptx/oacc-init.c index 68e7437..f629d21 100644 --- a/libgomp/config/nvptx/oacc-init.c +++ b/libgomp/config/nvptx/oacc-init.c @@ -1,6 +1,6 @@ /* OpenACC Runtime initialization routines - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/config/nvptx/oacc-parallel.c b/libgomp/config/nvptx/oacc-parallel.c index 243f3e5..07ee525 100644 --- a/libgomp/config/nvptx/oacc-parallel.c +++ b/libgomp/config/nvptx/oacc-parallel.c @@ -1,6 +1,6 @@ /* OpenACC constructs - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/config/nvptx/openacc.f90 b/libgomp/config/nvptx/openacc.f90 index 10caeb3..1515eef 100644 --- a/libgomp/config/nvptx/openacc.f90 +++ b/libgomp/config/nvptx/openacc.f90 @@ -1,6 +1,6 @@ ! OpenACC Runtime Library Definitions. -! Copyright (C) 2014-2016 Free Software Foundation, Inc. +! Copyright (C) 2014-2017 Free Software Foundation, Inc. ! Contributed by Tobias Burnus <burnus@net-b.de> ! and Mentor Embedded. diff --git a/libgomp/config/nvptx/pool.h b/libgomp/config/nvptx/pool.h index 70e233c..03f0de5 100644 --- a/libgomp/config/nvptx/pool.h +++ b/libgomp/config/nvptx/pool.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov <amonakov@ispras.ru> This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/proc.c b/libgomp/config/nvptx/proc.c index 8c1c366..d984d75 100644 --- a/libgomp/config/nvptx/proc.c +++ b/libgomp/config/nvptx/proc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov <amonakov@ispras.ru> This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/ptrlock.h b/libgomp/config/nvptx/ptrlock.h index c2eae75..5d7ebab 100644 --- a/libgomp/config/nvptx/ptrlock.h +++ b/libgomp/config/nvptx/ptrlock.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov <amonakov@ispras.ru> This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/sem.h b/libgomp/config/nvptx/sem.h index 82c0dfb..1733f129 100644 --- a/libgomp/config/nvptx/sem.h +++ b/libgomp/config/nvptx/sem.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov <amonakov@ispras.ru> This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/simple-bar.h b/libgomp/config/nvptx/simple-bar.h index e7b56d9..b67811e 100644 --- a/libgomp/config/nvptx/simple-bar.h +++ b/libgomp/config/nvptx/simple-bar.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov <amonakov@ispras.ru> This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/target.c b/libgomp/config/nvptx/target.c index 38ea7f7..5b364f8 100644 --- a/libgomp/config/nvptx/target.c +++ b/libgomp/config/nvptx/target.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 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/nvptx/task.c b/libgomp/config/nvptx/task.c index c183716..818904a 100644 --- a/libgomp/config/nvptx/task.c +++ b/libgomp/config/nvptx/task.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov <amonakov@ispras.ru>. This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/team.c b/libgomp/config/nvptx/team.c index f7b5e3e..a32e5ea 100644 --- a/libgomp/config/nvptx/team.c +++ b/libgomp/config/nvptx/team.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov <amonakov@ispras.ru> This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/time.c b/libgomp/config/nvptx/time.c index 88fb130..c3e26b9 100644 --- a/libgomp/config/nvptx/time.c +++ b/libgomp/config/nvptx/time.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Dmitry Melnik <dm@ispras.ru> This file is part of the GNU Offloading and Multi Processing Library |