diff options
Diffstat (limited to 'ports/sysdeps/tile/nptl')
-rw-r--r-- | ports/sysdeps/tile/nptl/Makefile | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/nptl/pthread_spin_lock.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/nptl/pthread_spin_trylock.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/nptl/pthread_spin_unlock.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/nptl/pthreaddef.h | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/nptl/tls.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/ports/sysdeps/tile/nptl/Makefile b/ports/sysdeps/tile/nptl/Makefile index 66749284c7..a46692d391 100644 --- a/ports/sysdeps/tile/nptl/Makefile +++ b/ports/sysdeps/tile/nptl/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 2002-2013 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/ports/sysdeps/tile/nptl/pthread_spin_lock.c b/ports/sysdeps/tile/nptl/pthread_spin_lock.c index 18716f44c9..3333afe738 100644 --- a/ports/sysdeps/tile/nptl/pthread_spin_lock.c +++ b/ports/sysdeps/tile/nptl/pthread_spin_lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2011 Free Software Foundation, Inc. +/* Copyright (C) 2011-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. diff --git a/ports/sysdeps/tile/nptl/pthread_spin_trylock.c b/ports/sysdeps/tile/nptl/pthread_spin_trylock.c index fb67f36deb..da694ba2bb 100644 --- a/ports/sysdeps/tile/nptl/pthread_spin_trylock.c +++ b/ports/sysdeps/tile/nptl/pthread_spin_trylock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2011 Free Software Foundation, Inc. +/* Copyright (C) 2011-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. diff --git a/ports/sysdeps/tile/nptl/pthread_spin_unlock.c b/ports/sysdeps/tile/nptl/pthread_spin_unlock.c index 260f6fae92..582012eb21 100644 --- a/ports/sysdeps/tile/nptl/pthread_spin_unlock.c +++ b/ports/sysdeps/tile/nptl/pthread_spin_unlock.c @@ -1,5 +1,5 @@ /* pthread_spin_unlock -- unlock a spin lock. Tile version. - Copyright (C) 2012 Free Software Foundation, Inc. + Copyright (C) 2012-2013 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/ports/sysdeps/tile/nptl/pthreaddef.h b/ports/sysdeps/tile/nptl/pthreaddef.h index 2b54687994..b84749477c 100644 --- a/ports/sysdeps/tile/nptl/pthreaddef.h +++ b/ports/sysdeps/tile/nptl/pthreaddef.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011 Free Software Foundation, Inc. +/* Copyright (C) 2011-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. diff --git a/ports/sysdeps/tile/nptl/tls.h b/ports/sysdeps/tile/nptl/tls.h index 303a95e000..0abd2e7222 100644 --- a/ports/sysdeps/tile/nptl/tls.h +++ b/ports/sysdeps/tile/nptl/tls.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011 Free Software Foundation, Inc. +/* Copyright (C) 2011-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. |