summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpj <rpj>2005-01-01 14:36:17 +0000
committerrpj <rpj>2005-01-01 14:36:17 +0000
commit7eb9d4b5df27c0d1f223b241773d9e3fc683b059 (patch)
tree0a44aebee6a1c8fa8ef385f774037dc14814327c
parent56efdd647a47d510d0f0970816c501c43caef627 (diff)
Copyright year updated
-rw-r--r--GNUmakefile2
-rw-r--r--attr.c2
-rw-r--r--barrier.c2
-rw-r--r--cancel.c2
-rw-r--r--cleanup.c2
-rw-r--r--condvar.c2
-rw-r--r--create.c2
-rw-r--r--dll.c2
-rw-r--r--errno.c2
-rw-r--r--exit.c2
-rw-r--r--fork.c2
-rw-r--r--global.c2
-rw-r--r--implement.h2
-rw-r--r--misc.c2
-rw-r--r--mutex.c2
-rw-r--r--nonportable.c2
-rw-r--r--private.c2
-rw-r--r--pthread.c2
-rw-r--r--pthread.h2
-rw-r--r--pthread_attr_destroy.c2
-rw-r--r--pthread_attr_getdetachstate.c2
-rw-r--r--pthread_attr_getinheritsched.c2
-rw-r--r--pthread_attr_getschedparam.c2
-rw-r--r--pthread_attr_getschedpolicy.c2
-rw-r--r--pthread_attr_getscope.c2
-rw-r--r--pthread_attr_getstackaddr.c2
-rw-r--r--pthread_attr_getstacksize.c2
-rw-r--r--pthread_attr_init.c2
-rw-r--r--pthread_attr_setdetachstate.c2
-rw-r--r--pthread_attr_setinheritsched.c2
-rw-r--r--pthread_attr_setschedparam.c2
-rw-r--r--pthread_attr_setschedpolicy.c2
-rw-r--r--pthread_attr_setscope.c2
-rw-r--r--pthread_attr_setstackaddr.c2
-rw-r--r--pthread_attr_setstacksize.c2
-rw-r--r--pthread_barrier_destroy.c2
-rw-r--r--pthread_barrier_init.c2
-rw-r--r--pthread_barrier_wait.c2
-rw-r--r--pthread_barrierattr_destroy.c2
-rw-r--r--pthread_barrierattr_getpshared.c2
-rw-r--r--pthread_barrierattr_init.c2
-rw-r--r--pthread_barrierattr_setpshared.c2
-rw-r--r--pthread_cancel.c2
-rw-r--r--pthread_cond_destroy.c2
-rw-r--r--pthread_cond_init.c2
-rw-r--r--pthread_cond_signal.c2
-rw-r--r--pthread_cond_wait.c2
-rw-r--r--pthread_condattr_destroy.c2
-rw-r--r--pthread_condattr_getpshared.c2
-rw-r--r--pthread_condattr_init.c2
-rw-r--r--pthread_condattr_setpshared.c2
-rw-r--r--pthread_delay_np.c2
-rw-r--r--pthread_detach.c2
-rw-r--r--pthread_equal.c2
-rw-r--r--pthread_exit.c2
-rw-r--r--pthread_getconcurrency.c2
-rw-r--r--pthread_getschedparam.c2
-rw-r--r--pthread_getspecific.c2
-rw-r--r--pthread_getw32threadhandle_np.c2
-rw-r--r--pthread_join.c2
-rw-r--r--pthread_key_create.c2
-rw-r--r--pthread_key_delete.c2
-rw-r--r--pthread_kill.c2
-rw-r--r--pthread_mutex_destroy.c2
-rw-r--r--pthread_mutex_init.c2
-rw-r--r--pthread_mutex_timedlock.c2
-rw-r--r--pthread_mutex_trylock.c2
-rw-r--r--pthread_mutex_unlock.c2
-rw-r--r--pthread_mutexattr_destroy.c2
-rw-r--r--pthread_mutexattr_getkind_np.c2
-rw-r--r--pthread_mutexattr_getpshared.c2
-rw-r--r--pthread_mutexattr_gettype.c2
-rw-r--r--pthread_mutexattr_init.c2
-rw-r--r--pthread_mutexattr_setkind_np.c2
-rw-r--r--pthread_mutexattr_setpshared.c2
-rw-r--r--pthread_mutexattr_settype.c2
-rw-r--r--pthread_num_processors_np.c2
-rw-r--r--pthread_once.c2
-rw-r--r--pthread_rwlock_destroy.c2
-rw-r--r--pthread_rwlock_init.c2
-rw-r--r--pthread_rwlock_rdlock.c2
-rw-r--r--pthread_rwlock_timedrdlock.c2
-rw-r--r--pthread_rwlock_timedwrlock.c2
-rw-r--r--pthread_rwlock_tryrdlock.c2
-rw-r--r--pthread_rwlock_trywrlock.c2
-rw-r--r--pthread_rwlock_unlock.c2
-rw-r--r--pthread_rwlock_wrlock.c2
-rw-r--r--pthread_rwlockattr_destroy.c2
-rw-r--r--pthread_rwlockattr_getpshared.c2
-rw-r--r--pthread_rwlockattr_init.c2
-rw-r--r--pthread_rwlockattr_setpshared.c2
-rw-r--r--pthread_self.c2
-rw-r--r--pthread_setcancelstate.c2
-rw-r--r--pthread_setcanceltype.c2
-rw-r--r--pthread_setconcurrency.c2
-rw-r--r--pthread_setschedparam.c2
-rw-r--r--pthread_setspecific.c2
-rw-r--r--pthread_spin_destroy.c2
-rw-r--r--pthread_spin_init.c2
-rw-r--r--pthread_spin_lock.c2
-rw-r--r--pthread_spin_trylock.c2
-rw-r--r--pthread_spin_unlock.c2
-rw-r--r--pthread_testcancel.c2
-rw-r--r--pthread_timechange_handler_np.c2
-rw-r--r--pthread_win32_attach_detach_np.c2
-rw-r--r--ptw32_InterlockedCompareExchange.c2
-rw-r--r--ptw32_callUserDestroyRoutines.c2
-rw-r--r--ptw32_calloc.c2
-rw-r--r--ptw32_cond_check_need_init.c2
-rw-r--r--ptw32_decrease_semaphore.c2
-rw-r--r--ptw32_getprocessors.c2
-rw-r--r--ptw32_increase_semaphore.c2
-rw-r--r--ptw32_is_attr.c2
-rw-r--r--ptw32_mutex_check_need_init.c2
-rw-r--r--ptw32_new.c2
-rw-r--r--ptw32_processInitialize.c2
-rw-r--r--ptw32_processTerminate.c2
-rw-r--r--ptw32_reuse.c2
-rw-r--r--ptw32_rwlock_cancelwrwait.c2
-rw-r--r--ptw32_rwlock_check_need_init.c2
-rw-r--r--ptw32_semwait.c2
-rw-r--r--ptw32_spinlock_check_need_init.c2
-rw-r--r--ptw32_threadDestroy.c2
-rw-r--r--ptw32_threadStart.c2
-rw-r--r--ptw32_throw.c2
-rw-r--r--ptw32_timespec.c2
-rw-r--r--ptw32_tkAssocCreate.c2
-rw-r--r--ptw32_tkAssocDestroy.c2
-rw-r--r--rwlock.c2
-rw-r--r--sched.c2
-rw-r--r--sched.h2
-rw-r--r--sched_get_priority_max.c2
-rw-r--r--sched_get_priority_min.c2
-rw-r--r--sched_getscheduler.c2
-rw-r--r--sched_setscheduler.c2
-rw-r--r--sched_yield.c2
-rw-r--r--sem_close.c2
-rw-r--r--sem_destroy.c2
-rw-r--r--sem_getvalue.c2
-rw-r--r--sem_init.c2
-rw-r--r--sem_open.c2
-rw-r--r--sem_post.c2
-rw-r--r--sem_post_multiple.c2
-rw-r--r--sem_timedwait.c2
-rw-r--r--sem_trywait.c2
-rw-r--r--sem_unlink.c2
-rw-r--r--sem_wait.c2
-rw-r--r--semaphore.c2
-rw-r--r--semaphore.h2
-rw-r--r--signal.c2
-rw-r--r--spin.c2
-rw-r--r--sync.c2
-rw-r--r--tests/Bmakefile2
-rw-r--r--tests/GNUmakefile2
-rw-r--r--tests/Makefile2
-rw-r--r--tests/Wmakefile2
-rw-r--r--tests/barrier1.c2
-rw-r--r--tests/barrier2.c2
-rw-r--r--tests/barrier3.c2
-rw-r--r--tests/barrier4.c2
-rw-r--r--tests/barrier5.c2
-rw-r--r--tests/benchlib.c2
-rw-r--r--tests/benchtest.h2
-rw-r--r--tests/benchtest1.c2
-rw-r--r--tests/benchtest2.c2
-rw-r--r--tests/benchtest3.c2
-rw-r--r--tests/benchtest4.c2
-rw-r--r--tests/benchtest5.c2
-rw-r--r--tests/cancel1.c2
-rw-r--r--tests/cancel2.c2
-rw-r--r--tests/cancel3.c2
-rw-r--r--tests/cancel4.c2
-rw-r--r--tests/cancel5.c2
-rw-r--r--tests/cancel7.c2
-rw-r--r--tests/cancel8.c2
-rw-r--r--tests/cancel9.c2
-rw-r--r--tests/cleanup0.c2
-rw-r--r--tests/cleanup1.c2
-rw-r--r--tests/cleanup2.c2
-rw-r--r--tests/cleanup3.c2
-rw-r--r--tests/condvar1.c2
-rw-r--r--tests/condvar1_1.c2
-rw-r--r--tests/condvar1_2.c2
-rw-r--r--tests/condvar2.c2
-rw-r--r--tests/condvar2_1.c2
-rw-r--r--tests/condvar3.c2
-rw-r--r--tests/condvar3_1.c2
-rw-r--r--tests/condvar3_2.c2
-rw-r--r--tests/condvar3_3.c2
-rw-r--r--tests/condvar4.c2
-rw-r--r--tests/condvar5.c2
-rw-r--r--tests/condvar6.c2
-rw-r--r--tests/condvar7.c2
-rw-r--r--tests/condvar8.c2
-rw-r--r--tests/condvar9.c2
-rw-r--r--tests/context1.c2
-rw-r--r--tests/count1.c2
-rw-r--r--tests/create1.c2
-rw-r--r--tests/create2.c2
-rw-r--r--tests/delay1.c2
-rw-r--r--tests/delay2.c2
-rw-r--r--tests/equal1.c2
-rw-r--r--tests/errno1.c2
-rw-r--r--tests/exception1.c2
-rw-r--r--tests/exception2.c2
-rw-r--r--tests/exception3.c2
-rw-r--r--tests/exit1.c2
-rw-r--r--tests/exit2.c2
-rw-r--r--tests/exit3.c2
-rw-r--r--tests/exit4.c2
-rw-r--r--tests/exit5.c2
-rw-r--r--tests/eyal1.c2
-rw-r--r--tests/inherit1.c2
-rw-r--r--tests/join0.c2
-rw-r--r--tests/join1.c2
-rw-r--r--tests/join2.c2
-rw-r--r--tests/join3.c2
-rw-r--r--tests/kill1.c2
-rw-r--r--tests/loadfree.c2
-rw-r--r--tests/mutex1.c2
-rw-r--r--tests/mutex1e.c2
-rw-r--r--tests/mutex1n.c2
-rw-r--r--tests/mutex1r.c2
-rw-r--r--tests/mutex2.c2
-rw-r--r--tests/mutex2e.c2
-rw-r--r--tests/mutex2r.c2
-rw-r--r--tests/mutex3.c2
-rw-r--r--tests/mutex3e.c2
-rw-r--r--tests/mutex3r.c2
-rw-r--r--tests/mutex4.c2
-rw-r--r--tests/mutex5.c2
-rw-r--r--tests/mutex6.c2
-rw-r--r--tests/mutex6e.c2
-rw-r--r--tests/mutex6es.c2
-rw-r--r--tests/mutex6n.c2
-rw-r--r--tests/mutex6r.c2
-rw-r--r--tests/mutex6rs.c2
-rw-r--r--tests/mutex6s.c2
-rw-r--r--tests/mutex7.c2
-rw-r--r--tests/mutex7e.c2
-rw-r--r--tests/mutex7n.c2
-rw-r--r--tests/mutex7r.c2
-rw-r--r--tests/once1.c2
-rw-r--r--tests/priority1.c2
-rw-r--r--tests/priority2.c2
-rw-r--r--tests/reuse1.c2
-rw-r--r--tests/reuse2.c2
-rw-r--r--tests/rwlock1.c2
-rw-r--r--tests/rwlock2.c2
-rw-r--r--tests/rwlock2_t.c2
-rw-r--r--tests/rwlock3.c2
-rw-r--r--tests/rwlock3_t.c2
-rw-r--r--tests/rwlock4.c2
-rw-r--r--tests/rwlock4_t.c2
-rw-r--r--tests/rwlock5.c2
-rw-r--r--tests/rwlock5_t.c2
-rw-r--r--tests/rwlock6.c2
-rw-r--r--tests/rwlock6_t.c2
-rw-r--r--tests/rwlock6_t2.c2
-rw-r--r--tests/self1.c2
-rw-r--r--tests/self2.c2
-rw-r--r--tests/semaphore1.c2
-rw-r--r--tests/semaphore2.c2
-rw-r--r--tests/semaphore3.c2
-rw-r--r--tests/semaphore4.c2
-rw-r--r--tests/semaphore4t.c2
-rw-r--r--tests/spin1.c2
-rw-r--r--tests/spin2.c2
-rw-r--r--tests/spin3.c2
-rw-r--r--tests/spin4.c2
-rw-r--r--tests/test.h2
-rw-r--r--tests/tryentercs.c2
-rw-r--r--tests/tryentercs2.c2
-rw-r--r--tests/tsd1.c2
-rw-r--r--tests/valid1.c2
-rw-r--r--tests/valid2.c2
-rw-r--r--tsd.c2
-rw-r--r--version.rc2
-rw-r--r--w32_CancelableWait.c2
279 files changed, 279 insertions, 279 deletions
diff --git a/GNUmakefile b/GNUmakefile
index d2d8e67..5dc76bc 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -3,7 +3,7 @@
#
# Pthreads-win32 - POSIX Threads Library for Win32
# Copyright(C) 1998 John E. Bossom
-# Copyright(C) 1999,2004 Pthreads-win32 contributors
+# Copyright(C) 1999,2005 Pthreads-win32 contributors
#
# Contact Email: rpj@callisto.canberra.edu.au
#
diff --git a/attr.c b/attr.c
index dd25cbd..a9d55f4 100644
--- a/attr.c
+++ b/attr.c
@@ -12,7 +12,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/barrier.c b/barrier.c
index 119f674..41b950c 100644
--- a/barrier.c
+++ b/barrier.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/cancel.c b/cancel.c
index c86e82d..1bd14eb 100644
--- a/cancel.c
+++ b/cancel.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/cleanup.c b/cleanup.c
index ab0731e..381d1e8 100644
--- a/cleanup.c
+++ b/cleanup.c
@@ -10,7 +10,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/condvar.c b/condvar.c
index 4382fa6..704f4d7 100644
--- a/condvar.c
+++ b/condvar.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/create.c b/create.c
index bfa584a..919db2e 100644
--- a/create.c
+++ b/create.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/dll.c b/dll.c
index fa3fafc..314c713 100644
--- a/dll.c
+++ b/dll.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/errno.c b/errno.c
index 664425b..9998bb8 100644
--- a/errno.c
+++ b/errno.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/exit.c b/exit.c
index 9d971a4..7eb9671 100644
--- a/exit.c
+++ b/exit.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/fork.c b/fork.c
index 0c1fa8f..8a29550 100644
--- a/fork.c
+++ b/fork.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/global.c b/global.c
index dd5704b..2b55422 100644
--- a/global.c
+++ b/global.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/implement.h b/implement.h
index bf3b1d6..b456ebf 100644
--- a/implement.h
+++ b/implement.h
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/misc.c b/misc.c
index 51c48a1..06d1d21 100644
--- a/misc.c
+++ b/misc.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/mutex.c b/mutex.c
index 40fc1c5..2e60dab 100644
--- a/mutex.c
+++ b/mutex.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/nonportable.c b/nonportable.c
index 08a1111..6c2a990 100644
--- a/nonportable.c
+++ b/nonportable.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/private.c b/private.c
index 590828b..2f7fa7b 100644
--- a/private.c
+++ b/private.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread.c b/pthread.c
index 2164bfc..660c254 100644
--- a/pthread.c
+++ b/pthread.c
@@ -10,7 +10,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread.h b/pthread.h
index 199940e..a7df412 100644
--- a/pthread.h
+++ b/pthread.h
@@ -4,7 +4,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_attr_destroy.c b/pthread_attr_destroy.c
index 4c36485..8b3e04c 100644
--- a/pthread_attr_destroy.c
+++ b/pthread_attr_destroy.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_attr_getdetachstate.c b/pthread_attr_getdetachstate.c
index d56123b..978f288 100644
--- a/pthread_attr_getdetachstate.c
+++ b/pthread_attr_getdetachstate.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_attr_getinheritsched.c b/pthread_attr_getinheritsched.c
index e6bb9ca..5085077 100644
--- a/pthread_attr_getinheritsched.c
+++ b/pthread_attr_getinheritsched.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_attr_getschedparam.c b/pthread_attr_getschedparam.c
index c266104..ab89b22 100644
--- a/pthread_attr_getschedparam.c
+++ b/pthread_attr_getschedparam.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_attr_getschedpolicy.c b/pthread_attr_getschedpolicy.c
index c0e935e..04adbd5 100644
--- a/pthread_attr_getschedpolicy.c
+++ b/pthread_attr_getschedpolicy.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_attr_getscope.c b/pthread_attr_getscope.c
index 91f8baf..3c86382 100644
--- a/pthread_attr_getscope.c
+++ b/pthread_attr_getscope.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_attr_getstackaddr.c b/pthread_attr_getstackaddr.c
index 664f53e..9b55959 100644
--- a/pthread_attr_getstackaddr.c
+++ b/pthread_attr_getstackaddr.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_attr_getstacksize.c b/pthread_attr_getstacksize.c
index e9da9b9..da8db63 100644
--- a/pthread_attr_getstacksize.c
+++ b/pthread_attr_getstacksize.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_attr_init.c b/pthread_attr_init.c
index 29aa818..6c10bd3 100644
--- a/pthread_attr_init.c
+++ b/pthread_attr_init.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_attr_setdetachstate.c b/pthread_attr_setdetachstate.c
index 26cf291..784642a 100644
--- a/pthread_attr_setdetachstate.c
+++ b/pthread_attr_setdetachstate.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_attr_setinheritsched.c b/pthread_attr_setinheritsched.c
index 33dad45..e0a407a 100644
--- a/pthread_attr_setinheritsched.c
+++ b/pthread_attr_setinheritsched.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_attr_setschedparam.c b/pthread_attr_setschedparam.c
index 6e22532..f246bfa 100644
--- a/pthread_attr_setschedparam.c
+++ b/pthread_attr_setschedparam.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_attr_setschedpolicy.c b/pthread_attr_setschedpolicy.c
index 560cdd4..45ff165 100644
--- a/pthread_attr_setschedpolicy.c
+++ b/pthread_attr_setschedpolicy.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_attr_setscope.c b/pthread_attr_setscope.c
index c861ea2..9cef423 100644
--- a/pthread_attr_setscope.c
+++ b/pthread_attr_setscope.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_attr_setstackaddr.c b/pthread_attr_setstackaddr.c
index ce71bc7..96a8320 100644
--- a/pthread_attr_setstackaddr.c
+++ b/pthread_attr_setstackaddr.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_attr_setstacksize.c b/pthread_attr_setstacksize.c
index d8783a4..9df46af 100644
--- a/pthread_attr_setstacksize.c
+++ b/pthread_attr_setstacksize.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_barrier_destroy.c b/pthread_barrier_destroy.c
index 763d048..9302ba7 100644
--- a/pthread_barrier_destroy.c
+++ b/pthread_barrier_destroy.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_barrier_init.c b/pthread_barrier_init.c
index 6085c92..dc1b50c 100644
--- a/pthread_barrier_init.c
+++ b/pthread_barrier_init.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_barrier_wait.c b/pthread_barrier_wait.c
index 71ec6ec..01ae297 100644
--- a/pthread_barrier_wait.c
+++ b/pthread_barrier_wait.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_barrierattr_destroy.c b/pthread_barrierattr_destroy.c
index fbf08d0..5ab662e 100644
--- a/pthread_barrierattr_destroy.c
+++ b/pthread_barrierattr_destroy.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_barrierattr_getpshared.c b/pthread_barrierattr_getpshared.c
index 8ec8714..44c467e 100644
--- a/pthread_barrierattr_getpshared.c
+++ b/pthread_barrierattr_getpshared.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_barrierattr_init.c b/pthread_barrierattr_init.c
index 027765d..342f8b0 100644
--- a/pthread_barrierattr_init.c
+++ b/pthread_barrierattr_init.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_barrierattr_setpshared.c b/pthread_barrierattr_setpshared.c
index 0069095..08c6fde 100644
--- a/pthread_barrierattr_setpshared.c
+++ b/pthread_barrierattr_setpshared.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_cancel.c b/pthread_cancel.c
index 7b6dbcb..971edc8 100644
--- a/pthread_cancel.c
+++ b/pthread_cancel.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_cond_destroy.c b/pthread_cond_destroy.c
index 173100c..3d29ffc 100644
--- a/pthread_cond_destroy.c
+++ b/pthread_cond_destroy.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_cond_init.c b/pthread_cond_init.c
index 9ed56eb..d2de232 100644
--- a/pthread_cond_init.c
+++ b/pthread_cond_init.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_cond_signal.c b/pthread_cond_signal.c
index 43035fd..220a5dd 100644
--- a/pthread_cond_signal.c
+++ b/pthread_cond_signal.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_cond_wait.c b/pthread_cond_wait.c
index 4fa980a..f4cfc20 100644
--- a/pthread_cond_wait.c
+++ b/pthread_cond_wait.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_condattr_destroy.c b/pthread_condattr_destroy.c
index 6609aa6..58a1482 100644
--- a/pthread_condattr_destroy.c
+++ b/pthread_condattr_destroy.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_condattr_getpshared.c b/pthread_condattr_getpshared.c
index 26e54c2..a0ac6d8 100644
--- a/pthread_condattr_getpshared.c
+++ b/pthread_condattr_getpshared.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_condattr_init.c b/pthread_condattr_init.c
index 194eff5..5987878 100644
--- a/pthread_condattr_init.c
+++ b/pthread_condattr_init.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_condattr_setpshared.c b/pthread_condattr_setpshared.c
index cead554..954fb38 100644
--- a/pthread_condattr_setpshared.c
+++ b/pthread_condattr_setpshared.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_delay_np.c b/pthread_delay_np.c
index 961dc80..7fe9ae0 100644
--- a/pthread_delay_np.c
+++ b/pthread_delay_np.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_detach.c b/pthread_detach.c
index 93903a7..d8a7650 100644
--- a/pthread_detach.c
+++ b/pthread_detach.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_equal.c b/pthread_equal.c
index 007ecb5..f96372e 100644
--- a/pthread_equal.c
+++ b/pthread_equal.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_exit.c b/pthread_exit.c
index 5df5cad..a490312 100644
--- a/pthread_exit.c
+++ b/pthread_exit.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_getconcurrency.c b/pthread_getconcurrency.c
index d8e01ce..cf9e9c8 100644
--- a/pthread_getconcurrency.c
+++ b/pthread_getconcurrency.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_getschedparam.c b/pthread_getschedparam.c
index 88c2cab..0afcfb7 100644
--- a/pthread_getschedparam.c
+++ b/pthread_getschedparam.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_getspecific.c b/pthread_getspecific.c
index 4cb474c..b05ff41 100644
--- a/pthread_getspecific.c
+++ b/pthread_getspecific.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_getw32threadhandle_np.c b/pthread_getw32threadhandle_np.c
index 49d20d3..9d22def 100644
--- a/pthread_getw32threadhandle_np.c
+++ b/pthread_getw32threadhandle_np.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_join.c b/pthread_join.c
index a6dc550..56ed0ba 100644
--- a/pthread_join.c
+++ b/pthread_join.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_key_create.c b/pthread_key_create.c
index 59df8fb..b5b00ce 100644
--- a/pthread_key_create.c
+++ b/pthread_key_create.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_key_delete.c b/pthread_key_delete.c
index c70a934..eacab03 100644
--- a/pthread_key_delete.c
+++ b/pthread_key_delete.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_kill.c b/pthread_kill.c
index 61a677e..5a795dd 100644
--- a/pthread_kill.c
+++ b/pthread_kill.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_mutex_destroy.c b/pthread_mutex_destroy.c
index 779333a..95509b3 100644
--- a/pthread_mutex_destroy.c
+++ b/pthread_mutex_destroy.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_mutex_init.c b/pthread_mutex_init.c
index 2887d67..cff8e50 100644
--- a/pthread_mutex_init.c
+++ b/pthread_mutex_init.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_mutex_timedlock.c b/pthread_mutex_timedlock.c
index 001849a..b1b9d15 100644
--- a/pthread_mutex_timedlock.c
+++ b/pthread_mutex_timedlock.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_mutex_trylock.c b/pthread_mutex_trylock.c
index f05be9c..50e8bc6 100644
--- a/pthread_mutex_trylock.c
+++ b/pthread_mutex_trylock.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_mutex_unlock.c b/pthread_mutex_unlock.c
index 3943569..cd3c36f 100644
--- a/pthread_mutex_unlock.c
+++ b/pthread_mutex_unlock.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_mutexattr_destroy.c b/pthread_mutexattr_destroy.c
index eaeeb48..9d424bf 100644
--- a/pthread_mutexattr_destroy.c
+++ b/pthread_mutexattr_destroy.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_mutexattr_getkind_np.c b/pthread_mutexattr_getkind_np.c
index 4bbac63..2d82ec6 100644
--- a/pthread_mutexattr_getkind_np.c
+++ b/pthread_mutexattr_getkind_np.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_mutexattr_getpshared.c b/pthread_mutexattr_getpshared.c
index 6bd8e4d..42f9589 100644
--- a/pthread_mutexattr_getpshared.c
+++ b/pthread_mutexattr_getpshared.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_mutexattr_gettype.c b/pthread_mutexattr_gettype.c
index 0c4a3b9..b60ca30 100644
--- a/pthread_mutexattr_gettype.c
+++ b/pthread_mutexattr_gettype.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_mutexattr_init.c b/pthread_mutexattr_init.c
index 05894a6..d2797ff 100644
--- a/pthread_mutexattr_init.c
+++ b/pthread_mutexattr_init.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_mutexattr_setkind_np.c b/pthread_mutexattr_setkind_np.c
index 5e08503..faa9366 100644
--- a/pthread_mutexattr_setkind_np.c
+++ b/pthread_mutexattr_setkind_np.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_mutexattr_setpshared.c b/pthread_mutexattr_setpshared.c
index 780b078..cfa6f71 100644
--- a/pthread_mutexattr_setpshared.c
+++ b/pthread_mutexattr_setpshared.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_mutexattr_settype.c b/pthread_mutexattr_settype.c
index 1c846c5..8365daf 100644
--- a/pthread_mutexattr_settype.c
+++ b/pthread_mutexattr_settype.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_num_processors_np.c b/pthread_num_processors_np.c
index a21760e..3067d11 100644
--- a/pthread_num_processors_np.c
+++ b/pthread_num_processors_np.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_once.c b/pthread_once.c
index b1a7df6..9a94f74 100644
--- a/pthread_once.c
+++ b/pthread_once.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_rwlock_destroy.c b/pthread_rwlock_destroy.c
index 3ba2366..5a747ed 100644
--- a/pthread_rwlock_destroy.c
+++ b/pthread_rwlock_destroy.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_rwlock_init.c b/pthread_rwlock_init.c
index 8774ec3..3e3f448 100644
--- a/pthread_rwlock_init.c
+++ b/pthread_rwlock_init.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_rwlock_rdlock.c b/pthread_rwlock_rdlock.c
index 564bb88..dba63dd 100644
--- a/pthread_rwlock_rdlock.c
+++ b/pthread_rwlock_rdlock.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_rwlock_timedrdlock.c b/pthread_rwlock_timedrdlock.c
index 3dacc59..9348950 100644
--- a/pthread_rwlock_timedrdlock.c
+++ b/pthread_rwlock_timedrdlock.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_rwlock_timedwrlock.c b/pthread_rwlock_timedwrlock.c
index 7b7e19a..e7d1be2 100644
--- a/pthread_rwlock_timedwrlock.c
+++ b/pthread_rwlock_timedwrlock.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_rwlock_tryrdlock.c b/pthread_rwlock_tryrdlock.c
index 53de8f7..308900d 100644
--- a/pthread_rwlock_tryrdlock.c
+++ b/pthread_rwlock_tryrdlock.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_rwlock_trywrlock.c b/pthread_rwlock_trywrlock.c
index 5b911d7..8ba8b5d 100644
--- a/pthread_rwlock_trywrlock.c
+++ b/pthread_rwlock_trywrlock.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_rwlock_unlock.c b/pthread_rwlock_unlock.c
index 04e3262..776c996 100644
--- a/pthread_rwlock_unlock.c
+++ b/pthread_rwlock_unlock.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_rwlock_wrlock.c b/pthread_rwlock_wrlock.c
index b3e065b..a097040 100644
--- a/pthread_rwlock_wrlock.c
+++ b/pthread_rwlock_wrlock.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_rwlockattr_destroy.c b/pthread_rwlockattr_destroy.c
index 928382e..0fcbe84 100644
--- a/pthread_rwlockattr_destroy.c
+++ b/pthread_rwlockattr_destroy.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_rwlockattr_getpshared.c b/pthread_rwlockattr_getpshared.c
index f2b15f1..abfe63f 100644
--- a/pthread_rwlockattr_getpshared.c
+++ b/pthread_rwlockattr_getpshared.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_rwlockattr_init.c b/pthread_rwlockattr_init.c
index 65c6638..feb8e94 100644
--- a/pthread_rwlockattr_init.c
+++ b/pthread_rwlockattr_init.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_rwlockattr_setpshared.c b/pthread_rwlockattr_setpshared.c
index 96a4551..316532c 100644
--- a/pthread_rwlockattr_setpshared.c
+++ b/pthread_rwlockattr_setpshared.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_self.c b/pthread_self.c
index 53f7564..d72a097 100644
--- a/pthread_self.c
+++ b/pthread_self.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_setcancelstate.c b/pthread_setcancelstate.c
index 51eeec2..002cfe5 100644
--- a/pthread_setcancelstate.c
+++ b/pthread_setcancelstate.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_setcanceltype.c b/pthread_setcanceltype.c
index f9b06fa..3fb3f0e 100644
--- a/pthread_setcanceltype.c
+++ b/pthread_setcanceltype.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_setconcurrency.c b/pthread_setconcurrency.c
index 7d3cb9e..f62346f 100644
--- a/pthread_setconcurrency.c
+++ b/pthread_setconcurrency.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_setschedparam.c b/pthread_setschedparam.c
index 962c2ea..a122eac 100644
--- a/pthread_setschedparam.c
+++ b/pthread_setschedparam.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_setspecific.c b/pthread_setspecific.c
index d5baa83..7ac1d73 100644
--- a/pthread_setspecific.c
+++ b/pthread_setspecific.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_spin_destroy.c b/pthread_spin_destroy.c
index 7d071b1..8fe2267 100644
--- a/pthread_spin_destroy.c
+++ b/pthread_spin_destroy.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_spin_init.c b/pthread_spin_init.c
index 45e5027..553af7e 100644
--- a/pthread_spin_init.c
+++ b/pthread_spin_init.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_spin_lock.c b/pthread_spin_lock.c
index fbbc361..90b3abe 100644
--- a/pthread_spin_lock.c
+++ b/pthread_spin_lock.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_spin_trylock.c b/pthread_spin_trylock.c
index 681bb44..c601a19 100644
--- a/pthread_spin_trylock.c
+++ b/pthread_spin_trylock.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_spin_unlock.c b/pthread_spin_unlock.c
index 1d4c578..67bc2c2 100644
--- a/pthread_spin_unlock.c
+++ b/pthread_spin_unlock.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_testcancel.c b/pthread_testcancel.c
index ce33563..ad7cdb9 100644
--- a/pthread_testcancel.c
+++ b/pthread_testcancel.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_timechange_handler_np.c b/pthread_timechange_handler_np.c
index f800347..7d8170a 100644
--- a/pthread_timechange_handler_np.c
+++ b/pthread_timechange_handler_np.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/pthread_win32_attach_detach_np.c b/pthread_win32_attach_detach_np.c
index ca19b75..82268ec 100644
--- a/pthread_win32_attach_detach_np.c
+++ b/pthread_win32_attach_detach_np.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/ptw32_InterlockedCompareExchange.c b/ptw32_InterlockedCompareExchange.c
index 28753a0..8d2cd85 100644
--- a/ptw32_InterlockedCompareExchange.c
+++ b/ptw32_InterlockedCompareExchange.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/ptw32_callUserDestroyRoutines.c b/ptw32_callUserDestroyRoutines.c
index 9a2fd89..87e1dc4 100644
--- a/ptw32_callUserDestroyRoutines.c
+++ b/ptw32_callUserDestroyRoutines.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/ptw32_calloc.c b/ptw32_calloc.c
index 1051461..eea7c74 100644
--- a/ptw32_calloc.c
+++ b/ptw32_calloc.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/ptw32_cond_check_need_init.c b/ptw32_cond_check_need_init.c
index 57a6500..31359ad 100644
--- a/ptw32_cond_check_need_init.c
+++ b/ptw32_cond_check_need_init.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/ptw32_decrease_semaphore.c b/ptw32_decrease_semaphore.c
index 9ff260a..92a6edc 100644
--- a/ptw32_decrease_semaphore.c
+++ b/ptw32_decrease_semaphore.c
@@ -15,7 +15,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/ptw32_getprocessors.c b/ptw32_getprocessors.c
index 7389ba9..e60c314 100644
--- a/ptw32_getprocessors.c
+++ b/ptw32_getprocessors.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/ptw32_increase_semaphore.c b/ptw32_increase_semaphore.c
index f2bda3d..2b25eee 100644
--- a/ptw32_increase_semaphore.c
+++ b/ptw32_increase_semaphore.c
@@ -15,7 +15,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/ptw32_is_attr.c b/ptw32_is_attr.c
index dcea02f..36395f8 100644
--- a/ptw32_is_attr.c
+++ b/ptw32_is_attr.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/ptw32_mutex_check_need_init.c b/ptw32_mutex_check_need_init.c
index 4c0145a..35ec366 100644
--- a/ptw32_mutex_check_need_init.c
+++ b/ptw32_mutex_check_need_init.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/ptw32_new.c b/ptw32_new.c
index 268f064..2812567 100644
--- a/ptw32_new.c
+++ b/ptw32_new.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/ptw32_processInitialize.c b/ptw32_processInitialize.c
index 42641a5..d13b022 100644
--- a/ptw32_processInitialize.c
+++ b/ptw32_processInitialize.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/ptw32_processTerminate.c b/ptw32_processTerminate.c
index 39554f9..51293a9 100644
--- a/ptw32_processTerminate.c
+++ b/ptw32_processTerminate.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/ptw32_reuse.c b/ptw32_reuse.c
index 5cc4a53..0e86984 100644
--- a/ptw32_reuse.c
+++ b/ptw32_reuse.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/ptw32_rwlock_cancelwrwait.c b/ptw32_rwlock_cancelwrwait.c
index a5784f5..a057bd1 100644
--- a/ptw32_rwlock_cancelwrwait.c
+++ b/ptw32_rwlock_cancelwrwait.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/ptw32_rwlock_check_need_init.c b/ptw32_rwlock_check_need_init.c
index 3ace0ef..ea2561e 100644
--- a/ptw32_rwlock_check_need_init.c
+++ b/ptw32_rwlock_check_need_init.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/ptw32_semwait.c b/ptw32_semwait.c
index 0b22cee..98b665d 100644
--- a/ptw32_semwait.c
+++ b/ptw32_semwait.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/ptw32_spinlock_check_need_init.c b/ptw32_spinlock_check_need_init.c
index 33ebe9e..bf45bc3 100644
--- a/ptw32_spinlock_check_need_init.c
+++ b/ptw32_spinlock_check_need_init.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/ptw32_threadDestroy.c b/ptw32_threadDestroy.c
index d263e3b..b4b9fac 100644
--- a/ptw32_threadDestroy.c
+++ b/ptw32_threadDestroy.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/ptw32_threadStart.c b/ptw32_threadStart.c
index 06d74d1..b7c5748 100644
--- a/ptw32_threadStart.c
+++ b/ptw32_threadStart.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/ptw32_throw.c b/ptw32_throw.c
index 2633dba..57814e9 100644
--- a/ptw32_throw.c
+++ b/ptw32_throw.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/ptw32_timespec.c b/ptw32_timespec.c
index 0d3cae8..6a2cb56 100644
--- a/ptw32_timespec.c
+++ b/ptw32_timespec.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/ptw32_tkAssocCreate.c b/ptw32_tkAssocCreate.c
index 9aa182a..f159408 100644
--- a/ptw32_tkAssocCreate.c
+++ b/ptw32_tkAssocCreate.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/ptw32_tkAssocDestroy.c b/ptw32_tkAssocDestroy.c
index df6fe9c..d80cd3f 100644
--- a/ptw32_tkAssocDestroy.c
+++ b/ptw32_tkAssocDestroy.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/rwlock.c b/rwlock.c
index 07f5478..4a3cd25 100644
--- a/rwlock.c
+++ b/rwlock.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/sched.c b/sched.c
index dc4a469..ed30ea7 100644
--- a/sched.c
+++ b/sched.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/sched.h b/sched.h
index c4898e8..4a342a6 100644
--- a/sched.h
+++ b/sched.h
@@ -11,7 +11,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/sched_get_priority_max.c b/sched_get_priority_max.c
index bbe4022..cabf232 100644
--- a/sched_get_priority_max.c
+++ b/sched_get_priority_max.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/sched_get_priority_min.c b/sched_get_priority_min.c
index b2d7508..9c4f859 100644
--- a/sched_get_priority_min.c
+++ b/sched_get_priority_min.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/sched_getscheduler.c b/sched_getscheduler.c
index c2e5c78..9bc819e 100644
--- a/sched_getscheduler.c
+++ b/sched_getscheduler.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/sched_setscheduler.c b/sched_setscheduler.c
index c5607ca..4e060c7 100644
--- a/sched_setscheduler.c
+++ b/sched_setscheduler.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/sched_yield.c b/sched_yield.c
index e087251..6ac5ed9 100644
--- a/sched_yield.c
+++ b/sched_yield.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/sem_close.c b/sem_close.c
index e1cc470..2f95c87 100644
--- a/sem_close.c
+++ b/sem_close.c
@@ -15,7 +15,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/sem_destroy.c b/sem_destroy.c
index 12333b6..c6cbc22 100644
--- a/sem_destroy.c
+++ b/sem_destroy.c
@@ -15,7 +15,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/sem_getvalue.c b/sem_getvalue.c
index 8914a86..693ed57 100644
--- a/sem_getvalue.c
+++ b/sem_getvalue.c
@@ -15,7 +15,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/sem_init.c b/sem_init.c
index f5a9ea9..1b9cd6e 100644
--- a/sem_init.c
+++ b/sem_init.c
@@ -13,7 +13,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/sem_open.c b/sem_open.c
index d0c6477..bf48c83 100644
--- a/sem_open.c
+++ b/sem_open.c
@@ -15,7 +15,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/sem_post.c b/sem_post.c
index 605ce20..5f38141 100644
--- a/sem_post.c
+++ b/sem_post.c
@@ -15,7 +15,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/sem_post_multiple.c b/sem_post_multiple.c
index f6e3e76..64c120b 100644
--- a/sem_post_multiple.c
+++ b/sem_post_multiple.c
@@ -15,7 +15,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/sem_timedwait.c b/sem_timedwait.c
index 6b8087e..6bf94d4 100644
--- a/sem_timedwait.c
+++ b/sem_timedwait.c
@@ -15,7 +15,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/sem_trywait.c b/sem_trywait.c
index 3cca62e..640d190 100644
--- a/sem_trywait.c
+++ b/sem_trywait.c
@@ -15,7 +15,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/sem_unlink.c b/sem_unlink.c
index 0517ea7..a6c6f81 100644
--- a/sem_unlink.c
+++ b/sem_unlink.c
@@ -15,7 +15,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/sem_wait.c b/sem_wait.c
index 481ec55..0b0eba3 100644
--- a/sem_wait.c
+++ b/sem_wait.c
@@ -15,7 +15,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/semaphore.c b/semaphore.c
index e057ad3..de0340f 100644
--- a/semaphore.c
+++ b/semaphore.c
@@ -19,7 +19,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/semaphore.h b/semaphore.h
index c235f2d..7e71089 100644
--- a/semaphore.h
+++ b/semaphore.h
@@ -11,7 +11,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/signal.c b/signal.c
index 46f5688..e72e49f 100644
--- a/signal.c
+++ b/signal.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/spin.c b/spin.c
index 1f5ecf2..41b5aa5 100644
--- a/spin.c
+++ b/spin.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/sync.c b/sync.c
index ef7662b..5e56fa9 100644
--- a/sync.c
+++ b/sync.c
@@ -9,7 +9,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/Bmakefile b/tests/Bmakefile
index 75cd355..4d5b956 100644
--- a/tests/Bmakefile
+++ b/tests/Bmakefile
@@ -5,7 +5,7 @@
#
# Pthreads-win32 - POSIX Threads Library for Win32
# Copyright(C) 1998 John E. Bossom
-# Copyright(C) 1999,2004 Pthreads-win32 contributors
+# Copyright(C) 1999,2005 Pthreads-win32 contributors
#
# Contact Email: rpj@callisto.canberra.edu.au
#
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
index 5221800..efd8f25 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -5,7 +5,7 @@
#
# Pthreads-win32 - POSIX Threads Library for Win32
# Copyright(C) 1998 John E. Bossom
-# Copyright(C) 1999,2004 Pthreads-win32 contributors
+# Copyright(C) 1999,2005 Pthreads-win32 contributors
#
# Contact Email: rpj@callisto.canberra.edu.au
#
diff --git a/tests/Makefile b/tests/Makefile
index c279670..cd48aad 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -5,7 +5,7 @@
#
# Pthreads-win32 - POSIX Threads Library for Win32
# Copyright(C) 1998 John E. Bossom
-# Copyright(C) 1999,2004 Pthreads-win32 contributors
+# Copyright(C) 1999,2005 Pthreads-win32 contributors
#
# Contact Email: rpj@callisto.canberra.edu.au
#
diff --git a/tests/Wmakefile b/tests/Wmakefile
index afed0f4..cc82b49 100644
--- a/tests/Wmakefile
+++ b/tests/Wmakefile
@@ -5,7 +5,7 @@
#
# Pthreads-win32 - POSIX Threads Library for Win32
# Copyright(C) 1998 John E. Bossom
-# Copyright(C) 1999,2004 Pthreads-win32 contributors
+# Copyright(C) 1999,2005 Pthreads-win32 contributors
#
# Contact Email: rpj@callisto.canberra.edu.au
#
diff --git a/tests/barrier1.c b/tests/barrier1.c
index 4075032..76f78df 100644
--- a/tests/barrier1.c
+++ b/tests/barrier1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/barrier2.c b/tests/barrier2.c
index 39a2ab5..28aa238 100644
--- a/tests/barrier2.c
+++ b/tests/barrier2.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/barrier3.c b/tests/barrier3.c
index 9b30489..3e40090 100644
--- a/tests/barrier3.c
+++ b/tests/barrier3.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/barrier4.c b/tests/barrier4.c
index 3f71e9a..ea9017d 100644
--- a/tests/barrier4.c
+++ b/tests/barrier4.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/barrier5.c b/tests/barrier5.c
index 6520337..5b598c9 100644
--- a/tests/barrier5.c
+++ b/tests/barrier5.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/benchlib.c b/tests/benchlib.c
index 2a02003..bf60ae5 100644
--- a/tests/benchlib.c
+++ b/tests/benchlib.c
@@ -5,7 +5,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/benchtest.h b/tests/benchtest.h
index f056673..8090578 100644
--- a/tests/benchtest.h
+++ b/tests/benchtest.h
@@ -5,7 +5,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/benchtest1.c b/tests/benchtest1.c
index e185042..c8f7f41 100644
--- a/tests/benchtest1.c
+++ b/tests/benchtest1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/benchtest2.c b/tests/benchtest2.c
index bbb1fec..d92bb3c 100644
--- a/tests/benchtest2.c
+++ b/tests/benchtest2.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/benchtest3.c b/tests/benchtest3.c
index 111f054..023460d 100644
--- a/tests/benchtest3.c
+++ b/tests/benchtest3.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/benchtest4.c b/tests/benchtest4.c
index 1280c4f..772d100 100644
--- a/tests/benchtest4.c
+++ b/tests/benchtest4.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/benchtest5.c b/tests/benchtest5.c
index 223cded..0a8a0b2 100644
--- a/tests/benchtest5.c
+++ b/tests/benchtest5.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/cancel1.c b/tests/cancel1.c
index ddc6ce7..be9b102 100644
--- a/tests/cancel1.c
+++ b/tests/cancel1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/cancel2.c b/tests/cancel2.c
index 2c147ba..6ef2043 100644
--- a/tests/cancel2.c
+++ b/tests/cancel2.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/cancel3.c b/tests/cancel3.c
index a1772be..1560ccf 100644
--- a/tests/cancel3.c
+++ b/tests/cancel3.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/cancel4.c b/tests/cancel4.c
index 127b9e1..1561ea6 100644
--- a/tests/cancel4.c
+++ b/tests/cancel4.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/cancel5.c b/tests/cancel5.c
index b5abd16..dd6cb8b 100644
--- a/tests/cancel5.c
+++ b/tests/cancel5.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/cancel7.c b/tests/cancel7.c
index 9c6a202..9fb2e61 100644
--- a/tests/cancel7.c
+++ b/tests/cancel7.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/cancel8.c b/tests/cancel8.c
index 605a6c0..69eafe9 100644
--- a/tests/cancel8.c
+++ b/tests/cancel8.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/cancel9.c b/tests/cancel9.c
index 4fe2da1..efa8ef2 100644
--- a/tests/cancel9.c
+++ b/tests/cancel9.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/cleanup0.c b/tests/cleanup0.c
index a6bb3e6..8de8c4b 100644
--- a/tests/cleanup0.c
+++ b/tests/cleanup0.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/cleanup1.c b/tests/cleanup1.c
index eed2b4c..65645df 100644
--- a/tests/cleanup1.c
+++ b/tests/cleanup1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/cleanup2.c b/tests/cleanup2.c
index d6ce05b..50672fd 100644
--- a/tests/cleanup2.c
+++ b/tests/cleanup2.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/cleanup3.c b/tests/cleanup3.c
index 33e831b..a12337d 100644
--- a/tests/cleanup3.c
+++ b/tests/cleanup3.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/condvar1.c b/tests/condvar1.c
index 652934c..380ab1a 100644
--- a/tests/condvar1.c
+++ b/tests/condvar1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/condvar1_1.c b/tests/condvar1_1.c
index c7a3883..a05e113 100644
--- a/tests/condvar1_1.c
+++ b/tests/condvar1_1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/condvar1_2.c b/tests/condvar1_2.c
index fead02f..503e821 100644
--- a/tests/condvar1_2.c
+++ b/tests/condvar1_2.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/condvar2.c b/tests/condvar2.c
index 0058134..cfc68af 100644
--- a/tests/condvar2.c
+++ b/tests/condvar2.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/condvar2_1.c b/tests/condvar2_1.c
index 332ee53..92dddfd 100644
--- a/tests/condvar2_1.c
+++ b/tests/condvar2_1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/condvar3.c b/tests/condvar3.c
index b97981c..f650d15 100644
--- a/tests/condvar3.c
+++ b/tests/condvar3.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/condvar3_1.c b/tests/condvar3_1.c
index 7f0ed25..19ce9e7 100644
--- a/tests/condvar3_1.c
+++ b/tests/condvar3_1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/condvar3_2.c b/tests/condvar3_2.c
index bc1021a..b78e34e 100644
--- a/tests/condvar3_2.c
+++ b/tests/condvar3_2.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/condvar3_3.c b/tests/condvar3_3.c
index a275d17..f6b9aa5 100644
--- a/tests/condvar3_3.c
+++ b/tests/condvar3_3.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/condvar4.c b/tests/condvar4.c
index 36d3e03..2b1a2d9 100644
--- a/tests/condvar4.c
+++ b/tests/condvar4.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/condvar5.c b/tests/condvar5.c
index 8914a66..3fb9591 100644
--- a/tests/condvar5.c
+++ b/tests/condvar5.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/condvar6.c b/tests/condvar6.c
index 31be5d2..cebcbd4 100644
--- a/tests/condvar6.c
+++ b/tests/condvar6.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/condvar7.c b/tests/condvar7.c
index f34a7cd..aa9b070 100644
--- a/tests/condvar7.c
+++ b/tests/condvar7.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/condvar8.c b/tests/condvar8.c
index 6d3f7fc..bbab906 100644
--- a/tests/condvar8.c
+++ b/tests/condvar8.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/condvar9.c b/tests/condvar9.c
index 8efc9fd..cdeced2 100644
--- a/tests/condvar9.c
+++ b/tests/condvar9.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/context1.c b/tests/context1.c
index ef0d5ea..090df9c 100644
--- a/tests/context1.c
+++ b/tests/context1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/count1.c b/tests/count1.c
index f838d12..c2386b0 100644
--- a/tests/count1.c
+++ b/tests/count1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/create1.c b/tests/create1.c
index 40049b6..8c630cb 100644
--- a/tests/create1.c
+++ b/tests/create1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/create2.c b/tests/create2.c
index 147b382..2ffb64e 100644
--- a/tests/create2.c
+++ b/tests/create2.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/delay1.c b/tests/delay1.c
index 76abe33..83becd8 100644
--- a/tests/delay1.c
+++ b/tests/delay1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/delay2.c b/tests/delay2.c
index 6a803ab..8ecaf0b 100644
--- a/tests/delay2.c
+++ b/tests/delay2.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/equal1.c b/tests/equal1.c
index e80a6df..8932bb2 100644
--- a/tests/equal1.c
+++ b/tests/equal1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/errno1.c b/tests/errno1.c
index 5d9b724..78e3d16 100644
--- a/tests/errno1.c
+++ b/tests/errno1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/exception1.c b/tests/exception1.c
index a03e053..3f9f595 100644
--- a/tests/exception1.c
+++ b/tests/exception1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/exception2.c b/tests/exception2.c
index 6980725..5c18568 100644
--- a/tests/exception2.c
+++ b/tests/exception2.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/exception3.c b/tests/exception3.c
index 3cb39dc..9a70a40 100644
--- a/tests/exception3.c
+++ b/tests/exception3.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/exit1.c b/tests/exit1.c
index b6fcffd..38f2182 100644
--- a/tests/exit1.c
+++ b/tests/exit1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/exit2.c b/tests/exit2.c
index ea1adb9..eaa557e 100644
--- a/tests/exit2.c
+++ b/tests/exit2.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/exit3.c b/tests/exit3.c
index f72971f..fadd035 100644
--- a/tests/exit3.c
+++ b/tests/exit3.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/exit4.c b/tests/exit4.c
index 8cc37f8..1ceca4e 100644
--- a/tests/exit4.c
+++ b/tests/exit4.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/exit5.c b/tests/exit5.c
index 5f85682..450ed3b 100644
--- a/tests/exit5.c
+++ b/tests/exit5.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/eyal1.c b/tests/eyal1.c
index ebb92f5..2f846e8 100644
--- a/tests/eyal1.c
+++ b/tests/eyal1.c
@@ -5,7 +5,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/inherit1.c b/tests/inherit1.c
index 439c62f..482a5a8 100644
--- a/tests/inherit1.c
+++ b/tests/inherit1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/join0.c b/tests/join0.c
index 6d11b02..bece19c 100644
--- a/tests/join0.c
+++ b/tests/join0.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/join1.c b/tests/join1.c
index 8554065..8f52ae7 100644
--- a/tests/join1.c
+++ b/tests/join1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/join2.c b/tests/join2.c
index 640c5e1..89a3633 100644
--- a/tests/join2.c
+++ b/tests/join2.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/join3.c b/tests/join3.c
index 3f1a32a..ccc13dd 100644
--- a/tests/join3.c
+++ b/tests/join3.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/kill1.c b/tests/kill1.c
index 59ab2b3..fd1eaee 100644
--- a/tests/kill1.c
+++ b/tests/kill1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/loadfree.c b/tests/loadfree.c
index 5fde4f1..65bb15c 100644
--- a/tests/loadfree.c
+++ b/tests/loadfree.c
@@ -5,7 +5,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/mutex1.c b/tests/mutex1.c
index 555c3e9..918c903 100644
--- a/tests/mutex1.c
+++ b/tests/mutex1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/mutex1e.c b/tests/mutex1e.c
index 4b9a6b0..e528107 100644
--- a/tests/mutex1e.c
+++ b/tests/mutex1e.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/mutex1n.c b/tests/mutex1n.c
index 19ff7b2..74850d6 100644
--- a/tests/mutex1n.c
+++ b/tests/mutex1n.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/mutex1r.c b/tests/mutex1r.c
index bc21135..0666dec 100644
--- a/tests/mutex1r.c
+++ b/tests/mutex1r.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/mutex2.c b/tests/mutex2.c
index 934b79d..377468e 100644
--- a/tests/mutex2.c
+++ b/tests/mutex2.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/mutex2e.c b/tests/mutex2e.c
index 85296b8..7df6073 100644
--- a/tests/mutex2e.c
+++ b/tests/mutex2e.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/mutex2r.c b/tests/mutex2r.c
index 7cc45b9..c96e366 100644
--- a/tests/mutex2r.c
+++ b/tests/mutex2r.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/mutex3.c b/tests/mutex3.c
index 3446843..bc1429e 100644
--- a/tests/mutex3.c
+++ b/tests/mutex3.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/mutex3e.c b/tests/mutex3e.c
index 9c441ee..66cfcb7 100644
--- a/tests/mutex3e.c
+++ b/tests/mutex3e.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/mutex3r.c b/tests/mutex3r.c
index 73b838e..8fa7f25 100644
--- a/tests/mutex3r.c
+++ b/tests/mutex3r.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/mutex4.c b/tests/mutex4.c
index 6284199..547d9cb 100644
--- a/tests/mutex4.c
+++ b/tests/mutex4.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/mutex5.c b/tests/mutex5.c
index 392ddda..10e224b 100644
--- a/tests/mutex5.c
+++ b/tests/mutex5.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/mutex6.c b/tests/mutex6.c
index eb87080..15649fc 100644
--- a/tests/mutex6.c
+++ b/tests/mutex6.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/mutex6e.c b/tests/mutex6e.c
index c508cd5..8af9274 100644
--- a/tests/mutex6e.c
+++ b/tests/mutex6e.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/mutex6es.c b/tests/mutex6es.c
index 87642b8..0d879c4 100644
--- a/tests/mutex6es.c
+++ b/tests/mutex6es.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/mutex6n.c b/tests/mutex6n.c
index 9b435ca..9b4bbb9 100644
--- a/tests/mutex6n.c
+++ b/tests/mutex6n.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/mutex6r.c b/tests/mutex6r.c
index c849b7b..4bf853f 100644
--- a/tests/mutex6r.c
+++ b/tests/mutex6r.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/mutex6rs.c b/tests/mutex6rs.c
index 1529cb4..4ebe44e 100644
--- a/tests/mutex6rs.c
+++ b/tests/mutex6rs.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/mutex6s.c b/tests/mutex6s.c
index 230422d..8b82dc3 100644
--- a/tests/mutex6s.c
+++ b/tests/mutex6s.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/mutex7.c b/tests/mutex7.c
index 632a6b1..8772b97 100644
--- a/tests/mutex7.c
+++ b/tests/mutex7.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/mutex7e.c b/tests/mutex7e.c
index 7fb2afe..854789b 100644
--- a/tests/mutex7e.c
+++ b/tests/mutex7e.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/mutex7n.c b/tests/mutex7n.c
index aada4dd..174355f 100644
--- a/tests/mutex7n.c
+++ b/tests/mutex7n.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/mutex7r.c b/tests/mutex7r.c
index 2d6db41..f9e5ff0 100644
--- a/tests/mutex7r.c
+++ b/tests/mutex7r.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/once1.c b/tests/once1.c
index 270ccde..daec112 100644
--- a/tests/once1.c
+++ b/tests/once1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/priority1.c b/tests/priority1.c
index 0d01298..c270e99 100644
--- a/tests/priority1.c
+++ b/tests/priority1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/priority2.c b/tests/priority2.c
index 82f3232..a5575ab 100644
--- a/tests/priority2.c
+++ b/tests/priority2.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/reuse1.c b/tests/reuse1.c
index a484363..ae9efe4 100644
--- a/tests/reuse1.c
+++ b/tests/reuse1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/reuse2.c b/tests/reuse2.c
index be8a6e9..ded81b2 100644
--- a/tests/reuse2.c
+++ b/tests/reuse2.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/rwlock1.c b/tests/rwlock1.c
index 76e3abf..3d08ac9 100644
--- a/tests/rwlock1.c
+++ b/tests/rwlock1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/rwlock2.c b/tests/rwlock2.c
index 30efbb0..07518eb 100644
--- a/tests/rwlock2.c
+++ b/tests/rwlock2.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/rwlock2_t.c b/tests/rwlock2_t.c
index 33de976..8e6ab6d 100644
--- a/tests/rwlock2_t.c
+++ b/tests/rwlock2_t.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/rwlock3.c b/tests/rwlock3.c
index 9001108..4b22c5a 100644
--- a/tests/rwlock3.c
+++ b/tests/rwlock3.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/rwlock3_t.c b/tests/rwlock3_t.c
index 05f9bb5..bc45abc 100644
--- a/tests/rwlock3_t.c
+++ b/tests/rwlock3_t.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/rwlock4.c b/tests/rwlock4.c
index 30b5b42..edd9dc2 100644
--- a/tests/rwlock4.c
+++ b/tests/rwlock4.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/rwlock4_t.c b/tests/rwlock4_t.c
index 27d7921..37ec34f 100644
--- a/tests/rwlock4_t.c
+++ b/tests/rwlock4_t.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/rwlock5.c b/tests/rwlock5.c
index ce9f5bf..75b82f3 100644
--- a/tests/rwlock5.c
+++ b/tests/rwlock5.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/rwlock5_t.c b/tests/rwlock5_t.c
index 76ba0da..bf473a4 100644
--- a/tests/rwlock5_t.c
+++ b/tests/rwlock5_t.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/rwlock6.c b/tests/rwlock6.c
index 87c5531..22d10db 100644
--- a/tests/rwlock6.c
+++ b/tests/rwlock6.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/rwlock6_t.c b/tests/rwlock6_t.c
index 2572fe0..aa38bf5 100644
--- a/tests/rwlock6_t.c
+++ b/tests/rwlock6_t.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/rwlock6_t2.c b/tests/rwlock6_t2.c
index f047866..58bfc3d 100644
--- a/tests/rwlock6_t2.c
+++ b/tests/rwlock6_t2.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/self1.c b/tests/self1.c
index 2ba206e..773aee1 100644
--- a/tests/self1.c
+++ b/tests/self1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/self2.c b/tests/self2.c
index 0ba73e0..28e5725 100644
--- a/tests/self2.c
+++ b/tests/self2.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/semaphore1.c b/tests/semaphore1.c
index c2405b9..b11de0d 100644
--- a/tests/semaphore1.c
+++ b/tests/semaphore1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/semaphore2.c b/tests/semaphore2.c
index 4790c1a..af4d0ea 100644
--- a/tests/semaphore2.c
+++ b/tests/semaphore2.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/semaphore3.c b/tests/semaphore3.c
index a5426db..a0dfcb6 100644
--- a/tests/semaphore3.c
+++ b/tests/semaphore3.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/semaphore4.c b/tests/semaphore4.c
index d62035f..37613ac 100644
--- a/tests/semaphore4.c
+++ b/tests/semaphore4.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/semaphore4t.c b/tests/semaphore4t.c
index a5c205f..14a4669 100644
--- a/tests/semaphore4t.c
+++ b/tests/semaphore4t.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/spin1.c b/tests/spin1.c
index 116f4de..00ecd11 100644
--- a/tests/spin1.c
+++ b/tests/spin1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/spin2.c b/tests/spin2.c
index ba5104e..b13c29c 100644
--- a/tests/spin2.c
+++ b/tests/spin2.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/spin3.c b/tests/spin3.c
index 566f38b..8c0dae6 100644
--- a/tests/spin3.c
+++ b/tests/spin3.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/spin4.c b/tests/spin4.c
index a860948..8386d09 100644
--- a/tests/spin4.c
+++ b/tests/spin4.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/test.h b/tests/test.h
index 3a0ca7f..a664bb6 100644
--- a/tests/test.h
+++ b/tests/test.h
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/tryentercs.c b/tests/tryentercs.c
index 8200232..13a6e09 100644
--- a/tests/tryentercs.c
+++ b/tests/tryentercs.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/tryentercs2.c b/tests/tryentercs2.c
index 50c26d9..a1c4d97 100644
--- a/tests/tryentercs2.c
+++ b/tests/tryentercs2.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/tsd1.c b/tests/tsd1.c
index 133fc5d..6e21d2a 100644
--- a/tests/tsd1.c
+++ b/tests/tsd1.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/valid1.c b/tests/valid1.c
index 373bc07..4d5cab5 100644
--- a/tests/valid1.c
+++ b/tests/valid1.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tests/valid2.c b/tests/valid2.c
index 7113685..b967179 100644
--- a/tests/valid2.c
+++ b/tests/valid2.c
@@ -6,7 +6,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/tsd.c b/tsd.c
index d3ee6c7..ed44fe6 100644
--- a/tsd.c
+++ b/tsd.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/version.rc b/version.rc
index 721e612..cc6ccc6 100644
--- a/version.rc
+++ b/version.rc
@@ -4,7 +4,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
diff --git a/w32_CancelableWait.c b/w32_CancelableWait.c
index c398207..97e15aa 100644
--- a/w32_CancelableWait.c
+++ b/w32_CancelableWait.c
@@ -8,7 +8,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2004 Pthreads-win32 contributors
+ * Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*