diff options
Diffstat (limited to 'ports/sysdeps/ia64/nptl')
-rw-r--r-- | ports/sysdeps/ia64/nptl/Makefile | 2 | ||||
-rw-r--r-- | ports/sysdeps/ia64/nptl/pthread_spin_lock.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/ia64/nptl/pthread_spin_trylock.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/ia64/nptl/pthread_spin_unlock.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/ia64/nptl/pthreaddef.h | 2 | ||||
-rw-r--r-- | ports/sysdeps/ia64/nptl/tls.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/ports/sysdeps/ia64/nptl/Makefile b/ports/sysdeps/ia64/nptl/Makefile index 6cbd8d3c9a..03bc6f4f1c 100644 --- a/ports/sysdeps/ia64/nptl/Makefile +++ b/ports/sysdeps/ia64/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/ia64/nptl/pthread_spin_lock.c b/ports/sysdeps/ia64/nptl/pthread_spin_lock.c index 42b37882f5..77f67cfdc6 100644 --- a/ports/sysdeps/ia64/nptl/pthread_spin_lock.c +++ b/ports/sysdeps/ia64/nptl/pthread_spin_lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003, 2004 Free Software Foundation, Inc. +/* Copyright (C) 2003-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. diff --git a/ports/sysdeps/ia64/nptl/pthread_spin_trylock.c b/ports/sysdeps/ia64/nptl/pthread_spin_trylock.c index 9efd3b586b..152b4b40bd 100644 --- a/ports/sysdeps/ia64/nptl/pthread_spin_trylock.c +++ b/ports/sysdeps/ia64/nptl/pthread_spin_trylock.c @@ -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 Jakub Jelinek <jakub@redhat.com>, 2003. diff --git a/ports/sysdeps/ia64/nptl/pthread_spin_unlock.c b/ports/sysdeps/ia64/nptl/pthread_spin_unlock.c index e5a7d06600..13419f4372 100644 --- a/ports/sysdeps/ia64/nptl/pthread_spin_unlock.c +++ b/ports/sysdeps/ia64/nptl/pthread_spin_unlock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003, 2006 Free Software Foundation, Inc. +/* Copyright (C) 2003-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. diff --git a/ports/sysdeps/ia64/nptl/pthreaddef.h b/ports/sysdeps/ia64/nptl/pthreaddef.h index b2e8d0a369..a00d4eb80f 100644 --- a/ports/sysdeps/ia64/nptl/pthreaddef.h +++ b/ports/sysdeps/ia64/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/ia64/nptl/tls.h b/ports/sysdeps/ia64/nptl/tls.h index 77574e55db..0588229215 100644 --- a/ports/sysdeps/ia64/nptl/tls.h +++ b/ports/sysdeps/ia64/nptl/tls.h @@ -1,5 +1,5 @@ /* Definition for thread-local data handling. nptl/IA-64 version. - Copyright (C) 2003-2007, 2011 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 |