about summary refs log tree commit diff
path: root/ports/sysdeps/aarch64/nptl
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-01-02 19:01:50 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-01-02 19:05:09 +0000
commit568035b7874a099087b77f7bba3e36a1173787b0 (patch)
treeebd5b536530f6875afa9d15753d7e2f9185939b4 /ports/sysdeps/aarch64/nptl
parentcaed4e98ca463e72745e7173a21409dce658d04f (diff)
downloadglibc-568035b7874a099087b77f7bba3e36a1173787b0.tar.gz
glibc-568035b7874a099087b77f7bba3e36a1173787b0.tar.xz
glibc-568035b7874a099087b77f7bba3e36a1173787b0.zip
Update copyright notices with scripts/update-copyrights.
Diffstat (limited to 'ports/sysdeps/aarch64/nptl')
-rw-r--r--ports/sysdeps/aarch64/nptl/Makefile2
-rw-r--r--ports/sysdeps/aarch64/nptl/pthread_spin_lock.c2
-rw-r--r--ports/sysdeps/aarch64/nptl/pthreaddef.h2
-rw-r--r--ports/sysdeps/aarch64/nptl/tls.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/ports/sysdeps/aarch64/nptl/Makefile b/ports/sysdeps/aarch64/nptl/Makefile
index 0b4b221fa4..3c0521a5a9 100644
--- a/ports/sysdeps/aarch64/nptl/Makefile
+++ b/ports/sysdeps/aarch64/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.
 #
diff --git a/ports/sysdeps/aarch64/nptl/pthread_spin_lock.c b/ports/sysdeps/aarch64/nptl/pthread_spin_lock.c
index 0ab87b531c..0d12517de3 100644
--- a/ports/sysdeps/aarch64/nptl/pthread_spin_lock.c
+++ b/ports/sysdeps/aarch64/nptl/pthread_spin_lock.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
diff --git a/ports/sysdeps/aarch64/nptl/pthreaddef.h b/ports/sysdeps/aarch64/nptl/pthreaddef.h
index ff66f63595..4f8f68ba95 100644
--- a/ports/sysdeps/aarch64/nptl/pthreaddef.h
+++ b/ports/sysdeps/aarch64/nptl/pthreaddef.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2013 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
diff --git a/ports/sysdeps/aarch64/nptl/tls.h b/ports/sysdeps/aarch64/nptl/tls.h
index 36af3a8f8a..2bdaac6dd9 100644
--- a/ports/sysdeps/aarch64/nptl/tls.h
+++ b/ports/sysdeps/aarch64/nptl/tls.h
@@ -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.