diff options
Diffstat (limited to 'nptl/sysdeps/x86_64')
-rw-r--r-- | nptl/sysdeps/x86_64/Makefile | 2 | ||||
-rw-r--r-- | nptl/sysdeps/x86_64/pthread_spin_lock.S | 2 | ||||
-rw-r--r-- | nptl/sysdeps/x86_64/pthread_spin_trylock.S | 2 | ||||
-rw-r--r-- | nptl/sysdeps/x86_64/pthread_spin_unlock.S | 2 | ||||
-rw-r--r-- | nptl/sysdeps/x86_64/pthreaddef.h | 2 | ||||
-rw-r--r-- | nptl/sysdeps/x86_64/tls.h | 2 | ||||
-rw-r--r-- | nptl/sysdeps/x86_64/x32/tls.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/nptl/sysdeps/x86_64/Makefile b/nptl/sysdeps/x86_64/Makefile index be8f30f41c..de43419bc9 100644 --- a/nptl/sysdeps/x86_64/Makefile +++ b/nptl/sysdeps/x86_64/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2013 Free Software Foundation, Inc. +# Copyright (C) 2002-2014 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/nptl/sysdeps/x86_64/pthread_spin_lock.S b/nptl/sysdeps/x86_64/pthread_spin_lock.S index 1d5fcc32ba..71c93a4cec 100644 --- a/nptl/sysdeps/x86_64/pthread_spin_lock.S +++ b/nptl/sysdeps/x86_64/pthread_spin_lock.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2013 Free Software Foundation, Inc. +/* Copyright (C) 2012-2014 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/nptl/sysdeps/x86_64/pthread_spin_trylock.S b/nptl/sysdeps/x86_64/pthread_spin_trylock.S index 7ddb8f782e..ba1e8b51e5 100644 --- a/nptl/sysdeps/x86_64/pthread_spin_trylock.S +++ b/nptl/sysdeps/x86_64/pthread_spin_trylock.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2013 Free Software Foundation, Inc. +/* Copyright (C) 2002-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. diff --git a/nptl/sysdeps/x86_64/pthread_spin_unlock.S b/nptl/sysdeps/x86_64/pthread_spin_unlock.S index d558d04943..6cd4feaf2a 100644 --- a/nptl/sysdeps/x86_64/pthread_spin_unlock.S +++ b/nptl/sysdeps/x86_64/pthread_spin_unlock.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2013 Free Software Foundation, Inc. +/* Copyright (C) 2002-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. diff --git a/nptl/sysdeps/x86_64/pthreaddef.h b/nptl/sysdeps/x86_64/pthreaddef.h index 2055768681..18a15a1dd4 100644 --- a/nptl/sysdeps/x86_64/pthreaddef.h +++ b/nptl/sysdeps/x86_64/pthreaddef.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2013 Free Software Foundation, Inc. +/* Copyright (C) 2002-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. diff --git a/nptl/sysdeps/x86_64/tls.h b/nptl/sysdeps/x86_64/tls.h index d6350fdf4a..cbb5e9e5bd 100644 --- a/nptl/sysdeps/x86_64/tls.h +++ b/nptl/sysdeps/x86_64/tls.h @@ -1,5 +1,5 @@ /* Definition for thread-local data handling. nptl/x86_64 version. - Copyright (C) 2002-2013 Free Software Foundation, Inc. + Copyright (C) 2002-2014 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/nptl/sysdeps/x86_64/x32/tls.h b/nptl/sysdeps/x86_64/x32/tls.h index 964a16da8c..7060616a5c 100644 --- a/nptl/sysdeps/x86_64/x32/tls.h +++ b/nptl/sysdeps/x86_64/x32/tls.h @@ -1,5 +1,5 @@ /* Definition for thread-local data handling. nptl/x32 version. - Copyright (C) 2012-2013 Free Software Foundation, Inc. + Copyright (C) 2012-2014 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 |