martin 97/10/22 13:30:49
Modified: src/main alloc.c alloc.h buff.c buff.h conf.h
http_conf_globals.h http_config.c http_config.h
http_core.c http_core.h http_log.c http_log.h
http_main.c http_main.h http_protocol.c
http_protocol.h http_request.c http_request.h
http_vhost.c http_vhost.h httpd.h md5.h md5c.c
rfc1413.c rfc1413.h scoreboard.h util.c util_date.c
util_date.h util_md5.c util_md5.h util_script.c
util_script.h util_snprintf.c
src/modules/example mod_example.c
src/modules/proxy mod_proxy.c mod_proxy.h proxy_cache.c
proxy_connect.c proxy_ftp.c proxy_http.c
proxy_util.c
src/modules/standard mod_access.c mod_actions.c mod_alias.c
mod_asis.c mod_auth.c mod_auth_anon.c mod_auth_db.c
mod_auth_dbm.c mod_autoindex.c mod_cern_meta.c
mod_cgi.c mod_digest.c mod_dir.c mod_dld.c
mod_env.c mod_expires.c mod_headers.c mod_imap.c
mod_include.c mod_info.c mod_log_agent.c
mod_log_config.c mod_log_referer.c mod_mime.c
mod_mime_magic.c mod_negotiation.c mod_rewrite.c
mod_rewrite.h mod_setenvif.c mod_speling.c
mod_status.c mod_unique_id.c mod_userdir.c
mod_usertrack.c
src/os/win32 mod_dll.c mod_isapi.c
src/support apachectl dbmmanage htpasswd.1 httpd.8
log_server_status suexec.c suexec.h
Log:
Added apache EMail address to all Apache License Headers
Revision Changes Path
1.55 +2 -1 apachen/src/main/alloc.c
Index: alloc.c
===================================================================
RCS file: /home/cvs/apachen/src/main/alloc.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -u -r1.54 -r1.55
--- alloc.c 1997/10/20 20:31:58 1.54
+++ alloc.c 1997/10/22 20:29:31 1.55
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.35 +2 -1 apachen/src/main/alloc.h
Index: alloc.h
===================================================================
RCS file: /home/cvs/apachen/src/main/alloc.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -u -r1.34 -r1.35
--- alloc.h 1997/09/14 11:36:33 1.34
+++ alloc.h 1997/10/22 20:29:32 1.35
@@ -21,7 +21,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.47 +2 -1 apachen/src/main/buff.c
Index: buff.c
===================================================================
RCS file: /home/cvs/apachen/src/main/buff.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -u -r1.46 -r1.47
--- buff.c 1997/09/25 01:03:19 1.46
+++ buff.c 1997/10/22 20:29:32 1.47
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.27 +2 -1 apachen/src/main/buff.h
Index: buff.h
===================================================================
RCS file: /home/cvs/apachen/src/main/buff.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -u -r1.26 -r1.27
--- buff.h 1997/10/07 05:38:45 1.26
+++ buff.h 1997/10/22 20:29:33 1.27
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.149 +2 -1 apachen/src/main/conf.h
Index: conf.h
===================================================================
RCS file: /home/cvs/apachen/src/main/conf.h,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -u -r1.148 -r1.149
--- conf.h 1997/10/21 09:12:11 1.148
+++ conf.h 1997/10/22 20:29:34 1.149
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.19 +2 -1 apachen/src/main/http_conf_globals.h
Index: http_conf_globals.h
===================================================================
RCS file: /home/cvs/apachen/src/main/http_conf_globals.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -u -r1.18 -r1.19
--- http_conf_globals.h 1997/10/07 19:33:57 1.18
+++ http_conf_globals.h 1997/10/22 20:29:34 1.19
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.83 +2 -1 apachen/src/main/http_config.c
Index: http_config.c
===================================================================
RCS file: /home/cvs/apachen/src/main/http_config.c,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -u -r1.82 -r1.83
--- http_config.c 1997/10/20 12:06:34 1.82
+++ http_config.c 1997/10/22 20:29:35 1.83
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.53 +2 -1 apachen/src/main/http_config.h
Index: http_config.h
===================================================================
RCS file: /home/cvs/apachen/src/main/http_config.h,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -u -r1.52 -r1.53
--- http_config.h 1997/10/07 19:33:59 1.52
+++ http_config.h 1997/10/22 20:29:36 1.53
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.131 +2 -1 apachen/src/main/http_core.c
Index: http_core.c
===================================================================
RCS file: /home/cvs/apachen/src/main/http_core.c,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -u -r1.130 -r1.131
--- http_core.c 1997/10/22 17:08:47 1.130
+++ http_core.c 1997/10/22 20:29:37 1.131
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.29 +2 -1 apachen/src/main/http_core.h
Index: http_core.h
===================================================================
RCS file: /home/cvs/apachen/src/main/http_core.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -u -r1.28 -r1.29
--- http_core.h 1997/08/25 02:00:39 1.28
+++ http_core.h 1997/10/22 20:29:37 1.29
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.41 +2 -1 apachen/src/main/http_log.c
Index: http_log.c
===================================================================
RCS file: /home/cvs/apachen/src/main/http_log.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -u -r1.40 -r1.41
--- http_log.c 1997/10/07 05:27:05 1.40
+++ http_log.c 1997/10/22 20:29:38 1.41
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.19 +2 -1 apachen/src/main/http_log.h
Index: http_log.h
===================================================================
RCS file: /home/cvs/apachen/src/main/http_log.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -u -r1.18 -r1.19
--- http_log.h 1997/10/07 05:27:05 1.18
+++ http_log.h 1997/10/22 20:29:39 1.19
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.237 +2 -1 apachen/src/main/http_main.c
Index: http_main.c
===================================================================
RCS file: /home/cvs/apachen/src/main/http_main.c,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -u -r1.236 -r1.237
--- http_main.c 1997/10/22 16:43:05 1.236
+++ http_main.c 1997/10/22 20:29:40 1.237
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.20 +2 -1 apachen/src/main/http_main.h
Index: http_main.h
===================================================================
RCS file: /home/cvs/apachen/src/main/http_main.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -u -r1.19 -r1.20
--- http_main.h 1997/09/14 11:09:33 1.19
+++ http_main.h 1997/10/22 20:29:41 1.20
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.168 +2 -1 apachen/src/main/http_protocol.c
Index: http_protocol.c
===================================================================
RCS file: /home/cvs/apachen/src/main/http_protocol.c,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -u -r1.167 -r1.168
--- http_protocol.c 1997/10/21 15:40:13 1.167
+++ http_protocol.c 1997/10/22 20:29:41 1.168
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.31 +2 -1 apachen/src/main/http_protocol.h
Index: http_protocol.h
===================================================================
RCS file: /home/cvs/apachen/src/main/http_protocol.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -u -r1.30 -r1.31
--- http_protocol.h 1997/10/07 05:38:46 1.30
+++ http_protocol.h 1997/10/22 20:29:44 1.31
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.91 +2 -1 apachen/src/main/http_request.c
Index: http_request.c
===================================================================
RCS file: /home/cvs/apachen/src/main/http_request.c,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -u -r1.90 -r1.91
--- http_request.c 1997/10/21 15:40:14 1.90
+++ http_request.c 1997/10/22 20:29:44 1.91
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.17 +2 -1 apachen/src/main/http_request.h
Index: http_request.h
===================================================================
RCS file: /home/cvs/apachen/src/main/http_request.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -u -r1.16 -r1.17
--- http_request.h 1997/09/14 12:16:56 1.16
+++ http_request.h 1997/10/22 20:29:45 1.17
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.2 +2 -1 apachen/src/main/http_vhost.c
Index: http_vhost.c
===================================================================
RCS file: /home/cvs/apachen/src/main/http_vhost.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- http_vhost.c 1997/10/07 19:34:04 1.1
+++ http_vhost.c 1997/10/22 20:29:46 1.2
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.2 +2 -1 apachen/src/main/http_vhost.h
Index: http_vhost.h
===================================================================
RCS file: /home/cvs/apachen/src/main/http_vhost.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- http_vhost.h 1997/10/07 19:34:04 1.1
+++ http_vhost.h 1997/10/22 20:29:46 1.2
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.162 +2 -1 apachen/src/main/httpd.h
Index: httpd.h
===================================================================
RCS file: /home/cvs/apachen/src/main/httpd.h,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -u -r1.161 -r1.162
--- httpd.h 1997/10/21 15:40:15 1.161
+++ httpd.h 1997/10/22 20:29:47 1.162
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.8 +2 -1 apachen/src/main/md5.h
Index: md5.h
===================================================================
RCS file: /home/cvs/apachen/src/main/md5.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -u -r1.7 -r1.8
--- md5.h 1997/09/16 00:41:32 1.7
+++ md5.h 1997/10/22 20:29:47 1.8
@@ -50,7 +50,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.9 +2 -1 apachen/src/main/md5c.c
Index: md5c.c
===================================================================
RCS file: /home/cvs/apachen/src/main/md5c.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -u -r1.8 -r1.9
--- md5c.c 1997/09/16 00:41:33 1.8
+++ md5c.c 1997/10/22 20:29:48 1.9
@@ -53,7 +53,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.18 +2 -1 apachen/src/main/rfc1413.c
Index: rfc1413.c
===================================================================
RCS file: /home/cvs/apachen/src/main/rfc1413.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -u -r1.17 -r1.18
--- rfc1413.c 1997/10/07 05:27:09 1.17
+++ rfc1413.c 1997/10/22 20:29:49 1.18
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.5 +2 -1 apachen/src/main/rfc1413.h
Index: rfc1413.h
===================================================================
RCS file: /home/cvs/apachen/src/main/rfc1413.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -u -r1.4 -r1.5
--- rfc1413.h 1997/01/01 18:10:43 1.4
+++ rfc1413.h 1997/10/22 20:29:49 1.5
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.33 +2 -1 apachen/src/main/scoreboard.h
Index: scoreboard.h
===================================================================
RCS file: /home/cvs/apachen/src/main/scoreboard.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -u -r1.32 -r1.33
--- scoreboard.h 1997/09/16 00:25:47 1.32
+++ scoreboard.h 1997/10/22 20:29:50 1.33
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.72 +2 -1 apachen/src/main/util.c
Index: util.c
===================================================================
RCS file: /home/cvs/apachen/src/main/util.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -u -r1.71 -r1.72
--- util.c 1997/10/07 20:05:03 1.71
+++ util.c 1997/10/22 20:29:50 1.72
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.6 +2 -1 apachen/src/main/util_date.c
Index: util_date.c
===================================================================
RCS file: /home/cvs/apachen/src/main/util_date.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -u -r1.5 -r1.6
--- util_date.c 1997/09/14 22:18:58 1.5
+++ util_date.c 1997/10/22 20:29:51 1.6
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.6 +2 -1 apachen/src/main/util_date.h
Index: util_date.h
===================================================================
RCS file: /home/cvs/apachen/src/main/util_date.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -u -r1.5 -r1.6
--- util_date.h 1997/09/14 22:18:58 1.5
+++ util_date.h 1997/10/22 20:29:51 1.6
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.11 +2 -1 apachen/src/main/util_md5.c
Index: util_md5.c
===================================================================
RCS file: /home/cvs/apachen/src/main/util_md5.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -u -r1.10 -r1.11
--- util_md5.c 1997/09/14 22:18:59 1.10
+++ util_md5.c 1997/10/22 20:29:52 1.11
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.9 +2 -1 apachen/src/main/util_md5.h
Index: util_md5.h
===================================================================
RCS file: /home/cvs/apachen/src/main/util_md5.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -u -r1.8 -r1.9
--- util_md5.h 1997/09/14 22:18:59 1.8
+++ util_md5.h 1997/10/22 20:29:52 1.9
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.81 +2 -1 apachen/src/main/util_script.c
Index: util_script.c
===================================================================
RCS file: /home/cvs/apachen/src/main/util_script.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -u -r1.80 -r1.81
--- util_script.c 1997/10/21 13:06:36 1.80
+++ util_script.c 1997/10/22 20:29:53 1.81
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.24 +2 -1 apachen/src/main/util_script.h
Index: util_script.h
===================================================================
RCS file: /home/cvs/apachen/src/main/util_script.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -u -r1.23 -r1.24
--- util_script.h 1997/09/14 22:18:59 1.23
+++ util_script.h 1997/10/22 20:29:53 1.24
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.10 +2 -1 apachen/src/main/util_snprintf.c
Index: util_snprintf.c
===================================================================
RCS file: /home/cvs/apachen/src/main/util_snprintf.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -u -r1.9 -r1.10
--- util_snprintf.c 1997/09/14 22:19:00 1.9
+++ util_snprintf.c 1997/10/22 20:29:54 1.10
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.22 +2 -1 apachen/src/modules/example/mod_example.c
Index: mod_example.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/example/mod_example.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -u -r1.21 -r1.22
--- mod_example.c 1997/10/15 15:34:22 1.21
+++ mod_example.c 1997/10/22 20:30:03 1.22
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.27 +2 -1 apachen/src/modules/proxy/mod_proxy.c
Index: mod_proxy.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/proxy/mod_proxy.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -u -r1.26 -r1.27
--- mod_proxy.c 1997/10/05 02:12:32 1.26
+++ mod_proxy.c 1997/10/22 20:30:04 1.27
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.25 +2 -1 apachen/src/modules/proxy/mod_proxy.h
Index: mod_proxy.h
===================================================================
RCS file: /home/cvs/apachen/src/modules/proxy/mod_proxy.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -u -r1.24 -r1.25
--- mod_proxy.h 1997/10/05 02:12:32 1.24
+++ mod_proxy.h 1997/10/22 20:30:05 1.25
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.29 +2 -1 apachen/src/modules/proxy/proxy_cache.c
Index: proxy_cache.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/proxy/proxy_cache.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -u -r1.28 -r1.29
--- proxy_cache.c 1997/09/18 00:20:18 1.28
+++ proxy_cache.c 1997/10/22 20:30:06 1.29
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.19 +2 -1 apachen/src/modules/proxy/proxy_connect.c
Index: proxy_connect.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/proxy/proxy_connect.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -u -r1.18 -r1.19
--- proxy_connect.c 1997/09/16 00:59:39 1.18
+++ proxy_connect.c 1997/10/22 20:30:06 1.19
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.41 +2 -1 apachen/src/modules/proxy/proxy_ftp.c
Index: proxy_ftp.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/proxy/proxy_ftp.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -u -r1.40 -r1.41
--- proxy_ftp.c 1997/09/30 21:02:14 1.40
+++ proxy_ftp.c 1997/10/22 20:30:07 1.41
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.35 +2 -1 apachen/src/modules/proxy/proxy_http.c
Index: proxy_http.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/proxy/proxy_http.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -u -r1.34 -r1.35
--- proxy_http.c 1997/09/18 00:20:19 1.34
+++ proxy_http.c 1997/10/22 20:30:08 1.35
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.33 +2 -1 apachen/src/modules/proxy/proxy_util.c
Index: proxy_util.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/proxy/proxy_util.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -u -r1.32 -r1.33
--- proxy_util.c 1997/09/18 00:20:20 1.32
+++ proxy_util.c 1997/10/22 20:30:08 1.33
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.27 +2 -1 apachen/src/modules/standard/mod_access.c
Index: mod_access.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_access.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -u -r1.26 -r1.27
--- mod_access.c 1997/10/07 05:27:19 1.26
+++ mod_access.c 1997/10/22 20:30:11 1.27
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.20 +2 -1 apachen/src/modules/standard/mod_actions.c
Index: mod_actions.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_actions.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -u -r1.19 -r1.20
--- mod_actions.c 1997/10/07 05:27:20 1.19
+++ mod_actions.c 1997/10/22 20:30:11 1.20
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.26 +2 -1 apachen/src/modules/standard/mod_alias.c
Index: mod_alias.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_alias.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -u -r1.25 -r1.26
--- mod_alias.c 1997/09/26 02:56:42 1.25
+++ mod_alias.c 1997/10/22 20:30:13 1.26
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.22 +2 -1 apachen/src/modules/standard/mod_asis.c
Index: mod_asis.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_asis.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -u -r1.21 -r1.22
--- mod_asis.c 1997/10/07 05:27:21 1.21
+++ mod_asis.c 1997/10/22 20:30:14 1.22
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.29 +2 -1 apachen/src/modules/standard/mod_auth.c
Index: mod_auth.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_auth.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -u -r1.28 -r1.29
--- mod_auth.c 1997/10/07 05:27:21 1.28
+++ mod_auth.c 1997/10/22 20:30:14 1.29
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.27 +2 -1 apachen/src/modules/standard/mod_auth_anon.c
Index: mod_auth_anon.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_auth_anon.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -u -r1.26 -r1.27
--- mod_auth_anon.c 1997/10/07 05:27:22 1.26
+++ mod_auth_anon.c 1997/10/22 20:30:15 1.27
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.25 +2 -1 apachen/src/modules/standard/mod_auth_db.c
Index: mod_auth_db.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_auth_db.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -u -r1.24 -r1.25
--- mod_auth_db.c 1997/10/07 05:27:22 1.24
+++ mod_auth_db.c 1997/10/22 20:30:15 1.25
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.31 +2 -1 apachen/src/modules/standard/mod_auth_dbm.c
Index: mod_auth_dbm.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_auth_dbm.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -u -r1.30 -r1.31
--- mod_auth_dbm.c 1997/10/07 05:27:23 1.30
+++ mod_auth_dbm.c 1997/10/22 20:30:16 1.31
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.53 +2 -1 apachen/src/modules/standard/mod_autoindex.c
Index: mod_autoindex.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_autoindex.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -u -r1.52 -r1.53
--- mod_autoindex.c 1997/10/22 16:59:22 1.52
+++ mod_autoindex.c 1997/10/22 20:30:17 1.53
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.22 +2 -1 apachen/src/modules/standard/mod_cern_meta.c
Index: mod_cern_meta.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_cern_meta.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -u -r1.21 -r1.22
--- mod_cern_meta.c 1997/10/07 05:27:24 1.21
+++ mod_cern_meta.c 1997/10/22 20:30:17 1.22
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.61 +2 -1 apachen/src/modules/standard/mod_cgi.c
Index: mod_cgi.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_cgi.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -u -r1.60 -r1.61
--- mod_cgi.c 1997/10/07 20:05:06 1.60
+++ mod_cgi.c 1997/10/22 20:30:18 1.61
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.25 +2 -1 apachen/src/modules/standard/mod_digest.c
Index: mod_digest.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_digest.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -u -r1.24 -r1.25
--- mod_digest.c 1997/10/07 05:27:25 1.24
+++ mod_digest.c 1997/10/22 20:30:18 1.25
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.43 +2 -1 apachen/src/modules/standard/mod_dir.c
Index: mod_dir.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_dir.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -u -r1.42 -r1.43
--- mod_dir.c 1997/10/22 16:59:23 1.42
+++ mod_dir.c 1997/10/22 20:30:19 1.43
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.13 +2 -1 apachen/src/modules/standard/mod_dld.c
Index: mod_dld.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_dld.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -u -r1.12 -r1.13
--- mod_dld.c 1997/09/18 18:49:37 1.12
+++ mod_dld.c 1997/10/22 20:30:19 1.13
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.17 +2 -1 apachen/src/modules/standard/mod_env.c
Index: mod_env.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_env.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -u -r1.16 -r1.17
--- mod_env.c 1997/09/18 18:40:52 1.16
+++ mod_env.c 1997/10/22 20:30:20 1.17
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.20 +2 -1 apachen/src/modules/standard/mod_expires.c
Index: mod_expires.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_expires.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -u -r1.19 -r1.20
--- mod_expires.c 1997/10/07 05:27:26 1.19
+++ mod_expires.c 1997/10/22 20:30:20 1.20
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.11 +2 -1 apachen/src/modules/standard/mod_headers.c
Index: mod_headers.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_headers.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -u -r1.10 -r1.11
--- mod_headers.c 1997/09/18 18:40:53 1.10
+++ mod_headers.c 1997/10/22 20:30:21 1.11
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.34 +2 -1 apachen/src/modules/standard/mod_imap.c
Index: mod_imap.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_imap.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -u -r1.33 -r1.34
--- mod_imap.c 1997/10/07 05:27:26 1.33
+++ mod_imap.c 1997/10/22 20:30:21 1.34
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.57 +2 -1 apachen/src/modules/standard/mod_include.c
Index: mod_include.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_include.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -u -r1.56 -r1.57
--- mod_include.c 1997/10/07 05:27:27 1.56
+++ mod_include.c 1997/10/22 20:30:22 1.57
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.30 +2 -1 apachen/src/modules/standard/mod_info.c
Index: mod_info.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_info.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -u -r1.29 -r1.30
--- mod_info.c 1997/09/15 11:57:06 1.29
+++ mod_info.c 1997/10/22 20:30:23 1.30
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.18 +2 -1 apachen/src/modules/standard/mod_log_agent.c
Index: mod_log_agent.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_log_agent.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -u -r1.17 -r1.18
--- mod_log_agent.c 1997/09/18 18:40:55 1.17
+++ mod_log_agent.c 1997/10/22 20:30:23 1.18
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.41 +2 -1 apachen/src/modules/standard/mod_log_config.c
Index: mod_log_config.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_log_config.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -u -r1.40 -r1.41
--- mod_log_config.c 1997/09/15 17:19:54 1.40
+++ mod_log_config.c 1997/10/22 20:30:24 1.41
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.18 +2 -1 apachen/src/modules/standard/mod_log_referer.c
Index: mod_log_referer.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_log_referer.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -u -r1.17 -r1.18
--- mod_log_referer.c 1997/09/18 18:40:55 1.17
+++ mod_log_referer.c 1997/10/22 20:30:24 1.18
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.26 +2 -1 apachen/src/modules/standard/mod_mime.c
Index: mod_mime.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_mime.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -u -r1.25 -r1.26
--- mod_mime.c 1997/10/08 21:18:19 1.25
+++ mod_mime.c 1997/10/22 20:30:25 1.26
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.17 +2 -1 apachen/src/modules/standard/mod_mime_magic.c
Index: mod_mime_magic.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_mime_magic.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -u -r1.16 -r1.17
--- mod_mime_magic.c 1997/10/07 05:27:28 1.16
+++ mod_mime_magic.c 1997/10/22 20:30:25 1.17
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.61 +2 -1 apachen/src/modules/standard/mod_negotiation.c
Index: mod_negotiation.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_negotiation.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -u -r1.60 -r1.61
--- mod_negotiation.c 1997/10/21 15:46:24 1.60
+++ mod_negotiation.c 1997/10/22 20:30:26 1.61
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.54 +2 -1 apachen/src/modules/standard/mod_rewrite.c
Index: mod_rewrite.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_rewrite.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -u -r1.53 -r1.54
--- mod_rewrite.c 1997/10/07 05:27:31 1.53
+++ mod_rewrite.c 1997/10/22 20:30:27 1.54
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.34 +2 -1 apachen/src/modules/standard/mod_rewrite.h
Index: mod_rewrite.h
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_rewrite.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -u -r1.33 -r1.34
--- mod_rewrite.h 1997/10/07 05:38:49 1.33
+++ mod_rewrite.h 1997/10/22 20:30:28 1.34
@@ -21,7 +21,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.10 +2 -1 apachen/src/modules/standard/mod_setenvif.c
Index: mod_setenvif.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_setenvif.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -u -r1.9 -r1.10
--- mod_setenvif.c 1997/09/15 17:19:56 1.9
+++ mod_setenvif.c 1997/10/22 20:30:29 1.10
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.8 +2 -1 apachen/src/modules/standard/mod_speling.c
Index: mod_speling.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_speling.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -u -r1.7 -r1.8
--- mod_speling.c 1997/10/22 16:57:34 1.7
+++ mod_speling.c 1997/10/22 20:30:29 1.8
@@ -21,7 +21,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.66 +2 -1 apachen/src/modules/standard/mod_status.c
Index: mod_status.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_status.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -u -r1.65 -r1.66
--- mod_status.c 1997/10/07 05:27:33 1.65
+++ mod_status.c 1997/10/22 20:30:30 1.66
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.6 +2 -1 apachen/src/modules/standard/mod_unique_id.c
Index: mod_unique_id.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_unique_id.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -u -r1.5 -r1.6
--- mod_unique_id.c 1997/10/07 05:27:33 1.5
+++ mod_unique_id.c 1997/10/22 20:30:30 1.6
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.24 +2 -1 apachen/src/modules/standard/mod_userdir.c
Index: mod_userdir.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_userdir.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -u -r1.23 -r1.24
--- mod_userdir.c 1997/09/16 04:30:23 1.23
+++ mod_userdir.c 1997/10/22 20:30:31 1.24
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.20 +2 -1 apachen/src/modules/standard/mod_usertrack.c
Index: mod_usertrack.c
===================================================================
RCS file: /home/cvs/apachen/src/modules/standard/mod_usertrack.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -u -r1.19 -r1.20
--- mod_usertrack.c 1997/09/16 03:51:19 1.19
+++ mod_usertrack.c 1997/10/22 20:30:31 1.20
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.5 +2 -1 apachen/src/os/win32/mod_dll.c
Index: mod_dll.c
===================================================================
RCS file: /home/cvs/apachen/src/os/win32/mod_dll.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -u -r1.4 -r1.5
--- mod_dll.c 1997/08/13 08:37:33 1.4
+++ mod_dll.c 1997/10/22 20:30:40 1.5
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.4 +2 -1 apachen/src/os/win32/mod_isapi.c
Index: mod_isapi.c
===================================================================
RCS file: /home/cvs/apachen/src/os/win32/mod_isapi.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -u -r1.3 -r1.4
--- mod_isapi.c 1997/09/01 04:00:28 1.3
+++ mod_isapi.c 1997/10/22 20:30:41 1.4
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.2 +2 -1 apachen/src/support/apachectl
Index: apachectl
===================================================================
RCS file: /home/cvs/apachen/src/support/apachectl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- apachectl 1997/09/04 23:59:40 1.1
+++ apachectl 1997/10/22 20:30:42 1.2
@@ -174,7 +174,8 @@
#
# 4. The names "Apache Server" and "Apache Group" must not be used to
# endorse or promote products derived from this software without
-# prior written permission.
+# prior written permission. For written permission, please contact
+# [EMAIL PROTECTED]
#
# 5. Redistributions of any form whatsoever must retain the following
# acknowledgment:
1.8 +2 -1 apachen/src/support/dbmmanage
Index: dbmmanage
===================================================================
RCS file: /home/cvs/apachen/src/support/dbmmanage,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -u -r1.7 -r1.8
--- dbmmanage 1997/08/02 22:42:24 1.7
+++ dbmmanage 1997/10/22 20:30:43 1.8
@@ -22,7 +22,8 @@
#
# 4. The names "Apache Server" and "Apache Group" must not be used to
# endorse or promote products derived from this software without
-# prior written permission.
+# prior written permission. For written permission, please contact
+# [EMAIL PROTECTED]
#
# 5. Redistributions of any form whatsoever must retain the following
# acknowledgment:
1.2 +2 -1 apachen/src/support/htpasswd.1
Index: htpasswd.1
===================================================================
RCS file: /home/cvs/apachen/src/support/htpasswd.1,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- htpasswd.1 1997/02/20 10:52:33 1.1
+++ htpasswd.1 1997/10/22 20:30:45 1.2
@@ -20,7 +20,8 @@
.\"
.\" 4. The names "Apache Server" and "Apache Group" must not be used to
.\" endorse or promote products derived from this software without
-.\" prior written permission.
+.\" prior written permission. For written permission, please contact
+.\" [EMAIL PROTECTED]
.\"
.\" 5. Redistributions of any form whatsoever must retain the following
.\" acknowledgment:
1.2 +2 -1 apachen/src/support/httpd.8
Index: httpd.8
===================================================================
RCS file: /home/cvs/apachen/src/support/httpd.8,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- httpd.8 1997/02/20 10:52:33 1.1
+++ httpd.8 1997/10/22 20:30:45 1.2
@@ -21,7 +21,8 @@
.\"
.\" 4. The names "Apache Server" and "Apache Group" must not be used to
.\" endorse or promote products derived from this software without
-.\" prior written permission.
+.\" prior written permission. For written permission, please contact
+.\" [EMAIL PROTECTED]
.\"
.\" 5. Redistributions of any form whatsoever must retain the following
.\" acknowledgment:
1.7 +2 -1 apachen/src/support/log_server_status
Index: log_server_status
===================================================================
RCS file: /home/cvs/apachen/src/support/log_server_status,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -u -r1.6 -r1.7
--- log_server_status 1997/01/01 18:26:17 1.6
+++ log_server_status 1997/10/22 20:30:46 1.7
@@ -22,7 +22,8 @@
#
# 4. The names "Apache Server" and "Apache Group" must not be used to
# endorse or promote products derived from this software without
-# prior written permission.
+# prior written permission. For written permission, please contact
+# [EMAIL PROTECTED]
#
# 5. Redistributions of any form whatsoever must retain the following
# acknowledgment:
1.29 +2 -1 apachen/src/support/suexec.c
Index: suexec.c
===================================================================
RCS file: /home/cvs/apachen/src/support/suexec.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -u -r1.28 -r1.29
--- suexec.c 1997/10/22 07:43:37 1.28
+++ suexec.c 1997/10/22 20:30:46 1.29
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment:
1.11 +2 -1 apachen/src/support/suexec.h
Index: suexec.h
===================================================================
RCS file: /home/cvs/apachen/src/support/suexec.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -u -r1.10 -r1.11
--- suexec.h 1997/09/14 22:48:10 1.10
+++ suexec.h 1997/10/22 20:30:47 1.11
@@ -20,7 +20,8 @@
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
- * prior written permission.
+ * prior written permission. For written permission, please contact
+ * [EMAIL PROTECTED]
*
* 5. Redistributions of any form whatsoever must retain the following
* acknowledgment: