summaryrefslogtreecommitdiff
path: root/libc/nptl/sysdeps/i386
diff options
context:
space:
mode:
Diffstat (limited to 'libc/nptl/sysdeps/i386')
-rw-r--r--libc/nptl/sysdeps/i386/Makefile2
-rw-r--r--libc/nptl/sysdeps/i386/i486/pthread_spin_trylock.S2
-rw-r--r--libc/nptl/sysdeps/i386/i586/pthread_spin_trylock.S2
-rw-r--r--libc/nptl/sysdeps/i386/i686/Makefile2
-rw-r--r--libc/nptl/sysdeps/i386/i686/pthread_spin_trylock.S2
-rw-r--r--libc/nptl/sysdeps/i386/i686/tls.h2
-rw-r--r--libc/nptl/sysdeps/i386/pthread_spin_init.c2
-rw-r--r--libc/nptl/sysdeps/i386/pthread_spin_lock.S2
-rw-r--r--libc/nptl/sysdeps/i386/pthread_spin_unlock.S2
-rw-r--r--libc/nptl/sysdeps/i386/pthreaddef.h2
-rw-r--r--libc/nptl/sysdeps/i386/tls.h2
11 files changed, 11 insertions, 11 deletions
diff --git a/libc/nptl/sysdeps/i386/Makefile b/libc/nptl/sysdeps/i386/Makefile
index ce7a3c574..f69568f52 100644
--- a/libc/nptl/sysdeps/i386/Makefile
+++ b/libc/nptl/sysdeps/i386/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2002, 2003 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/libc/nptl/sysdeps/i386/i486/pthread_spin_trylock.S b/libc/nptl/sysdeps/i386/i486/pthread_spin_trylock.S
index 9c1780282..2df1c11af 100644
--- a/libc/nptl/sysdeps/i386/i486/pthread_spin_trylock.S
+++ b/libc/nptl/sysdeps/i386/i486/pthread_spin_trylock.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/i386/i586/pthread_spin_trylock.S b/libc/nptl/sysdeps/i386/i586/pthread_spin_trylock.S
index a91eb75ef..993bb0781 100644
--- a/libc/nptl/sysdeps/i386/i586/pthread_spin_trylock.S
+++ b/libc/nptl/sysdeps/i386/i586/pthread_spin_trylock.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/i386/i686/Makefile b/libc/nptl/sysdeps/i386/i686/Makefile
index 0b3355400..10948231e 100644
--- a/libc/nptl/sysdeps/i386/i686/Makefile
+++ b/libc/nptl/sysdeps/i386/i686/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003-2013 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/i386/i686/pthread_spin_trylock.S b/libc/nptl/sysdeps/i386/i686/pthread_spin_trylock.S
index ee051ec37..84dfb0593 100644
--- a/libc/nptl/sysdeps/i386/i686/pthread_spin_trylock.S
+++ b/libc/nptl/sysdeps/i386/i686/pthread_spin_trylock.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/i386/i686/tls.h b/libc/nptl/sysdeps/i386/i686/tls.h
index df3960d4d..9728bc10d 100644
--- a/libc/nptl/sysdeps/i386/i686/tls.h
+++ b/libc/nptl/sysdeps/i386/i686/tls.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/i386/pthread_spin_init.c b/libc/nptl/sysdeps/i386/pthread_spin_init.c
index 9462f8d17..e43e23f3f 100644
--- a/libc/nptl/sysdeps/i386/pthread_spin_init.c
+++ b/libc/nptl/sysdeps/i386/pthread_spin_init.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/i386/pthread_spin_lock.S b/libc/nptl/sysdeps/i386/pthread_spin_lock.S
index ba9b18e49..6bca23746 100644
--- a/libc/nptl/sysdeps/i386/pthread_spin_lock.S
+++ b/libc/nptl/sysdeps/i386/pthread_spin_lock.S
@@ -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/libc/nptl/sysdeps/i386/pthread_spin_unlock.S b/libc/nptl/sysdeps/i386/pthread_spin_unlock.S
index 9f0aabb39..28d6d0ef8 100644
--- a/libc/nptl/sysdeps/i386/pthread_spin_unlock.S
+++ b/libc/nptl/sysdeps/i386/pthread_spin_unlock.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/i386/pthreaddef.h b/libc/nptl/sysdeps/i386/pthreaddef.h
index 4b0d12399..5eaa964a0 100644
--- a/libc/nptl/sysdeps/i386/pthreaddef.h
+++ b/libc/nptl/sysdeps/i386/pthreaddef.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002,2003,2011 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/i386/tls.h b/libc/nptl/sysdeps/i386/tls.h
index 90c7a534b..1405f6039 100644
--- a/libc/nptl/sysdeps/i386/tls.h
+++ b/libc/nptl/sysdeps/i386/tls.h
@@ -1,5 +1,5 @@
/* Definition for thread-local data handling. nptl/i386 version.
- 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.
The GNU C Library is free software; you can redistribute it and/or