diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-01-02 19:01:50 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-01-02 19:05:09 +0000 |
commit | 568035b7874a099087b77f7bba3e36a1173787b0 (patch) | |
tree | ebd5b536530f6875afa9d15753d7e2f9185939b4 /ports/sysdeps/hppa/nptl | |
parent | caed4e98ca463e72745e7173a21409dce658d04f (diff) | |
download | glibc-568035b7874a099087b77f7bba3e36a1173787b0.tar.gz glibc-568035b7874a099087b77f7bba3e36a1173787b0.tar.xz glibc-568035b7874a099087b77f7bba3e36a1173787b0.zip |
Update copyright notices with scripts/update-copyrights.
Diffstat (limited to 'ports/sysdeps/hppa/nptl')
-rw-r--r-- | ports/sysdeps/hppa/nptl/Makefile | 2 | ||||
-rw-r--r-- | ports/sysdeps/hppa/nptl/jmpbuf-unwind.h | 2 | ||||
-rw-r--r-- | ports/sysdeps/hppa/nptl/pthread_spin_init.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/hppa/nptl/pthread_spin_lock.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/hppa/nptl/pthread_spin_unlock.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/hppa/nptl/pthreaddef.h | 2 | ||||
-rw-r--r-- | ports/sysdeps/hppa/nptl/tls.h | 2 | ||||
-rw-r--r-- | ports/sysdeps/hppa/nptl/tst-oddstacklimit.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/ports/sysdeps/hppa/nptl/Makefile b/ports/sysdeps/hppa/nptl/Makefile index bc09dd1e79..fa32936c5e 100644 --- a/ports/sysdeps/hppa/nptl/Makefile +++ b/ports/sysdeps/hppa/nptl/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2012 Free Software Foundation, Inc. +# Copyright (C) 2005-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/hppa/nptl/jmpbuf-unwind.h b/ports/sysdeps/hppa/nptl/jmpbuf-unwind.h index 02cb728342..84b14efcbe 100644 --- a/ports/sysdeps/hppa/nptl/jmpbuf-unwind.h +++ b/ports/sysdeps/hppa/nptl/jmpbuf-unwind.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2003, 2005 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/hppa/nptl/pthread_spin_init.c b/ports/sysdeps/hppa/nptl/pthread_spin_init.c index 3a3aa9a736..df3dc4c2ef 100644 --- a/ports/sysdeps/hppa/nptl/pthread_spin_init.c +++ b/ports/sysdeps/hppa/nptl/pthread_spin_init.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006 Free Software Foundation, Inc. +/* Copyright (C) 2006-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/hppa/nptl/pthread_spin_lock.c b/ports/sysdeps/hppa/nptl/pthread_spin_lock.c index e011853130..cc32b8fd4d 100644 --- a/ports/sysdeps/hppa/nptl/pthread_spin_lock.c +++ b/ports/sysdeps/hppa/nptl/pthread_spin_lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2012 Free Software Foundation, Inc. +/* Copyright (C) 2005-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/hppa/nptl/pthread_spin_unlock.c b/ports/sysdeps/hppa/nptl/pthread_spin_unlock.c index 005726bff6..f256a66f1d 100644 --- a/ports/sysdeps/hppa/nptl/pthread_spin_unlock.c +++ b/ports/sysdeps/hppa/nptl/pthread_spin_unlock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005 Free Software Foundation, Inc. +/* Copyright (C) 2005-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/hppa/nptl/pthreaddef.h b/ports/sysdeps/hppa/nptl/pthreaddef.h index 484b16d1cf..3dad02eaee 100644 --- a/ports/sysdeps/hppa/nptl/pthreaddef.h +++ b/ports/sysdeps/hppa/nptl/pthreaddef.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002, 2003, 2005 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/hppa/nptl/tls.h b/ports/sysdeps/hppa/nptl/tls.h index 5eb55a5360..fe8d8fc225 100644 --- a/ports/sysdeps/hppa/nptl/tls.h +++ b/ports/sysdeps/hppa/nptl/tls.h @@ -1,5 +1,5 @@ /* Definition for thread-local data handling. NPTL/hppa version. - Copyright (C) 2005, 2007, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2005-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/hppa/nptl/tst-oddstacklimit.c b/ports/sysdeps/hppa/nptl/tst-oddstacklimit.c index 6fcc9e312d..41835b9007 100644 --- a/ports/sysdeps/hppa/nptl/tst-oddstacklimit.c +++ b/ports/sysdeps/hppa/nptl/tst-oddstacklimit.c @@ -1,6 +1,6 @@ /* Test NPTL with stack limit that is not a multiple of the page size. HPPA 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 |