]> granicus.if.org Git - apache/commitdiff
apply Apache License, Version 2.0
authorAndré Malo <nd@apache.org>
Fri, 6 Feb 2004 23:08:00 +0000 (23:08 +0000)
committerAndré Malo <nd@apache.org>
Fri, 6 Feb 2004 23:08:00 +0000 (23:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102526 13f79535-47bb-0310-9956-ffa450edef68

modules/README
test/check_chunked
test/cls.c
test/test-writev.c
test/test_find.c
test/test_parser.c
test/test_select.c
test/time-sem.c

index 51624a67f7e844396b987cbf8f7ef338ec272207..eab7067e0d02a694e27540f2053c7c06d430f4cf 100644 (file)
@@ -45,11 +45,10 @@ proxy/
   This houses the code for the proxy module for Apache.
 
 ssl/
+  This directory houses code for OpenSSL functionality.
 
 test/
   This directory houses modules which test various components 
   of Apache.  You should not compile these into a production
   server.  
 
-tls/
-  This directory houses code for OpenSSL functionality.
index 6a121672113ee584444fd31848d87e8b115ce539..0dd4e365b5bbb638f4131c34112c7a4217d2daa1 100644 (file)
@@ -1,5 +1,20 @@
 #!/usr/bin/perl -w
-
+#
+# Copyright 2000-2004 Apache Software Foundation
+#
+# Licensed 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
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
 # This is meant to be used on the raw output of an HTTP/1.1 connection
 # to check that the chunks are all correctly laid out.  It's easiest
 # to use a tool like netcat to generate the output.  This script
index 91114a784ca4aadcc5c8b0ffdf7ad90c210c012d..c67a7cddb8e5dcc67a26f015e98398fa5835b42b 100644 (file)
@@ -1,3 +1,18 @@
+/* Copyright 2000-2004 Apache Software Foundation
+ *
+ * Licensed 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
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 #include <ctype.h>
 #include <dirent.h>
 #include <stdio.h>
index 852c7017662a6b80b635f721316f8c3883f7abd2..a11418bbe87a59d45c90a7528a68dd3fe288cd63 100644 (file)
@@ -1,3 +1,18 @@
+/* Copyright 2000-2004 Apache Software Foundation
+ *
+ * Licensed 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
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 /*
     test-writev: use this to figure out if your writev() does intelligent
     things on the network.  Some writev()s when given multiple buffers
index e71a5318040331aa69f1c527e7ad70e2038c3621..c8155687cee235b2944113b23c30e6dd5785573e 100644 (file)
@@ -1,3 +1,18 @@
+/* Copyright 2000-2004 Apache Software Foundation
+ *
+ * Licensed 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
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 /* This program tests the ap_find_list_item routine in ../main/util.c.
  *
  * The defines in this sample compile line are specific to Roy's system.
index eef1be45cdc701371ac965b582b4e534b613db64..b6009621b141dd0983c662afa30912ed1c9ff07a 100644 (file)
@@ -1,3 +1,18 @@
+/* Copyright 2000-2004 Apache Software Foundation
+ *
+ * Licensed 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
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 /* This program tests the ap_get_list_item routine in ../main/util.c.
  *
  * The defines in this sample compile line are specific to Roy's system.
index 8c0a6a43634f78b39a957b2842e58536118a6647..d506e3003ac36fe264d760b17ce44ccf0943151e 100644 (file)
@@ -1,3 +1,18 @@
+/* Copyright 2000-2004 Apache Software Foundation
+ *
+ * Licensed 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
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 /* This is just a quick test program to see how long a wait is
  * produced by a select loop with an exponential backoff.
  *
index 89ca2b7e4307346e673637bc11024676aab79fc7..bc5c290442c8ac1ccc62b894245429cbf30964b4 100644 (file)
@@ -1,3 +1,18 @@
+/* Copyright 2000-2004 Apache Software Foundation
+ *
+ * Licensed 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
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 /*
 time-sem.c has the basics of the semaphores we use in http_main.c.  It's
 intended for timing differences between various methods on an