diff options
Diffstat (limited to 'ports/sysdeps/alpha/nptl')
-rw-r--r-- | ports/sysdeps/alpha/nptl/Makefile | 2 | ||||
-rw-r--r-- | ports/sysdeps/alpha/nptl/pthread_spin_lock.S | 2 | ||||
-rw-r--r-- | ports/sysdeps/alpha/nptl/pthread_spin_trylock.S | 2 | ||||
-rw-r--r-- | ports/sysdeps/alpha/nptl/pthreaddef.h | 2 | ||||
-rw-r--r-- | ports/sysdeps/alpha/nptl/tls.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/ports/sysdeps/alpha/nptl/Makefile b/ports/sysdeps/alpha/nptl/Makefile index e31b03c2dc..b16dbf3099 100644 --- a/ports/sysdeps/alpha/nptl/Makefile +++ b/ports/sysdeps/alpha/nptl/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003-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/alpha/nptl/pthread_spin_lock.S b/ports/sysdeps/alpha/nptl/pthread_spin_lock.S index 856d6506be..452cffbacf 100644 --- a/ports/sysdeps/alpha/nptl/pthread_spin_lock.S +++ b/ports/sysdeps/alpha/nptl/pthread_spin_lock.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2003 Free Software Foundation, Inc. +/* Copyright (C) 2003-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson <rth@twiddle.net>, 2003. diff --git a/ports/sysdeps/alpha/nptl/pthread_spin_trylock.S b/ports/sysdeps/alpha/nptl/pthread_spin_trylock.S index f7d4665fb0..9359ad233a 100644 --- a/ports/sysdeps/alpha/nptl/pthread_spin_trylock.S +++ b/ports/sysdeps/alpha/nptl/pthread_spin_trylock.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2003 Free Software Foundation, Inc. +/* Copyright (C) 2003-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson <rth@twiddle.net>, 2003. diff --git a/ports/sysdeps/alpha/nptl/pthreaddef.h b/ports/sysdeps/alpha/nptl/pthreaddef.h index 80dd1561d0..4efd2677b9 100644 --- a/ports/sysdeps/alpha/nptl/pthreaddef.h +++ b/ports/sysdeps/alpha/nptl/pthreaddef.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2003 Free Software Foundation, Inc. +/* Copyright (C) 2003-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/alpha/nptl/tls.h b/ports/sysdeps/alpha/nptl/tls.h index 18c29c80fa..66032eebb7 100644 --- a/ports/sysdeps/alpha/nptl/tls.h +++ b/ports/sysdeps/alpha/nptl/tls.h @@ -1,5 +1,5 @@ /* Definition for thread-local data handling. NPTL/Alpha version. - Copyright (C) 2003, 2005, 2006, 2007, 2012 Free Software Foundation, Inc. + Copyright (C) 2003-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 |