diff options
author | Joseph Myers <joseph@codesourcery.com> | 2016-01-04 16:05:18 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2016-01-04 16:05:18 +0000 |
commit | f7a9f785e547bd599dee496fd906a28bcb4ec7fe (patch) | |
tree | 3d106a69fbe220419a6bbd2cce71ffee71f870b5 /sysdeps/tile/nptl | |
parent | d4eed61f85791a8fc4f94ce4fb17997d4ee0eed3 (diff) | |
download | glibc-f7a9f785e547bd599dee496fd906a28bcb4ec7fe.tar.gz glibc-f7a9f785e547bd599dee496fd906a28bcb4ec7fe.tar.xz glibc-f7a9f785e547bd599dee496fd906a28bcb4ec7fe.zip |
Update copyright dates with scripts/update-copyrights.
Diffstat (limited to 'sysdeps/tile/nptl')
-rw-r--r-- | sysdeps/tile/nptl/Makefile | 2 | ||||
-rw-r--r-- | sysdeps/tile/nptl/bits/pthreadtypes.h | 2 | ||||
-rw-r--r-- | sysdeps/tile/nptl/bits/semaphore.h | 2 | ||||
-rw-r--r-- | sysdeps/tile/nptl/pthread_spin_lock.c | 2 | ||||
-rw-r--r-- | sysdeps/tile/nptl/pthread_spin_trylock.c | 2 | ||||
-rw-r--r-- | sysdeps/tile/nptl/pthread_spin_unlock.c | 2 | ||||
-rw-r--r-- | sysdeps/tile/nptl/pthreaddef.h | 2 | ||||
-rw-r--r-- | sysdeps/tile/nptl/tls.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/sysdeps/tile/nptl/Makefile b/sysdeps/tile/nptl/Makefile index 886f6e1227..f1859e2728 100644 --- a/sysdeps/tile/nptl/Makefile +++ b/sysdeps/tile/nptl/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2015 Free Software Foundation, Inc. +# Copyright (C) 2002-2016 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/tile/nptl/bits/pthreadtypes.h b/sysdeps/tile/nptl/bits/pthreadtypes.h index 1f6553d51c..7d6865066a 100644 --- a/sysdeps/tile/nptl/bits/pthreadtypes.h +++ b/sysdeps/tile/nptl/bits/pthreadtypes.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2015 Free Software Foundation, Inc. +/* Copyright (C) 2011-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Based on work contributed by Ulrich Drepper <drepper@redhat.com>, 2002. Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. diff --git a/sysdeps/tile/nptl/bits/semaphore.h b/sysdeps/tile/nptl/bits/semaphore.h index ed8cf4c01b..0c0fd9ba1d 100644 --- a/sysdeps/tile/nptl/bits/semaphore.h +++ b/sysdeps/tile/nptl/bits/semaphore.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2015 Free Software Foundation, Inc. +/* Copyright (C) 2011-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. Based on work contributed by Ulrich Drepper <drepper@redhat.com>, 2002. diff --git a/sysdeps/tile/nptl/pthread_spin_lock.c b/sysdeps/tile/nptl/pthread_spin_lock.c index c4a80d369c..a88a302f86 100644 --- a/sysdeps/tile/nptl/pthread_spin_lock.c +++ b/sysdeps/tile/nptl/pthread_spin_lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2015 Free Software Foundation, Inc. +/* Copyright (C) 2011-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. diff --git a/sysdeps/tile/nptl/pthread_spin_trylock.c b/sysdeps/tile/nptl/pthread_spin_trylock.c index f38dd9c914..5dbb9f123c 100644 --- a/sysdeps/tile/nptl/pthread_spin_trylock.c +++ b/sysdeps/tile/nptl/pthread_spin_trylock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2015 Free Software Foundation, Inc. +/* Copyright (C) 2011-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. diff --git a/sysdeps/tile/nptl/pthread_spin_unlock.c b/sysdeps/tile/nptl/pthread_spin_unlock.c index 5e9af7c6bd..989a1da1db 100644 --- a/sysdeps/tile/nptl/pthread_spin_unlock.c +++ b/sysdeps/tile/nptl/pthread_spin_unlock.c @@ -1,5 +1,5 @@ /* pthread_spin_unlock -- unlock a spin lock. Tile version. - Copyright (C) 2012-2015 Free Software Foundation, Inc. + Copyright (C) 2012-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/tile/nptl/pthreaddef.h b/sysdeps/tile/nptl/pthreaddef.h index 42502b8b41..2392ca3751 100644 --- a/sysdeps/tile/nptl/pthreaddef.h +++ b/sysdeps/tile/nptl/pthreaddef.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2015 Free Software Foundation, Inc. +/* Copyright (C) 2011-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. diff --git a/sysdeps/tile/nptl/tls.h b/sysdeps/tile/nptl/tls.h index 08e1d54346..c908fb8e1f 100644 --- a/sysdeps/tile/nptl/tls.h +++ b/sysdeps/tile/nptl/tls.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2015 Free Software Foundation, Inc. +/* Copyright (C) 2011-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. |