diff options
Diffstat (limited to 'nptl/sysdeps/powerpc')
-rw-r--r-- | nptl/sysdeps/powerpc/Makefile | 2 | ||||
-rw-r--r-- | nptl/sysdeps/powerpc/pthread_spin_lock.c | 2 | ||||
-rw-r--r-- | nptl/sysdeps/powerpc/pthread_spin_trylock.c | 2 | ||||
-rw-r--r-- | nptl/sysdeps/powerpc/pthreaddef.h | 2 | ||||
-rw-r--r-- | nptl/sysdeps/powerpc/tls.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/nptl/sysdeps/powerpc/Makefile b/nptl/sysdeps/powerpc/Makefile index 44448e0b73..0ecd371737 100644 --- a/nptl/sysdeps/powerpc/Makefile +++ b/nptl/sysdeps/powerpc/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2013 Free Software Foundation, Inc. +# Copyright (C) 2003-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/powerpc/pthread_spin_lock.c b/nptl/sysdeps/powerpc/pthread_spin_lock.c index 426734efaf..b8333c7d9a 100644 --- a/nptl/sysdeps/powerpc/pthread_spin_lock.c +++ b/nptl/sysdeps/powerpc/pthread_spin_lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2013 Free Software Foundation, Inc. +/* Copyright (C) 2003-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003. diff --git a/nptl/sysdeps/powerpc/pthread_spin_trylock.c b/nptl/sysdeps/powerpc/pthread_spin_trylock.c index 0d2921129b..3131ae529c 100644 --- a/nptl/sysdeps/powerpc/pthread_spin_trylock.c +++ b/nptl/sysdeps/powerpc/pthread_spin_trylock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2013 Free Software Foundation, Inc. +/* Copyright (C) 2003-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003. diff --git a/nptl/sysdeps/powerpc/pthreaddef.h b/nptl/sysdeps/powerpc/pthreaddef.h index 0309559cda..a0db6297a6 100644 --- a/nptl/sysdeps/powerpc/pthreaddef.h +++ b/nptl/sysdeps/powerpc/pthreaddef.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2013 Free Software Foundation, Inc. +/* Copyright (C) 2003-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/powerpc/tls.h b/nptl/sysdeps/powerpc/tls.h index 31329c74ee..c9baf4d469 100644 --- a/nptl/sysdeps/powerpc/tls.h +++ b/nptl/sysdeps/powerpc/tls.h @@ -1,5 +1,5 @@ /* Definition for thread-local data handling. NPTL/PowerPC version. - Copyright (C) 2003-2013 Free Software Foundation, Inc. + Copyright (C) 2003-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 |