]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
apply Apache License, Version 2.0
authorAndré Malo <nd@apache.org>
Fri, 20 Feb 2004 22:23:28 +0000 (22:23 +0000)
committerAndré Malo <nd@apache.org>
Fri, 20 Feb 2004 22:23:28 +0000 (22:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@102704 13f79535-47bb-0310-9956-ffa450edef68

src/test/check_chunked
src/test/cls.c
src/test/test-writev.c
src/test/test_date.c
src/test/test_find.c
src/test/test_parser.c
src/test/test_select.c
src/test/time-sem.c
src/test/vhtest/runtest

index 6a121672113ee584444fd31848d87e8b115ce539..4dc57a7905e8116d7d5d39e1a20e2ccbfd1eb8ed 100755 (executable)
@@ -1,5 +1,20 @@
 #!/usr/bin/perl -w
-
+#
+# Copyright 1999-2004 The 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..4f7a5551052eef930229ad662f16f5dc6c5dc6d9 100644 (file)
@@ -1,3 +1,18 @@
+/* Copyright 1999-2004 The 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..9705f671f81d65a31e7536e711c336843637f1cf 100644 (file)
@@ -1,3 +1,18 @@
+/* Copyright 1999-2004 The 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 4beaf7943b5a6b1f1b5984c3c33978c7f764cb57..beed54ed574b5707ae0b5b5411134107649e9f8f 100644 (file)
@@ -1,3 +1,18 @@
+/* Copyright 1999-2004 The 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 parseHTTPdate routine in ../main/util_date.c.
  *
  * It is only semiautomated in that I would run it, modify the code to
index d07782f8788a8a0759bbee8e1a7df5d911277e96..bcc6427551c0d57249830b3283ef9512b010e252 100644 (file)
@@ -1,3 +1,18 @@
+/* Copyright 1999-2004 The 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 d0d33d90aee2b948ff2da8e744a6c2ad0382c3a1..7dcb36cc1d8c4652b175af765cb9dfb13dfe97a2 100644 (file)
@@ -1,3 +1,18 @@
+/* Copyright 1999-2004 The 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..f7b1edc1782a60d67aaa84a04edc74060041063a 100644 (file)
@@ -1,3 +1,18 @@
+/* Copyright 1999-2004 The 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 8bf67c72546fefafa42998b15bdcc96dc47b5cda..145a524baa593508815204b1a6dbc301466b0d37 100644 (file)
@@ -1,3 +1,18 @@
+/* Copyright 1999-2004 The 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
index e281ec265ac52fca6c0cc790e84bf0c25c7bab30..d3cd3b250de393bef3064407ffcfc50aba727d55 100755 (executable)
@@ -1,4 +1,19 @@
 #!/bin/sh
+#
+# Copyright 1999-2004 The 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.
+
 
 if [ $# -lt 1 ]; then
     echo "usage: runtest /path/to/httpd" 1>&2