diff options
Diffstat (limited to 'ports/sysdeps/mips/nptl')
-rw-r--r-- | ports/sysdeps/mips/nptl/Makefile | 2 | ||||
-rw-r--r-- | ports/sysdeps/mips/nptl/pthread_spin_lock.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/mips/nptl/pthreaddef.h | 2 | ||||
-rw-r--r-- | ports/sysdeps/mips/nptl/tls.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ports/sysdeps/mips/nptl/Makefile b/ports/sysdeps/mips/nptl/Makefile index ef42ebe647..d60aaf4333 100644 --- a/ports/sysdeps/mips/nptl/Makefile +++ b/ports/sysdeps/mips/nptl/Makefile @@ -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/mips/nptl/pthread_spin_lock.c b/ports/sysdeps/mips/nptl/pthread_spin_lock.c index f39b0182bc..4ab5b20344 100644 --- a/ports/sysdeps/mips/nptl/pthread_spin_lock.c +++ b/ports/sysdeps/mips/nptl/pthread_spin_lock.c @@ -1,4 +1,4 @@ -/* 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 diff --git a/ports/sysdeps/mips/nptl/pthreaddef.h b/ports/sysdeps/mips/nptl/pthreaddef.h index 0a28ab42d0..8ba1e5384d 100644 --- a/ports/sysdeps/mips/nptl/pthreaddef.h +++ b/ports/sysdeps/mips/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/mips/nptl/tls.h b/ports/sysdeps/mips/nptl/tls.h index 8a97437bad..0c91995342 100644 --- a/ports/sysdeps/mips/nptl/tls.h +++ b/ports/sysdeps/mips/nptl/tls.h @@ -1,5 +1,5 @@ /* Definition for thread-local data handling. NPTL/MIPS version. - Copyright (C) 2005, 2007 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 |