summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2005-02-04 20:44:01 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2005-02-04 20:44:01 +0000
commite38bbe57c30cc4f1ecfcb746fe50b725599a8187 (patch)
tree03c3853b745d9c29e8da6febd6821f8de12c8443 /test
parent9ed91d6391d85c9e6c401dcf826e16460512668d (diff)
downloadlibapr-e38bbe57c30cc4f1ecfcb746fe50b725599a8187.tar.gz
Update copyright year to 2005 and standardize on current copyright owner line.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@151412 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/abts_tests.h3
-rw-r--r--test/globalmutexchild.c3
-rw-r--r--test/internal/testregex.c3
-rw-r--r--test/internal/testucs.c3
-rw-r--r--test/mod_test.c3
-rw-r--r--test/readchild.c3
-rw-r--r--test/sendfile.c3
-rw-r--r--test/sockchild.c3
-rw-r--r--test/testargs.c3
-rw-r--r--test/testatomic.c3
-rw-r--r--test/testdir.c3
-rw-r--r--test/testdso.c3
-rw-r--r--test/testdup.c3
-rw-r--r--test/testenv.c3
-rw-r--r--test/testfile.c3
-rw-r--r--test/testfilecopy.c3
-rw-r--r--test/testfileinfo.c3
-rw-r--r--test/testflock.c3
-rw-r--r--test/testflock.h3
-rw-r--r--test/testfmt.c3
-rw-r--r--test/testfnmatch.c3
-rw-r--r--test/testglobalmutex.c3
-rw-r--r--test/testglobalmutex.h3
-rw-r--r--test/testhash.c3
-rw-r--r--test/testipsub.c3
-rw-r--r--test/testlock.c3
-rw-r--r--test/testlockperf.c3
-rw-r--r--test/testmmap.c3
-rw-r--r--test/testmutexscope.c3
-rw-r--r--test/testnames.c3
-rw-r--r--test/testoc.c3
-rw-r--r--test/testpath.c3
-rw-r--r--test/testpipe.c3
-rw-r--r--test/testpoll.c3
-rw-r--r--test/testpools.c3
-rw-r--r--test/testproc.c3
-rw-r--r--test/testprocmutex.c3
-rw-r--r--test/testrand.c3
-rw-r--r--test/testrand2.c3
-rw-r--r--test/testshm.c3
-rw-r--r--test/testshm.h3
-rw-r--r--test/testshmconsumer.c3
-rw-r--r--test/testshmproducer.c3
-rw-r--r--test/testsleep.c3
-rw-r--r--test/testsock.c3
-rw-r--r--test/testsock.h3
-rw-r--r--test/testsockets.c3
-rw-r--r--test/testsockopt.c3
-rw-r--r--test/teststr.c3
-rw-r--r--test/teststrnatcmp.c3
-rw-r--r--test/testtable.c3
-rw-r--r--test/testtemp.c3
-rw-r--r--test/testthread.c3
-rw-r--r--test/testtime.c3
-rw-r--r--test/testud.c3
-rw-r--r--test/testuser.c3
-rw-r--r--test/testutil.c3
-rw-r--r--test/testutil.h3
-rw-r--r--test/testvsn.c3
-rw-r--r--test/tryread.c3
60 files changed, 120 insertions, 60 deletions
diff --git a/test/abts_tests.h b/test/abts_tests.h
index 18ef20773..744204d0c 100644
--- a/test/abts_tests.h
+++ b/test/abts_tests.h
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/globalmutexchild.c b/test/globalmutexchild.c
index 6c8924f10..e26d0a809 100644
--- a/test/globalmutexchild.c
+++ b/test/globalmutexchild.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/internal/testregex.c b/test/internal/testregex.c
index 3b68a4019..0103d4482 100644
--- a/test/internal/testregex.c
+++ b/test/internal/testregex.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/internal/testucs.c b/test/internal/testucs.c
index 9212538eb..80e345450 100644
--- a/test/internal/testucs.c
+++ b/test/internal/testucs.c
@@ -1,4 +1,5 @@
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/mod_test.c b/test/mod_test.c
index 3b4c12f66..5184d78c1 100644
--- a/test/mod_test.c
+++ b/test/mod_test.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/readchild.c b/test/readchild.c
index 2cc274591..82ef82f66 100644
--- a/test/readchild.c
+++ b/test/readchild.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/sendfile.c b/test/sendfile.c
index 1ee1adc83..efe1b8918 100644
--- a/test/sendfile.c
+++ b/test/sendfile.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/sockchild.c b/test/sockchild.c
index 0e156327f..c81ec4a3f 100644
--- a/test/sockchild.c
+++ b/test/sockchild.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testargs.c b/test/testargs.c
index 6c136aac4..9dc68beb5 100644
--- a/test/testargs.c
+++ b/test/testargs.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testatomic.c b/test/testatomic.c
index 62fc4c60e..95f31119c 100644
--- a/test/testatomic.c
+++ b/test/testatomic.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testdir.c b/test/testdir.c
index 0bb5f3b5a..bc2ca9ae6 100644
--- a/test/testdir.c
+++ b/test/testdir.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testdso.c b/test/testdso.c
index 8f67fccd5..5187cdd25 100644
--- a/test/testdso.c
+++ b/test/testdso.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testdup.c b/test/testdup.c
index 7f4409ea4..9e025069c 100644
--- a/test/testdup.c
+++ b/test/testdup.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testenv.c b/test/testenv.c
index 592f59ccd..4d6f55c1c 100644
--- a/test/testenv.c
+++ b/test/testenv.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testfile.c b/test/testfile.c
index 4d7dee62c..508ebaf9f 100644
--- a/test/testfile.c
+++ b/test/testfile.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testfilecopy.c b/test/testfilecopy.c
index 21db4bcac..96b24d7ff 100644
--- a/test/testfilecopy.c
+++ b/test/testfilecopy.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testfileinfo.c b/test/testfileinfo.c
index abb089201..de5415f11 100644
--- a/test/testfileinfo.c
+++ b/test/testfileinfo.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testflock.c b/test/testflock.c
index dc679e2e7..61e469d37 100644
--- a/test/testflock.c
+++ b/test/testflock.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testflock.h b/test/testflock.h
index a2020ae2f..0c1fd1852 100644
--- a/test/testflock.h
+++ b/test/testflock.h
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testfmt.c b/test/testfmt.c
index 9d40a1c03..6cc2c3db4 100644
--- a/test/testfmt.c
+++ b/test/testfmt.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testfnmatch.c b/test/testfnmatch.c
index ea7188917..3b01b0f31 100644
--- a/test/testfnmatch.c
+++ b/test/testfnmatch.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testglobalmutex.c b/test/testglobalmutex.c
index 1a7901ab2..ccd7d7bea 100644
--- a/test/testglobalmutex.c
+++ b/test/testglobalmutex.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testglobalmutex.h b/test/testglobalmutex.h
index a8e5b629a..87581a2de 100644
--- a/test/testglobalmutex.h
+++ b/test/testglobalmutex.h
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testhash.c b/test/testhash.c
index 61e9f2615..b2e2b0ac4 100644
--- a/test/testhash.c
+++ b/test/testhash.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testipsub.c b/test/testipsub.c
index caf1d46cc..a5743b0ae 100644
--- a/test/testipsub.c
+++ b/test/testipsub.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testlock.c b/test/testlock.c
index 6fef9b713..8e7943dde 100644
--- a/test/testlock.c
+++ b/test/testlock.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testlockperf.c b/test/testlockperf.c
index ea2da4394..c0c7236f1 100644
--- a/test/testlockperf.c
+++ b/test/testlockperf.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testmmap.c b/test/testmmap.c
index 96de1abf3..917ab31f3 100644
--- a/test/testmmap.c
+++ b/test/testmmap.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testmutexscope.c b/test/testmutexscope.c
index 87c135dad..087f15d1c 100644
--- a/test/testmutexscope.c
+++ b/test/testmutexscope.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testnames.c b/test/testnames.c
index e0f7ec822..b47cd43c6 100644
--- a/test/testnames.c
+++ b/test/testnames.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testoc.c b/test/testoc.c
index 335acab8a..b20393b37 100644
--- a/test/testoc.c
+++ b/test/testoc.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testpath.c b/test/testpath.c
index 68fa3798c..4ada86c62 100644
--- a/test/testpath.c
+++ b/test/testpath.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testpipe.c b/test/testpipe.c
index 5e9a339ee..402aa257e 100644
--- a/test/testpipe.c
+++ b/test/testpipe.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testpoll.c b/test/testpoll.c
index 690884a91..ebcb8acd9 100644
--- a/test/testpoll.c
+++ b/test/testpoll.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testpools.c b/test/testpools.c
index 5ef6a7ef3..2e81c154b 100644
--- a/test/testpools.c
+++ b/test/testpools.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testproc.c b/test/testproc.c
index 259286f12..68aa5a211 100644
--- a/test/testproc.c
+++ b/test/testproc.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testprocmutex.c b/test/testprocmutex.c
index 407a7d9f7..0b7b1310e 100644
--- a/test/testprocmutex.c
+++ b/test/testprocmutex.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testrand.c b/test/testrand.c
index ceb127f14..ca94b60b9 100644
--- a/test/testrand.c
+++ b/test/testrand.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testrand2.c b/test/testrand2.c
index 8d5b7b07c..6dd7b5d6c 100644
--- a/test/testrand2.c
+++ b/test/testrand2.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testshm.c b/test/testshm.c
index 189f62440..7329aa6de 100644
--- a/test/testshm.c
+++ b/test/testshm.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testshm.h b/test/testshm.h
index bb12f7c42..e61b315be 100644
--- a/test/testshm.h
+++ b/test/testshm.h
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testshmconsumer.c b/test/testshmconsumer.c
index 14db1f5e7..bede62fe8 100644
--- a/test/testshmconsumer.c
+++ b/test/testshmconsumer.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testshmproducer.c b/test/testshmproducer.c
index 93cb5b5ca..dbab1298f 100644
--- a/test/testshmproducer.c
+++ b/test/testshmproducer.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testsleep.c b/test/testsleep.c
index d933cdf73..38a3b354d 100644
--- a/test/testsleep.c
+++ b/test/testsleep.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testsock.c b/test/testsock.c
index e541da2ed..e6c8280ca 100644
--- a/test/testsock.c
+++ b/test/testsock.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testsock.h b/test/testsock.h
index bf52178e8..243cbf9ee 100644
--- a/test/testsock.h
+++ b/test/testsock.h
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testsockets.c b/test/testsockets.c
index d6ed4bb5a..69fdf1e5b 100644
--- a/test/testsockets.c
+++ b/test/testsockets.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testsockopt.c b/test/testsockopt.c
index 1a97c1454..28d4fe31d 100644
--- a/test/testsockopt.c
+++ b/test/testsockopt.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/teststr.c b/test/teststr.c
index 99aa8af41..490d5e184 100644
--- a/test/teststr.c
+++ b/test/teststr.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/teststrnatcmp.c b/test/teststrnatcmp.c
index bd25cb313..c0b92d619 100644
--- a/test/teststrnatcmp.c
+++ b/test/teststrnatcmp.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testtable.c b/test/testtable.c
index 82a0120c2..8803a7173 100644
--- a/test/testtable.c
+++ b/test/testtable.c
@@ -1,4 +1,5 @@
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testtemp.c b/test/testtemp.c
index 03bcfb436..bff48d253 100644
--- a/test/testtemp.c
+++ b/test/testtemp.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testthread.c b/test/testthread.c
index 8a49e82cd..44ed57b28 100644
--- a/test/testthread.c
+++ b/test/testthread.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testtime.c b/test/testtime.c
index 9803ebdfd..4ba09e2dc 100644
--- a/test/testtime.c
+++ b/test/testtime.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testud.c b/test/testud.c
index 8c66d023a..ef9a61b32 100644
--- a/test/testud.c
+++ b/test/testud.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testuser.c b/test/testuser.c
index b3ca3e16f..a2ccb887e 100644
--- a/test/testuser.c
+++ b/test/testuser.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testutil.c b/test/testutil.c
index 51f0326b6..44c0b6b58 100644
--- a/test/testutil.c
+++ b/test/testutil.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testutil.h b/test/testutil.h
index 3e6118db6..76dd8d912 100644
--- a/test/testutil.h
+++ b/test/testutil.h
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/testvsn.c b/test/testvsn.c
index 32c0bd5b3..1840b7ac5 100644
--- a/test/testvsn.c
+++ b/test/testvsn.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/tryread.c b/test/tryread.c
index 845588068..26274ca5e 100644
--- a/test/tryread.c
+++ b/test/tryread.c
@@ -1,4 +1,5 @@
-/* Copyright 2000-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.