summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2006-08-03 10:55:31 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2006-08-03 10:55:31 +0000
commit217ebd4793d6ad3301790bb581a786284073202c (patch)
treee3b6fdf96d6ffa2facf3889726abb2d208ac8b6c /test
parent1d93901c973a3cc753ba1653fce7f65699aa3f71 (diff)
downloadlibapr-217ebd4793d6ad3301790bb581a786284073202c.tar.gz
Fix the typo.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@428317 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/abts_tests.h2
-rw-r--r--test/echod.c2
-rw-r--r--test/globalmutexchild.c2
-rw-r--r--test/internal/testregex.c2
-rw-r--r--test/internal/testucs.c2
-rw-r--r--test/mod_test.c2
-rw-r--r--test/readchild.c2
-rw-r--r--test/sendfile.c2
-rw-r--r--test/sockchild.c2
-rw-r--r--test/sockperf.c2
-rw-r--r--test/testargs.c2
-rw-r--r--test/testatomic.c2
-rw-r--r--test/testdir.c2
-rw-r--r--test/testdso.c2
-rw-r--r--test/testdup.c2
-rw-r--r--test/testenv.c2
-rw-r--r--test/testfile.c2
-rw-r--r--test/testfilecopy.c2
-rw-r--r--test/testfileinfo.c2
-rw-r--r--test/testflock.c2
-rw-r--r--test/testflock.h2
-rw-r--r--test/testfmt.c2
-rw-r--r--test/testfnmatch.c2
-rw-r--r--test/testglobalmutex.c2
-rw-r--r--test/testglobalmutex.h2
-rw-r--r--test/testhash.c2
-rw-r--r--test/testipsub.c2
-rw-r--r--test/testlfs.c2
-rw-r--r--test/testlock.c2
-rw-r--r--test/testlockperf.c2
-rw-r--r--test/testmmap.c2
-rw-r--r--test/testmutexscope.c2
-rw-r--r--test/testnames.c2
-rw-r--r--test/testoc.c2
-rw-r--r--test/testpath.c2
-rw-r--r--test/testpipe.c2
-rw-r--r--test/testpoll.c2
-rw-r--r--test/testpools.c2
-rw-r--r--test/testproc.c2
-rw-r--r--test/testprocmutex.c2
-rw-r--r--test/testrand.c2
-rw-r--r--test/testrand2.c2
-rw-r--r--test/testshm.c2
-rw-r--r--test/testshm.h2
-rw-r--r--test/testshmconsumer.c2
-rw-r--r--test/testshmproducer.c2
-rw-r--r--test/testsleep.c2
-rw-r--r--test/testsock.c2
-rw-r--r--test/testsock.h2
-rw-r--r--test/testsockets.c2
-rw-r--r--test/testsockopt.c2
-rw-r--r--test/teststr.c2
-rw-r--r--test/teststrnatcmp.c2
-rw-r--r--test/testtable.c2
-rw-r--r--test/testtemp.c2
-rw-r--r--test/testthread.c2
-rw-r--r--test/testtime.c2
-rw-r--r--test/testud.c2
-rw-r--r--test/testuser.c2
-rw-r--r--test/testutil.c2
-rw-r--r--test/testutil.h2
-rw-r--r--test/testvsn.c2
-rw-r--r--test/tryread.c2
63 files changed, 63 insertions, 63 deletions
diff --git a/test/abts_tests.h b/test/abts_tests.h
index 1dc788428..83e847177 100644
--- a/test/abts_tests.h
+++ b/test/abts_tests.h
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/echod.c b/test/echod.c
index adcd2b796..c78e90fd5 100644
--- a/test/echod.c
+++ b/test/echod.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/globalmutexchild.c b/test/globalmutexchild.c
index 3a16fa477..4b8737b02 100644
--- a/test/globalmutexchild.c
+++ b/test/globalmutexchild.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/internal/testregex.c b/test/internal/testregex.c
index 3b08b78e0..20dcfdebe 100644
--- a/test/internal/testregex.c
+++ b/test/internal/testregex.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/internal/testucs.c b/test/internal/testucs.c
index 0f42470c8..ca735d233 100644
--- a/test/internal/testucs.c
+++ b/test/internal/testucs.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/mod_test.c b/test/mod_test.c
index 7fa4f9b72..2178e9405 100644
--- a/test/mod_test.c
+++ b/test/mod_test.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/readchild.c b/test/readchild.c
index f9b3b6a36..f8443cceb 100644
--- a/test/readchild.c
+++ b/test/readchild.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/sendfile.c b/test/sendfile.c
index dd2414197..488d26481 100644
--- a/test/sendfile.c
+++ b/test/sendfile.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/sockchild.c b/test/sockchild.c
index 18ee8bdf8..5c15d113f 100644
--- a/test/sockchild.c
+++ b/test/sockchild.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/sockperf.c b/test/sockperf.c
index 8c7d1b127..a9fcedb86 100644
--- a/test/sockperf.c
+++ b/test/sockperf.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testargs.c b/test/testargs.c
index 2c161b3a3..cb501924f 100644
--- a/test/testargs.c
+++ b/test/testargs.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testatomic.c b/test/testatomic.c
index 58dd9edfd..b2c8d16df 100644
--- a/test/testatomic.c
+++ b/test/testatomic.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testdir.c b/test/testdir.c
index 5e3b120ae..82f145d6f 100644
--- a/test/testdir.c
+++ b/test/testdir.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testdso.c b/test/testdso.c
index 30309e7a8..b87bdf70e 100644
--- a/test/testdso.c
+++ b/test/testdso.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testdup.c b/test/testdup.c
index 299fe8736..9d064ec0d 100644
--- a/test/testdup.c
+++ b/test/testdup.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testenv.c b/test/testenv.c
index d1c4d3a97..6d9dacd16 100644
--- a/test/testenv.c
+++ b/test/testenv.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testfile.c b/test/testfile.c
index 72497f1b3..0244aa11a 100644
--- a/test/testfile.c
+++ b/test/testfile.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testfilecopy.c b/test/testfilecopy.c
index ad544ae31..5b64bc053 100644
--- a/test/testfilecopy.c
+++ b/test/testfilecopy.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testfileinfo.c b/test/testfileinfo.c
index aad1f9bb4..ea58e12cd 100644
--- a/test/testfileinfo.c
+++ b/test/testfileinfo.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testflock.c b/test/testflock.c
index 34f1f8314..6eac94a7a 100644
--- a/test/testflock.c
+++ b/test/testflock.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testflock.h b/test/testflock.h
index f186a0143..554a0ce56 100644
--- a/test/testflock.h
+++ b/test/testflock.h
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testfmt.c b/test/testfmt.c
index db89d4c4a..30b6155d5 100644
--- a/test/testfmt.c
+++ b/test/testfmt.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testfnmatch.c b/test/testfnmatch.c
index 926b389e3..b54502fd2 100644
--- a/test/testfnmatch.c
+++ b/test/testfnmatch.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testglobalmutex.c b/test/testglobalmutex.c
index 6bcdf5d62..a10742d92 100644
--- a/test/testglobalmutex.c
+++ b/test/testglobalmutex.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testglobalmutex.h b/test/testglobalmutex.h
index 1c6ce5c9d..027062843 100644
--- a/test/testglobalmutex.h
+++ b/test/testglobalmutex.h
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testhash.c b/test/testhash.c
index 51ec9e26e..c9b1cdb07 100644
--- a/test/testhash.c
+++ b/test/testhash.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testipsub.c b/test/testipsub.c
index d2192ccd9..1411cd05a 100644
--- a/test/testipsub.c
+++ b/test/testipsub.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testlfs.c b/test/testlfs.c
index 2b2f625b7..694e0ea6b 100644
--- a/test/testlfs.c
+++ b/test/testlfs.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testlock.c b/test/testlock.c
index e331e3c16..dddb52f76 100644
--- a/test/testlock.c
+++ b/test/testlock.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testlockperf.c b/test/testlockperf.c
index f1884fee2..e0bf75ae8 100644
--- a/test/testlockperf.c
+++ b/test/testlockperf.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testmmap.c b/test/testmmap.c
index ab0c5857c..69fc85c68 100644
--- a/test/testmmap.c
+++ b/test/testmmap.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testmutexscope.c b/test/testmutexscope.c
index ba3df0b06..0ea08cc63 100644
--- a/test/testmutexscope.c
+++ b/test/testmutexscope.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testnames.c b/test/testnames.c
index 65474ada4..39e2e7c4f 100644
--- a/test/testnames.c
+++ b/test/testnames.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testoc.c b/test/testoc.c
index 5727bc2cd..9dbaff8c3 100644
--- a/test/testoc.c
+++ b/test/testoc.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testpath.c b/test/testpath.c
index f9b13c17e..b05ae9917 100644
--- a/test/testpath.c
+++ b/test/testpath.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testpipe.c b/test/testpipe.c
index 962d72e8a..fcac4d25a 100644
--- a/test/testpipe.c
+++ b/test/testpipe.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testpoll.c b/test/testpoll.c
index 208308e7d..36dd8a06b 100644
--- a/test/testpoll.c
+++ b/test/testpoll.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testpools.c b/test/testpools.c
index 88fb53d3d..cb45552e7 100644
--- a/test/testpools.c
+++ b/test/testpools.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testproc.c b/test/testproc.c
index dab0b773e..b025c8e59 100644
--- a/test/testproc.c
+++ b/test/testproc.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testprocmutex.c b/test/testprocmutex.c
index 4bcda6f95..78b2efc4c 100644
--- a/test/testprocmutex.c
+++ b/test/testprocmutex.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testrand.c b/test/testrand.c
index 1b23e8960..7c8a41fe7 100644
--- a/test/testrand.c
+++ b/test/testrand.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testrand2.c b/test/testrand2.c
index 7f6e0b033..39f761b2c 100644
--- a/test/testrand2.c
+++ b/test/testrand2.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testshm.c b/test/testshm.c
index ab6d48590..3691dd52c 100644
--- a/test/testshm.c
+++ b/test/testshm.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testshm.h b/test/testshm.h
index eea99db99..5b24a9d42 100644
--- a/test/testshm.h
+++ b/test/testshm.h
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testshmconsumer.c b/test/testshmconsumer.c
index eba36e591..6a2a3c30d 100644
--- a/test/testshmconsumer.c
+++ b/test/testshmconsumer.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testshmproducer.c b/test/testshmproducer.c
index 56975155e..58eb94fcd 100644
--- a/test/testshmproducer.c
+++ b/test/testshmproducer.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testsleep.c b/test/testsleep.c
index ad328a9ad..eff24ddf6 100644
--- a/test/testsleep.c
+++ b/test/testsleep.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testsock.c b/test/testsock.c
index 9717e5434..60dd81379 100644
--- a/test/testsock.c
+++ b/test/testsock.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testsock.h b/test/testsock.h
index e83dbec10..12a44f765 100644
--- a/test/testsock.h
+++ b/test/testsock.h
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testsockets.c b/test/testsockets.c
index d2874ef7a..7a8a663bd 100644
--- a/test/testsockets.c
+++ b/test/testsockets.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testsockopt.c b/test/testsockopt.c
index e2956d3f4..203e2c39f 100644
--- a/test/testsockopt.c
+++ b/test/testsockopt.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/teststr.c b/test/teststr.c
index ccfa1175a..680f9edce 100644
--- a/test/teststr.c
+++ b/test/teststr.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/teststrnatcmp.c b/test/teststrnatcmp.c
index 0639cd698..3a5e4c67b 100644
--- a/test/teststrnatcmp.c
+++ b/test/teststrnatcmp.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testtable.c b/test/testtable.c
index 9cbde394a..d377eaf5a 100644
--- a/test/testtable.c
+++ b/test/testtable.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testtemp.c b/test/testtemp.c
index 991bd0e62..1f1143ee3 100644
--- a/test/testtemp.c
+++ b/test/testtemp.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testthread.c b/test/testthread.c
index 7724e0618..f3df36786 100644
--- a/test/testthread.c
+++ b/test/testthread.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testtime.c b/test/testtime.c
index b970ab450..84b477269 100644
--- a/test/testtime.c
+++ b/test/testtime.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testud.c b/test/testud.c
index a44c0d251..77cd28faa 100644
--- a/test/testud.c
+++ b/test/testud.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testuser.c b/test/testuser.c
index b6f847e1b..2029bea84 100644
--- a/test/testuser.c
+++ b/test/testuser.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testutil.c b/test/testutil.c
index e07c9a146..c433e92c3 100644
--- a/test/testutil.c
+++ b/test/testutil.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testutil.h b/test/testutil.h
index 8da709f50..96394c5eb 100644
--- a/test/testutil.h
+++ b/test/testutil.h
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/testvsn.c b/test/testvsn.c
index 88794e4f9..dbc218a13 100644
--- a/test/testvsn.c
+++ b/test/testvsn.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
diff --git a/test/tryread.c b/test/tryread.c
index 9a874a83e..729f8e699 100644
--- a/test/tryread.c
+++ b/test/tryread.c
@@ -1,7 +1,7 @@
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * The AF licenses this file to You under the Apache License, Version 2.0
+ * The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*