summaryrefslogtreecommitdiff
path: root/libc/nptl
diff options
context:
space:
mode:
Diffstat (limited to 'libc/nptl')
-rw-r--r--libc/nptl/ChangeLog33
-rw-r--r--libc/nptl/Makeconfig2
-rw-r--r--libc/nptl/Makefile2
-rw-r--r--libc/nptl/alloca_cutoff.c2
-rw-r--r--libc/nptl/allocatestack.c2
-rw-r--r--libc/nptl/cancellation.c2
-rw-r--r--libc/nptl/cleanup.c2
-rw-r--r--libc/nptl/cleanup_compat.c2
-rw-r--r--libc/nptl/cleanup_defer.c2
-rw-r--r--libc/nptl/cleanup_defer_compat.c2
-rw-r--r--libc/nptl/cleanup_routine.c2
-rw-r--r--libc/nptl/descr.h2
-rw-r--r--libc/nptl/eintr.c2
-rw-r--r--libc/nptl/events.c2
-rw-r--r--libc/nptl/forward.c2
-rw-r--r--libc/nptl/herrno.c2
-rw-r--r--libc/nptl/libc-cancellation.c2
-rw-r--r--libc/nptl/libc-cleanup.c2
-rw-r--r--libc/nptl/lowlevellock.h2
-rw-r--r--libc/nptl/nptl-init.c2
-rw-r--r--libc/nptl/old_pthread_atfork.c2
-rw-r--r--libc/nptl/old_pthread_cond_broadcast.c2
-rw-r--r--libc/nptl/old_pthread_cond_destroy.c2
-rw-r--r--libc/nptl/old_pthread_cond_init.c2
-rw-r--r--libc/nptl/old_pthread_cond_signal.c2
-rw-r--r--libc/nptl/old_pthread_cond_timedwait.c2
-rw-r--r--libc/nptl/old_pthread_cond_wait.c2
-rw-r--r--libc/nptl/perf.c2
-rw-r--r--libc/nptl/pt-allocrtsig.c2
-rw-r--r--libc/nptl/pt-cleanup.c2
-rw-r--r--libc/nptl/pt-crti.S2
-rw-r--r--libc/nptl/pt-raise.c2
-rw-r--r--libc/nptl/pt-system.c2
-rw-r--r--libc/nptl/pthreadP.h2
-rw-r--r--libc/nptl/pthread_atfork.c2
-rw-r--r--libc/nptl/pthread_attr_destroy.c2
-rw-r--r--libc/nptl/pthread_attr_getdetachstate.c2
-rw-r--r--libc/nptl/pthread_attr_getguardsize.c2
-rw-r--r--libc/nptl/pthread_attr_getinheritsched.c2
-rw-r--r--libc/nptl/pthread_attr_getschedparam.c2
-rw-r--r--libc/nptl/pthread_attr_getschedpolicy.c2
-rw-r--r--libc/nptl/pthread_attr_getscope.c2
-rw-r--r--libc/nptl/pthread_attr_getstack.c2
-rw-r--r--libc/nptl/pthread_attr_getstackaddr.c2
-rw-r--r--libc/nptl/pthread_attr_getstacksize.c2
-rw-r--r--libc/nptl/pthread_attr_init.c2
-rw-r--r--libc/nptl/pthread_attr_setdetachstate.c2
-rw-r--r--libc/nptl/pthread_attr_setguardsize.c2
-rw-r--r--libc/nptl/pthread_attr_setinheritsched.c2
-rw-r--r--libc/nptl/pthread_attr_setschedparam.c2
-rw-r--r--libc/nptl/pthread_attr_setschedpolicy.c2
-rw-r--r--libc/nptl/pthread_attr_setscope.c2
-rw-r--r--libc/nptl/pthread_attr_setstack.c2
-rw-r--r--libc/nptl/pthread_attr_setstackaddr.c2
-rw-r--r--libc/nptl/pthread_attr_setstacksize.c2
-rw-r--r--libc/nptl/pthread_barrier_destroy.c2
-rw-r--r--libc/nptl/pthread_barrier_init.c2
-rw-r--r--libc/nptl/pthread_barrier_wait.c2
-rw-r--r--libc/nptl/pthread_barrierattr_destroy.c2
-rw-r--r--libc/nptl/pthread_barrierattr_getpshared.c2
-rw-r--r--libc/nptl/pthread_barrierattr_init.c2
-rw-r--r--libc/nptl/pthread_barrierattr_setpshared.c2
-rw-r--r--libc/nptl/pthread_cancel.c2
-rw-r--r--libc/nptl/pthread_clock_gettime.c2
-rw-r--r--libc/nptl/pthread_clock_settime.c2
-rw-r--r--libc/nptl/pthread_cond_broadcast.c2
-rw-r--r--libc/nptl/pthread_cond_destroy.c2
-rw-r--r--libc/nptl/pthread_cond_init.c2
-rw-r--r--libc/nptl/pthread_cond_signal.c2
-rw-r--r--libc/nptl/pthread_cond_timedwait.c2
-rw-r--r--libc/nptl/pthread_cond_wait.c2
-rw-r--r--libc/nptl/pthread_condattr_destroy.c2
-rw-r--r--libc/nptl/pthread_condattr_getclock.c2
-rw-r--r--libc/nptl/pthread_condattr_getpshared.c2
-rw-r--r--libc/nptl/pthread_condattr_init.c2
-rw-r--r--libc/nptl/pthread_condattr_setclock.c2
-rw-r--r--libc/nptl/pthread_condattr_setpshared.c2
-rw-r--r--libc/nptl/pthread_create.c2
-rw-r--r--libc/nptl/pthread_detach.c2
-rw-r--r--libc/nptl/pthread_equal.c2
-rw-r--r--libc/nptl/pthread_exit.c2
-rw-r--r--libc/nptl/pthread_getattr_np.c2
-rw-r--r--libc/nptl/pthread_getconcurrency.c2
-rw-r--r--libc/nptl/pthread_getcpuclockid.c2
-rw-r--r--libc/nptl/pthread_getschedparam.c2
-rw-r--r--libc/nptl/pthread_getspecific.c2
-rw-r--r--libc/nptl/pthread_join.c2
-rw-r--r--libc/nptl/pthread_key_create.c2
-rw-r--r--libc/nptl/pthread_key_delete.c2
-rw-r--r--libc/nptl/pthread_kill_other_threads.c2
-rw-r--r--libc/nptl/pthread_mutex_consistent.c2
-rw-r--r--libc/nptl/pthread_mutex_destroy.c2
-rw-r--r--libc/nptl/pthread_mutex_getprioceiling.c2
-rw-r--r--libc/nptl/pthread_mutex_init.c2
-rw-r--r--libc/nptl/pthread_mutex_lock.c2
-rw-r--r--libc/nptl/pthread_mutex_setprioceiling.c2
-rw-r--r--libc/nptl/pthread_mutex_timedlock.c2
-rw-r--r--libc/nptl/pthread_mutex_trylock.c2
-rw-r--r--libc/nptl/pthread_mutex_unlock.c2
-rw-r--r--libc/nptl/pthread_mutexattr_destroy.c2
-rw-r--r--libc/nptl/pthread_mutexattr_getprioceiling.c2
-rw-r--r--libc/nptl/pthread_mutexattr_getprotocol.c2
-rw-r--r--libc/nptl/pthread_mutexattr_getpshared.c2
-rw-r--r--libc/nptl/pthread_mutexattr_getrobust.c2
-rw-r--r--libc/nptl/pthread_mutexattr_gettype.c2
-rw-r--r--libc/nptl/pthread_mutexattr_init.c2
-rw-r--r--libc/nptl/pthread_mutexattr_setprioceiling.c2
-rw-r--r--libc/nptl/pthread_mutexattr_setprotocol.c2
-rw-r--r--libc/nptl/pthread_mutexattr_setpshared.c2
-rw-r--r--libc/nptl/pthread_mutexattr_setrobust.c2
-rw-r--r--libc/nptl/pthread_mutexattr_settype.c2
-rw-r--r--libc/nptl/pthread_once.c2
-rw-r--r--libc/nptl/pthread_rwlock_destroy.c2
-rw-r--r--libc/nptl/pthread_rwlock_init.c2
-rw-r--r--libc/nptl/pthread_rwlock_rdlock.c2
-rw-r--r--libc/nptl/pthread_rwlock_timedrdlock.c2
-rw-r--r--libc/nptl/pthread_rwlock_timedwrlock.c2
-rw-r--r--libc/nptl/pthread_rwlock_tryrdlock.c5
-rw-r--r--libc/nptl/pthread_rwlock_trywrlock.c5
-rw-r--r--libc/nptl/pthread_rwlock_unlock.c2
-rw-r--r--libc/nptl/pthread_rwlock_wrlock.c2
-rw-r--r--libc/nptl/pthread_rwlockattr_destroy.c2
-rw-r--r--libc/nptl/pthread_rwlockattr_getkind_np.c2
-rw-r--r--libc/nptl/pthread_rwlockattr_getpshared.c2
-rw-r--r--libc/nptl/pthread_rwlockattr_init.c2
-rw-r--r--libc/nptl/pthread_rwlockattr_setkind_np.c2
-rw-r--r--libc/nptl/pthread_rwlockattr_setpshared.c2
-rw-r--r--libc/nptl/pthread_self.c2
-rw-r--r--libc/nptl/pthread_setcancelstate.c2
-rw-r--r--libc/nptl/pthread_setcanceltype.c2
-rw-r--r--libc/nptl/pthread_setconcurrency.c2
-rw-r--r--libc/nptl/pthread_setschedparam.c2
-rw-r--r--libc/nptl/pthread_setschedprio.c2
-rw-r--r--libc/nptl/pthread_setspecific.c2
-rw-r--r--libc/nptl/pthread_spin_destroy.c2
-rw-r--r--libc/nptl/pthread_spin_init.c2
-rw-r--r--libc/nptl/pthread_spin_lock.c2
-rw-r--r--libc/nptl/pthread_spin_trylock.c2
-rw-r--r--libc/nptl/pthread_spin_unlock.c2
-rw-r--r--libc/nptl/pthread_testcancel.c2
-rw-r--r--libc/nptl/pthread_timedjoin.c2
-rw-r--r--libc/nptl/pthread_tryjoin.c2
-rw-r--r--libc/nptl/res.c2
-rw-r--r--libc/nptl/sem_close.c2
-rw-r--r--libc/nptl/sem_destroy.c2
-rw-r--r--libc/nptl/sem_getvalue.c2
-rw-r--r--libc/nptl/sem_init.c2
-rw-r--r--libc/nptl/sem_open.c2
-rw-r--r--libc/nptl/sem_unlink.c2
-rw-r--r--libc/nptl/semaphore.h2
-rw-r--r--libc/nptl/semaphoreP.h2
-rw-r--r--libc/nptl/sigaction.c2
-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
-rw-r--r--libc/nptl/sysdeps/powerpc/Makefile2
-rw-r--r--libc/nptl/sysdeps/powerpc/pthread_spin_lock.c2
-rw-r--r--libc/nptl/sysdeps/powerpc/pthread_spin_trylock.c2
-rw-r--r--libc/nptl/sysdeps/powerpc/pthreaddef.h2
-rw-r--r--libc/nptl/sysdeps/powerpc/tls.h2
-rw-r--r--libc/nptl/sysdeps/pthread/Makefile2
-rw-r--r--libc/nptl/sysdeps/pthread/aio_misc.h2
-rw-r--r--libc/nptl/sysdeps/pthread/allocalim.h2
-rw-r--r--libc/nptl/sysdeps/pthread/bits/libc-lock.h2
-rw-r--r--libc/nptl/sysdeps/pthread/bits/libc-lockP.h2
-rw-r--r--libc/nptl/sysdeps/pthread/bits/sigthread.h2
-rw-r--r--libc/nptl/sysdeps/pthread/bits/stdio-lock.h2
-rw-r--r--libc/nptl/sysdeps/pthread/createthread.c2
-rw-r--r--libc/nptl/sysdeps/pthread/flockfile.c2
-rw-r--r--libc/nptl/sysdeps/pthread/ftrylockfile.c2
-rw-r--r--libc/nptl/sysdeps/pthread/funlockfile.c2
-rw-r--r--libc/nptl/sysdeps/pthread/gai_misc.h2
-rw-r--r--libc/nptl/sysdeps/pthread/librt-cancellation.c2
-rw-r--r--libc/nptl/sysdeps/pthread/list.h2
-rw-r--r--libc/nptl/sysdeps/pthread/malloc-machine.h2
-rw-r--r--libc/nptl/sysdeps/pthread/posix-timer.h2
-rw-r--r--libc/nptl/sysdeps/pthread/pt-longjmp.c2
-rw-r--r--libc/nptl/sysdeps/pthread/pthread-functions.h2
-rw-r--r--libc/nptl/sysdeps/pthread/pthread.h2
-rw-r--r--libc/nptl/sysdeps/pthread/pthread_sigmask.c2
-rw-r--r--libc/nptl/sysdeps/pthread/setxid.h2
-rw-r--r--libc/nptl/sysdeps/pthread/sigfillset.c2
-rw-r--r--libc/nptl/sysdeps/pthread/sigprocmask.c2
-rw-r--r--libc/nptl/sysdeps/pthread/timer_create.c2
-rw-r--r--libc/nptl/sysdeps/pthread/timer_delete.c2
-rw-r--r--libc/nptl/sysdeps/pthread/timer_getoverr.c2
-rw-r--r--libc/nptl/sysdeps/pthread/timer_gettime.c2
-rw-r--r--libc/nptl/sysdeps/pthread/timer_routines.c2
-rw-r--r--libc/nptl/sysdeps/pthread/timer_settime.c2
-rw-r--r--libc/nptl/sysdeps/pthread/tst-timer.c2
-rw-r--r--libc/nptl/sysdeps/pthread/unwind-forcedunwind.c2
-rw-r--r--libc/nptl/sysdeps/s390/Makefile2
-rw-r--r--libc/nptl/sysdeps/s390/pthread_spin_init.c2
-rw-r--r--libc/nptl/sysdeps/s390/pthread_spin_lock.c2
-rw-r--r--libc/nptl/sysdeps/s390/pthread_spin_trylock.c2
-rw-r--r--libc/nptl/sysdeps/s390/pthread_spin_unlock.c2
-rw-r--r--libc/nptl/sysdeps/s390/pthreaddef.h2
-rw-r--r--libc/nptl/sysdeps/s390/tls.h2
-rw-r--r--libc/nptl/sysdeps/sh/pthread_spin_init.c2
-rw-r--r--libc/nptl/sysdeps/sh/pthread_spin_lock.c2
-rw-r--r--libc/nptl/sysdeps/sh/pthread_spin_trylock.S2
-rw-r--r--libc/nptl/sysdeps/sh/pthread_spin_unlock.S2
-rw-r--r--libc/nptl/sysdeps/sh/pthreaddef.h2
-rw-r--r--libc/nptl/sysdeps/sh/tls.h2
-rw-r--r--libc/nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S2
-rw-r--r--libc/nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S2
-rw-r--r--libc/nptl/sysdeps/sparc/sparc32/pthreaddef.h2
-rw-r--r--libc/nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S2
-rw-r--r--libc/nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S2
-rw-r--r--libc/nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S2
-rw-r--r--libc/nptl/sysdeps/sparc/sparc64/pthreaddef.h2
-rw-r--r--libc/nptl/sysdeps/sparc/tls.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/Makefile2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/aio_misc.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/allocrtsig.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/createthread.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/fork.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/fork.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/getpid.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/createthread.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/fork.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S3
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/smp.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/i386/vfork.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/internaltypes.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/jmp-unwind.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/lowlevellock.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/mq_notify.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h3
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/pt-fork.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/pt-raise.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/pthread_getname.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/pthread_kill.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/pthread_setname.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/pthread_yield.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/raise.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/register-atfork.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/s390/fork.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h107
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sem_post.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sem_timedwait.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sem_trywait.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sem_wait.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/createthread.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/fork.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h3
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/sem_post.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/smp.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sh/vfork.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/smp.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/fork.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h16
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/timer_create.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/timer_delete.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/timer_gettime.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/timer_routines.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/timer_settime.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/unregister-atfork.c2
-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_64/cancellation.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/fork.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S3
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c2
-rw-r--r--libc/nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S2
-rw-r--r--libc/nptl/sysdeps/x86_64/Makefile2
-rw-r--r--libc/nptl/sysdeps/x86_64/pthread_spin_lock.S2
-rw-r--r--libc/nptl/sysdeps/x86_64/pthread_spin_trylock.S2
-rw-r--r--libc/nptl/sysdeps/x86_64/pthread_spin_unlock.S2
-rw-r--r--libc/nptl/sysdeps/x86_64/pthreaddef.h2
-rw-r--r--libc/nptl/sysdeps/x86_64/tls.h2
-rw-r--r--libc/nptl/sysdeps/x86_64/x32/tls.h2
-rw-r--r--libc/nptl/tpp.c2
-rw-r--r--libc/nptl/tst-_res1.c2
-rw-r--r--libc/nptl/tst-_res1mod1.c2
-rw-r--r--libc/nptl/tst-abstime.c2
-rw-r--r--libc/nptl/tst-align.c2
-rw-r--r--libc/nptl/tst-align2.c2
-rw-r--r--libc/nptl/tst-align3.c2
-rw-r--r--libc/nptl/tst-atfork1.c2
-rw-r--r--libc/nptl/tst-atfork2.c2
-rw-r--r--libc/nptl/tst-atfork2mod.c2
-rw-r--r--libc/nptl/tst-attr1.c2
-rw-r--r--libc/nptl/tst-attr2.c2
-rw-r--r--libc/nptl/tst-attr3.c2
-rw-r--r--libc/nptl/tst-backtrace1.c2
-rw-r--r--libc/nptl/tst-barrier1.c2
-rw-r--r--libc/nptl/tst-barrier2.c2
-rw-r--r--libc/nptl/tst-barrier3.c2
-rw-r--r--libc/nptl/tst-barrier4.c2
-rw-r--r--libc/nptl/tst-basic1.c2
-rw-r--r--libc/nptl/tst-basic2.c2
-rw-r--r--libc/nptl/tst-basic3.c2
-rw-r--r--libc/nptl/tst-basic4.c2
-rw-r--r--libc/nptl/tst-basic5.c2
-rw-r--r--libc/nptl/tst-basic6.c2
-rw-r--r--libc/nptl/tst-cancel-self-cancelstate.c2
-rw-r--r--libc/nptl/tst-cancel-self-canceltype.c2
-rw-r--r--libc/nptl/tst-cancel-self-cleanup.c2
-rw-r--r--libc/nptl/tst-cancel-self-testcancel.c2
-rw-r--r--libc/nptl/tst-cancel-self.c2
-rw-r--r--libc/nptl/tst-cancel-wrappers.sh2
-rw-r--r--libc/nptl/tst-cancel1.c2
-rw-r--r--libc/nptl/tst-cancel10.c2
-rw-r--r--libc/nptl/tst-cancel11.c2
-rw-r--r--libc/nptl/tst-cancel12.c2
-rw-r--r--libc/nptl/tst-cancel13.c2
-rw-r--r--libc/nptl/tst-cancel14.c2
-rw-r--r--libc/nptl/tst-cancel15.c2
-rw-r--r--libc/nptl/tst-cancel16.c2
-rw-r--r--libc/nptl/tst-cancel17.c2
-rw-r--r--libc/nptl/tst-cancel18.c2
-rw-r--r--libc/nptl/tst-cancel19.c2
-rw-r--r--libc/nptl/tst-cancel2.c2
-rw-r--r--libc/nptl/tst-cancel20.c2
-rw-r--r--libc/nptl/tst-cancel21.c2
-rw-r--r--libc/nptl/tst-cancel22.c2
-rw-r--r--libc/nptl/tst-cancel3.c2
-rw-r--r--libc/nptl/tst-cancel4.c2
-rw-r--r--libc/nptl/tst-cancel6.c2
-rw-r--r--libc/nptl/tst-cancel7.c2
-rw-r--r--libc/nptl/tst-cancel8.c2
-rw-r--r--libc/nptl/tst-cancel9.c2
-rw-r--r--libc/nptl/tst-cleanup0.c2
-rw-r--r--libc/nptl/tst-cleanup1.c2
-rw-r--r--libc/nptl/tst-cleanup2.c2
-rw-r--r--libc/nptl/tst-cleanup3.c2
-rw-r--r--libc/nptl/tst-cleanup4.c2
-rw-r--r--libc/nptl/tst-cleanup4aux.c2
-rw-r--r--libc/nptl/tst-clock1.c2
-rw-r--r--libc/nptl/tst-clock2.c2
-rw-r--r--libc/nptl/tst-cond-except.c2
-rw-r--r--libc/nptl/tst-cond1.c2
-rw-r--r--libc/nptl/tst-cond10.c2
-rw-r--r--libc/nptl/tst-cond11.c2
-rw-r--r--libc/nptl/tst-cond12.c2
-rw-r--r--libc/nptl/tst-cond14.c2
-rw-r--r--libc/nptl/tst-cond15.c2
-rw-r--r--libc/nptl/tst-cond16.c2
-rw-r--r--libc/nptl/tst-cond18.c2
-rw-r--r--libc/nptl/tst-cond19.c2
-rw-r--r--libc/nptl/tst-cond2.c2
-rw-r--r--libc/nptl/tst-cond20.c2
-rw-r--r--libc/nptl/tst-cond23.c2
-rw-r--r--libc/nptl/tst-cond24.c2
-rw-r--r--libc/nptl/tst-cond25.c2
-rw-r--r--libc/nptl/tst-cond3.c2
-rw-r--r--libc/nptl/tst-cond4.c2
-rw-r--r--libc/nptl/tst-cond5.c2
-rw-r--r--libc/nptl/tst-cond6.c2
-rw-r--r--libc/nptl/tst-cond7.c2
-rw-r--r--libc/nptl/tst-cond8.c2
-rw-r--r--libc/nptl/tst-cond9.c2
-rw-r--r--libc/nptl/tst-context1.c2
-rw-r--r--libc/nptl/tst-detach1.c2
-rw-r--r--libc/nptl/tst-eintr1.c2
-rw-r--r--libc/nptl/tst-eintr2.c2
-rw-r--r--libc/nptl/tst-eintr3.c2
-rw-r--r--libc/nptl/tst-eintr4.c2
-rw-r--r--libc/nptl/tst-eintr5.c2
-rw-r--r--libc/nptl/tst-exec1.c2
-rw-r--r--libc/nptl/tst-exec2.c2
-rw-r--r--libc/nptl/tst-exec3.c2
-rw-r--r--libc/nptl/tst-exec4.c2
-rw-r--r--libc/nptl/tst-exit1.c2
-rw-r--r--libc/nptl/tst-fini1.c2
-rw-r--r--libc/nptl/tst-fini1mod.c2
-rw-r--r--libc/nptl/tst-flock1.c2
-rw-r--r--libc/nptl/tst-flock2.c2
-rw-r--r--libc/nptl/tst-fork1.c2
-rw-r--r--libc/nptl/tst-fork2.c2
-rw-r--r--libc/nptl/tst-fork3.c2
-rw-r--r--libc/nptl/tst-fork4.c2
-rw-r--r--libc/nptl/tst-initializers1.c2
-rw-r--r--libc/nptl/tst-join1.c2
-rw-r--r--libc/nptl/tst-join2.c2
-rw-r--r--libc/nptl/tst-join3.c2
-rw-r--r--libc/nptl/tst-join4.c2
-rw-r--r--libc/nptl/tst-join5.c2
-rw-r--r--libc/nptl/tst-key1.c2
-rw-r--r--libc/nptl/tst-key2.c2
-rw-r--r--libc/nptl/tst-key3.c2
-rw-r--r--libc/nptl/tst-key4.c2
-rw-r--r--libc/nptl/tst-kill1.c2
-rw-r--r--libc/nptl/tst-kill2.c2
-rw-r--r--libc/nptl/tst-kill3.c2
-rw-r--r--libc/nptl/tst-kill4.c2
-rw-r--r--libc/nptl/tst-kill5.c2
-rw-r--r--libc/nptl/tst-kill6.c2
-rw-r--r--libc/nptl/tst-mutex1.c2
-rw-r--r--libc/nptl/tst-mutex2.c2
-rw-r--r--libc/nptl/tst-mutex3.c2
-rw-r--r--libc/nptl/tst-mutex4.c2
-rw-r--r--libc/nptl/tst-mutex5.c2
-rw-r--r--libc/nptl/tst-mutex6.c2
-rw-r--r--libc/nptl/tst-mutex7.c2
-rw-r--r--libc/nptl/tst-mutex8.c2
-rw-r--r--libc/nptl/tst-mutex9.c2
-rw-r--r--libc/nptl/tst-mutexpp10.c2
-rw-r--r--libc/nptl/tst-oddstacklimit.c2
-rw-r--r--libc/nptl/tst-once1.c2
-rw-r--r--libc/nptl/tst-once2.c2
-rw-r--r--libc/nptl/tst-once3.c2
-rw-r--r--libc/nptl/tst-once4.c2
-rw-r--r--libc/nptl/tst-popen1.c2
-rw-r--r--libc/nptl/tst-pthread-getattr.c2
-rw-r--r--libc/nptl/tst-raise1.c2
-rw-r--r--libc/nptl/tst-robust1.c2
-rw-r--r--libc/nptl/tst-robust7.c2
-rw-r--r--libc/nptl/tst-rwlock1.c2
-rw-r--r--libc/nptl/tst-rwlock10.c2
-rw-r--r--libc/nptl/tst-rwlock11.c2
-rw-r--r--libc/nptl/tst-rwlock12.c2
-rw-r--r--libc/nptl/tst-rwlock13.c2
-rw-r--r--libc/nptl/tst-rwlock14.c2
-rw-r--r--libc/nptl/tst-rwlock2.c2
-rw-r--r--libc/nptl/tst-rwlock3.c2
-rw-r--r--libc/nptl/tst-rwlock4.c2
-rw-r--r--libc/nptl/tst-rwlock5.c2
-rw-r--r--libc/nptl/tst-rwlock6.c2
-rw-r--r--libc/nptl/tst-rwlock7.c2
-rw-r--r--libc/nptl/tst-rwlock8.c2
-rw-r--r--libc/nptl/tst-rwlock9.c2
-rw-r--r--libc/nptl/tst-sched1.c2
-rw-r--r--libc/nptl/tst-sem1.c2
-rw-r--r--libc/nptl/tst-sem10.c2
-rw-r--r--libc/nptl/tst-sem14.c2
-rw-r--r--libc/nptl/tst-sem2.c2
-rw-r--r--libc/nptl/tst-sem3.c2
-rw-r--r--libc/nptl/tst-sem4.c2
-rw-r--r--libc/nptl/tst-sem5.c2
-rw-r--r--libc/nptl/tst-sem6.c2
-rw-r--r--libc/nptl/tst-sem7.c2
-rw-r--r--libc/nptl/tst-sem8.c2
-rw-r--r--libc/nptl/tst-sem9.c2
-rw-r--r--libc/nptl/tst-setuid1.c2
-rw-r--r--libc/nptl/tst-signal1.c2
-rw-r--r--libc/nptl/tst-signal2.c2
-rw-r--r--libc/nptl/tst-signal3.c2
-rw-r--r--libc/nptl/tst-signal4.c2
-rw-r--r--libc/nptl/tst-signal5.c2
-rw-r--r--libc/nptl/tst-signal6.c2
-rw-r--r--libc/nptl/tst-signal7.c2
-rw-r--r--libc/nptl/tst-spin1.c2
-rw-r--r--libc/nptl/tst-spin2.c2
-rw-r--r--libc/nptl/tst-spin3.c2
-rw-r--r--libc/nptl/tst-stack1.c2
-rw-r--r--libc/nptl/tst-stack2.c2
-rw-r--r--libc/nptl/tst-stack3.c2
-rw-r--r--libc/nptl/tst-stackguard1.c2
-rw-r--r--libc/nptl/tst-stdio1.c2
-rw-r--r--libc/nptl/tst-stdio2.c2
-rw-r--r--libc/nptl/tst-sysconf.c2
-rw-r--r--libc/nptl/tst-tls1.c2
-rw-r--r--libc/nptl/tst-tls2.c2
-rw-r--r--libc/nptl/tst-tls3.c2
-rw-r--r--libc/nptl/tst-tls3mod.c2
-rw-r--r--libc/nptl/tst-tls4.c2
-rw-r--r--libc/nptl/tst-tls4moda.c2
-rw-r--r--libc/nptl/tst-tls4modb.c2
-rw-r--r--libc/nptl/tst-tls5.c2
-rwxr-xr-xlibc/nptl/tst-tls6.sh2
-rw-r--r--libc/nptl/tst-tpp.h2
-rw-r--r--libc/nptl/tst-tsd1.c2
-rw-r--r--libc/nptl/tst-tsd2.c2
-rw-r--r--libc/nptl/tst-tsd3.c2
-rw-r--r--libc/nptl/tst-tsd4.c2
-rw-r--r--libc/nptl/tst-tsd5.c2
-rw-r--r--libc/nptl/tst-typesizes.c2
-rw-r--r--libc/nptl/tst-umask1.c2
-rw-r--r--libc/nptl/tst-unload.c2
-rw-r--r--libc/nptl/unwind.c2
-rw-r--r--libc/nptl/vars.c2
-rw-r--r--libc/nptl/version.c2
649 files changed, 727 insertions, 731 deletions
diff --git a/libc/nptl/ChangeLog b/libc/nptl/ChangeLog
index b95068716..f4cd57a91 100644
--- a/libc/nptl/ChangeLog
+++ b/libc/nptl/ChangeLog
@@ -1,3 +1,36 @@
+2013-01-02 Joseph Myers <joseph@codesourcery.com>
+
+ * All files with FSF copyright notices: Update copyright dates
+ using scripts/update-copyrights.
+
+2013-01-01 Joseph Myers <joseph@codesourcery.com>
+
+ * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Reformat
+ copyright notice.
+
+2012-12-28 Andi Kleen <ak@linux.intel.com>
+
+ * pthread_rwlock_tryrdlock.c (__pthread_rwlock_tryrdlock): Convert
+ to prototype.
+ * pthread_rwlock_trywrlock.c (__pthread_rwlock_trywrlock):
+ Likewise.
+
+2012-12-27 David S. Miller <davem@davemloft.net>
+
+ * sysdeps/unix/sysv/linux/sparc/lowlevellock.h
+ (lll_futex_timed_wait_bitset): New macro.
+
+2012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
+
+ * sysdeps/unix/sysv/linux/s390/lowlevellock.h (SYS_futex):
+ Remove definition.
+ (lll_futex_timed_wait): Replace assembly code with
+ INTERNAL_SYSCALL.
+ (lll_futex_timed_wait_bitset): Likewise.
+ (lll_futex_wake): Likewise.
+ (lll_futex_requeue): Likewise.
+ (lll_futex_wake_unlock): Likewise.
+
2012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
* sysdeps/unix/sysv/linux/s390/jmp-unwind.c (_longjmp_unwind):
diff --git a/libc/nptl/Makeconfig b/libc/nptl/Makeconfig
index 93250b807..7be9b0d7c 100644
--- a/libc/nptl/Makeconfig
+++ b/libc/nptl/Makeconfig
@@ -1,4 +1,4 @@
-# Copyright (C) 2002,2003,2005,2006,2008 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/Makefile b/libc/nptl/Makefile
index 1cdb76a6e..21e3fd83f 100644
--- a/libc/nptl/Makefile
+++ b/libc/nptl/Makefile
@@ -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.
# The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/nptl/alloca_cutoff.c b/libc/nptl/alloca_cutoff.c
index 1a02e0b1d..f9eb3d4fb 100644
--- a/libc/nptl/alloca_cutoff.c
+++ b/libc/nptl/alloca_cutoff.c
@@ -1,5 +1,5 @@
/* Determine whether block of given size can be allocated on the stack or not.
- Copyright (C) 2002, 2011 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/allocatestack.c b/libc/nptl/allocatestack.c
index 799dbe3d0..d1056eefa 100644
--- a/libc/nptl/allocatestack.c
+++ b/libc/nptl/allocatestack.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/cancellation.c b/libc/nptl/cancellation.c
index c908262f9..be504e038 100644
--- a/libc/nptl/cancellation.c
+++ b/libc/nptl/cancellation.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2009 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/cleanup.c b/libc/nptl/cleanup.c
index 2092200f7..07e064b41 100644
--- a/libc/nptl/cleanup.c
+++ b/libc/nptl/cleanup.c
@@ -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/cleanup_compat.c b/libc/nptl/cleanup_compat.c
index c811df2b5..c62d6e452 100644
--- a/libc/nptl/cleanup_compat.c
+++ b/libc/nptl/cleanup_compat.c
@@ -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/cleanup_defer.c b/libc/nptl/cleanup_defer.c
index 4a228d458..170623d7a 100644
--- a/libc/nptl/cleanup_defer.c
+++ b/libc/nptl/cleanup_defer.c
@@ -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/cleanup_defer_compat.c b/libc/nptl/cleanup_defer_compat.c
index 88fd43ca8..d9035fdb1 100644
--- a/libc/nptl/cleanup_defer_compat.c
+++ b/libc/nptl/cleanup_defer_compat.c
@@ -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/cleanup_routine.c b/libc/nptl/cleanup_routine.c
index 0b7fab67a..e037f2bfd 100644
--- a/libc/nptl/cleanup_routine.c
+++ b/libc/nptl/cleanup_routine.c
@@ -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>, 2003.
diff --git a/libc/nptl/descr.h b/libc/nptl/descr.h
index 60d2d22e7..58176ea2d 100644
--- a/libc/nptl/descr.h
+++ b/libc/nptl/descr.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2006, 2007, 2008, 2009 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/eintr.c b/libc/nptl/eintr.c
index d6425b51b..70e42e4d2 100644
--- a/libc/nptl/eintr.c
+++ b/libc/nptl/eintr.c
@@ -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>, 2003.
diff --git a/libc/nptl/events.c b/libc/nptl/events.c
index d75b8e659..b1929e869 100644
--- a/libc/nptl/events.c
+++ b/libc/nptl/events.c
@@ -1,5 +1,5 @@
/* Event functions used while debugging.
- Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1999-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/forward.c b/libc/nptl/forward.c
index 67e14028a..585edc9ff 100644
--- a/libc/nptl/forward.c
+++ b/libc/nptl/forward.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004, 2007, 2012 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/herrno.c b/libc/nptl/herrno.c
index c0488e4f6..0c4c3b840 100644
--- a/libc/nptl/herrno.c
+++ b/libc/nptl/herrno.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996,97,98,2002 Free Software Foundation, Inc.
+/* Copyright (C) 1996-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/libc-cancellation.c b/libc/nptl/libc-cancellation.c
index 3571c9b80..13c0864b0 100644
--- a/libc/nptl/libc-cancellation.c
+++ b/libc/nptl/libc-cancellation.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2005, 2009 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/libc-cleanup.c b/libc/nptl/libc-cleanup.c
index ec579c50d..673cf7c9d 100644
--- a/libc/nptl/libc-cleanup.c
+++ b/libc/nptl/libc-cleanup.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2005, 2009 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/lowlevellock.h b/libc/nptl/lowlevellock.h
index cced770d2..e57a337c2 100644
--- a/libc/nptl/lowlevellock.h
+++ b/libc/nptl/lowlevellock.h
@@ -1,5 +1,5 @@
/* Low level locking macros used in NPTL implementation. Stub version.
- Copyright (C) 2002, 2007 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/nptl-init.c b/libc/nptl/nptl-init.c
index 6a18dbe1b..19e661642 100644
--- a/libc/nptl/nptl-init.c
+++ b/libc/nptl/nptl-init.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/old_pthread_atfork.c b/libc/nptl/old_pthread_atfork.c
index 0879b83da..f1142d311 100644
--- a/libc/nptl/old_pthread_atfork.c
+++ b/libc/nptl/old_pthread_atfork.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/old_pthread_cond_broadcast.c b/libc/nptl/old_pthread_cond_broadcast.c
index b271688f8..27dbfc894 100644
--- a/libc/nptl/old_pthread_cond_broadcast.c
+++ b/libc/nptl/old_pthread_cond_broadcast.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2007 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/old_pthread_cond_destroy.c b/libc/nptl/old_pthread_cond_destroy.c
index 8f5af3333..423a17781 100644
--- a/libc/nptl/old_pthread_cond_destroy.c
+++ b/libc/nptl/old_pthread_cond_destroy.c
@@ -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/old_pthread_cond_init.c b/libc/nptl/old_pthread_cond_init.c
index 5ec4cf2ea..8324c4d31 100644
--- a/libc/nptl/old_pthread_cond_init.c
+++ b/libc/nptl/old_pthread_cond_init.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/old_pthread_cond_signal.c b/libc/nptl/old_pthread_cond_signal.c
index 78e78cc38..dae66d0b7 100644
--- a/libc/nptl/old_pthread_cond_signal.c
+++ b/libc/nptl/old_pthread_cond_signal.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2007 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/old_pthread_cond_timedwait.c b/libc/nptl/old_pthread_cond_timedwait.c
index a8d113f9a..bb4f09819 100644
--- a/libc/nptl/old_pthread_cond_timedwait.c
+++ b/libc/nptl/old_pthread_cond_timedwait.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2007 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/old_pthread_cond_wait.c b/libc/nptl/old_pthread_cond_wait.c
index 54dcb5e2a..afca81d06 100644
--- a/libc/nptl/old_pthread_cond_wait.c
+++ b/libc/nptl/old_pthread_cond_wait.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2007 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/perf.c b/libc/nptl/perf.c
index 551ba3ebe..b456b4169 100644
--- a/libc/nptl/perf.c
+++ b/libc/nptl/perf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2005 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/pt-allocrtsig.c b/libc/nptl/pt-allocrtsig.c
index 9e64dc170..86f0be18a 100644
--- a/libc/nptl/pt-allocrtsig.c
+++ b/libc/nptl/pt-allocrtsig.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2004 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/pt-cleanup.c b/libc/nptl/pt-cleanup.c
index ab780de5b..90ede84ae 100644
--- a/libc/nptl/pt-cleanup.c
+++ b/libc/nptl/pt-cleanup.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/pt-crti.S b/libc/nptl/pt-crti.S
index 4c5cdddb9..23ddc582c 100644
--- a/libc/nptl/pt-crti.S
+++ b/libc/nptl/pt-crti.S
@@ -1,5 +1,5 @@
/* Special .init and .fini section support for libpthread.
- 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/pt-raise.c b/libc/nptl/pt-raise.c
index 843ce06d3..86f0c8c80 100644
--- a/libc/nptl/pt-raise.c
+++ b/libc/nptl/pt-raise.c
@@ -1,5 +1,5 @@
/* ISO C raise function for libpthread.
- 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/pt-system.c b/libc/nptl/pt-system.c
index f3b658da5..1fcd4ae44 100644
--- a/libc/nptl/pt-system.c
+++ b/libc/nptl/pt-system.c
@@ -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/pthreadP.h b/libc/nptl/pthreadP.h
index fa89cbf44..993a79e25 100644
--- a/libc/nptl/pthreadP.h
+++ b/libc/nptl/pthreadP.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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/pthread_atfork.c b/libc/nptl/pthread_atfork.c
index 7da2fd65d..bf0a1c580 100644
--- a/libc/nptl/pthread_atfork.c
+++ b/libc/nptl/pthread_atfork.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2006 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/pthread_attr_destroy.c b/libc/nptl/pthread_attr_destroy.c
index c79752d89..18ce5f488 100644
--- a/libc/nptl/pthread_attr_destroy.c
+++ b/libc/nptl/pthread_attr_destroy.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004 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/pthread_attr_getdetachstate.c b/libc/nptl/pthread_attr_getdetachstate.c
index 1c800323b..b00b28d3f 100644
--- a/libc/nptl/pthread_attr_getdetachstate.c
+++ b/libc/nptl/pthread_attr_getdetachstate.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/pthread_attr_getguardsize.c b/libc/nptl/pthread_attr_getguardsize.c
index 497010dc1..b96b5eea6 100644
--- a/libc/nptl/pthread_attr_getguardsize.c
+++ b/libc/nptl/pthread_attr_getguardsize.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/pthread_attr_getinheritsched.c b/libc/nptl/pthread_attr_getinheritsched.c
index b25d80824..f46335e8c 100644
--- a/libc/nptl/pthread_attr_getinheritsched.c
+++ b/libc/nptl/pthread_attr_getinheritsched.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/pthread_attr_getschedparam.c b/libc/nptl/pthread_attr_getschedparam.c
index 352ecb54f..46a22e926 100644
--- a/libc/nptl/pthread_attr_getschedparam.c
+++ b/libc/nptl/pthread_attr_getschedparam.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/pthread_attr_getschedpolicy.c b/libc/nptl/pthread_attr_getschedpolicy.c
index badec6b4e..65463f79f 100644
--- a/libc/nptl/pthread_attr_getschedpolicy.c
+++ b/libc/nptl/pthread_attr_getschedpolicy.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/pthread_attr_getscope.c b/libc/nptl/pthread_attr_getscope.c
index b2e1b141b..7c052aac5 100644
--- a/libc/nptl/pthread_attr_getscope.c
+++ b/libc/nptl/pthread_attr_getscope.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/pthread_attr_getstack.c b/libc/nptl/pthread_attr_getstack.c
index 0ede9e77a..03907b724 100644
--- a/libc/nptl/pthread_attr_getstack.c
+++ b/libc/nptl/pthread_attr_getstack.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/pthread_attr_getstackaddr.c b/libc/nptl/pthread_attr_getstackaddr.c
index 958a856f5..8093edcf0 100644
--- a/libc/nptl/pthread_attr_getstackaddr.c
+++ b/libc/nptl/pthread_attr_getstackaddr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2004 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/pthread_attr_getstacksize.c b/libc/nptl/pthread_attr_getstacksize.c
index 98070f08b..6df70623e 100644
--- a/libc/nptl/pthread_attr_getstacksize.c
+++ b/libc/nptl/pthread_attr_getstacksize.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/pthread_attr_init.c b/libc/nptl/pthread_attr_init.c
index a7add4b80..737563a54 100644
--- a/libc/nptl/pthread_attr_init.c
+++ b/libc/nptl/pthread_attr_init.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004, 2007 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/pthread_attr_setdetachstate.c b/libc/nptl/pthread_attr_setdetachstate.c
index 9ce8651f0..ac8230747 100644
--- a/libc/nptl/pthread_attr_setdetachstate.c
+++ b/libc/nptl/pthread_attr_setdetachstate.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/pthread_attr_setguardsize.c b/libc/nptl/pthread_attr_setguardsize.c
index b9f143605..872327222 100644
--- a/libc/nptl/pthread_attr_setguardsize.c
+++ b/libc/nptl/pthread_attr_setguardsize.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/pthread_attr_setinheritsched.c b/libc/nptl/pthread_attr_setinheritsched.c
index 2cc8c0ee0..fec142167 100644
--- a/libc/nptl/pthread_attr_setinheritsched.c
+++ b/libc/nptl/pthread_attr_setinheritsched.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/pthread_attr_setschedparam.c b/libc/nptl/pthread_attr_setschedparam.c
index 239a41bfc..ec1a8bd44 100644
--- a/libc/nptl/pthread_attr_setschedparam.c
+++ b/libc/nptl/pthread_attr_setschedparam.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2004, 2009 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/pthread_attr_setschedpolicy.c b/libc/nptl/pthread_attr_setschedpolicy.c
index 0ba38a022..2fa692169 100644
--- a/libc/nptl/pthread_attr_setschedpolicy.c
+++ b/libc/nptl/pthread_attr_setschedpolicy.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2004 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/pthread_attr_setscope.c b/libc/nptl/pthread_attr_setscope.c
index eb03731cb..84db0a2c6 100644
--- a/libc/nptl/pthread_attr_setscope.c
+++ b/libc/nptl/pthread_attr_setscope.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/pthread_attr_setstack.c b/libc/nptl/pthread_attr_setstack.c
index 72eaee218..783cffe6a 100644
--- a/libc/nptl/pthread_attr_setstack.c
+++ b/libc/nptl/pthread_attr_setstack.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2006 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/pthread_attr_setstackaddr.c b/libc/nptl/pthread_attr_setstackaddr.c
index b1a33d8c3..40855b824 100644
--- a/libc/nptl/pthread_attr_setstackaddr.c
+++ b/libc/nptl/pthread_attr_setstackaddr.c
@@ -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/pthread_attr_setstacksize.c b/libc/nptl/pthread_attr_setstacksize.c
index 954cc0f4d..b7f291906 100644
--- a/libc/nptl/pthread_attr_setstacksize.c
+++ b/libc/nptl/pthread_attr_setstacksize.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2006 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/pthread_barrier_destroy.c b/libc/nptl/pthread_barrier_destroy.c
index 6808d36da..cafcb8b57 100644
--- a/libc/nptl/pthread_barrier_destroy.c
+++ b/libc/nptl/pthread_barrier_destroy.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2007 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/pthread_barrier_init.c b/libc/nptl/pthread_barrier_init.c
index 1aaa2a4eb..d5891fd41 100644
--- a/libc/nptl/pthread_barrier_init.c
+++ b/libc/nptl/pthread_barrier_init.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2007 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/pthread_barrier_wait.c b/libc/nptl/pthread_barrier_wait.c
index 89936a08c..0a5bd69d5 100644
--- a/libc/nptl/pthread_barrier_wait.c
+++ b/libc/nptl/pthread_barrier_wait.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
diff --git a/libc/nptl/pthread_barrierattr_destroy.c b/libc/nptl/pthread_barrierattr_destroy.c
index a1afb9397..d5aeac600 100644
--- a/libc/nptl/pthread_barrierattr_destroy.c
+++ b/libc/nptl/pthread_barrierattr_destroy.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/pthread_barrierattr_getpshared.c b/libc/nptl/pthread_barrierattr_getpshared.c
index 937d02428..37172024e 100644
--- a/libc/nptl/pthread_barrierattr_getpshared.c
+++ b/libc/nptl/pthread_barrierattr_getpshared.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/pthread_barrierattr_init.c b/libc/nptl/pthread_barrierattr_init.c
index 872e158b2..a12cab4d5 100644
--- a/libc/nptl/pthread_barrierattr_init.c
+++ b/libc/nptl/pthread_barrierattr_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/pthread_barrierattr_setpshared.c b/libc/nptl/pthread_barrierattr_setpshared.c
index 042e3a898..74a45704f 100644
--- a/libc/nptl/pthread_barrierattr_setpshared.c
+++ b/libc/nptl/pthread_barrierattr_setpshared.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/pthread_cancel.c b/libc/nptl/pthread_cancel.c
index cf6e48b41..46a97077b 100644
--- a/libc/nptl/pthread_cancel.c
+++ b/libc/nptl/pthread_cancel.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/pthread_clock_gettime.c b/libc/nptl/pthread_clock_gettime.c
index 49530f6a9..0abb4b974 100644
--- a/libc/nptl/pthread_clock_gettime.c
+++ b/libc/nptl/pthread_clock_gettime.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2001-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/pthread_clock_settime.c b/libc/nptl/pthread_clock_settime.c
index 819e10578..2338e46c8 100644
--- a/libc/nptl/pthread_clock_settime.c
+++ b/libc/nptl/pthread_clock_settime.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2001-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/pthread_cond_broadcast.c b/libc/nptl/pthread_cond_broadcast.c
index 7bc76ac0e..968ee03da 100644
--- a/libc/nptl/pthread_cond_broadcast.c
+++ b/libc/nptl/pthread_cond_broadcast.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
diff --git a/libc/nptl/pthread_cond_destroy.c b/libc/nptl/pthread_cond_destroy.c
index 5f57b563c..ebf150525 100644
--- a/libc/nptl/pthread_cond_destroy.c
+++ b/libc/nptl/pthread_cond_destroy.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/pthread_cond_init.c b/libc/nptl/pthread_cond_init.c
index 554fe6fed..7789728d6 100644
--- a/libc/nptl/pthread_cond_init.c
+++ b/libc/nptl/pthread_cond_init.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/pthread_cond_signal.c b/libc/nptl/pthread_cond_signal.c
index 063dcbc32..908a2acfa 100644
--- a/libc/nptl/pthread_cond_signal.c
+++ b/libc/nptl/pthread_cond_signal.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
diff --git a/libc/nptl/pthread_cond_timedwait.c b/libc/nptl/pthread_cond_timedwait.c
index ef33b966b..0f52bd885 100644
--- a/libc/nptl/pthread_cond_timedwait.c
+++ b/libc/nptl/pthread_cond_timedwait.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
diff --git a/libc/nptl/pthread_cond_wait.c b/libc/nptl/pthread_cond_wait.c
index 35505d9a1..0ae320cb8 100644
--- a/libc/nptl/pthread_cond_wait.c
+++ b/libc/nptl/pthread_cond_wait.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
diff --git a/libc/nptl/pthread_condattr_destroy.c b/libc/nptl/pthread_condattr_destroy.c
index a64b22f44..7db3cf8d3 100644
--- a/libc/nptl/pthread_condattr_destroy.c
+++ b/libc/nptl/pthread_condattr_destroy.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/pthread_condattr_getclock.c b/libc/nptl/pthread_condattr_getclock.c
index de7db3da2..f23698661 100644
--- a/libc/nptl/pthread_condattr_getclock.c
+++ b/libc/nptl/pthread_condattr_getclock.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2007 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>, 2003.
diff --git a/libc/nptl/pthread_condattr_getpshared.c b/libc/nptl/pthread_condattr_getpshared.c
index f09e70213..58992abb8 100644
--- a/libc/nptl/pthread_condattr_getpshared.c
+++ b/libc/nptl/pthread_condattr_getpshared.c
@@ -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/pthread_condattr_init.c b/libc/nptl/pthread_condattr_init.c
index dd26e59ae..06867ad0a 100644
--- a/libc/nptl/pthread_condattr_init.c
+++ b/libc/nptl/pthread_condattr_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/pthread_condattr_setclock.c b/libc/nptl/pthread_condattr_setclock.c
index 8b05dc84e..f80677114 100644
--- a/libc/nptl/pthread_condattr_setclock.c
+++ b/libc/nptl/pthread_condattr_setclock.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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>, 2003.
diff --git a/libc/nptl/pthread_condattr_setpshared.c b/libc/nptl/pthread_condattr_setpshared.c
index cbac0c660..3067227b0 100644
--- a/libc/nptl/pthread_condattr_setpshared.c
+++ b/libc/nptl/pthread_condattr_setpshared.c
@@ -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/pthread_create.c b/libc/nptl/pthread_create.c
index 44181ea39..6209b60d0 100644
--- a/libc/nptl/pthread_create.c
+++ b/libc/nptl/pthread_create.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/pthread_detach.c b/libc/nptl/pthread_detach.c
index d753fc2b6..4ac095b39 100644
--- a/libc/nptl/pthread_detach.c
+++ b/libc/nptl/pthread_detach.c
@@ -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/pthread_equal.c b/libc/nptl/pthread_equal.c
index 86279e77b..07ae0cb29 100644
--- a/libc/nptl/pthread_equal.c
+++ b/libc/nptl/pthread_equal.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/pthread_exit.c b/libc/nptl/pthread_exit.c
index 2d1037b5c..371808116 100644
--- a/libc/nptl/pthread_exit.c
+++ b/libc/nptl/pthread_exit.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/pthread_getattr_np.c b/libc/nptl/pthread_getattr_np.c
index 7309185d1..88ac072ae 100644
--- a/libc/nptl/pthread_getattr_np.c
+++ b/libc/nptl/pthread_getattr_np.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/pthread_getconcurrency.c b/libc/nptl/pthread_getconcurrency.c
index fe590cb86..3db64b8b5 100644
--- a/libc/nptl/pthread_getconcurrency.c
+++ b/libc/nptl/pthread_getconcurrency.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/pthread_getcpuclockid.c b/libc/nptl/pthread_getcpuclockid.c
index 1263c6ff8..6fd9f9b37 100644
--- a/libc/nptl/pthread_getcpuclockid.c
+++ b/libc/nptl/pthread_getcpuclockid.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2000-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/pthread_getschedparam.c b/libc/nptl/pthread_getschedparam.c
index de81dbc06..fd71350f3 100644
--- a/libc/nptl/pthread_getschedparam.c
+++ b/libc/nptl/pthread_getschedparam.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004, 2007 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/pthread_getspecific.c b/libc/nptl/pthread_getspecific.c
index 17dedda78..2cedc397a 100644
--- a/libc/nptl/pthread_getspecific.c
+++ b/libc/nptl/pthread_getspecific.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/pthread_join.c b/libc/nptl/pthread_join.c
index bf1a01dbc..047985af0 100644
--- a/libc/nptl/pthread_join.c
+++ b/libc/nptl/pthread_join.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/pthread_key_create.c b/libc/nptl/pthread_key_create.c
index 96e21ce6d..99d5a4b7c 100644
--- a/libc/nptl/pthread_key_create.c
+++ b/libc/nptl/pthread_key_create.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/pthread_key_delete.c b/libc/nptl/pthread_key_delete.c
index 5019b8ef7..ad96597e2 100644
--- a/libc/nptl/pthread_key_delete.c
+++ b/libc/nptl/pthread_key_delete.c
@@ -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/pthread_kill_other_threads.c b/libc/nptl/pthread_kill_other_threads.c
index 6515c00ab..9ecef801b 100644
--- a/libc/nptl/pthread_kill_other_threads.c
+++ b/libc/nptl/pthread_kill_other_threads.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/pthread_mutex_consistent.c b/libc/nptl/pthread_mutex_consistent.c
index ee3aabdd8..2b61ec01f 100644
--- a/libc/nptl/pthread_mutex_consistent.c
+++ b/libc/nptl/pthread_mutex_consistent.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2006, 2010 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2005.
diff --git a/libc/nptl/pthread_mutex_destroy.c b/libc/nptl/pthread_mutex_destroy.c
index b80b632cd..d2c492fcb 100644
--- a/libc/nptl/pthread_mutex_destroy.c
+++ b/libc/nptl/pthread_mutex_destroy.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/pthread_mutex_getprioceiling.c b/libc/nptl/pthread_mutex_getprioceiling.c
index bfadd553a..4b83d494e 100644
--- a/libc/nptl/pthread_mutex_getprioceiling.c
+++ b/libc/nptl/pthread_mutex_getprioceiling.c
@@ -1,5 +1,5 @@
/* Get current priority ceiling of pthread_mutex_t.
- Copyright (C) 2006 Free Software Foundation, Inc.
+ Copyright (C) 2006-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
diff --git a/libc/nptl/pthread_mutex_init.c b/libc/nptl/pthread_mutex_init.c
index 91e9c366b..36da3f8bf 100644
--- a/libc/nptl/pthread_mutex_init.c
+++ b/libc/nptl/pthread_mutex_init.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/pthread_mutex_lock.c b/libc/nptl/pthread_mutex_lock.c
index 3b1ef7339..fbedfd7d3 100644
--- a/libc/nptl/pthread_mutex_lock.c
+++ b/libc/nptl/pthread_mutex_lock.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/pthread_mutex_setprioceiling.c b/libc/nptl/pthread_mutex_setprioceiling.c
index a0dcc7896..a7300f89b 100644
--- a/libc/nptl/pthread_mutex_setprioceiling.c
+++ b/libc/nptl/pthread_mutex_setprioceiling.c
@@ -1,5 +1,5 @@
/* Set current priority ceiling of pthread_mutex_t.
- Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2006-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
diff --git a/libc/nptl/pthread_mutex_timedlock.c b/libc/nptl/pthread_mutex_timedlock.c
index 52fa74c0d..3a36424af 100644
--- a/libc/nptl/pthread_mutex_timedlock.c
+++ b/libc/nptl/pthread_mutex_timedlock.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/pthread_mutex_trylock.c b/libc/nptl/pthread_mutex_trylock.c
index 841b3d6af..8f5279d2f 100644
--- a/libc/nptl/pthread_mutex_trylock.c
+++ b/libc/nptl/pthread_mutex_trylock.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2005-2007, 2008 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/pthread_mutex_unlock.c b/libc/nptl/pthread_mutex_unlock.c
index 84e741567..c0249f76e 100644
--- a/libc/nptl/pthread_mutex_unlock.c
+++ b/libc/nptl/pthread_mutex_unlock.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/pthread_mutexattr_destroy.c b/libc/nptl/pthread_mutexattr_destroy.c
index b354a8403..18b72ddfe 100644
--- a/libc/nptl/pthread_mutexattr_destroy.c
+++ b/libc/nptl/pthread_mutexattr_destroy.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/pthread_mutexattr_getprioceiling.c b/libc/nptl/pthread_mutexattr_getprioceiling.c
index 56d103278..6831fe3d2 100644
--- a/libc/nptl/pthread_mutexattr_getprioceiling.c
+++ b/libc/nptl/pthread_mutexattr_getprioceiling.c
@@ -1,5 +1,5 @@
/* Get priority ceiling setting from pthread_mutexattr_t.
- Copyright (C) 2006 Free Software Foundation, Inc.
+ Copyright (C) 2006-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
diff --git a/libc/nptl/pthread_mutexattr_getprotocol.c b/libc/nptl/pthread_mutexattr_getprotocol.c
index 8e91eed26..f71afafbe 100644
--- a/libc/nptl/pthread_mutexattr_getprotocol.c
+++ b/libc/nptl/pthread_mutexattr_getprotocol.c
@@ -1,5 +1,5 @@
/* Get priority protocol setting from pthread_mutexattr_t.
- Copyright (C) 2006 Free Software Foundation, Inc.
+ Copyright (C) 2006-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
diff --git a/libc/nptl/pthread_mutexattr_getpshared.c b/libc/nptl/pthread_mutexattr_getpshared.c
index d28f37061..b34eca679 100644
--- a/libc/nptl/pthread_mutexattr_getpshared.c
+++ b/libc/nptl/pthread_mutexattr_getpshared.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2005 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/pthread_mutexattr_getrobust.c b/libc/nptl/pthread_mutexattr_getrobust.c
index a52fbcd55..b402e75ea 100644
--- a/libc/nptl/pthread_mutexattr_getrobust.c
+++ b/libc/nptl/pthread_mutexattr_getrobust.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2010 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2005.
diff --git a/libc/nptl/pthread_mutexattr_gettype.c b/libc/nptl/pthread_mutexattr_gettype.c
index 4542217b4..9008a4988 100644
--- a/libc/nptl/pthread_mutexattr_gettype.c
+++ b/libc/nptl/pthread_mutexattr_gettype.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2005 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/pthread_mutexattr_init.c b/libc/nptl/pthread_mutexattr_init.c
index cc251841f..b08eeab59 100644
--- a/libc/nptl/pthread_mutexattr_init.c
+++ b/libc/nptl/pthread_mutexattr_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/pthread_mutexattr_setprioceiling.c b/libc/nptl/pthread_mutexattr_setprioceiling.c
index 2939d033d..d3bf59381 100644
--- a/libc/nptl/pthread_mutexattr_setprioceiling.c
+++ b/libc/nptl/pthread_mutexattr_setprioceiling.c
@@ -1,5 +1,5 @@
/* Change priority ceiling setting in pthread_mutexattr_t.
- Copyright (C) 2006 Free Software Foundation, Inc.
+ Copyright (C) 2006-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
diff --git a/libc/nptl/pthread_mutexattr_setprotocol.c b/libc/nptl/pthread_mutexattr_setprotocol.c
index aec598c15..c45d8e4d4 100644
--- a/libc/nptl/pthread_mutexattr_setprotocol.c
+++ b/libc/nptl/pthread_mutexattr_setprotocol.c
@@ -1,5 +1,5 @@
/* Change priority protocol setting in pthread_mutexattr_t.
- Copyright (C) 2006 Free Software Foundation, Inc.
+ Copyright (C) 2006-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
diff --git a/libc/nptl/pthread_mutexattr_setpshared.c b/libc/nptl/pthread_mutexattr_setpshared.c
index ce16b38e2..c9b06e9d5 100644
--- a/libc/nptl/pthread_mutexattr_setpshared.c
+++ b/libc/nptl/pthread_mutexattr_setpshared.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2005 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/pthread_mutexattr_setrobust.c b/libc/nptl/pthread_mutexattr_setrobust.c
index bfca2227f..63ae8a592 100644
--- a/libc/nptl/pthread_mutexattr_setrobust.c
+++ b/libc/nptl/pthread_mutexattr_setrobust.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2010 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2005.
diff --git a/libc/nptl/pthread_mutexattr_settype.c b/libc/nptl/pthread_mutexattr_settype.c
index 851543a2f..7b476e95b 100644
--- a/libc/nptl/pthread_mutexattr_settype.c
+++ b/libc/nptl/pthread_mutexattr_settype.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2005 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/pthread_once.c b/libc/nptl/pthread_once.c
index ed1ea3498..86ea5e219 100644
--- a/libc/nptl/pthread_once.c
+++ b/libc/nptl/pthread_once.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/pthread_rwlock_destroy.c b/libc/nptl/pthread_rwlock_destroy.c
index 78abe5ece..f714ea0a3 100644
--- a/libc/nptl/pthread_rwlock_destroy.c
+++ b/libc/nptl/pthread_rwlock_destroy.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/pthread_rwlock_init.c b/libc/nptl/pthread_rwlock_init.c
index a84c18b77..16bfe2d75 100644
--- a/libc/nptl/pthread_rwlock_init.c
+++ b/libc/nptl/pthread_rwlock_init.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002,2007,2009,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/pthread_rwlock_rdlock.c b/libc/nptl/pthread_rwlock_rdlock.c
index 2c176c7cb..f74e33a28 100644
--- a/libc/nptl/pthread_rwlock_rdlock.c
+++ b/libc/nptl/pthread_rwlock_rdlock.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
diff --git a/libc/nptl/pthread_rwlock_timedrdlock.c b/libc/nptl/pthread_rwlock_timedrdlock.c
index b7622abfa..86a1d29bc 100644
--- a/libc/nptl/pthread_rwlock_timedrdlock.c
+++ b/libc/nptl/pthread_rwlock_timedrdlock.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
diff --git a/libc/nptl/pthread_rwlock_timedwrlock.c b/libc/nptl/pthread_rwlock_timedwrlock.c
index 5f2399f91..1e1e95821 100644
--- a/libc/nptl/pthread_rwlock_timedwrlock.c
+++ b/libc/nptl/pthread_rwlock_timedwrlock.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
diff --git a/libc/nptl/pthread_rwlock_tryrdlock.c b/libc/nptl/pthread_rwlock_tryrdlock.c
index beaa970ac..935ac8721 100644
--- a/libc/nptl/pthread_rwlock_tryrdlock.c
+++ b/libc/nptl/pthread_rwlock_tryrdlock.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2007 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.
@@ -22,8 +22,7 @@
int
-__pthread_rwlock_tryrdlock (rwlock)
- pthread_rwlock_t *rwlock;
+__pthread_rwlock_tryrdlock (pthread_rwlock_t *rwlock)
{
int result = EBUSY;
diff --git a/libc/nptl/pthread_rwlock_trywrlock.c b/libc/nptl/pthread_rwlock_trywrlock.c
index 92750b83a..01754ae52 100644
--- a/libc/nptl/pthread_rwlock_trywrlock.c
+++ b/libc/nptl/pthread_rwlock_trywrlock.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2007 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.
@@ -22,8 +22,7 @@
int
-__pthread_rwlock_trywrlock (rwlock)
- pthread_rwlock_t *rwlock;
+__pthread_rwlock_trywrlock (pthread_rwlock_t *rwlock)
{
int result = EBUSY;
diff --git a/libc/nptl/pthread_rwlock_unlock.c b/libc/nptl/pthread_rwlock_unlock.c
index 5bb94c809..8119fe758 100644
--- a/libc/nptl/pthread_rwlock_unlock.c
+++ b/libc/nptl/pthread_rwlock_unlock.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
diff --git a/libc/nptl/pthread_rwlock_wrlock.c b/libc/nptl/pthread_rwlock_wrlock.c
index 1476d1370..04cf803ed 100644
--- a/libc/nptl/pthread_rwlock_wrlock.c
+++ b/libc/nptl/pthread_rwlock_wrlock.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
diff --git a/libc/nptl/pthread_rwlockattr_destroy.c b/libc/nptl/pthread_rwlockattr_destroy.c
index a9dd2caac..592d91626 100644
--- a/libc/nptl/pthread_rwlockattr_destroy.c
+++ b/libc/nptl/pthread_rwlockattr_destroy.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/pthread_rwlockattr_getkind_np.c b/libc/nptl/pthread_rwlockattr_getkind_np.c
index 94117c4ad..4da414966 100644
--- a/libc/nptl/pthread_rwlockattr_getkind_np.c
+++ b/libc/nptl/pthread_rwlockattr_getkind_np.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/pthread_rwlockattr_getpshared.c b/libc/nptl/pthread_rwlockattr_getpshared.c
index 7136248e6..293e868bb 100644
--- a/libc/nptl/pthread_rwlockattr_getpshared.c
+++ b/libc/nptl/pthread_rwlockattr_getpshared.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/pthread_rwlockattr_init.c b/libc/nptl/pthread_rwlockattr_init.c
index b5f186d40..5a4292066 100644
--- a/libc/nptl/pthread_rwlockattr_init.c
+++ b/libc/nptl/pthread_rwlockattr_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/pthread_rwlockattr_setkind_np.c b/libc/nptl/pthread_rwlockattr_setkind_np.c
index 111207efd..64bd3417d 100644
--- a/libc/nptl/pthread_rwlockattr_setkind_np.c
+++ b/libc/nptl/pthread_rwlockattr_setkind_np.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/pthread_rwlockattr_setpshared.c b/libc/nptl/pthread_rwlockattr_setpshared.c
index 4173cf83e..71031973c 100644
--- a/libc/nptl/pthread_rwlockattr_setpshared.c
+++ b/libc/nptl/pthread_rwlockattr_setpshared.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/pthread_self.c b/libc/nptl/pthread_self.c
index c94267d31..73a4d0c89 100644
--- a/libc/nptl/pthread_self.c
+++ b/libc/nptl/pthread_self.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/pthread_setcancelstate.c b/libc/nptl/pthread_setcancelstate.c
index cce59d27d..cd49bd242 100644
--- a/libc/nptl/pthread_setcancelstate.c
+++ b/libc/nptl/pthread_setcancelstate.c
@@ -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/pthread_setcanceltype.c b/libc/nptl/pthread_setcanceltype.c
index 45e5f732d..b88ba1119 100644
--- a/libc/nptl/pthread_setcanceltype.c
+++ b/libc/nptl/pthread_setcanceltype.c
@@ -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/pthread_setconcurrency.c b/libc/nptl/pthread_setconcurrency.c
index 790638dac..34deafde6 100644
--- a/libc/nptl/pthread_setconcurrency.c
+++ b/libc/nptl/pthread_setconcurrency.c
@@ -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/pthread_setschedparam.c b/libc/nptl/pthread_setschedparam.c
index 15d26b411..0383bdaa2 100644
--- a/libc/nptl/pthread_setschedparam.c
+++ b/libc/nptl/pthread_setschedparam.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004, 2006, 2007 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/pthread_setschedprio.c b/libc/nptl/pthread_setschedprio.c
index f5f8f48fa..6679a2ead 100644
--- a/libc/nptl/pthread_setschedprio.c
+++ b/libc/nptl/pthread_setschedprio.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004, 2007 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/pthread_setspecific.c b/libc/nptl/pthread_setspecific.c
index ec0cc9d95..b05429903 100644
--- a/libc/nptl/pthread_setspecific.c
+++ b/libc/nptl/pthread_setspecific.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/pthread_spin_destroy.c b/libc/nptl/pthread_spin_destroy.c
index 6e7450608..42b2c9856 100644
--- a/libc/nptl/pthread_spin_destroy.c
+++ b/libc/nptl/pthread_spin_destroy.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/pthread_spin_init.c b/libc/nptl/pthread_spin_init.c
index 031d108f0..6c5b35cef 100644
--- a/libc/nptl/pthread_spin_init.c
+++ b/libc/nptl/pthread_spin_init.c
@@ -1,5 +1,5 @@
/* pthread_spin_init -- initialize a spin lock. Generic version.
- 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 Paul Mackerras <paulus@au.ibm.com>, 2003.
diff --git a/libc/nptl/pthread_spin_lock.c b/libc/nptl/pthread_spin_lock.c
index 91733fb7f..e219b0270 100644
--- a/libc/nptl/pthread_spin_lock.c
+++ b/libc/nptl/pthread_spin_lock.c
@@ -1,5 +1,5 @@
/* pthread_spin_lock -- lock a spin lock. Generic 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
diff --git a/libc/nptl/pthread_spin_trylock.c b/libc/nptl/pthread_spin_trylock.c
index db9372cb5..cb819e210 100644
--- a/libc/nptl/pthread_spin_trylock.c
+++ b/libc/nptl/pthread_spin_trylock.c
@@ -1,5 +1,5 @@
/* pthread_spin_trylock -- trylock a spin lock. Generic 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
diff --git a/libc/nptl/pthread_spin_unlock.c b/libc/nptl/pthread_spin_unlock.c
index 82ba5153f..ac442aec8 100644
--- a/libc/nptl/pthread_spin_unlock.c
+++ b/libc/nptl/pthread_spin_unlock.c
@@ -1,5 +1,5 @@
/* pthread_spin_unlock -- unlock a spin lock. Generic version.
- 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 Paul Mackerras <paulus@au.ibm.com>, 2003.
diff --git a/libc/nptl/pthread_testcancel.c b/libc/nptl/pthread_testcancel.c
index c5888b5c6..8e06377c2 100644
--- a/libc/nptl/pthread_testcancel.c
+++ b/libc/nptl/pthread_testcancel.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/pthread_timedjoin.c b/libc/nptl/pthread_timedjoin.c
index 754f5d253..91c64ee99 100644
--- a/libc/nptl/pthread_timedjoin.c
+++ b/libc/nptl/pthread_timedjoin.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/pthread_tryjoin.c b/libc/nptl/pthread_tryjoin.c
index 7b3ad2bc7..3f969820c 100644
--- a/libc/nptl/pthread_tryjoin.c
+++ b/libc/nptl/pthread_tryjoin.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/res.c b/libc/nptl/res.c
index 3c9b1dc34..01924bd45 100644
--- a/libc/nptl/res.c
+++ b/libc/nptl/res.c
@@ -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/sem_close.c b/libc/nptl/sem_close.c
index d23065916..8688a95a5 100644
--- a/libc/nptl/sem_close.c
+++ b/libc/nptl/sem_close.c
@@ -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/sem_destroy.c b/libc/nptl/sem_destroy.c
index f5fb7782d..df53489cc 100644
--- a/libc/nptl/sem_destroy.c
+++ b/libc/nptl/sem_destroy.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/sem_getvalue.c b/libc/nptl/sem_getvalue.c
index b195f16ef..d934db722 100644
--- a/libc/nptl/sem_getvalue.c
+++ b/libc/nptl/sem_getvalue.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2007 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/sem_init.c b/libc/nptl/sem_init.c
index 8b7e330ba..fd02ef34e 100644
--- a/libc/nptl/sem_init.c
+++ b/libc/nptl/sem_init.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2007 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/sem_open.c b/libc/nptl/sem_open.c
index e17a583bf..5bc56c5bd 100644
--- a/libc/nptl/sem_open.c
+++ b/libc/nptl/sem_open.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sem_unlink.c b/libc/nptl/sem_unlink.c
index 610d82e7a..6f8620f7c 100644
--- a/libc/nptl/sem_unlink.c
+++ b/libc/nptl/sem_unlink.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/semaphore.h b/libc/nptl/semaphore.h
index c78056b11..17671a0b3 100644
--- a/libc/nptl/semaphore.h
+++ b/libc/nptl/semaphore.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2011, 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
diff --git a/libc/nptl/semaphoreP.h b/libc/nptl/semaphoreP.h
index 333672c5e..e3b28ac32 100644
--- a/libc/nptl/semaphoreP.h
+++ b/libc/nptl/semaphoreP.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2006, 2007 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/sigaction.c b/libc/nptl/sigaction.c
index baf382ba9..3374851fc 100644
--- a/libc/nptl/sigaction.c
+++ b/libc/nptl/sigaction.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
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
diff --git a/libc/nptl/sysdeps/powerpc/Makefile b/libc/nptl/sysdeps/powerpc/Makefile
index 61524beed..44448e0b7 100644
--- a/libc/nptl/sysdeps/powerpc/Makefile
+++ b/libc/nptl/sysdeps/powerpc/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.
# The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/nptl/sysdeps/powerpc/pthread_spin_lock.c b/libc/nptl/sysdeps/powerpc/pthread_spin_lock.c
index 629dad50c..426734efa 100644
--- a/libc/nptl/sysdeps/powerpc/pthread_spin_lock.c
+++ b/libc/nptl/sysdeps/powerpc/pthread_spin_lock.c
@@ -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 Paul Mackerras <paulus@au.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/powerpc/pthread_spin_trylock.c b/libc/nptl/sysdeps/powerpc/pthread_spin_trylock.c
index a7956f8fc..0d2921129 100644
--- a/libc/nptl/sysdeps/powerpc/pthread_spin_trylock.c
+++ b/libc/nptl/sysdeps/powerpc/pthread_spin_trylock.c
@@ -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 Paul Mackerras <paulus@au.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/powerpc/pthreaddef.h b/libc/nptl/sysdeps/powerpc/pthreaddef.h
index 36bf76404..0309559cd 100644
--- a/libc/nptl/sysdeps/powerpc/pthreaddef.h
+++ b/libc/nptl/sysdeps/powerpc/pthreaddef.h
@@ -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.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/nptl/sysdeps/powerpc/tls.h b/libc/nptl/sysdeps/powerpc/tls.h
index 4c09eecfd..46dac9e9f 100644
--- a/libc/nptl/sysdeps/powerpc/tls.h
+++ b/libc/nptl/sysdeps/powerpc/tls.h
@@ -1,5 +1,5 @@
/* Definition for thread-local data handling. NPTL/PowerPC version.
- Copyright (C) 2003, 2005, 2006, 2007, 2011 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/libc/nptl/sysdeps/pthread/Makefile b/libc/nptl/sysdeps/pthread/Makefile
index 85c86e61e..ba349b6f5 100644
--- a/libc/nptl/sysdeps/pthread/Makefile
+++ b/libc/nptl/sysdeps/pthread/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2002,2003,2004,2006,2010 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/pthread/aio_misc.h b/libc/nptl/sysdeps/pthread/aio_misc.h
index 3354e7f5e..9375accb5 100644
--- a/libc/nptl/sysdeps/pthread/aio_misc.h
+++ b/libc/nptl/sysdeps/pthread/aio_misc.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2006, 2007 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/libc/nptl/sysdeps/pthread/allocalim.h b/libc/nptl/sysdeps/pthread/allocalim.h
index bf22a2642..1ccd387ce 100644
--- a/libc/nptl/sysdeps/pthread/allocalim.h
+++ b/libc/nptl/sysdeps/pthread/allocalim.h
@@ -1,5 +1,5 @@
/* Determine whether block of given size can be allocated on the stack or not.
- Copyright (C) 2002, 2006, 2010 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/pthread/bits/libc-lock.h b/libc/nptl/sysdeps/pthread/bits/libc-lock.h
index 297cf207e..17a23aebf 100644
--- a/libc/nptl/sysdeps/pthread/bits/libc-lock.h
+++ b/libc/nptl/sysdeps/pthread/bits/libc-lock.h
@@ -1,5 +1,5 @@
/* libc-internal interface for mutex locks. NPTL version.
- Copyright (C) 1996-2003, 2005, 2007, 2012 Free Software Foundation, Inc.
+ Copyright (C) 1996-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/pthread/bits/libc-lockP.h b/libc/nptl/sysdeps/pthread/bits/libc-lockP.h
index 46f7939fd..e45c0edcf 100644
--- a/libc/nptl/sysdeps/pthread/bits/libc-lockP.h
+++ b/libc/nptl/sysdeps/pthread/bits/libc-lockP.h
@@ -1,5 +1,5 @@
/* Private libc-internal interface for mutex locks. NPTL version.
- Copyright (C) 1996-2003, 2005, 2007, 2012 Free Software Foundation, Inc.
+ Copyright (C) 1996-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/pthread/bits/sigthread.h b/libc/nptl/sysdeps/pthread/bits/sigthread.h
index 71fb1a088..c0358bdad 100644
--- a/libc/nptl/sysdeps/pthread/bits/sigthread.h
+++ b/libc/nptl/sysdeps/pthread/bits/sigthread.h
@@ -1,5 +1,5 @@
/* Signal handling function for threaded programs.
- Copyright (C) 1998-2000, 2002, 2009, 2012 Free Software Foundation, Inc.
+ Copyright (C) 1998-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/pthread/bits/stdio-lock.h b/libc/nptl/sysdeps/pthread/bits/stdio-lock.h
index 686d88b34..e237c1538 100644
--- a/libc/nptl/sysdeps/pthread/bits/stdio-lock.h
+++ b/libc/nptl/sysdeps/pthread/bits/stdio-lock.h
@@ -1,5 +1,5 @@
/* Thread package specific definitions of stream lock type. NPTL version.
- Copyright (C) 2000, 2001, 2002, 2003, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2000-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/pthread/createthread.c b/libc/nptl/sysdeps/pthread/createthread.c
index e8e10dcf7..b0f686d25 100644
--- a/libc/nptl/sysdeps/pthread/createthread.c
+++ b/libc/nptl/sysdeps/pthread/createthread.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/pthread/flockfile.c b/libc/nptl/sysdeps/pthread/flockfile.c
index 538e368a0..02b1389e2 100644
--- a/libc/nptl/sysdeps/pthread/flockfile.c
+++ b/libc/nptl/sysdeps/pthread/flockfile.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/pthread/ftrylockfile.c b/libc/nptl/sysdeps/pthread/ftrylockfile.c
index d814258d8..8e8600bd4 100644
--- a/libc/nptl/sysdeps/pthread/ftrylockfile.c
+++ b/libc/nptl/sysdeps/pthread/ftrylockfile.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/pthread/funlockfile.c b/libc/nptl/sysdeps/pthread/funlockfile.c
index f45479936..e25735041 100644
--- a/libc/nptl/sysdeps/pthread/funlockfile.c
+++ b/libc/nptl/sysdeps/pthread/funlockfile.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/pthread/gai_misc.h b/libc/nptl/sysdeps/pthread/gai_misc.h
index f87aa2f7b..6026085ab 100644
--- a/libc/nptl/sysdeps/pthread/gai_misc.h
+++ b/libc/nptl/sysdeps/pthread/gai_misc.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2006, 2007, 2008, 2011 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/libc/nptl/sysdeps/pthread/librt-cancellation.c b/libc/nptl/sysdeps/pthread/librt-cancellation.c
index 602989d84..3b097e707 100644
--- a/libc/nptl/sysdeps/pthread/librt-cancellation.c
+++ b/libc/nptl/sysdeps/pthread/librt-cancellation.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2009 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/pthread/list.h b/libc/nptl/sysdeps/pthread/list.h
index 6ac898864..48ade9372 100644
--- a/libc/nptl/sysdeps/pthread/list.h
+++ b/libc/nptl/sysdeps/pthread/list.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2009, 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/pthread/malloc-machine.h b/libc/nptl/sysdeps/pthread/malloc-machine.h
index 3d9201259..e15f84ced 100644
--- a/libc/nptl/sysdeps/pthread/malloc-machine.h
+++ b/libc/nptl/sysdeps/pthread/malloc-machine.h
@@ -1,6 +1,6 @@
/* Basic platform-independent macro definitions for mutexes,
thread-specific data and parameters for malloc.
- Copyright (C) 2003, 2007, 2008, 2011 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/libc/nptl/sysdeps/pthread/posix-timer.h b/libc/nptl/sysdeps/pthread/posix-timer.h
index b1d8efca5..90b2dbf10 100644
--- a/libc/nptl/sysdeps/pthread/posix-timer.h
+++ b/libc/nptl/sysdeps/pthread/posix-timer.h
@@ -1,5 +1,5 @@
/* Definitions for POSIX timer implementation on top of NPTL.
- Copyright (C) 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Kaz Kylheku <kaz@ashi.footprints.net>.
diff --git a/libc/nptl/sysdeps/pthread/pt-longjmp.c b/libc/nptl/sysdeps/pthread/pt-longjmp.c
index 08bd86b51..d7a138241 100644
--- a/libc/nptl/sysdeps/pthread/pt-longjmp.c
+++ b/libc/nptl/sysdeps/pthread/pt-longjmp.c
@@ -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/pthread/pthread-functions.h b/libc/nptl/sysdeps/pthread/pthread-functions.h
index a1894f4f8..34054e15f 100644
--- a/libc/nptl/sysdeps/pthread/pthread-functions.h
+++ b/libc/nptl/sysdeps/pthread/pthread-functions.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2007, 2011, 2012 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>, 2003.
diff --git a/libc/nptl/sysdeps/pthread/pthread.h b/libc/nptl/sysdeps/pthread/pthread.h
index 139be05ba..10bcb806b 100644
--- a/libc/nptl/sysdeps/pthread/pthread.h
+++ b/libc/nptl/sysdeps/pthread/pthread.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.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/nptl/sysdeps/pthread/pthread_sigmask.c b/libc/nptl/sysdeps/pthread/pthread_sigmask.c
index 8db7d18f4..795da28ea 100644
--- a/libc/nptl/sysdeps/pthread/pthread_sigmask.c
+++ b/libc/nptl/sysdeps/pthread/pthread_sigmask.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004 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/pthread/setxid.h b/libc/nptl/sysdeps/pthread/setxid.h
index 5433bc82a..8cc121291 100644
--- a/libc/nptl/sysdeps/pthread/setxid.h
+++ b/libc/nptl/sysdeps/pthread/setxid.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004, 2007, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2004-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/pthread/sigfillset.c b/libc/nptl/sysdeps/pthread/sigfillset.c
index 2e87f1eb1..af32180f7 100644
--- a/libc/nptl/sysdeps/pthread/sigfillset.c
+++ b/libc/nptl/sysdeps/pthread/sigfillset.c
@@ -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/libc/nptl/sysdeps/pthread/sigprocmask.c b/libc/nptl/sysdeps/pthread/sigprocmask.c
index ad959a3a2..ca26a1585 100644
--- a/libc/nptl/sysdeps/pthread/sigprocmask.c
+++ b/libc/nptl/sysdeps/pthread/sigprocmask.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997,1998,1999,2000,2001,2003 Free Software Foundation, Inc.
+/* Copyright (C) 1997-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/pthread/timer_create.c b/libc/nptl/sysdeps/pthread/timer_create.c
index f61c5a3eb..c483a32b4 100644
--- a/libc/nptl/sysdeps/pthread/timer_create.c
+++ b/libc/nptl/sysdeps/pthread/timer_create.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000, 2003, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Kaz Kylheku <kaz@ashi.footprints.net>.
diff --git a/libc/nptl/sysdeps/pthread/timer_delete.c b/libc/nptl/sysdeps/pthread/timer_delete.c
index a529d7392..c34cf545a 100644
--- a/libc/nptl/sysdeps/pthread/timer_delete.c
+++ b/libc/nptl/sysdeps/pthread/timer_delete.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Kaz Kylheku <kaz@ashi.footprints.net>.
diff --git a/libc/nptl/sysdeps/pthread/timer_getoverr.c b/libc/nptl/sysdeps/pthread/timer_getoverr.c
index 6d753e30d..198f41c38 100644
--- a/libc/nptl/sysdeps/pthread/timer_getoverr.c
+++ b/libc/nptl/sysdeps/pthread/timer_getoverr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Kaz Kylheku <kaz@ashi.footprints.net>.
diff --git a/libc/nptl/sysdeps/pthread/timer_gettime.c b/libc/nptl/sysdeps/pthread/timer_gettime.c
index 6bd2b84e2..a87acec7c 100644
--- a/libc/nptl/sysdeps/pthread/timer_gettime.c
+++ b/libc/nptl/sysdeps/pthread/timer_gettime.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Kaz Kylheku <kaz@ashi.footprints.net>.
diff --git a/libc/nptl/sysdeps/pthread/timer_routines.c b/libc/nptl/sysdeps/pthread/timer_routines.c
index f99d7d4dd..4a08cb35a 100644
--- a/libc/nptl/sysdeps/pthread/timer_routines.c
+++ b/libc/nptl/sysdeps/pthread/timer_routines.c
@@ -1,5 +1,5 @@
/* Helper code for POSIX timer implementation on NPTL.
- Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Kaz Kylheku <kaz@ashi.footprints.net>.
diff --git a/libc/nptl/sysdeps/pthread/timer_settime.c b/libc/nptl/sysdeps/pthread/timer_settime.c
index da0908b0b..7794fea69 100644
--- a/libc/nptl/sysdeps/pthread/timer_settime.c
+++ b/libc/nptl/sysdeps/pthread/timer_settime.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Kaz Kylheku <kaz@ashi.footprints.net>.
diff --git a/libc/nptl/sysdeps/pthread/tst-timer.c b/libc/nptl/sysdeps/pthread/tst-timer.c
index 84eef79a0..f46addd79 100644
--- a/libc/nptl/sysdeps/pthread/tst-timer.c
+++ b/libc/nptl/sysdeps/pthread/tst-timer.c
@@ -1,5 +1,5 @@
/* Tests for POSIX timer implementation.
- Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Kaz Kylheku <kaz@ashi.footprints.net>.
diff --git a/libc/nptl/sysdeps/pthread/unwind-forcedunwind.c b/libc/nptl/sysdeps/pthread/unwind-forcedunwind.c
index 60dfbe6c9..9718606e8 100644
--- a/libc/nptl/sysdeps/pthread/unwind-forcedunwind.c
+++ b/libc/nptl/sysdeps/pthread/unwind-forcedunwind.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>.
diff --git a/libc/nptl/sysdeps/s390/Makefile b/libc/nptl/sysdeps/s390/Makefile
index afbfb758f..da7090422 100644
--- a/libc/nptl/sysdeps/s390/Makefile
+++ b/libc/nptl/sysdeps/s390/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.
# The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/nptl/sysdeps/s390/pthread_spin_init.c b/libc/nptl/sysdeps/s390/pthread_spin_init.c
index b4551cfc3..3eed1616d 100644
--- a/libc/nptl/sysdeps/s390/pthread_spin_init.c
+++ b/libc/nptl/sysdeps/s390/pthread_spin_init.c
@@ -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 Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/s390/pthread_spin_lock.c b/libc/nptl/sysdeps/s390/pthread_spin_lock.c
index 17c405a4c..a69f4334f 100644
--- a/libc/nptl/sysdeps/s390/pthread_spin_lock.c
+++ b/libc/nptl/sysdeps/s390/pthread_spin_lock.c
@@ -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 Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/s390/pthread_spin_trylock.c b/libc/nptl/sysdeps/s390/pthread_spin_trylock.c
index 4a4e2cb1e..7ce732bcc 100644
--- a/libc/nptl/sysdeps/s390/pthread_spin_trylock.c
+++ b/libc/nptl/sysdeps/s390/pthread_spin_trylock.c
@@ -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 Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/s390/pthread_spin_unlock.c b/libc/nptl/sysdeps/s390/pthread_spin_unlock.c
index f0a9473cf..70abdef6b 100644
--- a/libc/nptl/sysdeps/s390/pthread_spin_unlock.c
+++ b/libc/nptl/sysdeps/s390/pthread_spin_unlock.c
@@ -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 Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/s390/pthreaddef.h b/libc/nptl/sysdeps/s390/pthreaddef.h
index 9293307ca..16cedf174 100644
--- a/libc/nptl/sysdeps/s390/pthreaddef.h
+++ b/libc/nptl/sysdeps/s390/pthreaddef.h
@@ -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.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/nptl/sysdeps/s390/tls.h b/libc/nptl/sysdeps/s390/tls.h
index 4b1ce051c..4ac7b590e 100644
--- a/libc/nptl/sysdeps/s390/tls.h
+++ b/libc/nptl/sysdeps/s390/tls.h
@@ -1,5 +1,5 @@
/* Definition for thread-local data handling. NPTL/s390 version.
- Copyright (C) 2003-2007, 2011 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/libc/nptl/sysdeps/sh/pthread_spin_init.c b/libc/nptl/sysdeps/sh/pthread_spin_init.c
index 9462f8d17..e43e23f3f 100644
--- a/libc/nptl/sysdeps/sh/pthread_spin_init.c
+++ b/libc/nptl/sysdeps/sh/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/sh/pthread_spin_lock.c b/libc/nptl/sysdeps/sh/pthread_spin_lock.c
index 798c124eb..07a32a8a5 100644
--- a/libc/nptl/sysdeps/sh/pthread_spin_lock.c
+++ b/libc/nptl/sysdeps/sh/pthread_spin_lock.c
@@ -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.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/nptl/sysdeps/sh/pthread_spin_trylock.S b/libc/nptl/sysdeps/sh/pthread_spin_trylock.S
index fe29c89df..192421e51 100644
--- a/libc/nptl/sysdeps/sh/pthread_spin_trylock.S
+++ b/libc/nptl/sysdeps/sh/pthread_spin_trylock.S
@@ -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.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/nptl/sysdeps/sh/pthread_spin_unlock.S b/libc/nptl/sysdeps/sh/pthread_spin_unlock.S
index 689b77584..d9563ea60 100644
--- a/libc/nptl/sysdeps/sh/pthread_spin_unlock.S
+++ b/libc/nptl/sysdeps/sh/pthread_spin_unlock.S
@@ -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.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/nptl/sysdeps/sh/pthreaddef.h b/libc/nptl/sysdeps/sh/pthreaddef.h
index 3a7b38d18..600275dba 100644
--- a/libc/nptl/sysdeps/sh/pthreaddef.h
+++ b/libc/nptl/sysdeps/sh/pthreaddef.h
@@ -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.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/nptl/sysdeps/sh/tls.h b/libc/nptl/sysdeps/sh/tls.h
index a7f53dfec..1aec2b5bc 100644
--- a/libc/nptl/sysdeps/sh/tls.h
+++ b/libc/nptl/sysdeps/sh/tls.h
@@ -1,5 +1,5 @@
/* Definition for thread-local data handling. NPTL/SH version.
- Copyright (C) 2003, 2005, 2006, 2007, 2011 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/libc/nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S b/libc/nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
index 315512170..7099f2984 100644
--- a/libc/nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
+++ b/libc/nptl/sysdeps/sparc/sparc32/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/sparc/sparc32/pthread_spin_trylock.S b/libc/nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S
index 487a68178..05d0c1486 100644
--- a/libc/nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S
+++ b/libc/nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.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/sparc/sparc32/pthreaddef.h b/libc/nptl/sysdeps/sparc/sparc32/pthreaddef.h
index 435fedcf3..73ccf97c2 100644
--- a/libc/nptl/sysdeps/sparc/sparc32/pthreaddef.h
+++ b/libc/nptl/sysdeps/sparc/sparc32/pthreaddef.h
@@ -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.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S b/libc/nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
index cd3b01fcb..11091e900 100644
--- a/libc/nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
+++ b/libc/nptl/sysdeps/sparc/sparc64/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/sparc/sparc64/pthread_spin_trylock.S b/libc/nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S
index 867b8b502..2e5887b86 100644
--- a/libc/nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S
+++ b/libc/nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.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/sparc/sparc64/pthread_spin_unlock.S b/libc/nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S
index 4936814cf..5bf7d6bd4 100644
--- a/libc/nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S
+++ b/libc/nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.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/sparc/sparc64/pthreaddef.h b/libc/nptl/sysdeps/sparc/sparc64/pthreaddef.h
index 845f4bfbb..b106616c8 100644
--- a/libc/nptl/sysdeps/sparc/sparc64/pthreaddef.h
+++ b/libc/nptl/sysdeps/sparc/sparc64/pthreaddef.h
@@ -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.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/nptl/sysdeps/sparc/tls.h b/libc/nptl/sysdeps/sparc/tls.h
index cfc9d96c6..587c35adc 100644
--- a/libc/nptl/sysdeps/sparc/tls.h
+++ b/libc/nptl/sysdeps/sparc/tls.h
@@ -1,5 +1,5 @@
/* Definitions for thread-local data handling. NPTL/sparc version.
- Copyright (C) 2003, 2005, 2006, 2007, 2011 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/libc/nptl/sysdeps/unix/sysv/linux/Makefile b/libc/nptl/sysdeps/unix/sysv/linux/Makefile
index d24a9bc7a..6078e2ded 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/Makefile
+++ b/libc/nptl/sysdeps/unix/sysv/linux/Makefile
@@ -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.
# Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/aio_misc.h b/libc/nptl/sysdeps/unix/sysv/linux/aio_misc.h
index b4cefe7cf..2649dc124 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/aio_misc.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/aio_misc.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004, 2006, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/allocrtsig.c b/libc/nptl/sysdeps/unix/sysv/linux/allocrtsig.c
index 31ba872f5..fd1468344 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/allocrtsig.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/allocrtsig.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004 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/unix/sysv/linux/bits/local_lim.h b/libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h
index 710de1d98..039304b73 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h
@@ -1,5 +1,5 @@
/* Minimum guaranteed maximum values for system limits. Linux version.
- Copyright (C) 1993-1998,2000,2002-2004,2008 Free Software Foundation, Inc.
+ Copyright (C) 1993-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/unix/sysv/linux/bits/posix_opt.h b/libc/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h
index e3d32a0bc..2a0da860e 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h
@@ -1,5 +1,5 @@
/* Define POSIX options for Linux.
- Copyright (C) 1996-2004, 2006, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1996-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/unix/sysv/linux/createthread.c b/libc/nptl/sysdeps/unix/sysv/linux/createthread.c
index c319b6cf1..a2f83cc15 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/createthread.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/createthread.c
@@ -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 Martin Schwidefsky <schwidefsky@de.ibm.com>.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/fork.c b/libc/nptl/sysdeps/unix/sysv/linux/fork.c
index 2202b40f6..05f3dce03 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/fork.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/fork.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2007, 2008, 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/unix/sysv/linux/fork.h b/libc/nptl/sysdeps/unix/sysv/linux/fork.h
index dadd0dfee..7029f474f 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/fork.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/fork.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2006, 2007 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/unix/sysv/linux/getpid.c b/libc/nptl/sysdeps/unix/sysv/linux/getpid.c
index 0d6ddcf48..723b13742 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/getpid.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/getpid.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004 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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/createthread.c b/libc/nptl/sysdeps/unix/sysv/linux/i386/createthread.c
index 7e151e572..99ce1c634 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/createthread.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/createthread.c
@@ -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/unix/sysv/linux/i386/dl-sysdep.h b/libc/nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h
index 3b9bf8297..29a77a08f 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h
@@ -1,5 +1,5 @@
/* System-specific settings for dynamic linker code. i386 version.
- Copyright (C) 2002,2003,2008,2009 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/unix/sysv/linux/i386/fork.c b/libc/nptl/sysdeps/unix/sysv/linux/i386/fork.c
index e7a41d8b7..31739b04e 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/fork.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/fork.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/unix/sysv/linux/i386/i486/libc-lowlevellock.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S
index 74dda472f..aa6ead127 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2007 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/unix/sysv/linux/i386/i486/lowlevellock.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
index 7c3212cb6..c76592cdb 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S
index 712a1edb8..52719dddf 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004, 2006, 2007 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/unix/sysv/linux/i386/i486/pthread_barrier_wait.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S
index 5443a3805..bbc46cad3 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004, 2007 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/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S
index 99f9bc901..c85ad05c6 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S
index e204805a9..e7caa480b 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
index 6011f69f1..02f8013a4 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S
index b418be3c4..9695dcb0a 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S
index e9487f9fa..6c46ba636 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S
index 2dc1f0dcc..1908f6fba 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2007 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/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S
index 132ab0651..e0fc80920 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2007 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/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S
index 0d0e51477..708e31c05 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S
index 1e539b0d5..6ea17f755 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S
index 0b8181584..af70cf279 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S
@@ -1,5 +1,4 @@
-/* Copyright (C) 2002,2003,2005,2007,2008,2011-2012
- 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/unix/sysv/linux/i386/i486/sem_timedwait.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S
index 03892437f..472b1e0c4 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S
index a779e519c..5c589a05d 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2003, 2005, 2007, 2011-2012 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/unix/sysv/linux/i386/i486/sem_wait.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S
index 3b9699f78..88d8fe73c 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2003, 2005, 2007, 2011-2012 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/unix/sysv/linux/i386/i586/lowlevellock.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S
index 59194c712..48fe83f33 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.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/unix/sysv/linux/i386/i586/lowlevelrobustlock.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S
index 6103f2ee4..be1915e6a 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2006 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/unix/sysv/linux/i386/i586/pthread_barrier_wait.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S
index d22c72467..1c78c82a0 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.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/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S
index 4d459716b..9c09c52c6 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S
index 36634766c..3b32d8244 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S
index 673d873de..afff1fcfc 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S
index d3e1549cd..c5304f78c 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S
index 688541a62..83f7e91d3 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S
index 353c28535..3701be5ee 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S
index 515da0a4f..2d498d673 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S
index 9d8acc4f3..6a495c1d0 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S
index 79ee12dde..d8a72c0c7 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S
index 5e7a41926..d67be2616 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S
index ad941ce9a..00e0b3bb1 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S
index 4044a723c..3fd710b67 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S
index 6f130d3d0..5490b7991 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h
index 12533438c..466f0177c 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h
@@ -1,5 +1,5 @@
/* System-specific settings for dynamic linker code. IA-32 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
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S
index 59194c712..48fe83f33 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.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/unix/sysv/linux/i386/i686/lowlevelrobustlock.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S
index 6103f2ee4..be1915e6a 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2006 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/unix/sysv/linux/i386/i686/pthread_barrier_wait.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S
index d22c72467..1c78c82a0 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.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/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S
index 4d459716b..9c09c52c6 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S
index 36634766c..3b32d8244 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S
index 3f67df1fc..3c40de335 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S
index d3e1549cd..c5304f78c 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S
index 688541a62..83f7e91d3 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S
index 353c28535..3701be5ee 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S
index 515da0a4f..2d498d673 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S
index 39f88ff68..ee4da4062 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S
index 79ee12dde..d8a72c0c7 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S
index 5e7a41926..d67be2616 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S
index ad941ce9a..00e0b3bb1 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S
index 4044a723c..3fd710b67 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S
index 6f130d3d0..5490b7991 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h b/libc/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h
index 7b576ca00..f51f65092 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h b/libc/nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h
index 96f5b177c..0fc5bb712 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h
@@ -1,5 +1,5 @@
/* Uncancelable versions of cancelable interfaces. Linux/NPTL version.
- Copyright (C) 2003, 2006 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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S
index 03e4b8ea5..8ddd5cb91 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999-2012 Free Software Foundation, Inc.
+/* Copyright (C) 1999-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Schwab <schwab@gnu.org>.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S
index ca3b860a7..b405b9e21 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/smp.h b/libc/nptl/sysdeps/unix/sysv/linux/i386/smp.h
index a44d09bb6..7388a5379 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/smp.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/smp.h
@@ -1,5 +1,5 @@
/* Determine whether the host has multiple processors. Linux version.
- Copyright (C) 1996, 2002, 2004, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1996-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/unix/sysv/linux/i386/sysdep-cancel.h b/libc/nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h
index 7ad822692..cd9f0009c 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.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.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/i386/vfork.S b/libc/nptl/sysdeps/unix/sysv/linux/i386/vfork.S
index 146e80752..27d520fc3 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/i386/vfork.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/i386/vfork.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999,2002,2004,2006 Free Software Foundation, Inc.
+/* Copyright (C) 1999-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/unix/sysv/linux/internaltypes.h b/libc/nptl/sysdeps/unix/sysv/linux/internaltypes.h
index ff2d2311a..699a6187c 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/internaltypes.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/internaltypes.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004, 2007 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/unix/sysv/linux/jmp-unwind.c b/libc/nptl/sysdeps/unix/sysv/linux/jmp-unwind.c
index d683c3406..fed8455e5 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/jmp-unwind.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/jmp-unwind.c
@@ -1,5 +1,5 @@
/* Clean up stack frames unwound by longjmp. Linux version.
- Copyright (C) 1995, 1997, 2002, 2003, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1995-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/unix/sysv/linux/kernel-posix-timers.h b/libc/nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h
index ee9052040..a46ee2a8e 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2007 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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c b/libc/nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c
index 488376591..4bc6f78bc 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c
@@ -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 Paul Mackerras <paulus@au.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c b/libc/nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c
index 459b8cf7c..ce20a9584 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c
@@ -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/unix/sysv/linux/libc_pthread_init.c b/libc/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c
index adf0819f5..1ba078a44 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002,2003,2005,2006,2007,2009 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/unix/sysv/linux/lowlevellock.c b/libc/nptl/sysdeps/unix/sysv/linux/lowlevellock.c
index 908b37a89..c33791ac2 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/lowlevellock.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/lowlevellock.c
@@ -1,5 +1,5 @@
/* low level locking for pthread library. Generic futex-using version.
- Copyright (C) 2003, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c b/libc/nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c
index 9a9e67303..ecb76636c 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2006-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2006-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/mq_notify.c b/libc/nptl/sysdeps/unix/sysv/linux/mq_notify.c
index be614e92c..6bc34ba15 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/mq_notify.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/mq_notify.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004, 2005, 2008, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contribute by Ulrich Drepper <drepper@redhat.com>, 2004.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h
index 0e50affac..3e8439a12 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h
@@ -1,6 +1,5 @@
/* Minimum guaranteed maximum values for system limits. Linux/PPC version.
- Copyright (C) 1993-1998,2000,2002-2004,2006,2008
- Free Software Foundation, Inc.
+ Copyright (C) 1993-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/unix/sysv/linux/powerpc/bits/pthreadtypes.h b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
index 1a02520f6..33e0fa230 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
@@ -1,5 +1,5 @@
/* Machine-specific pthread type layouts. PowerPC version.
- Copyright (C) 2003-2007, 2012 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/libc/nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h
index a174923e2..8077d9ff5 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h
@@ -1,5 +1,5 @@
/* Machine-specific POSIX semaphore type layouts. PowerPC version.
- 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 Paul Mackerras <paulus@au.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c
index 1c143eeba..09d16309c 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c
@@ -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 Paul Mackerras <paulus@au.ibm.com>.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
index 17e63c690..b4b1fd4af 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2006-2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S
index 76f2db7d7..a947dcbf2 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
index e5a974cc0..cf2a2d355 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
@@ -1,5 +1,5 @@
/* Cancellable system call stubs. Linux/PowerPC version.
- Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S
index 3d03e898a..e17044cdb 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S
index 60c79c86a..af7c32d03 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
index a017d0459..51e021df5 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
@@ -1,5 +1,5 @@
/* Cancellable system call stubs. Linux/PowerPC64 version.
- Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc.
+ Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S
index 2f7087372..47240acb6 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c
index da72b7536..7f9367081 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c
@@ -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/unix/sysv/linux/powerpc/pthread_once.c b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c
index 52ab53f0a..41e876859 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
index 420cd2df3..86bb51ef5 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
@@ -1,5 +1,5 @@
/* pthread_spin_unlock -- unlock a spin lock. PowerPC version.
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007-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/unix/sysv/linux/powerpc/sem_post.c b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c
index 21a65bea0..742c5fc72 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c
@@ -1,5 +1,5 @@
/* sem_post -- post to a POSIX semaphore. Powerpc version.
- Copyright (C) 2003-2012 Free Software Foundation, Inc.
+ Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/pt-fork.c b/libc/nptl/sysdeps/unix/sysv/linux/pt-fork.c
index 0560e84c3..73a142be3 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/pt-fork.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/pt-fork.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/unix/sysv/linux/pt-raise.c b/libc/nptl/sysdeps/unix/sysv/linux/pt-raise.c
index 71face45a..5edea5e99 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/pt-raise.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/pt-raise.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c b/libc/nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c
index ca860dd36..00bb29b3f 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004 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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c b/libc/nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c
index 6915df0ad..8b7a499f8 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2006 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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c b/libc/nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c
index edbd05c1b..4b752626e 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004 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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c b/libc/nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c
index 368f2c460..b91fcbf95 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c
@@ -1,5 +1,5 @@
/* pthread_getcpuclockid -- Get POSIX clockid_t for a pthread_t. Linux version
- Copyright (C) 2000-2012 Free Software Foundation, Inc.
+ Copyright (C) 2000-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/unix/sysv/linux/pthread_getname.c b/libc/nptl/sysdeps/unix/sysv/linux/pthread_getname.c
index 2a41e1f94..f5dc336f7 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/pthread_getname.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/pthread_getname.c
@@ -1,5 +1,5 @@
/* pthread_getname_np -- Get thread name. Linux version
- Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2010-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/unix/sysv/linux/pthread_kill.c b/libc/nptl/sysdeps/unix/sysv/linux/pthread_kill.c
index 6804bf283..04e9b6578 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/pthread_kill.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/pthread_kill.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c b/libc/nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c
index 76c6dab39..987604cbc 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2006, 2007 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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/pthread_setname.c b/libc/nptl/sysdeps/unix/sysv/linux/pthread_setname.c
index 6ea406329..d6455dd2f 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/pthread_setname.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/pthread_setname.c
@@ -1,5 +1,5 @@
/* pthread_setname_np -- Set thread name. Linux version
- Copyright (C) 2010 Free Software Foundation, Inc.
+ Copyright (C) 2010-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/unix/sysv/linux/pthread_sigqueue.c b/libc/nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c
index 2c0c25773..ba9abc5f6 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2009.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/pthread_yield.c b/libc/nptl/sysdeps/unix/sysv/linux/pthread_yield.c
index e36b2a63e..381ad5907 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/pthread_yield.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/pthread_yield.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/unix/sysv/linux/raise.c b/libc/nptl/sysdeps/unix/sysv/linux/raise.c
index 268ab46d3..cbcb5a309 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/raise.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/raise.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/register-atfork.c b/libc/nptl/sysdeps/unix/sysv/linux/register-atfork.c
index 8b5557d89..7d53708d9 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/register-atfork.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/register-atfork.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2005, 2007 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/unix/sysv/linux/rtld-lowlevel.h b/libc/nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h
index 240ee965c..75e967078 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h
@@ -1,5 +1,5 @@
/* Defintions for lowlevel handling in ld.so.
- Copyright (C) 2006, 2007 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/libc/nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h b/libc/nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
index 2f80fa9b6..75785d9f0 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2007, 2012 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/libc/nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h b/libc/nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h
index af4251ce3..d59888f51 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h
@@ -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 Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/s390/fork.c b/libc/nptl/sysdeps/unix/sysv/linux/s390/fork.c
index 14fa9c1e1..262f9638d 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/s390/fork.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/s390/fork.c
@@ -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 Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c b/libc/nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c
index bb2dfc065..f543c43e8 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c
@@ -1,5 +1,5 @@
/* Clean up stack frames unwound by longjmp. Linux/s390 version.
- Copyright (C) 2003-2012 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/libc/nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h b/libc/nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h
index 0b7110f11..a0163d637 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2006-2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
@@ -76,60 +76,35 @@
#define lll_futex_wait(futex, val, private) \
lll_futex_timed_wait (futex, val, NULL, private)
-#define lll_futex_timed_wait(futex, val, timespec, private) \
+#define lll_futex_timed_wait(futexp, val, timespec, private) \
({ \
- register unsigned long int __r2 asm ("2") = (unsigned long int) (futex); \
- register unsigned long int __r3 asm ("3") \
- = __lll_private_flag (FUTEX_WAIT, private); \
- register unsigned long int __r4 asm ("4") = (unsigned long int) (val); \
- register unsigned long int __r5 asm ("5") = (unsigned long int)(timespec);\
- register unsigned long int __result asm ("2"); \
+ INTERNAL_SYSCALL_DECL (__err); \
\
- __asm __volatile ("svc %b1" \
- : "=d" (__result) \
- : "i" (SYS_futex), "0" (__r2), "d" (__r3), \
- "d" (__r4), "d" (__r5) \
- : "cc", "memory" ); \
- __result; \
+ INTERNAL_SYSCALL (futex, __err, 4, (futexp), \
+ __lll_private_flag (FUTEX_WAIT, private), \
+ (val), (timespec)); \
})
#define lll_futex_timed_wait_bitset(futexp, val, timespec, clockbit, private) \
({ \
- register unsigned long int __r2 asm ("2") = (unsigned long int) (futexp); \
- register unsigned long int __r3 asm ("3") \
- = __lll_private_flag ((FUTEX_WAIT_BITSET | clockbit), private); \
- register unsigned long int __r4 asm ("4") = (long int) (val); \
- register unsigned long int __r5 asm ("5") = (long int) (timespec); \
- register unsigned long int __r6 asm ("6") = (unsigned long int) (NULL); \
- register unsigned long int __r7 asm ("7") \
- = (unsigned int) (FUTEX_BITSET_MATCH_ANY); \
- register unsigned long __result asm ("2"); \
+ INTERNAL_SYSCALL_DECL (__err); \
+ int __op = FUTEX_WAIT_BITSET | clockbit; \
\
- __asm __volatile ("svc %b1" \
- : "=d" (__result) \
- : "i" (SYS_futex), "0" (__r2), "d" (__r3), \
- "d" (__r4), "d" (__r5), "d" (__r6), "d" (__r7) \
- : "cc", "memory" ); \
- __result; \
+ INTERNAL_SYSCALL (futex, __err, 6, (futexp), \
+ __lll_private_flag (__op, private), \
+ (val), (timespec), NULL /* Unused. */, \
+ FUTEX_BITSET_MATCH_ANY); \
})
-
-#define lll_futex_wake(futex, nr, private) \
+#define lll_futex_wake(futexp, nr, private) \
({ \
- register unsigned long int __r2 asm ("2") = (unsigned long int) (futex); \
- register unsigned long int __r3 asm ("3") \
- = __lll_private_flag (FUTEX_WAKE, private); \
- register unsigned long int __r4 asm ("4") = (unsigned long int) (nr); \
- register unsigned long int __result asm ("2"); \
+ INTERNAL_SYSCALL_DECL (__err); \
\
- __asm __volatile ("svc %b1" \
- : "=d" (__result) \
- : "i" (SYS_futex), "0" (__r2), "d" (__r3), "d" (__r4) \
- : "cc", "memory" ); \
- __result; \
+ INTERNAL_SYSCALL (futex, __err, 4, (futexp), \
+ __lll_private_flag (FUTEX_WAKE, private), \
+ (nr), 0); \
})
-
#define lll_robust_dead(futexv, private) \
do \
{ \
@@ -142,48 +117,30 @@
/* Returns non-zero if error happened, zero if success. */
-#define lll_futex_requeue(futex, nr_wake, nr_move, mutex, val, private) \
+#define lll_futex_requeue(futexp, nr_wake, nr_move, mutex, val, private) \
({ \
- register unsigned long int __r2 asm ("2") = (unsigned long int) (futex); \
- register unsigned long int __r3 asm ("3") \
- = __lll_private_flag (FUTEX_CMP_REQUEUE, private); \
- register unsigned long int __r4 asm ("4") = (long int) (nr_wake); \
- register unsigned long int __r5 asm ("5") = (long int) (nr_move); \
- register unsigned long int __r6 asm ("6") = (unsigned long int) (mutex); \
- register unsigned long int __r7 asm ("7") = (int) (val); \
- register unsigned long __result asm ("2"); \
+ INTERNAL_SYSCALL_DECL (__err); \
+ long int __ret; \
\
- __asm __volatile ("svc %b1" \
- : "=d" (__result) \
- : "i" (SYS_futex), "0" (__r2), "d" (__r3), \
- "d" (__r4), "d" (__r5), "d" (__r6), "d" (__r7) \
- : "cc", "memory" ); \
- __result > -4096UL; \
+ __ret = INTERNAL_SYSCALL (futex, __err, 6, (futexp), \
+ __lll_private_flag (FUTEX_CMP_REQUEUE, private),\
+ (nr_wake), (nr_move), (mutex), (val)); \
+ INTERNAL_SYSCALL_ERROR_P (__ret, __err); \
})
-
/* Returns non-zero if error happened, zero if success. */
-#define lll_futex_wake_unlock(futex, nr_wake, nr_wake2, futex2, private) \
+#define lll_futex_wake_unlock(futexp, nr_wake, nr_wake2, futexp2, private) \
({ \
- register unsigned long int __r2 asm ("2") = (unsigned long int) (futex); \
- register unsigned long int __r3 asm ("3") \
- = __lll_private_flag (FUTEX_WAKE_OP, private); \
- register unsigned long int __r4 asm ("4") = (long int) (nr_wake); \
- register unsigned long int __r5 asm ("5") = (long int) (nr_wake2); \
- register unsigned long int __r6 asm ("6") = (unsigned long int) (futex2); \
- register unsigned long int __r7 asm ("7") \
- = (int) FUTEX_OP_CLEAR_WAKE_IF_GT_ONE; \
- register unsigned long __result asm ("2"); \
+ INTERNAL_SYSCALL_DECL (__err); \
+ long int __ret; \
\
- __asm __volatile ("svc %b1" \
- : "=d" (__result) \
- : "i" (SYS_futex), "0" (__r2), "d" (__r3), \
- "d" (__r4), "d" (__r5), "d" (__r6), "d" (__r7) \
- : "cc", "memory" ); \
- __result > -4096UL; \
+ __ret = INTERNAL_SYSCALL (futex, __err, 6, (futexp), \
+ __lll_private_flag (FUTEX_WAKE_OP, private), \
+ (nr_wake), (nr_wake2), (futexp2), \
+ FUTEX_OP_CLEAR_WAKE_IF_GT_ONE); \
+ INTERNAL_SYSCALL_ERROR_P (__ret, __err); \
})
-
#define lll_compare_and_swap(futex, oldval, newval, operation) \
do { \
__typeof (futex) __futex = (futex); \
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c b/libc/nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c
index cd53d77c1..ed9bbb226 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S b/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S
index 6fb6750ed..9cab91099 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S
@@ -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 Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h b/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h
index c231a7cc7..03e3f3e74 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S b/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S
index a86efb3a6..e7b3a8da7 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S b/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S
index 602388b0c..99d1a6284 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h b/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h
index 73d555d1c..0e4b7bf94 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S b/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S
index 34e2957dd..729d7da2f 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sem_post.c b/libc/nptl/sysdeps/unix/sysv/linux/sem_post.c
index 429d1932f..6d3657c36 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sem_post.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sem_post.c
@@ -1,5 +1,5 @@
/* sem_post -- post to a POSIX semaphore. Generic futex-using version.
- Copyright (C) 2003-2012 Free Software Foundation, Inc.
+ Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sem_timedwait.c b/libc/nptl/sysdeps/unix/sysv/linux/sem_timedwait.c
index 36e00426d..da93c4822 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sem_timedwait.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sem_timedwait.c
@@ -1,5 +1,5 @@
/* sem_timedwait -- wait on a semaphore. Generic futex-using version.
- Copyright (C) 2003, 2007, 2012 Free Software Foundation, Inc.
+ Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sem_trywait.c b/libc/nptl/sysdeps/unix/sysv/linux/sem_trywait.c
index 517ae446b..1ecc05602 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sem_trywait.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sem_trywait.c
@@ -1,5 +1,5 @@
/* sem_trywait -- wait on a semaphore. Generic futex-using version.
- 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 Paul Mackerras <paulus@au.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sem_wait.c b/libc/nptl/sysdeps/unix/sysv/linux/sem_wait.c
index ca50f4e5b..6b94d37e7 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sem_wait.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sem_wait.c
@@ -1,5 +1,5 @@
/* sem_wait -- wait on a semaphore. Generic futex-using version.
- Copyright (C) 2003, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h b/libc/nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
index ce8bd713b..33f7260b7 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2007, 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
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h b/libc/nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h
index 9da293aa7..d4af8bbd8 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.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/unix/sysv/linux/sh/createthread.c b/libc/nptl/sysdeps/unix/sysv/linux/sh/createthread.c
index e58472c6e..48ca50d97 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/createthread.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/createthread.c
@@ -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.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sh/fork.c b/libc/nptl/sysdeps/unix/sysv/linux/sh/fork.c
index 605a6d58f..4b2e86735 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/fork.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/fork.c
@@ -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.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S b/libc/nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S
index 3214c2988..0a5f9151f 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2007 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/libc/nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h b/libc/nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h
index 939fb0cb6..41adb87c1 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2008 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/libc/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S b/libc/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S
index 017720963..a7a7176c4 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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/libc/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h b/libc/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h
index cfd8d0cec..124fe68bd 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h
@@ -1,5 +1,4 @@
-/* Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009
- 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/libc/nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S b/libc/nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S
index d2624dd99..198147999 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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/libc/nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S b/libc/nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S
index 774033295..1752a6bc4 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004 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/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S b/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S
index dd32d81dc..c10ec33f2 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S b/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S
index fc1791b51..ffdffbc6f 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S b/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S
index 71a8e5750..347c803ad 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S b/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S
index a0ccacc8e..196add285 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S b/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S
index 4588c6f08..6859de57d 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S b/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S
index 62b92d8b1..0ae918321 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S b/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S
index a8ae1f678..56dce73e8 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S b/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S
index 4a3dbb35f..75083d32f 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S b/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S
index 89741e3df..f588cb31d 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S b/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S
index a592d7dd8..011b5a3b6 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S b/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S
index a19db71dc..7f1c98412 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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/libc/nptl/sysdeps/unix/sysv/linux/sh/sem_post.S b/libc/nptl/sysdeps/unix/sysv/linux/sh/sem_post.S
index 662271c5f..4d6389df0 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/sem_post.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/sem_post.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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/libc/nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S b/libc/nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S
index f8f9de5ab..6d786afa7 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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/libc/nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S b/libc/nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S
index 2c5d3f589..d8cb176c4 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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/libc/nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S b/libc/nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S
index 57af34473..03279a47a 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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/libc/nptl/sysdeps/unix/sysv/linux/sh/smp.h b/libc/nptl/sysdeps/unix/sysv/linux/sh/smp.h
index 91c422907..98cec2a19 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/smp.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/smp.h
@@ -1,5 +1,5 @@
/* Determine whether the host has multiple processors. SH version.
- Copyright (C) 2002 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/unix/sysv/linux/sh/sysdep-cancel.h b/libc/nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h
index 9ffe52f4a..1810f76c5 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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/libc/nptl/sysdeps/unix/sysv/linux/sh/vfork.S b/libc/nptl/sysdeps/unix/sysv/linux/sh/vfork.S
index 4c1f7b8fc..253014393 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sh/vfork.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sh/vfork.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-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/unix/sysv/linux/smp.h b/libc/nptl/sysdeps/unix/sysv/linux/smp.h
index f6deb8496..bb6c7d1e9 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/smp.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/smp.h
@@ -1,5 +1,5 @@
/* Determine whether the host has multiple processors. Linux version.
- Copyright (C) 1996, 2002, 2004, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1996-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/unix/sysv/linux/sparc/bits/local_lim.h b/libc/nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h
index 0278357f5..b3645a757 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h
@@ -1,5 +1,5 @@
/* Minimum guaranteed maximum values for system limits. Linux/SPARC version.
- Copyright (C) 1993-1998,2000,2002-2004,2008 Free Software Foundation, Inc.
+ Copyright (C) 1993-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/unix/sysv/linux/sparc/bits/pthreadtypes.h b/libc/nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
index cc95367a6..5076aa3f4 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
@@ -1,5 +1,5 @@
/* Machine-specific pthread type layouts. SPARC version.
- Copyright (C) 2003-2007, 2012 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/libc/nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h b/libc/nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h
index 5dccd665d..0f3995c88 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h
@@ -1,5 +1,5 @@
/* Machine-specific POSIX semaphore type layouts. SPARC version.
- 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 Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sparc/fork.c b/libc/nptl/sysdeps/unix/sysv/linux/sparc/fork.c
index fce81c8d5..ff66b72c9 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/fork.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/fork.c
@@ -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 Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h b/libc/nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h
index 939f41dfd..c88ec1643 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h
@@ -1,5 +1,4 @@
-/* Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009
- Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
@@ -95,6 +94,19 @@ extern void __cpu_relax (void);
__ret; \
})
+#define lll_futex_timed_wait_bitset(futexp, val, timespec, clockbit, private) \
+ ({ \
+ INTERNAL_SYSCALL_DECL (__err); \
+ long int __ret; \
+ int __op = FUTEX_WAIT_BITSET | clockbit; \
+ \
+ __ret = INTERNAL_SYSCALL (futex, __err, 6, (futexp), \
+ __lll_private_flag (__op, private), \
+ (val), (timespec), NULL /* Unused. */, \
+ FUTEX_BITSET_MATCH_ANY); \
+ __ret; \
+ })
+
#define lll_futex_wake(futexp, nr, private) \
({ \
INTERNAL_SYSCALL_DECL (__err); \
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c b/libc/nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c
index c260d2aa0..28920d94e 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2007 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/unix/sysv/linux/sparc/pthread_barrier_init.c b/libc/nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c
index 5e3774fbd..8c434ea1a 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2006, 2007 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/unix/sysv/linux/sparc/pthread_barrier_wait.c b/libc/nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c
index 8c5d9a983..9afec7859 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c b/libc/nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c
index a21117563..5879f44fe 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c
index aef2cc52c..3d383244c 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2007 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/unix/sysv/linux/sparc/sem_post.c b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c
index f2c211356..0c0b87c87 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c
@@ -1,5 +1,5 @@
/* sem_post -- post to a POSIX semaphore. SPARC version.
- Copyright (C) 2003, 2004, 2007, 2012 Free Software Foundation, Inc.
+ Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c
index 8e56bc9c1..8ce6efde2 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c
@@ -1,5 +1,5 @@
/* sem_timedwait -- wait on a semaphore. Generic futex-using version.
- Copyright (C) 2003, 2007, 2012 Free Software Foundation, Inc.
+ Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c
index 31b8ac7b6..8fa8d5ec8 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c
@@ -1,5 +1,5 @@
/* sem_wait -- wait on a semaphore. Generic futex-using version.
- Copyright (C) 2003, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c
index f2039f395..905c8bdd0 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c
@@ -1,5 +1,5 @@
/* low level locking for pthread library. SPARC version.
- Copyright (C) 2003, 2006, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S
index 37231a8c3..21b915b22 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c
index 157f34973..b5fcd8398 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c
index 2ffa31fb2..440b6977f 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c
@@ -1,5 +1,5 @@
/* sem_post -- post to a POSIX semaphore. SPARC version.
- Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c
index c9fcd595f..2e210c701 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c
@@ -1,5 +1,5 @@
/* sem_timedwait -- wait on a semaphore. SPARC version.
- Copyright (C) 2003, 2006, 2007, 2012 Free Software Foundation, Inc.
+ Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c
index 5782730cf..3e60bf6cd 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c
@@ -1,5 +1,5 @@
/* sem_trywait -- wait on a semaphore. SPARC version.
- Copyright (C) 2003, 2006, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c
index 819ced0a4..2f177a6b4 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c
@@ -1,5 +1,5 @@
/* sem_wait -- wait on a semaphore. Generic futex-using version.
- Copyright (C) 2003, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h
index 96bbd3d6b..ca30df46a 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S
index 4f00bb0ae..52a841893 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S
index 9e64c5080..29168e10e 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S
@@ -1,5 +1,5 @@
/* CPU strand yielding for busy loops.
- Copyright (C) 2012 Free Software Foundation, Inc.
+ Copyright (C) 2012-2013 Free Software Foundation, Inc.
Contributed by David S. Miller (davem@davemloft.net)
This file is part of the GNU C Library.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S
index a058d89de..a2e6476c5 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h
index 17d28e0e7..758611e5f 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S
index b5c7cb670..f9fb48c3f 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/timer_create.c b/libc/nptl/sysdeps/unix/sysv/linux/timer_create.c
index c2865fb4f..acb2fec0b 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/timer_create.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/timer_create.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/timer_delete.c b/libc/nptl/sysdeps/unix/sysv/linux/timer_delete.c
index 598be8343..d0a58923f 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/timer_delete.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/timer_delete.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c b/libc/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c
index 6d48d4c14..b4d99e585 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/timer_gettime.c b/libc/nptl/sysdeps/unix/sysv/linux/timer_gettime.c
index 6d9933a99..fe43a15fb 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/timer_gettime.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/timer_gettime.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/timer_routines.c b/libc/nptl/sysdeps/unix/sysv/linux/timer_routines.c
index b7e36bb59..57f115fcb 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/timer_routines.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/timer_routines.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/timer_settime.c b/libc/nptl/sysdeps/unix/sysv/linux/timer_settime.c
index 5b522ec75..b76c13fe8 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/timer_settime.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/timer_settime.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2012 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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/unregister-atfork.c b/libc/nptl/sysdeps/unix/sysv/linux/unregister-atfork.c
index ed006c122..6229e544f 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/unregister-atfork.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/unregister-atfork.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2005, 2007 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/unix/sysv/linux/x86/bits/pthreadtypes.h b/libc/nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
index e22947f34..ccd896ca0 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-2007, 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
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 662af9899..28b0f0ca7 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, 2004 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/unix/sysv/linux/x86_64/cancellation.S b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S
index 31bb08b37..b2845723f 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2009.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h
index be5b2a62d..0d95d0353 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/fork.c b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/fork.c
index dedbabdee..a09ad405d 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/fork.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/fork.c
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S
index 1c4fc73d0..530e40bf4 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2009.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S
index 74dda472f..aa6ead127 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2007 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/unix/sysv/linux/x86_64/librt-cancellation.S b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S
index 47d7dce2e..79094e2af 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2009.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
index dc9542102..6b03bc6cb 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
index 5a80ddd8e..67222940c 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S
index 0b4ef71bb..95983e33c 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2011=2007, 2009, 2010 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/unix/sysv/linux/x86_64/pt-vfork.S b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S
index fea7340a5..456bb2884 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-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/unix/sysv/linux/x86_64/pthread_barrier_wait.S b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S
index 61c2f547e..87e729f12 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004, 2005, 2007 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/unix/sysv/linux/x86_64/pthread_cond_broadcast.S b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S
index 67ff5fc4c..6257ef7e5 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S
index 3bff19bd1..c562eb2b2 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
index 15e451a51..6c1a75fd4 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
index 2c6b515d8..f0f6683b7 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S
index 7f5c0810f..833895595 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S
index 264ba581e..76818186d 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S
index f60530e5e..57fe1e9ab 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2005,2007,2009,2010,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/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S
index 7870733ae..391be178c 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S
@@ -1,5 +1,4 @@
-/* Copyright (C) 2002, 2003, 2005, 2007, 2009, 2010, 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/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S
index e971529f7..86dda05a8 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S
index ff5392c29..734bee370 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S
index 65e715d2d..fafcba5d2 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002,2003,2005,2007,2008,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/unix/sysv/linux/x86_64/sem_timedwait.S b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S
index acb79dbd1..2aad39e36 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002,2003,2005,2007,2009,2010,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/unix/sysv/linux/x86_64/sem_trywait.S b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S
index a3d0f0670..2dfe96ed9 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2005, 2007, 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/unix/sysv/linux/x86_64/sem_wait.S b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S
index 7f911488a..0eb45870b 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2005, 2007, 2009, 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/unix/sysv/linux/x86_64/sysdep-cancel.h b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h
index d1725bb75..e651f0099 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.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.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c
index f2312ee44..47904dd42 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c
index 116e145e3..02909dde0 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c
index d1221ec60..f537e8e10 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c
index 306144db4..0db80d954 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c
index 0b1050040..c018b4f42 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c
@@ -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>, 2003.
diff --git a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S
index f3280b8cc..2c64921ba 100644
--- a/libc/nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S
+++ b/libc/nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-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/x86_64/Makefile b/libc/nptl/sysdeps/x86_64/Makefile
index d34dea709..be8f30f41 100644
--- a/libc/nptl/sysdeps/x86_64/Makefile
+++ b/libc/nptl/sysdeps/x86_64/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2002, 2003, 2004 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/x86_64/pthread_spin_lock.S b/libc/nptl/sysdeps/x86_64/pthread_spin_lock.S
index b2acb6156..1d5fcc32b 100644
--- a/libc/nptl/sysdeps/x86_64/pthread_spin_lock.S
+++ b/libc/nptl/sysdeps/x86_64/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/x86_64/pthread_spin_trylock.S b/libc/nptl/sysdeps/x86_64/pthread_spin_trylock.S
index 2bf8711b7..7ddb8f782 100644
--- a/libc/nptl/sysdeps/x86_64/pthread_spin_trylock.S
+++ b/libc/nptl/sysdeps/x86_64/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/x86_64/pthread_spin_unlock.S b/libc/nptl/sysdeps/x86_64/pthread_spin_unlock.S
index 89f8f0f33..d558d0494 100644
--- a/libc/nptl/sysdeps/x86_64/pthread_spin_unlock.S
+++ b/libc/nptl/sysdeps/x86_64/pthread_spin_unlock.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/x86_64/pthreaddef.h b/libc/nptl/sysdeps/x86_64/pthreaddef.h
index 50587b869..205576868 100644
--- a/libc/nptl/sysdeps/x86_64/pthreaddef.h
+++ b/libc/nptl/sysdeps/x86_64/pthreaddef.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002,2003,2007,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/x86_64/tls.h b/libc/nptl/sysdeps/x86_64/tls.h
index f3b76495b..3d67dbc75 100644
--- a/libc/nptl/sysdeps/x86_64/tls.h
+++ b/libc/nptl/sysdeps/x86_64/tls.h
@@ -1,5 +1,5 @@
/* Definition for thread-local data handling. nptl/x86_64 version.
- Copyright (C) 2002-2009, 2011-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
diff --git a/libc/nptl/sysdeps/x86_64/x32/tls.h b/libc/nptl/sysdeps/x86_64/x32/tls.h
index 7be337fd6..964a16da8 100644
--- a/libc/nptl/sysdeps/x86_64/x32/tls.h
+++ b/libc/nptl/sysdeps/x86_64/x32/tls.h
@@ -1,5 +1,5 @@
/* Definition for thread-local data handling. nptl/x32 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
diff --git a/libc/nptl/tpp.c b/libc/nptl/tpp.c
index 15012a153..b2429f97d 100644
--- a/libc/nptl/tpp.c
+++ b/libc/nptl/tpp.c
@@ -1,5 +1,5 @@
/* Thread Priority Protect helpers.
- Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2006-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
diff --git a/libc/nptl/tst-_res1.c b/libc/nptl/tst-_res1.c
index cc331655e..6172c8003 100644
--- a/libc/nptl/tst-_res1.c
+++ b/libc/nptl/tst-_res1.c
@@ -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 Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/tst-_res1mod1.c b/libc/nptl/tst-_res1mod1.c
index 77d3d2efc..06687a488 100644
--- a/libc/nptl/tst-_res1mod1.c
+++ b/libc/nptl/tst-_res1mod1.c
@@ -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 Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/tst-abstime.c b/libc/nptl/tst-abstime.c
index a9c63a60e..99fc7c151 100644
--- a/libc/nptl/tst-abstime.c
+++ b/libc/nptl/tst-abstime.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010 Free Software Foundation, Inc.
+/* Copyright (C) 2010-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Schwab <schwab@redhat.com>, 2010.
diff --git a/libc/nptl/tst-align.c b/libc/nptl/tst-align.c
index 43cbb9027..4026f2ae2 100644
--- a/libc/nptl/tst-align.c
+++ b/libc/nptl/tst-align.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-align2.c b/libc/nptl/tst-align2.c
index 331a07b52..d29ccb166 100644
--- a/libc/nptl/tst-align2.c
+++ b/libc/nptl/tst-align2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 2004-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/tst-align3.c b/libc/nptl/tst-align3.c
index 75444c239..8a31cbd48 100644
--- a/libc/nptl/tst-align3.c
+++ b/libc/nptl/tst-align3.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.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2005.
diff --git a/libc/nptl/tst-atfork1.c b/libc/nptl/tst-atfork1.c
index 129893747..e2f23ac6b 100644
--- a/libc/nptl/tst-atfork1.c
+++ b/libc/nptl/tst-atfork1.c
@@ -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/tst-atfork2.c b/libc/nptl/tst-atfork2.c
index e48beea5a..19d909124 100644
--- a/libc/nptl/tst-atfork2.c
+++ b/libc/nptl/tst-atfork2.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-atfork2mod.c b/libc/nptl/tst-atfork2mod.c
index c320154c5..07b15ff6e 100644
--- a/libc/nptl/tst-atfork2mod.c
+++ b/libc/nptl/tst-atfork2mod.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-attr1.c b/libc/nptl/tst-attr1.c
index 987f87ff5..d8a748838 100644
--- a/libc/nptl/tst-attr1.c
+++ b/libc/nptl/tst-attr1.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-attr2.c b/libc/nptl/tst-attr2.c
index e8f9cc986..eb1099463 100644
--- a/libc/nptl/tst-attr2.c
+++ b/libc/nptl/tst-attr2.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-attr3.c b/libc/nptl/tst-attr3.c
index 231002056..a23fd9ebc 100644
--- a/libc/nptl/tst-attr3.c
+++ b/libc/nptl/tst-attr3.c
@@ -1,5 +1,5 @@
/* pthread_getattr_np test.
- Copyright (C) 2003, 2004, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/tst-backtrace1.c b/libc/nptl/tst-backtrace1.c
index 9b5d63e87..16d6efbd8 100644
--- a/libc/nptl/tst-backtrace1.c
+++ b/libc/nptl/tst-backtrace1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
diff --git a/libc/nptl/tst-barrier1.c b/libc/nptl/tst-barrier1.c
index 4e396c97a..9efadc40f 100644
--- a/libc/nptl/tst-barrier1.c
+++ b/libc/nptl/tst-barrier1.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/tst-barrier2.c b/libc/nptl/tst-barrier2.c
index 8ffcda063..7931663b9 100644
--- a/libc/nptl/tst-barrier2.c
+++ b/libc/nptl/tst-barrier2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004 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/tst-barrier3.c b/libc/nptl/tst-barrier3.c
index 9c4e2b25f..4e2d58ef3 100644
--- a/libc/nptl/tst-barrier3.c
+++ b/libc/nptl/tst-barrier3.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/tst-barrier4.c b/libc/nptl/tst-barrier4.c
index 2aa063045..8b5b15321 100644
--- a/libc/nptl/tst-barrier4.c
+++ b/libc/nptl/tst-barrier4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
diff --git a/libc/nptl/tst-basic1.c b/libc/nptl/tst-basic1.c
index 748bbb7f0..00eeecace 100644
--- a/libc/nptl/tst-basic1.c
+++ b/libc/nptl/tst-basic1.c
@@ -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/tst-basic2.c b/libc/nptl/tst-basic2.c
index 0d3cc06da..6b21c6c2e 100644
--- a/libc/nptl/tst-basic2.c
+++ b/libc/nptl/tst-basic2.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/tst-basic3.c b/libc/nptl/tst-basic3.c
index a3e2603bd..617229b08 100644
--- a/libc/nptl/tst-basic3.c
+++ b/libc/nptl/tst-basic3.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-basic4.c b/libc/nptl/tst-basic4.c
index b69ca200b..aa77b417d 100644
--- a/libc/nptl/tst-basic4.c
+++ b/libc/nptl/tst-basic4.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-basic5.c b/libc/nptl/tst-basic5.c
index 76b59096e..e947510ab 100644
--- a/libc/nptl/tst-basic5.c
+++ b/libc/nptl/tst-basic5.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-basic6.c b/libc/nptl/tst-basic6.c
index 91e5fe2c7..35a4a4d0c 100644
--- a/libc/nptl/tst-basic6.c
+++ b/libc/nptl/tst-basic6.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-cancel-self-cancelstate.c b/libc/nptl/tst-cancel-self-cancelstate.c
index c82e6f3ce..2d9e4a192 100644
--- a/libc/nptl/tst-cancel-self-cancelstate.c
+++ b/libc/nptl/tst-cancel-self-cancelstate.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/libc/nptl/tst-cancel-self-canceltype.c b/libc/nptl/tst-cancel-self-canceltype.c
index c9bb65313..4419eb96b 100644
--- a/libc/nptl/tst-cancel-self-canceltype.c
+++ b/libc/nptl/tst-cancel-self-canceltype.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/libc/nptl/tst-cancel-self-cleanup.c b/libc/nptl/tst-cancel-self-cleanup.c
index 9b15f555d..571c2c87f 100644
--- a/libc/nptl/tst-cancel-self-cleanup.c
+++ b/libc/nptl/tst-cancel-self-cleanup.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/libc/nptl/tst-cancel-self-testcancel.c b/libc/nptl/tst-cancel-self-testcancel.c
index c9422321c..202ae0a1a 100644
--- a/libc/nptl/tst-cancel-self-testcancel.c
+++ b/libc/nptl/tst-cancel-self-testcancel.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/libc/nptl/tst-cancel-self.c b/libc/nptl/tst-cancel-self.c
index 966698ca3..9af67f9f2 100644
--- a/libc/nptl/tst-cancel-self.c
+++ b/libc/nptl/tst-cancel-self.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/libc/nptl/tst-cancel-wrappers.sh b/libc/nptl/tst-cancel-wrappers.sh
index b16ab2fe9..84df63619 100644
--- a/libc/nptl/tst-cancel-wrappers.sh
+++ b/libc/nptl/tst-cancel-wrappers.sh
@@ -1,6 +1,6 @@
#! /bin/sh
# Test whether all cancelable functions are cancelable.
-# 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.
# Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
diff --git a/libc/nptl/tst-cancel1.c b/libc/nptl/tst-cancel1.c
index 8b2ca07b1..39df85611 100644
--- a/libc/nptl/tst-cancel1.c
+++ b/libc/nptl/tst-cancel1.c
@@ -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/tst-cancel10.c b/libc/nptl/tst-cancel10.c
index 534ddf439..54e07d2f1 100644
--- a/libc/nptl/tst-cancel10.c
+++ b/libc/nptl/tst-cancel10.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004 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>, 2003.
diff --git a/libc/nptl/tst-cancel11.c b/libc/nptl/tst-cancel11.c
index c09158237..defccf2ae 100644
--- a/libc/nptl/tst-cancel11.c
+++ b/libc/nptl/tst-cancel11.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-cancel12.c b/libc/nptl/tst-cancel12.c
index 8b3faa607..47bdc35f8 100644
--- a/libc/nptl/tst-cancel12.c
+++ b/libc/nptl/tst-cancel12.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-cancel13.c b/libc/nptl/tst-cancel13.c
index cf3ce20f5..7ddc69d2c 100644
--- a/libc/nptl/tst-cancel13.c
+++ b/libc/nptl/tst-cancel13.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-cancel14.c b/libc/nptl/tst-cancel14.c
index d14ff2f53..fbaed4940 100644
--- a/libc/nptl/tst-cancel14.c
+++ b/libc/nptl/tst-cancel14.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-cancel15.c b/libc/nptl/tst-cancel15.c
index f2b6abae4..0119cc761 100644
--- a/libc/nptl/tst-cancel15.c
+++ b/libc/nptl/tst-cancel15.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-cancel16.c b/libc/nptl/tst-cancel16.c
index 6af657c47..9d90c9e7a 100644
--- a/libc/nptl/tst-cancel16.c
+++ b/libc/nptl/tst-cancel16.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-cancel17.c b/libc/nptl/tst-cancel17.c
index 4a88ecc9b..f7cad5021 100644
--- a/libc/nptl/tst-cancel17.c
+++ b/libc/nptl/tst-cancel17.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
diff --git a/libc/nptl/tst-cancel18.c b/libc/nptl/tst-cancel18.c
index e653119d6..13ec89942 100644
--- a/libc/nptl/tst-cancel18.c
+++ b/libc/nptl/tst-cancel18.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-cancel19.c b/libc/nptl/tst-cancel19.c
index ee00d3175..14ae49a40 100644
--- a/libc/nptl/tst-cancel19.c
+++ b/libc/nptl/tst-cancel19.c
@@ -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 Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/tst-cancel2.c b/libc/nptl/tst-cancel2.c
index 47bc5d80c..e6d407ef7 100644
--- a/libc/nptl/tst-cancel2.c
+++ b/libc/nptl/tst-cancel2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2006 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/tst-cancel20.c b/libc/nptl/tst-cancel20.c
index 7e9199fe5..e34bd114b 100644
--- a/libc/nptl/tst-cancel20.c
+++ b/libc/nptl/tst-cancel20.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/tst-cancel21.c b/libc/nptl/tst-cancel21.c
index 489c18ab0..057a4462c 100644
--- a/libc/nptl/tst-cancel21.c
+++ b/libc/nptl/tst-cancel21.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/tst-cancel22.c b/libc/nptl/tst-cancel22.c
index 6b7c46908..1945bb0a8 100644
--- a/libc/nptl/tst-cancel22.c
+++ b/libc/nptl/tst-cancel22.c
@@ -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 Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/tst-cancel3.c b/libc/nptl/tst-cancel3.c
index e1c111d29..526f9c118 100644
--- a/libc/nptl/tst-cancel3.c
+++ b/libc/nptl/tst-cancel3.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/tst-cancel4.c b/libc/nptl/tst-cancel4.c
index 37b29fc4f..9ffd5d141 100644
--- a/libc/nptl/tst-cancel4.c
+++ b/libc/nptl/tst-cancel4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004, 2006, 2007 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/tst-cancel6.c b/libc/nptl/tst-cancel6.c
index 4e11277ea..22bb1e841 100644
--- a/libc/nptl/tst-cancel6.c
+++ b/libc/nptl/tst-cancel6.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/tst-cancel7.c b/libc/nptl/tst-cancel7.c
index 0a972e661..ad40b9c9b 100644
--- a/libc/nptl/tst-cancel7.c
+++ b/libc/nptl/tst-cancel7.c
@@ -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 Jakub Jelinek <jakub@redhat.com>, 2002.
diff --git a/libc/nptl/tst-cancel8.c b/libc/nptl/tst-cancel8.c
index 1c91d47a0..a9e27d6e0 100644
--- a/libc/nptl/tst-cancel8.c
+++ b/libc/nptl/tst-cancel8.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-cancel9.c b/libc/nptl/tst-cancel9.c
index 40a62c588..14916add5 100644
--- a/libc/nptl/tst-cancel9.c
+++ b/libc/nptl/tst-cancel9.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004 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>, 2003.
diff --git a/libc/nptl/tst-cleanup0.c b/libc/nptl/tst-cleanup0.c
index 795cf64a8..7ab4f6f57 100644
--- a/libc/nptl/tst-cleanup0.c
+++ b/libc/nptl/tst-cleanup0.c
@@ -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/tst-cleanup1.c b/libc/nptl/tst-cleanup1.c
index e89f434f5..d16f13d9d 100644
--- a/libc/nptl/tst-cleanup1.c
+++ b/libc/nptl/tst-cleanup1.c
@@ -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/tst-cleanup2.c b/libc/nptl/tst-cleanup2.c
index d01301b9f..5bd16095a 100644
--- a/libc/nptl/tst-cleanup2.c
+++ b/libc/nptl/tst-cleanup2.c
@@ -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 Bao Duong <bduong@progress.com>, 2003.
diff --git a/libc/nptl/tst-cleanup3.c b/libc/nptl/tst-cleanup3.c
index 67bd9eb6f..2dd776942 100644
--- a/libc/nptl/tst-cleanup3.c
+++ b/libc/nptl/tst-cleanup3.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-cleanup4.c b/libc/nptl/tst-cleanup4.c
index 3fe399820..a4414684a 100644
--- a/libc/nptl/tst-cleanup4.c
+++ b/libc/nptl/tst-cleanup4.c
@@ -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 Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/tst-cleanup4aux.c b/libc/nptl/tst-cleanup4aux.c
index 029c4939f..66250c2e2 100644
--- a/libc/nptl/tst-cleanup4aux.c
+++ b/libc/nptl/tst-cleanup4aux.c
@@ -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 Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/tst-clock1.c b/libc/nptl/tst-clock1.c
index 7e483b534..8b47e7ced 100644
--- a/libc/nptl/tst-clock1.c
+++ b/libc/nptl/tst-clock1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004 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>, 2003.
diff --git a/libc/nptl/tst-clock2.c b/libc/nptl/tst-clock2.c
index df6ec00db..c53ae416f 100644
--- a/libc/nptl/tst-clock2.c
+++ b/libc/nptl/tst-clock2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004 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>, 2003.
diff --git a/libc/nptl/tst-cond-except.c b/libc/nptl/tst-cond-except.c
index c294a41b2..592326ec5 100644
--- a/libc/nptl/tst-cond-except.c
+++ b/libc/nptl/tst-cond-except.c
@@ -1,5 +1,5 @@
/* Verify that exception table for pthread_cond_wait is correct.
- 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/tst-cond1.c b/libc/nptl/tst-cond1.c
index 30efe5b5e..a90af98ea 100644
--- a/libc/nptl/tst-cond1.c
+++ b/libc/nptl/tst-cond1.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/tst-cond10.c b/libc/nptl/tst-cond10.c
index cd5247727..49e1c0e47 100644
--- a/libc/nptl/tst-cond10.c
+++ b/libc/nptl/tst-cond10.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004 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>, 2003.
diff --git a/libc/nptl/tst-cond11.c b/libc/nptl/tst-cond11.c
index 2b1b1e3b1..356ebf681 100644
--- a/libc/nptl/tst-cond11.c
+++ b/libc/nptl/tst-cond11.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2009 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>, 2003.
diff --git a/libc/nptl/tst-cond12.c b/libc/nptl/tst-cond12.c
index b38d9d5ec..40b7810c8 100644
--- a/libc/nptl/tst-cond12.c
+++ b/libc/nptl/tst-cond12.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-cond14.c b/libc/nptl/tst-cond14.c
index 837840582..af2cf1ea0 100644
--- a/libc/nptl/tst-cond14.c
+++ b/libc/nptl/tst-cond14.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
diff --git a/libc/nptl/tst-cond15.c b/libc/nptl/tst-cond15.c
index 0e8448c11..496c554aa 100644
--- a/libc/nptl/tst-cond15.c
+++ b/libc/nptl/tst-cond15.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
diff --git a/libc/nptl/tst-cond16.c b/libc/nptl/tst-cond16.c
index 8a35d953c..054409561 100644
--- a/libc/nptl/tst-cond16.c
+++ b/libc/nptl/tst-cond16.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
diff --git a/libc/nptl/tst-cond18.c b/libc/nptl/tst-cond18.c
index 264c93238..c18a997df 100644
--- a/libc/nptl/tst-cond18.c
+++ b/libc/nptl/tst-cond18.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
diff --git a/libc/nptl/tst-cond19.c b/libc/nptl/tst-cond19.c
index 200e0eaf0..5e5326091 100644
--- a/libc/nptl/tst-cond19.c
+++ b/libc/nptl/tst-cond19.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
diff --git a/libc/nptl/tst-cond2.c b/libc/nptl/tst-cond2.c
index 1da074cdd..9c33abcfd 100644
--- a/libc/nptl/tst-cond2.c
+++ b/libc/nptl/tst-cond2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004 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/tst-cond20.c b/libc/nptl/tst-cond20.c
index c1341a07b..da5b9eb8a 100644
--- a/libc/nptl/tst-cond20.c
+++ b/libc/nptl/tst-cond20.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
diff --git a/libc/nptl/tst-cond23.c b/libc/nptl/tst-cond23.c
index fb2936f00..313c2a4f7 100644
--- a/libc/nptl/tst-cond23.c
+++ b/libc/nptl/tst-cond23.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2008.
diff --git a/libc/nptl/tst-cond24.c b/libc/nptl/tst-cond24.c
index bfcc171e6..d58ab52f5 100644
--- a/libc/nptl/tst-cond24.c
+++ b/libc/nptl/tst-cond24.c
@@ -1,5 +1,5 @@
/* Verify that condition variables synchronized by PI mutexes don't hang.
- 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/tst-cond25.c b/libc/nptl/tst-cond25.c
index cdc129d5f..53c99ff85 100644
--- a/libc/nptl/tst-cond25.c
+++ b/libc/nptl/tst-cond25.c
@@ -1,6 +1,6 @@
/* Verify that condition variables synchronized by PI mutexes don't hang on
on cancellation.
- 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/tst-cond3.c b/libc/nptl/tst-cond3.c
index b18183121..6287fbe54 100644
--- a/libc/nptl/tst-cond3.c
+++ b/libc/nptl/tst-cond3.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/tst-cond4.c b/libc/nptl/tst-cond4.c
index b21ac9298..f79ef653e 100644
--- a/libc/nptl/tst-cond4.c
+++ b/libc/nptl/tst-cond4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004 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/tst-cond5.c b/libc/nptl/tst-cond5.c
index 7da5b4110..ff02d83b7 100644
--- a/libc/nptl/tst-cond5.c
+++ b/libc/nptl/tst-cond5.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/tst-cond6.c b/libc/nptl/tst-cond6.c
index a4c13ba73..920f22d73 100644
--- a/libc/nptl/tst-cond6.c
+++ b/libc/nptl/tst-cond6.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004 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/tst-cond7.c b/libc/nptl/tst-cond7.c
index c48fda13c..5261abb3d 100644
--- a/libc/nptl/tst-cond7.c
+++ b/libc/nptl/tst-cond7.c
@@ -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 Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/tst-cond8.c b/libc/nptl/tst-cond8.c
index fb13fa46c..a5d70cd2c 100644
--- a/libc/nptl/tst-cond8.c
+++ b/libc/nptl/tst-cond8.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-cond9.c b/libc/nptl/tst-cond9.c
index dcb597ddf..fdd3d375b 100644
--- a/libc/nptl/tst-cond9.c
+++ b/libc/nptl/tst-cond9.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-context1.c b/libc/nptl/tst-context1.c
index a4798442d..2aa201e39 100644
--- a/libc/nptl/tst-context1.c
+++ b/libc/nptl/tst-context1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004 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>, 2003.
diff --git a/libc/nptl/tst-detach1.c b/libc/nptl/tst-detach1.c
index 90a69fffd..179704897 100644
--- a/libc/nptl/tst-detach1.c
+++ b/libc/nptl/tst-detach1.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-eintr1.c b/libc/nptl/tst-eintr1.c
index ac381a88b..18143c334 100644
--- a/libc/nptl/tst-eintr1.c
+++ b/libc/nptl/tst-eintr1.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-eintr2.c b/libc/nptl/tst-eintr2.c
index dc798dd84..169e60d7f 100644
--- a/libc/nptl/tst-eintr2.c
+++ b/libc/nptl/tst-eintr2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2008 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>, 2003.
diff --git a/libc/nptl/tst-eintr3.c b/libc/nptl/tst-eintr3.c
index 31497603b..a4bf1e60c 100644
--- a/libc/nptl/tst-eintr3.c
+++ b/libc/nptl/tst-eintr3.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-eintr4.c b/libc/nptl/tst-eintr4.c
index f2290f9d0..e04edd742 100644
--- a/libc/nptl/tst-eintr4.c
+++ b/libc/nptl/tst-eintr4.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-eintr5.c b/libc/nptl/tst-eintr5.c
index f7cb76274..f586cc57d 100644
--- a/libc/nptl/tst-eintr5.c
+++ b/libc/nptl/tst-eintr5.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-exec1.c b/libc/nptl/tst-exec1.c
index 10a2cd8d1..90a7db0cb 100644
--- a/libc/nptl/tst-exec1.c
+++ b/libc/nptl/tst-exec1.c
@@ -1,5 +1,5 @@
/* Simple exec test, only a thread in the parent.
- 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/tst-exec2.c b/libc/nptl/tst-exec2.c
index 9b0bed51b..c45196ef0 100644
--- a/libc/nptl/tst-exec2.c
+++ b/libc/nptl/tst-exec2.c
@@ -1,5 +1,5 @@
/* Thread with running thread calls exec.
- 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/tst-exec3.c b/libc/nptl/tst-exec3.c
index 22b62a7bc..0560d8881 100644
--- a/libc/nptl/tst-exec3.c
+++ b/libc/nptl/tst-exec3.c
@@ -1,5 +1,5 @@
/* Thread calls exec.
- 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/tst-exec4.c b/libc/nptl/tst-exec4.c
index b5d290f77..dd638138d 100644
--- a/libc/nptl/tst-exec4.c
+++ b/libc/nptl/tst-exec4.c
@@ -1,5 +1,5 @@
/* Signal handler and mask set in thread which calls exec.
- 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>, 2003.
diff --git a/libc/nptl/tst-exit1.c b/libc/nptl/tst-exit1.c
index 7f0fe7954..330e07a8b 100644
--- a/libc/nptl/tst-exit1.c
+++ b/libc/nptl/tst-exit1.c
@@ -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/tst-fini1.c b/libc/nptl/tst-fini1.c
index b8c7a7306..f9d5e7d0d 100644
--- a/libc/nptl/tst-fini1.c
+++ b/libc/nptl/tst-fini1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
diff --git a/libc/nptl/tst-fini1mod.c b/libc/nptl/tst-fini1mod.c
index 669c9af4c..eed41cbf0 100644
--- a/libc/nptl/tst-fini1mod.c
+++ b/libc/nptl/tst-fini1mod.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
diff --git a/libc/nptl/tst-flock1.c b/libc/nptl/tst-flock1.c
index e271c8023..7abbbe3e5 100644
--- a/libc/nptl/tst-flock1.c
+++ b/libc/nptl/tst-flock1.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/tst-flock2.c b/libc/nptl/tst-flock2.c
index 941c52ffe..4e4c69a4d 100644
--- a/libc/nptl/tst-flock2.c
+++ b/libc/nptl/tst-flock2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004 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/tst-fork1.c b/libc/nptl/tst-fork1.c
index 0d8972831..c42ae4452 100644
--- a/libc/nptl/tst-fork1.c
+++ b/libc/nptl/tst-fork1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Roland McGrath <roland@redhat.com>, 2002.
diff --git a/libc/nptl/tst-fork2.c b/libc/nptl/tst-fork2.c
index d85ea21e1..aeeb22730 100644
--- a/libc/nptl/tst-fork2.c
+++ b/libc/nptl/tst-fork2.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 Roland McGrath <roland@redhat.com>, 2002.
diff --git a/libc/nptl/tst-fork3.c b/libc/nptl/tst-fork3.c
index 968d0ab98..549816a60 100644
--- a/libc/nptl/tst-fork3.c
+++ b/libc/nptl/tst-fork3.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 Roland McGrath <roland@redhat.com>, 2002.
diff --git a/libc/nptl/tst-fork4.c b/libc/nptl/tst-fork4.c
index ee87108a1..e587b210a 100644
--- a/libc/nptl/tst-fork4.c
+++ b/libc/nptl/tst-fork4.c
@@ -1,5 +1,5 @@
/* Test of fork updating child universe's pthread structures.
- Copyright (C) 2003 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/libc/nptl/tst-initializers1.c b/libc/nptl/tst-initializers1.c
index 006292fc5..fdc4c6057 100644
--- a/libc/nptl/tst-initializers1.c
+++ b/libc/nptl/tst-initializers1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2005.
diff --git a/libc/nptl/tst-join1.c b/libc/nptl/tst-join1.c
index 681245a1c..0e2a6d780 100644
--- a/libc/nptl/tst-join1.c
+++ b/libc/nptl/tst-join1.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/tst-join2.c b/libc/nptl/tst-join2.c
index 03203983c..56fe8389c 100644
--- a/libc/nptl/tst-join2.c
+++ b/libc/nptl/tst-join2.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/tst-join3.c b/libc/nptl/tst-join3.c
index b25ffd8ba..bf51f1976 100644
--- a/libc/nptl/tst-join3.c
+++ b/libc/nptl/tst-join3.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/tst-join4.c b/libc/nptl/tst-join4.c
index 96b650ddc..66a7da8fe 100644
--- a/libc/nptl/tst-join4.c
+++ b/libc/nptl/tst-join4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004 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>, 2003.
diff --git a/libc/nptl/tst-join5.c b/libc/nptl/tst-join5.c
index 34f509d59..5e942248d 100644
--- a/libc/nptl/tst-join5.c
+++ b/libc/nptl/tst-join5.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2006 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>, 2003.
diff --git a/libc/nptl/tst-key1.c b/libc/nptl/tst-key1.c
index ebda39533..8e4f3a086 100644
--- a/libc/nptl/tst-key1.c
+++ b/libc/nptl/tst-key1.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/tst-key2.c b/libc/nptl/tst-key2.c
index c32031e60..30325fd22 100644
--- a/libc/nptl/tst-key2.c
+++ b/libc/nptl/tst-key2.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/tst-key3.c b/libc/nptl/tst-key3.c
index f5426ce12..a995454c7 100644
--- a/libc/nptl/tst-key3.c
+++ b/libc/nptl/tst-key3.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/tst-key4.c b/libc/nptl/tst-key4.c
index af44c2234..e4e14927c 100644
--- a/libc/nptl/tst-key4.c
+++ b/libc/nptl/tst-key4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004 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>, 2003.
diff --git a/libc/nptl/tst-kill1.c b/libc/nptl/tst-kill1.c
index f58016f97..dc111d1d6 100644
--- a/libc/nptl/tst-kill1.c
+++ b/libc/nptl/tst-kill1.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-kill2.c b/libc/nptl/tst-kill2.c
index 0315a020f..5e733c2a2 100644
--- a/libc/nptl/tst-kill2.c
+++ b/libc/nptl/tst-kill2.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-kill3.c b/libc/nptl/tst-kill3.c
index fe9359b39..3bfe8eca7 100644
--- a/libc/nptl/tst-kill3.c
+++ b/libc/nptl/tst-kill3.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-kill4.c b/libc/nptl/tst-kill4.c
index 346e553bf..d4f9d0c81 100644
--- a/libc/nptl/tst-kill4.c
+++ b/libc/nptl/tst-kill4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2006, 2011 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>, 2003.
diff --git a/libc/nptl/tst-kill5.c b/libc/nptl/tst-kill5.c
index 254015c36..708afe753 100644
--- a/libc/nptl/tst-kill5.c
+++ b/libc/nptl/tst-kill5.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-kill6.c b/libc/nptl/tst-kill6.c
index f530e4ed0..26aac0f44 100644
--- a/libc/nptl/tst-kill6.c
+++ b/libc/nptl/tst-kill6.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004 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>, 2003.
diff --git a/libc/nptl/tst-mutex1.c b/libc/nptl/tst-mutex1.c
index 830c9d1f7..5219253a6 100644
--- a/libc/nptl/tst-mutex1.c
+++ b/libc/nptl/tst-mutex1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2006 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/tst-mutex2.c b/libc/nptl/tst-mutex2.c
index 7a063fd11..ba120cd11 100644
--- a/libc/nptl/tst-mutex2.c
+++ b/libc/nptl/tst-mutex2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2006 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/tst-mutex3.c b/libc/nptl/tst-mutex3.c
index b5ad3698a..9cff09557 100644
--- a/libc/nptl/tst-mutex3.c
+++ b/libc/nptl/tst-mutex3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2006 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/tst-mutex4.c b/libc/nptl/tst-mutex4.c
index 58283e5e4..d72f20173 100644
--- a/libc/nptl/tst-mutex4.c
+++ b/libc/nptl/tst-mutex4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004, 2006 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/tst-mutex5.c b/libc/nptl/tst-mutex5.c
index a055e2aea..f19cd8c31 100644
--- a/libc/nptl/tst-mutex5.c
+++ b/libc/nptl/tst-mutex5.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004, 2006 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/tst-mutex6.c b/libc/nptl/tst-mutex6.c
index b4e61ee81..1be8df127 100644
--- a/libc/nptl/tst-mutex6.c
+++ b/libc/nptl/tst-mutex6.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2006, 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/tst-mutex7.c b/libc/nptl/tst-mutex7.c
index eabb01e84..b39a9d06a 100644
--- a/libc/nptl/tst-mutex7.c
+++ b/libc/nptl/tst-mutex7.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2004, 2006 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/tst-mutex8.c b/libc/nptl/tst-mutex8.c
index a949be340..72dc9d499 100644
--- a/libc/nptl/tst-mutex8.c
+++ b/libc/nptl/tst-mutex8.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-mutex9.c b/libc/nptl/tst-mutex9.c
index ece7d005d..adb3b61f0 100644
--- a/libc/nptl/tst-mutex9.c
+++ b/libc/nptl/tst-mutex9.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2006, 2011 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>, 2003.
diff --git a/libc/nptl/tst-mutexpp10.c b/libc/nptl/tst-mutexpp10.c
index 23b9df52a..b06acf85c 100644
--- a/libc/nptl/tst-mutexpp10.c
+++ b/libc/nptl/tst-mutexpp10.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.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
diff --git a/libc/nptl/tst-oddstacklimit.c b/libc/nptl/tst-oddstacklimit.c
index be25948e5..2c7783f56 100644
--- a/libc/nptl/tst-oddstacklimit.c
+++ b/libc/nptl/tst-oddstacklimit.c
@@ -1,5 +1,5 @@
/* Test NPTL with stack limit that is not a multiple of the page size.
- 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/tst-once1.c b/libc/nptl/tst-once1.c
index 308a45586..0f91863f0 100644
--- a/libc/nptl/tst-once1.c
+++ b/libc/nptl/tst-once1.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/tst-once2.c b/libc/nptl/tst-once2.c
index 6e2f3db1f..960182a99 100644
--- a/libc/nptl/tst-once2.c
+++ b/libc/nptl/tst-once2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2004 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/tst-once3.c b/libc/nptl/tst-once3.c
index 92e7b3d0d..aed25ea69 100644
--- a/libc/nptl/tst-once3.c
+++ b/libc/nptl/tst-once3.c
@@ -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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
diff --git a/libc/nptl/tst-once4.c b/libc/nptl/tst-once4.c
index a80b83099..060a22c8e 100644
--- a/libc/nptl/tst-once4.c
+++ b/libc/nptl/tst-once4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004 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>, 2003.
diff --git a/libc/nptl/tst-popen1.c b/libc/nptl/tst-popen1.c
index 0c779fc99..2d097cfcb 100644
--- a/libc/nptl/tst-popen1.c
+++ b/libc/nptl/tst-popen1.c
@@ -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 Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/tst-pthread-getattr.c b/libc/nptl/tst-pthread-getattr.c
index 5a619fa39..17769cdf3 100644
--- a/libc/nptl/tst-pthread-getattr.c
+++ b/libc/nptl/tst-pthread-getattr.c
@@ -1,7 +1,7 @@
/* Make sure that the stackaddr returned by pthread_getattr_np is
reachable.
- 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/tst-raise1.c b/libc/nptl/tst-raise1.c
index 45c62e19e..cfcc49128 100644
--- a/libc/nptl/tst-raise1.c
+++ b/libc/nptl/tst-raise1.c
@@ -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 Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/tst-robust1.c b/libc/nptl/tst-robust1.c
index dae9a7e98..fcbf6a882 100644
--- a/libc/nptl/tst-robust1.c
+++ b/libc/nptl/tst-robust1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2005.
diff --git a/libc/nptl/tst-robust7.c b/libc/nptl/tst-robust7.c
index 5b35048f5..e64a4fc86 100644
--- a/libc/nptl/tst-robust7.c
+++ b/libc/nptl/tst-robust7.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2005.
diff --git a/libc/nptl/tst-rwlock1.c b/libc/nptl/tst-rwlock1.c
index a5e8d6326..918b6d7f7 100644
--- a/libc/nptl/tst-rwlock1.c
+++ b/libc/nptl/tst-rwlock1.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/tst-rwlock10.c b/libc/nptl/tst-rwlock10.c
index e22b1e07f..b651d30e5 100644
--- a/libc/nptl/tst-rwlock10.c
+++ b/libc/nptl/tst-rwlock10.c
@@ -1,5 +1,5 @@
/* Test program for timedout read/write lock functions.
- Copyright (C) 2003 Free Software Foundation, Inc.
+ Copyright (C) 2003-2013 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/nptl/tst-rwlock11.c b/libc/nptl/tst-rwlock11.c
index 93a1b0cce..519aa4e8c 100644
--- a/libc/nptl/tst-rwlock11.c
+++ b/libc/nptl/tst-rwlock11.c
@@ -1,5 +1,5 @@
/* Test program for timedout read/write lock functions.
- Copyright (C) 2003 Free Software Foundation, Inc.
+ Copyright (C) 2003-2013 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/nptl/tst-rwlock12.c b/libc/nptl/tst-rwlock12.c
index c0e5cee92..b61b5abab 100644
--- a/libc/nptl/tst-rwlock12.c
+++ b/libc/nptl/tst-rwlock12.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004 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/tst-rwlock13.c b/libc/nptl/tst-rwlock13.c
index 8fb2a7d2b..ceaa46880 100644
--- a/libc/nptl/tst-rwlock13.c
+++ b/libc/nptl/tst-rwlock13.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-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/tst-rwlock14.c b/libc/nptl/tst-rwlock14.c
index 85abf2f9d..0768a42b5 100644
--- a/libc/nptl/tst-rwlock14.c
+++ b/libc/nptl/tst-rwlock14.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
diff --git a/libc/nptl/tst-rwlock2.c b/libc/nptl/tst-rwlock2.c
index 5193ca4d9..21142b6e8 100644
--- a/libc/nptl/tst-rwlock2.c
+++ b/libc/nptl/tst-rwlock2.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/tst-rwlock3.c b/libc/nptl/tst-rwlock3.c
index 1cb533896..46614302b 100644
--- a/libc/nptl/tst-rwlock3.c
+++ b/libc/nptl/tst-rwlock3.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/tst-rwlock4.c b/libc/nptl/tst-rwlock4.c
index 0bbf083e7..bdb4923da 100644
--- a/libc/nptl/tst-rwlock4.c
+++ b/libc/nptl/tst-rwlock4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004 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/tst-rwlock5.c b/libc/nptl/tst-rwlock5.c
index 4914afdca..07904b0b6 100644
--- a/libc/nptl/tst-rwlock5.c
+++ b/libc/nptl/tst-rwlock5.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/tst-rwlock6.c b/libc/nptl/tst-rwlock6.c
index 78d07167a..4bf917aac 100644
--- a/libc/nptl/tst-rwlock6.c
+++ b/libc/nptl/tst-rwlock6.c
@@ -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/tst-rwlock7.c b/libc/nptl/tst-rwlock7.c
index c9705ff4a..97dac64dc 100644
--- a/libc/nptl/tst-rwlock7.c
+++ b/libc/nptl/tst-rwlock7.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2006 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/tst-rwlock8.c b/libc/nptl/tst-rwlock8.c
index b67e55a17..3a3bf9070 100644
--- a/libc/nptl/tst-rwlock8.c
+++ b/libc/nptl/tst-rwlock8.c
@@ -1,5 +1,5 @@
/* Test program for timedout read/write lock functions.
- Copyright (C) 2000, 2003 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/nptl/tst-rwlock9.c b/libc/nptl/tst-rwlock9.c
index e9f015120..59e2e61e3 100644
--- a/libc/nptl/tst-rwlock9.c
+++ b/libc/nptl/tst-rwlock9.c
@@ -1,5 +1,5 @@
/* Test program for timedout read/write lock functions.
- Copyright (C) 2000, 2003 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/nptl/tst-sched1.c b/libc/nptl/tst-sched1.c
index be3f1b84e..deb3d253f 100644
--- a/libc/nptl/tst-sched1.c
+++ b/libc/nptl/tst-sched1.c
@@ -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/tst-sem1.c b/libc/nptl/tst-sem1.c
index 5e55dd38d..8ad16adb2 100644
--- a/libc/nptl/tst-sem1.c
+++ b/libc/nptl/tst-sem1.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/tst-sem10.c b/libc/nptl/tst-sem10.c
index ae6218a60..8935cc1f3 100644
--- a/libc/nptl/tst-sem10.c
+++ b/libc/nptl/tst-sem10.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007 Free Software Foundation, Inc.
+/* Copyright (C) 2007-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2007.
diff --git a/libc/nptl/tst-sem14.c b/libc/nptl/tst-sem14.c
index f1e3e9e44..bc8e00597 100644
--- a/libc/nptl/tst-sem14.c
+++ b/libc/nptl/tst-sem14.c
@@ -1,5 +1,5 @@
/* Test for sem_post race: bug 14532.
- 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/tst-sem2.c b/libc/nptl/tst-sem2.c
index edc553c7b..adb851345 100644
--- a/libc/nptl/tst-sem2.c
+++ b/libc/nptl/tst-sem2.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/tst-sem3.c b/libc/nptl/tst-sem3.c
index d14f6f633..a1ee8d7fb 100644
--- a/libc/nptl/tst-sem3.c
+++ b/libc/nptl/tst-sem3.c
@@ -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/tst-sem4.c b/libc/nptl/tst-sem4.c
index 125759bab..d9fcbe134 100644
--- a/libc/nptl/tst-sem4.c
+++ b/libc/nptl/tst-sem4.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/tst-sem5.c b/libc/nptl/tst-sem5.c
index eaa2c2793..037608eb1 100644
--- a/libc/nptl/tst-sem5.c
+++ b/libc/nptl/tst-sem5.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2009 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/tst-sem6.c b/libc/nptl/tst-sem6.c
index 16adb95ef..75fc5871c 100644
--- a/libc/nptl/tst-sem6.c
+++ b/libc/nptl/tst-sem6.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-sem7.c b/libc/nptl/tst-sem7.c
index 34ddb4058..56399960f 100644
--- a/libc/nptl/tst-sem7.c
+++ b/libc/nptl/tst-sem7.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-sem8.c b/libc/nptl/tst-sem8.c
index 286590fd6..5e8f97803 100644
--- a/libc/nptl/tst-sem8.c
+++ b/libc/nptl/tst-sem8.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-sem9.c b/libc/nptl/tst-sem9.c
index bdb594b09..e84a2a463 100644
--- a/libc/nptl/tst-sem9.c
+++ b/libc/nptl/tst-sem9.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-setuid1.c b/libc/nptl/tst-setuid1.c
index 2122dec09..639245bac 100644
--- a/libc/nptl/tst-setuid1.c
+++ b/libc/nptl/tst-setuid1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jaku@redhat.com>, 2004.
diff --git a/libc/nptl/tst-signal1.c b/libc/nptl/tst-signal1.c
index 0f952fd24..81dd161a4 100644
--- a/libc/nptl/tst-signal1.c
+++ b/libc/nptl/tst-signal1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004 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/tst-signal2.c b/libc/nptl/tst-signal2.c
index 37d5611e4..87f3bb85e 100644
--- a/libc/nptl/tst-signal2.c
+++ b/libc/nptl/tst-signal2.c
@@ -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/tst-signal3.c b/libc/nptl/tst-signal3.c
index fbd9ace8e..fc34f6603 100644
--- a/libc/nptl/tst-signal3.c
+++ b/libc/nptl/tst-signal3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004 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/tst-signal4.c b/libc/nptl/tst-signal4.c
index f249b7b75..2121f6d7a 100644
--- a/libc/nptl/tst-signal4.c
+++ b/libc/nptl/tst-signal4.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-signal5.c b/libc/nptl/tst-signal5.c
index 5c0ac0c17..5952cc634 100644
--- a/libc/nptl/tst-signal5.c
+++ b/libc/nptl/tst-signal5.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-signal6.c b/libc/nptl/tst-signal6.c
index 31827b7c2..2830bdf9b 100644
--- a/libc/nptl/tst-signal6.c
+++ b/libc/nptl/tst-signal6.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-signal7.c b/libc/nptl/tst-signal7.c
index 629f377ae..b50bbf7a0 100644
--- a/libc/nptl/tst-signal7.c
+++ b/libc/nptl/tst-signal7.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.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2005.
diff --git a/libc/nptl/tst-spin1.c b/libc/nptl/tst-spin1.c
index b55c9584a..80f2b08ff 100644
--- a/libc/nptl/tst-spin1.c
+++ b/libc/nptl/tst-spin1.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/tst-spin2.c b/libc/nptl/tst-spin2.c
index 6119a3b23..74228e8c3 100644
--- a/libc/nptl/tst-spin2.c
+++ b/libc/nptl/tst-spin2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004 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/tst-spin3.c b/libc/nptl/tst-spin3.c
index b54d42c33..665a8f368 100644
--- a/libc/nptl/tst-spin3.c
+++ b/libc/nptl/tst-spin3.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/tst-stack1.c b/libc/nptl/tst-stack1.c
index 288024a1d..ffe2edb63 100644
--- a/libc/nptl/tst-stack1.c
+++ b/libc/nptl/tst-stack1.c
@@ -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/tst-stack2.c b/libc/nptl/tst-stack2.c
index 3756e3318..201260a55 100644
--- a/libc/nptl/tst-stack2.c
+++ b/libc/nptl/tst-stack2.c
@@ -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 Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/tst-stack3.c b/libc/nptl/tst-stack3.c
index 4c3882d45..89e72800c 100644
--- a/libc/nptl/tst-stack3.c
+++ b/libc/nptl/tst-stack3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/tst-stackguard1.c b/libc/nptl/tst-stackguard1.c
index c45604663..f0f707f43 100644
--- a/libc/nptl/tst-stackguard1.c
+++ b/libc/nptl/tst-stackguard1.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.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2005.
diff --git a/libc/nptl/tst-stdio1.c b/libc/nptl/tst-stdio1.c
index 2396e0185..5046eba37 100644
--- a/libc/nptl/tst-stdio1.c
+++ b/libc/nptl/tst-stdio1.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/tst-stdio2.c b/libc/nptl/tst-stdio2.c
index 4ac778cc0..6e479c0a3 100644
--- a/libc/nptl/tst-stdio2.c
+++ b/libc/nptl/tst-stdio2.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/tst-sysconf.c b/libc/nptl/tst-sysconf.c
index da493ef43..3d40c49b7 100644
--- a/libc/nptl/tst-sysconf.c
+++ b/libc/nptl/tst-sysconf.c
@@ -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/tst-tls1.c b/libc/nptl/tst-tls1.c
index aaccdacde..26cad7e30 100644
--- a/libc/nptl/tst-tls1.c
+++ b/libc/nptl/tst-tls1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2011 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>, 2003.
diff --git a/libc/nptl/tst-tls2.c b/libc/nptl/tst-tls2.c
index c661ae172..ea622be64 100644
--- a/libc/nptl/tst-tls2.c
+++ b/libc/nptl/tst-tls2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2011 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>, 2003.
diff --git a/libc/nptl/tst-tls3.c b/libc/nptl/tst-tls3.c
index 9f3a0f232..823efcaca 100644
--- a/libc/nptl/tst-tls3.c
+++ b/libc/nptl/tst-tls3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2011 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>, 2003.
diff --git a/libc/nptl/tst-tls3mod.c b/libc/nptl/tst-tls3mod.c
index d33e4ec6c..61003484b 100644
--- a/libc/nptl/tst-tls3mod.c
+++ b/libc/nptl/tst-tls3mod.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2011 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>, 2003.
diff --git a/libc/nptl/tst-tls4.c b/libc/nptl/tst-tls4.c
index 42f0bf3bf..1b97a9605 100644
--- a/libc/nptl/tst-tls4.c
+++ b/libc/nptl/tst-tls4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/tst-tls4moda.c b/libc/nptl/tst-tls4moda.c
index a9f67d016..788ac9b62 100644
--- a/libc/nptl/tst-tls4moda.c
+++ b/libc/nptl/tst-tls4moda.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/tst-tls4modb.c b/libc/nptl/tst-tls4modb.c
index 570323352..6f52c3b6e 100644
--- a/libc/nptl/tst-tls4modb.c
+++ b/libc/nptl/tst-tls4modb.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/tst-tls5.c b/libc/nptl/tst-tls5.c
index 5a20277d9..6210e8a3d 100644
--- a/libc/nptl/tst-tls5.c
+++ b/libc/nptl/tst-tls5.c
@@ -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 Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/libc/nptl/tst-tls6.sh b/libc/nptl/tst-tls6.sh
index 27450c385..d5513a5e9 100755
--- a/libc/nptl/tst-tls6.sh
+++ b/libc/nptl/tst-tls6.sh
@@ -1,6 +1,6 @@
#! /bin/bash
# A tls test.
-# Copyright (C) 2003-2012 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/libc/nptl/tst-tpp.h b/libc/nptl/tst-tpp.h
index 4fde1197b..3f7d41679 100644
--- a/libc/nptl/tst-tpp.h
+++ b/libc/nptl/tst-tpp.h
@@ -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.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
diff --git a/libc/nptl/tst-tsd1.c b/libc/nptl/tst-tsd1.c
index af46d685b..548eb853f 100644
--- a/libc/nptl/tst-tsd1.c
+++ b/libc/nptl/tst-tsd1.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/tst-tsd2.c b/libc/nptl/tst-tsd2.c
index 71e793fd4..d514ed2eb 100644
--- a/libc/nptl/tst-tsd2.c
+++ b/libc/nptl/tst-tsd2.c
@@ -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/tst-tsd3.c b/libc/nptl/tst-tsd3.c
index 4dc46f2a8..109aab6b8 100644
--- a/libc/nptl/tst-tsd3.c
+++ b/libc/nptl/tst-tsd3.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-tsd4.c b/libc/nptl/tst-tsd4.c
index cf58d8581..c1bed3680 100644
--- a/libc/nptl/tst-tsd4.c
+++ b/libc/nptl/tst-tsd4.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-tsd5.c b/libc/nptl/tst-tsd5.c
index 8fc7b35ef..f0d6dc2e3 100644
--- a/libc/nptl/tst-tsd5.c
+++ b/libc/nptl/tst-tsd5.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
diff --git a/libc/nptl/tst-typesizes.c b/libc/nptl/tst-typesizes.c
index 59e948527..4cfaed8cb 100644
--- a/libc/nptl/tst-typesizes.c
+++ b/libc/nptl/tst-typesizes.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2005.
diff --git a/libc/nptl/tst-umask1.c b/libc/nptl/tst-umask1.c
index d0f27df53..96f83cc53 100644
--- a/libc/nptl/tst-umask1.c
+++ b/libc/nptl/tst-umask1.c
@@ -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>, 2003.
diff --git a/libc/nptl/tst-unload.c b/libc/nptl/tst-unload.c
index 04fc49903..48fc80dd7 100644
--- a/libc/nptl/tst-unload.c
+++ b/libc/nptl/tst-unload.c
@@ -1,5 +1,5 @@
/* Tests for non-unloading of libpthread.
- Copyright (C) 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/nptl/unwind.c b/libc/nptl/unwind.c
index aedd03745..e8011b648 100644
--- a/libc/nptl/unwind.c
+++ b/libc/nptl/unwind.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2005 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>
and Richard Henderson <rth@redhat.com>, 2003.
diff --git a/libc/nptl/vars.c b/libc/nptl/vars.c
index 43a6e3957..2bcd1f8e0 100644
--- a/libc/nptl/vars.c
+++ b/libc/nptl/vars.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-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/version.c b/libc/nptl/version.c
index da05a7f40..4db9fd319 100644
--- a/libc/nptl/version.c
+++ b/libc/nptl/version.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2005, 2006 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.