From de906ef6d2a5d88df4896d4adab6b1520ad1f4f6 Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 19 Aug 2003 03:31:50 +0000 Subject: Updated Copyright notice (date and contact address). --- tests/GNUmakefile | 56 ++++++++++++++++++++++++++--------------------------- tests/Makefile | 56 ++++++++++++++++++++++++++--------------------------- tests/barrier1.c | 6 ++---- tests/barrier2.c | 6 ++---- tests/barrier3.c | 6 ++---- tests/barrier4.c | 6 ++---- tests/barrier5.c | 6 ++---- tests/benchtest.h | 6 ++---- tests/benchtest1.c | 6 ++---- tests/benchtest2.c | 6 ++---- tests/benchtest3.c | 6 ++---- tests/benchtest4.c | 6 ++---- tests/benchtest5.c | 6 ++---- tests/cancel1.c | 6 ++---- tests/cancel2.c | 6 ++---- tests/cancel3.c | 6 ++---- tests/cancel4.c | 6 ++---- tests/cancel5.c | 6 ++---- tests/cleanup0.c | 6 ++---- tests/cleanup1.c | 6 ++---- tests/cleanup2.c | 6 ++---- tests/cleanup3.c | 6 ++---- tests/condvar1.c | 6 ++---- tests/condvar1_1.c | 6 ++---- tests/condvar1_2.c | 6 ++---- tests/condvar2.c | 6 ++---- tests/condvar2_1.c | 6 ++---- tests/condvar3.c | 6 ++---- tests/condvar3_1.c | 6 ++---- tests/condvar3_2.c | 6 ++---- tests/condvar3_3.c | 6 ++---- tests/condvar4.c | 6 ++---- tests/condvar5.c | 6 ++---- tests/condvar6.c | 6 ++---- tests/condvar7.c | 6 ++---- tests/condvar8.c | 6 ++---- tests/condvar9.c | 6 ++---- tests/context1.c | 8 ++------ tests/count1.c | 6 ++---- tests/create1.c | 6 ++---- tests/create2.c | 6 ++---- tests/delay1.c | 44 ++++++++++++++++++++--------------------- tests/delay2.c | 44 ++++++++++++++++++++--------------------- tests/equal1.c | 6 ++---- tests/errno1.c | 6 ++---- tests/exception1.c | 44 ++++++++++++++++++++--------------------- tests/exception2.c | 6 ++---- tests/exception3.c | 6 ++---- tests/exit1.c | 6 ++---- tests/exit2.c | 6 ++---- tests/exit3.c | 6 ++---- tests/eyal1.c | 6 ++---- tests/inherit1.c | 6 ++---- tests/join0.c | 6 ++---- tests/join1.c | 6 ++---- tests/join2.c | 6 ++---- tests/kill1.c | 6 ++---- tests/loadfree.c | 6 ++---- tests/mutex1.c | 6 ++---- tests/mutex1e.c | 6 ++---- tests/mutex1n.c | 6 ++---- tests/mutex1r.c | 6 ++---- tests/mutex2.c | 6 ++---- tests/mutex3.c | 6 ++---- tests/mutex4.c | 6 ++---- tests/mutex5.c | 6 ++---- tests/mutex6.c | 6 ++---- tests/mutex6e.c | 6 ++---- tests/mutex6n.c | 6 ++---- tests/mutex6r.c | 6 ++---- tests/mutex7.c | 6 ++---- tests/mutex7e.c | 6 ++---- tests/mutex7n.c | 6 ++---- tests/mutex7r.c | 6 ++---- tests/once1.c | 6 ++---- tests/priority1.c | 6 ++---- tests/priority2.c | 6 ++---- tests/reuse1.c | 6 ++---- tests/reuse2.c | 6 ++---- tests/rwlock1.c | 6 ++---- tests/rwlock2.c | 6 ++---- tests/rwlock2_t.c | 44 ++++++++++++++++++++--------------------- tests/rwlock3.c | 6 ++---- tests/rwlock3_t.c | 44 ++++++++++++++++++++--------------------- tests/rwlock4.c | 6 ++---- tests/rwlock4_t.c | 44 ++++++++++++++++++++--------------------- tests/rwlock5.c | 6 ++---- tests/rwlock5_t.c | 44 ++++++++++++++++++++--------------------- tests/rwlock6.c | 6 ++---- tests/rwlock6_t.c | 6 ++---- tests/rwlock6_t2.c | 6 ++---- tests/self1.c | 6 ++---- tests/self2.c | 6 ++---- tests/semaphore1.c | 54 +++++++++++++++++++++++++-------------------------- tests/semaphore2.c | 52 ++++++++++++++++++++++++------------------------- tests/spin1.c | 6 ++---- tests/spin2.c | 6 ++---- tests/spin3.c | 6 ++---- tests/spin4.c | 44 ++++++++++++++++++++--------------------- tests/test.h | 6 ++---- tests/tryentercs.c | 6 ++---- tests/tryentercs2.c | 6 ++---- tests/tsd1.c | 6 ++---- tests/valid1.c | 6 ++---- tests/valid2.c | 6 ++---- 105 files changed, 462 insertions(+), 668 deletions(-) (limited to 'tests') diff --git a/tests/GNUmakefile b/tests/GNUmakefile index ba4c78d..560cb42 100644 --- a/tests/GNUmakefile +++ b/tests/GNUmakefile @@ -1,34 +1,34 @@ # Makefile for the pthreads test suite. # If all of the .pass files can be created, the test suite has passed. # -# -------------------------------------------------------------------------- -# -# Pthreads-win32 - POSIX Threads Library for Win32 -# Copyright(C) 1998 John E. Bossom -# Copyright(C) 1999,2002 Pthreads-win32 contributors -# -# Contact Email: rpj@ise.canberra.edu.au -# -# The current list of contributors is contained -# in the file CONTRIBUTORS included with the source -# code distribution. The list can also be seen at the -# following World Wide Web location: -# http://sources.redhat.com/pthreads-win32/contributors.html -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library in the file COPYING.LIB; -# if not, write to the Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * -------------------------------------------------------------------------- + * + * Pthreads-win32 - POSIX Threads Library for Win32 + * Copyright(C) 1998 John E. Bossom + * Copyright(C) 1999,2003 Pthreads-win32 contributors + * + * Contact Email: rpj@callisto.canberra.edu.au + * + * The current list of contributors is contained + * in the file CONTRIBUTORS included with the source + * code distribution. The list can also be seen at the + * following World Wide Web location: + * http://sources.redhat.com/pthreads-win32/contributors.html + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library in the file COPYING.LIB; + * if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA # diff --git a/tests/Makefile b/tests/Makefile index e16d21a..11e2b82 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,34 +1,34 @@ # Makefile for the pthreads test suite. # If all of the .pass files can be created, the test suite has passed. # -# -------------------------------------------------------------------------- -# -# Pthreads-win32 - POSIX Threads Library for Win32 -# Copyright(C) 1998 John E. Bossom -# Copyright(C) 1999,2002 Pthreads-win32 contributors -# -# Contact Email: rpj@ise.canberra.edu.au -# -# The current list of contributors is contained -# in the file CONTRIBUTORS included with the source -# code distribution. The list can also be seen at the -# following World Wide Web location: -# http://sources.redhat.com/pthreads-win32/contributors.html -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library in the file COPYING.LIB; -# if not, write to the Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * -------------------------------------------------------------------------- + * + * Pthreads-win32 - POSIX Threads Library for Win32 + * Copyright(C) 1998 John E. Bossom + * Copyright(C) 1999,2003 Pthreads-win32 contributors + * + * Contact Email: rpj@callisto.canberra.edu.au + * + * The current list of contributors is contained + * in the file CONTRIBUTORS included with the source + * code distribution. The list can also be seen at the + * following World Wide Web location: + * http://sources.redhat.com/pthreads-win32/contributors.html + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library in the file COPYING.LIB; + * if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA # diff --git a/tests/barrier1.c b/tests/barrier1.c index 98cef61..5e5b0f0 100644 --- a/tests/barrier1.c +++ b/tests/barrier1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/barrier2.c b/tests/barrier2.c index 1e3755e..271b8ae 100644 --- a/tests/barrier2.c +++ b/tests/barrier2.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/barrier3.c b/tests/barrier3.c index 1db408f..eab2993 100644 --- a/tests/barrier3.c +++ b/tests/barrier3.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/barrier4.c b/tests/barrier4.c index 3be6ef1..c380783 100644 --- a/tests/barrier4.c +++ b/tests/barrier4.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/barrier5.c b/tests/barrier5.c index 3977f03..54aae8e 100644 --- a/tests/barrier5.c +++ b/tests/barrier5.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/benchtest.h b/tests/benchtest.h index f6a6ca5..c04e62e 100644 --- a/tests/benchtest.h +++ b/tests/benchtest.h @@ -3,13 +3,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/benchtest1.c b/tests/benchtest1.c index e9ecbb0..ed127ba 100644 --- a/tests/benchtest1.c +++ b/tests/benchtest1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/benchtest2.c b/tests/benchtest2.c index 9c614b5..b0ac7e4 100644 --- a/tests/benchtest2.c +++ b/tests/benchtest2.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/benchtest3.c b/tests/benchtest3.c index 5e86957..0d1b6dd 100644 --- a/tests/benchtest3.c +++ b/tests/benchtest3.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/benchtest4.c b/tests/benchtest4.c index f769afe..6fc942f 100644 --- a/tests/benchtest4.c +++ b/tests/benchtest4.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/benchtest5.c b/tests/benchtest5.c index 0b48d9f..11ad444 100644 --- a/tests/benchtest5.c +++ b/tests/benchtest5.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/cancel1.c b/tests/cancel1.c index 3e5a2ff..390db9f 100644 --- a/tests/cancel1.c +++ b/tests/cancel1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/cancel2.c b/tests/cancel2.c index 32c48ca..d317ef9 100644 --- a/tests/cancel2.c +++ b/tests/cancel2.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/cancel3.c b/tests/cancel3.c index 1e0f981..ed1df0f 100644 --- a/tests/cancel3.c +++ b/tests/cancel3.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/cancel4.c b/tests/cancel4.c index 631d561..3313ab4 100644 --- a/tests/cancel4.c +++ b/tests/cancel4.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/cancel5.c b/tests/cancel5.c index 6ac938b..808ab14 100644 --- a/tests/cancel5.c +++ b/tests/cancel5.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/cleanup0.c b/tests/cleanup0.c index a5eec4d..03098d3 100644 --- a/tests/cleanup0.c +++ b/tests/cleanup0.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/cleanup1.c b/tests/cleanup1.c index 67f8639..5397297 100644 --- a/tests/cleanup1.c +++ b/tests/cleanup1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/cleanup2.c b/tests/cleanup2.c index b4cd12f..2549b0c 100644 --- a/tests/cleanup2.c +++ b/tests/cleanup2.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/cleanup3.c b/tests/cleanup3.c index cfedb03..dd43ccc 100644 --- a/tests/cleanup3.c +++ b/tests/cleanup3.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/condvar1.c b/tests/condvar1.c index 424e36c..3287780 100644 --- a/tests/condvar1.c +++ b/tests/condvar1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/condvar1_1.c b/tests/condvar1_1.c index 465c9df..0090fc0 100644 --- a/tests/condvar1_1.c +++ b/tests/condvar1_1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/condvar1_2.c b/tests/condvar1_2.c index 4cb7d9d..07b3816 100644 --- a/tests/condvar1_2.c +++ b/tests/condvar1_2.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/condvar2.c b/tests/condvar2.c index 45e9684..982bd7f 100644 --- a/tests/condvar2.c +++ b/tests/condvar2.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/condvar2_1.c b/tests/condvar2_1.c index be0537c..7a61fdf 100644 --- a/tests/condvar2_1.c +++ b/tests/condvar2_1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/condvar3.c b/tests/condvar3.c index b6532ae..aeeb915 100644 --- a/tests/condvar3.c +++ b/tests/condvar3.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/condvar3_1.c b/tests/condvar3_1.c index 9c4e25b..59ba596 100644 --- a/tests/condvar3_1.c +++ b/tests/condvar3_1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/condvar3_2.c b/tests/condvar3_2.c index 055cc82..a5cb848 100644 --- a/tests/condvar3_2.c +++ b/tests/condvar3_2.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/condvar3_3.c b/tests/condvar3_3.c index 1243362..d160f23 100644 --- a/tests/condvar3_3.c +++ b/tests/condvar3_3.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/condvar4.c b/tests/condvar4.c index 8a4081e..a4f3299 100644 --- a/tests/condvar4.c +++ b/tests/condvar4.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/condvar5.c b/tests/condvar5.c index 45e1d61..53311b4 100644 --- a/tests/condvar5.c +++ b/tests/condvar5.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/condvar6.c b/tests/condvar6.c index 81785c6..9587781 100644 --- a/tests/condvar6.c +++ b/tests/condvar6.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/condvar7.c b/tests/condvar7.c index 7629509..e79e0f8 100644 --- a/tests/condvar7.c +++ b/tests/condvar7.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/condvar8.c b/tests/condvar8.c index a083787..4d28f6a 100644 --- a/tests/condvar8.c +++ b/tests/condvar8.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/condvar9.c b/tests/condvar9.c index aa91963..cf31240 100644 --- a/tests/condvar9.c +++ b/tests/condvar9.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/context1.c b/tests/context1.c index 057e549..29005dc 100644 --- a/tests/context1.c +++ b/tests/context1.c @@ -4,15 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/count1.c b/tests/count1.c index d30578d..87114fd 100644 --- a/tests/count1.c +++ b/tests/count1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/create1.c b/tests/create1.c index b649c19..2d7e839 100644 --- a/tests/create1.c +++ b/tests/create1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/create2.c b/tests/create2.c index d23d19f..e69c036 100644 --- a/tests/create2.c +++ b/tests/create2.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/delay1.c b/tests/delay1.c index 44097ed..53d470d 100644 --- a/tests/delay1.c +++ b/tests/delay1.c @@ -4,34 +4,32 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * - * Pthreads-win32 - POSIX Threads Library for Win32 - * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Pthreads-win32 - POSIX Threads Library for Win32 + * Copyright(C) 1998 John E. Bossom + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * - * The current list of contributors is contained - * in the file CONTRIBUTORS included with the source - * code distribution. The list can also be seen at the - * following World Wide Web location: - * http://sources.redhat.com/pthreads-win32/contributors.html + * The current list of contributors is contained + * in the file CONTRIBUTORS included with the source + * code distribution. The list can also be seen at the + * following World Wide Web location: + * http://sources.redhat.com/pthreads-win32/contributors.html * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library in the file COPYING.LIB; - * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library in the file COPYING.LIB; + * if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * -------------------------------------------------------------------------- * diff --git a/tests/delay2.c b/tests/delay2.c index 487b3e9..10ef0f7 100644 --- a/tests/delay2.c +++ b/tests/delay2.c @@ -4,34 +4,32 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * - * Pthreads-win32 - POSIX Threads Library for Win32 - * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Pthreads-win32 - POSIX Threads Library for Win32 + * Copyright(C) 1998 John E. Bossom + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * - * The current list of contributors is contained - * in the file CONTRIBUTORS included with the source - * code distribution. The list can also be seen at the - * following World Wide Web location: - * http://sources.redhat.com/pthreads-win32/contributors.html + * The current list of contributors is contained + * in the file CONTRIBUTORS included with the source + * code distribution. The list can also be seen at the + * following World Wide Web location: + * http://sources.redhat.com/pthreads-win32/contributors.html * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library in the file COPYING.LIB; - * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library in the file COPYING.LIB; + * if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * -------------------------------------------------------------------------- * diff --git a/tests/equal1.c b/tests/equal1.c index ddfe718..75f0a2f 100644 --- a/tests/equal1.c +++ b/tests/equal1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/errno1.c b/tests/errno1.c index e47c0db..f3231f5 100644 --- a/tests/errno1.c +++ b/tests/errno1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/exception1.c b/tests/exception1.c index f8d27e7..9b52636 100644 --- a/tests/exception1.c +++ b/tests/exception1.c @@ -4,34 +4,32 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * - * Pthreads-win32 - POSIX Threads Library for Win32 - * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Pthreads-win32 - POSIX Threads Library for Win32 + * Copyright(C) 1998 John E. Bossom + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * - * The current list of contributors is contained - * in the file CONTRIBUTORS included with the source - * code distribution. The list can also be seen at the - * following World Wide Web location: - * http://sources.redhat.com/pthreads-win32/contributors.html + * The current list of contributors is contained + * in the file CONTRIBUTORS included with the source + * code distribution. The list can also be seen at the + * following World Wide Web location: + * http://sources.redhat.com/pthreads-win32/contributors.html * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library in the file COPYING.LIB; - * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library in the file COPYING.LIB; + * if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * -------------------------------------------------------------------------- * diff --git a/tests/exception2.c b/tests/exception2.c index 35ae606..ed54a57 100644 --- a/tests/exception2.c +++ b/tests/exception2.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/exception3.c b/tests/exception3.c index 915a0e9..af47705 100644 --- a/tests/exception3.c +++ b/tests/exception3.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/exit1.c b/tests/exit1.c index 823e1bd..6565cd0 100644 --- a/tests/exit1.c +++ b/tests/exit1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/exit2.c b/tests/exit2.c index cc09127..50bedd0 100644 --- a/tests/exit2.c +++ b/tests/exit2.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/exit3.c b/tests/exit3.c index 4df45fb..e731800 100644 --- a/tests/exit3.c +++ b/tests/exit3.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/eyal1.c b/tests/eyal1.c index 2890207..0c68521 100644 --- a/tests/eyal1.c +++ b/tests/eyal1.c @@ -3,13 +3,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/inherit1.c b/tests/inherit1.c index f55f958..364aa74 100644 --- a/tests/inherit1.c +++ b/tests/inherit1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/join0.c b/tests/join0.c index 2ab7010..fa48f33 100644 --- a/tests/join0.c +++ b/tests/join0.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/join1.c b/tests/join1.c index 24a62b3..96e3ad3 100644 --- a/tests/join1.c +++ b/tests/join1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/join2.c b/tests/join2.c index 90c8901..5499dbb 100644 --- a/tests/join2.c +++ b/tests/join2.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/kill1.c b/tests/kill1.c index 39e89bc..d1bad37 100644 --- a/tests/kill1.c +++ b/tests/kill1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/loadfree.c b/tests/loadfree.c index 9cb6999..be44d94 100644 --- a/tests/loadfree.c +++ b/tests/loadfree.c @@ -3,13 +3,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/mutex1.c b/tests/mutex1.c index db6a746..5f0a6e4 100644 --- a/tests/mutex1.c +++ b/tests/mutex1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/mutex1e.c b/tests/mutex1e.c index 5a6e5a2..a012ac3 100644 --- a/tests/mutex1e.c +++ b/tests/mutex1e.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/mutex1n.c b/tests/mutex1n.c index 48bbdfd..08ff272 100644 --- a/tests/mutex1n.c +++ b/tests/mutex1n.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/mutex1r.c b/tests/mutex1r.c index 045a1aa..e043998 100644 --- a/tests/mutex1r.c +++ b/tests/mutex1r.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/mutex2.c b/tests/mutex2.c index 0bcee4a..dc580fa 100644 --- a/tests/mutex2.c +++ b/tests/mutex2.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/mutex3.c b/tests/mutex3.c index a6d1758..9418f5a 100644 --- a/tests/mutex3.c +++ b/tests/mutex3.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/mutex4.c b/tests/mutex4.c index 17a98ea..74ec159 100644 --- a/tests/mutex4.c +++ b/tests/mutex4.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/mutex5.c b/tests/mutex5.c index a3813d3..dc66d13 100644 --- a/tests/mutex5.c +++ b/tests/mutex5.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/mutex6.c b/tests/mutex6.c index 9221481..8d655f5 100644 --- a/tests/mutex6.c +++ b/tests/mutex6.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/mutex6e.c b/tests/mutex6e.c index 1b6ca70..b8ff35f 100644 --- a/tests/mutex6e.c +++ b/tests/mutex6e.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/mutex6n.c b/tests/mutex6n.c index 63e6290..80303cf 100644 --- a/tests/mutex6n.c +++ b/tests/mutex6n.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/mutex6r.c b/tests/mutex6r.c index d961934..789d1a1 100644 --- a/tests/mutex6r.c +++ b/tests/mutex6r.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/mutex7.c b/tests/mutex7.c index 316e400..f7f160b 100644 --- a/tests/mutex7.c +++ b/tests/mutex7.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/mutex7e.c b/tests/mutex7e.c index 8d3a2d3..77f4e5f 100644 --- a/tests/mutex7e.c +++ b/tests/mutex7e.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/mutex7n.c b/tests/mutex7n.c index 6d9dd99..71321fe 100644 --- a/tests/mutex7n.c +++ b/tests/mutex7n.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/mutex7r.c b/tests/mutex7r.c index f661145..f08ee2b 100644 --- a/tests/mutex7r.c +++ b/tests/mutex7r.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/once1.c b/tests/once1.c index 63e0c63..9adfbc3 100644 --- a/tests/once1.c +++ b/tests/once1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/priority1.c b/tests/priority1.c index 1865c3e..48af6f7 100644 --- a/tests/priority1.c +++ b/tests/priority1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/priority2.c b/tests/priority2.c index facd6dd..54fd3a0 100644 --- a/tests/priority2.c +++ b/tests/priority2.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/reuse1.c b/tests/reuse1.c index b83dd87..2b74955 100644 --- a/tests/reuse1.c +++ b/tests/reuse1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/reuse2.c b/tests/reuse2.c index 08cdb0f..e517d7a 100644 --- a/tests/reuse2.c +++ b/tests/reuse2.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/rwlock1.c b/tests/rwlock1.c index cebb485..3cfd8f6 100644 --- a/tests/rwlock1.c +++ b/tests/rwlock1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/rwlock2.c b/tests/rwlock2.c index 67b5286..600282d 100644 --- a/tests/rwlock2.c +++ b/tests/rwlock2.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/rwlock2_t.c b/tests/rwlock2_t.c index b0c9998..a6f308f 100644 --- a/tests/rwlock2_t.c +++ b/tests/rwlock2_t.c @@ -4,34 +4,32 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * - * Pthreads-win32 - POSIX Threads Library for Win32 - * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Pthreads-win32 - POSIX Threads Library for Win32 + * Copyright(C) 1998 John E. Bossom + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * - * The current list of contributors is contained - * in the file CONTRIBUTORS included with the source - * code distribution. The list can also be seen at the - * following World Wide Web location: - * http://sources.redhat.com/pthreads-win32/contributors.html + * The current list of contributors is contained + * in the file CONTRIBUTORS included with the source + * code distribution. The list can also be seen at the + * following World Wide Web location: + * http://sources.redhat.com/pthreads-win32/contributors.html * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library in the file COPYING.LIB; - * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library in the file COPYING.LIB; + * if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * -------------------------------------------------------------------------- * diff --git a/tests/rwlock3.c b/tests/rwlock3.c index 65aa379..c0e60a2 100644 --- a/tests/rwlock3.c +++ b/tests/rwlock3.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/rwlock3_t.c b/tests/rwlock3_t.c index ad4ea2c..db93851 100644 --- a/tests/rwlock3_t.c +++ b/tests/rwlock3_t.c @@ -4,34 +4,32 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * - * Pthreads-win32 - POSIX Threads Library for Win32 - * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Pthreads-win32 - POSIX Threads Library for Win32 + * Copyright(C) 1998 John E. Bossom + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * - * The current list of contributors is contained - * in the file CONTRIBUTORS included with the source - * code distribution. The list can also be seen at the - * following World Wide Web location: - * http://sources.redhat.com/pthreads-win32/contributors.html + * The current list of contributors is contained + * in the file CONTRIBUTORS included with the source + * code distribution. The list can also be seen at the + * following World Wide Web location: + * http://sources.redhat.com/pthreads-win32/contributors.html * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library in the file COPYING.LIB; - * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library in the file COPYING.LIB; + * if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * -------------------------------------------------------------------------- * diff --git a/tests/rwlock4.c b/tests/rwlock4.c index 6605bf6..e359843 100644 --- a/tests/rwlock4.c +++ b/tests/rwlock4.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/rwlock4_t.c b/tests/rwlock4_t.c index 68e1420..93c954b 100644 --- a/tests/rwlock4_t.c +++ b/tests/rwlock4_t.c @@ -4,34 +4,32 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * - * Pthreads-win32 - POSIX Threads Library for Win32 - * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Pthreads-win32 - POSIX Threads Library for Win32 + * Copyright(C) 1998 John E. Bossom + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * - * The current list of contributors is contained - * in the file CONTRIBUTORS included with the source - * code distribution. The list can also be seen at the - * following World Wide Web location: - * http://sources.redhat.com/pthreads-win32/contributors.html + * The current list of contributors is contained + * in the file CONTRIBUTORS included with the source + * code distribution. The list can also be seen at the + * following World Wide Web location: + * http://sources.redhat.com/pthreads-win32/contributors.html * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library in the file COPYING.LIB; - * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library in the file COPYING.LIB; + * if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * -------------------------------------------------------------------------- * diff --git a/tests/rwlock5.c b/tests/rwlock5.c index 43e2c6a..87f9f08 100644 --- a/tests/rwlock5.c +++ b/tests/rwlock5.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/rwlock5_t.c b/tests/rwlock5_t.c index dc3cd52..2128f67 100644 --- a/tests/rwlock5_t.c +++ b/tests/rwlock5_t.c @@ -4,34 +4,32 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * - * Pthreads-win32 - POSIX Threads Library for Win32 - * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Pthreads-win32 - POSIX Threads Library for Win32 + * Copyright(C) 1998 John E. Bossom + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * - * The current list of contributors is contained - * in the file CONTRIBUTORS included with the source - * code distribution. The list can also be seen at the - * following World Wide Web location: - * http://sources.redhat.com/pthreads-win32/contributors.html + * The current list of contributors is contained + * in the file CONTRIBUTORS included with the source + * code distribution. The list can also be seen at the + * following World Wide Web location: + * http://sources.redhat.com/pthreads-win32/contributors.html * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library in the file COPYING.LIB; - * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library in the file COPYING.LIB; + * if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * -------------------------------------------------------------------------- * diff --git a/tests/rwlock6.c b/tests/rwlock6.c index 86bedff..eeaced9 100644 --- a/tests/rwlock6.c +++ b/tests/rwlock6.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/rwlock6_t.c b/tests/rwlock6_t.c index bf40258..6e08e0d 100644 --- a/tests/rwlock6_t.c +++ b/tests/rwlock6_t.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/rwlock6_t2.c b/tests/rwlock6_t2.c index 532cc39..09f833c 100644 --- a/tests/rwlock6_t2.c +++ b/tests/rwlock6_t2.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/self1.c b/tests/self1.c index 523314c..5cffac8 100644 --- a/tests/self1.c +++ b/tests/self1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/self2.c b/tests/self2.c index 52f73b8..f8a68c9 100644 --- a/tests/self2.c +++ b/tests/self2.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/semaphore1.c b/tests/semaphore1.c index 1fc60d5..608ea6b 100644 --- a/tests/semaphore1.c +++ b/tests/semaphore1.c @@ -4,34 +4,32 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * - * Pthreads-win32 - POSIX Threads Library for Win32 - * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors - * - * Contact Email: rpj@ise.canberra.edu.au - * - * The current list of contributors is contained - * in the file CONTRIBUTORS included with the source - * code distribution. The list can also be seen at the - * following World Wide Web location: - * http://sources.redhat.com/pthreads-win32/contributors.html - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library in the file COPYING.LIB; - * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Pthreads-win32 - POSIX Threads Library for Win32 + * Copyright(C) 1998 John E. Bossom + * Copyright(C) 1999,2003 Pthreads-win32 contributors + * + * Contact Email: rpj@callisto.canberra.edu.au + * + * The current list of contributors is contained + * in the file CONTRIBUTORS included with the source + * code distribution. The list can also be seen at the + * following World Wide Web location: + * http://sources.redhat.com/pthreads-win32/contributors.html + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library in the file COPYING.LIB; + * if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * -------------------------------------------------------------------------- * diff --git a/tests/semaphore2.c b/tests/semaphore2.c index 855662f..8e264ea 100644 --- a/tests/semaphore2.c +++ b/tests/semaphore2.c @@ -4,32 +4,32 @@ * * -------------------------------------------------------------------------- * - * Pthreads-win32 - POSIX Threads Library for Win32 - * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors - * - * Contact Email: rpj@ise.canberra.edu.au - * - * The current list of contributors is contained - * in the file CONTRIBUTORS included with the source - * code distribution. The list can also be seen at the - * following World Wide Web location: - * http://sources.redhat.com/pthreads-win32/contributors.html - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library in the file COPYING.LIB; - * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Pthreads-win32 - POSIX Threads Library for Win32 + * Copyright(C) 1998 John E. Bossom + * Copyright(C) 1999,2003 Pthreads-win32 contributors + * + * Contact Email: rpj@callisto.canberra.edu.au + * + * The current list of contributors is contained + * in the file CONTRIBUTORS included with the source + * code distribution. The list can also be seen at the + * following World Wide Web location: + * http://sources.redhat.com/pthreads-win32/contributors.html + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library in the file COPYING.LIB; + * if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * -------------------------------------------------------------------------- * diff --git a/tests/spin1.c b/tests/spin1.c index c39ca5a..daea199 100644 --- a/tests/spin1.c +++ b/tests/spin1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/spin2.c b/tests/spin2.c index c38318e..351d8a5 100644 --- a/tests/spin2.c +++ b/tests/spin2.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/spin3.c b/tests/spin3.c index f2c3eaf..f30505c 100644 --- a/tests/spin3.c +++ b/tests/spin3.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/spin4.c b/tests/spin4.c index aabbb28..98dd77d 100644 --- a/tests/spin4.c +++ b/tests/spin4.c @@ -4,34 +4,32 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * - * Pthreads-win32 - POSIX Threads Library for Win32 - * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Pthreads-win32 - POSIX Threads Library for Win32 + * Copyright(C) 1998 John E. Bossom + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * - * The current list of contributors is contained - * in the file CONTRIBUTORS included with the source - * code distribution. The list can also be seen at the - * following World Wide Web location: - * http://sources.redhat.com/pthreads-win32/contributors.html + * The current list of contributors is contained + * in the file CONTRIBUTORS included with the source + * code distribution. The list can also be seen at the + * following World Wide Web location: + * http://sources.redhat.com/pthreads-win32/contributors.html * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library in the file COPYING.LIB; - * if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library in the file COPYING.LIB; + * if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * -------------------------------------------------------------------------- * diff --git a/tests/test.h b/tests/test.h index 9a03890..203e332 100644 --- a/tests/test.h +++ b/tests/test.h @@ -6,13 +6,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/tryentercs.c b/tests/tryentercs.c index fb66449..38aaae5 100644 --- a/tests/tryentercs.c +++ b/tests/tryentercs.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/tryentercs2.c b/tests/tryentercs2.c index 64654d3..5dd1c99 100644 --- a/tests/tryentercs2.c +++ b/tests/tryentercs2.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/tsd1.c b/tests/tsd1.c index 16483a9..dcdda37 100644 --- a/tests/tsd1.c +++ b/tests/tsd1.c @@ -6,13 +6,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/valid1.c b/tests/valid1.c index 95a0da8..3870635 100644 --- a/tests/valid1.c +++ b/tests/valid1.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source diff --git a/tests/valid2.c b/tests/valid2.c index 4b33149..84b94a4 100644 --- a/tests/valid2.c +++ b/tests/valid2.c @@ -4,13 +4,11 @@ * * -------------------------------------------------------------------------- * - * -------------------------------------------------------------------------- - * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2002 Pthreads-win32 contributors + * Copyright(C) 1999,2003 Pthreads-win32 contributors * - * Contact Email: rpj@ise.canberra.edu.au + * Contact Email: rpj@callisto.canberra.edu.au * * The current list of contributors is contained * in the file CONTRIBUTORS included with the source -- cgit v1.2.3