summaryrefslogtreecommitdiff
path: root/libc/nptl/sysdeps/unix/sysv/linux/x86
diff options
context:
space:
mode:
Diffstat (limited to 'libc/nptl/sysdeps/unix/sysv/linux/x86')
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86/force-elision.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c2
13 files changed, 13 insertions, 13 deletions
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h b/libc/nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
index 28b49bd89..28e514478 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2002-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/libc/nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h b/libc/nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h
index 28b0f0ca7..741a9e03f 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2014 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/unix/sysv/linux/x86/elision-conf.c b/libc/nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c
index 2fed32b9a..e6f5d6d1a 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c
@@ -1,5 +1,5 @@
/* elision-conf.c: Lock elision tunable parameters.
- Copyright (C) 2013 Free Software Foundation, Inc.
+ Copyright (C) 2013-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/libc/nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h b/libc/nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h
index 02cd2a625..6790b5aa1 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h
@@ -1,5 +1,5 @@
/* elision-conf.h: Lock elision tunable parameters.
- Copyright (C) 2013 Free Software Foundation, Inc.
+ Copyright (C) 2013-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/libc/nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c b/libc/nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c
index 9d009839b..385ac31a5 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c
@@ -1,5 +1,5 @@
/* elision-lock.c: Elided pthread mutex lock.
- Copyright (C) 2011-2013 Free Software Foundation, Inc.
+ Copyright (C) 2011-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/libc/nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c b/libc/nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c
index 153296472..4fdaa0f9e 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c
@@ -1,5 +1,5 @@
/* elision-timed.c: Lock elision timed lock.
- Copyright (C) 2013 Free Software Foundation, Inc.
+ Copyright (C) 2013-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/libc/nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c b/libc/nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c
index f6c47ef42..a478ac18e 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c
@@ -1,5 +1,5 @@
/* elision-trylock.c: Lock eliding trylock for pthreads.
- Copyright (C) 2013 Free Software Foundation, Inc.
+ Copyright (C) 2013-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/libc/nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c b/libc/nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c
index bb13c6b30..b9be19ccc 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c
@@ -1,5 +1,5 @@
/* elision-unlock.c: Commit an elided pthread lock.
- Copyright (C) 2013 Free Software Foundation, Inc.
+ Copyright (C) 2013-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/libc/nptl/sysdeps/unix/sysv/linux/x86/force-elision.h b/libc/nptl/sysdeps/unix/sysv/linux/x86/force-elision.h
index 978990560..945f8867f 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86/force-elision.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86/force-elision.h
@@ -1,5 +1,5 @@
/* force-elision.h: Automatic enabling of elision for mutexes
- Copyright (C) 2013 Free Software Foundation, Inc.
+ Copyright (C) 2013-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/libc/nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c b/libc/nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c
index fe64e022d..34c705235 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2013 Free Software Foundation, Inc.
+/* Copyright (C) 2013-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/libc/nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c b/libc/nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c
index 37b122f47..b8a33c186 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c
@@ -1,5 +1,5 @@
/* Elided version of pthread_mutex_lock.
- Copyright (C) 2011, 2012, 2013 Free Software Foundation, Inc.
+ Copyright (C) 2011-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/libc/nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c b/libc/nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c
index ddc6d929b..d33dd2a11 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c
@@ -1,5 +1,5 @@
/* Elided version of pthread_mutex_timedlock.
- Copyright (C) 2011, 2012, 2013 Free Software Foundation, Inc.
+ Copyright (C) 2011-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/libc/nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c b/libc/nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c
index 0148acaea..6534e9693 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c
@@ -1,5 +1,5 @@
/* Elided version of pthread_mutex_trylock.
- Copyright (C) 2011, 2012, 2013 Free Software Foundation, Inc.
+ Copyright (C) 2011-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