coar 98/01/07 08:47:17
Modified: . LICENSE
htdocs/manual LICENSE expand.pl
src/ap ap_cpystrn.c ap_signal.c ap_slack.c ap_snprintf.c
ap_strings.c
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
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 apachectl.1 dbmmanage htpasswd.1
httpd.8 log_server_status split-logfile suexec.c
suexec.h
Log:
Update the copyright year of all the various HEAD files to
include 1998.
Reviewed by: Jim Jagielski, Martin Kraemer
Revision Changes Path
1.8 +1 -1 apachen/LICENSE
Index: LICENSE
===================================================================
RCS file: /export/home/cvs/apachen/LICENSE,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- LICENSE 1997/10/15 20:22:47 1.7
+++ LICENSE 1998/01/07 16:45:53 1.8
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.5 +1 -1 apachen/htdocs/manual/LICENSE
Index: LICENSE
===================================================================
RCS file: /export/home/cvs/apachen/htdocs/manual/LICENSE,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- LICENSE 1997/10/15 20:22:48 1.4
+++ LICENSE 1998/01/07 16:45:53 1.5
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.4 +1 -1 apachen/htdocs/manual/expand.pl
Index: expand.pl
===================================================================
RCS file: /export/home/cvs/apachen/htdocs/manual/expand.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- expand.pl 1997/01/01 18:32:14 1.3
+++ expand.pl 1998/01/07 16:45:54 1.4
@@ -11,7 +11,7 @@
# Nov 30, 1996 - Alexei Kosut <[EMAIL PROTECTED]>
# ====================================================================
-# Copyright (c) 1996,1997 The Apache Group. All rights reserved.
+# Copyright (c) 1996-1998 The Apache Group. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
1.3 +1 -1 apachen/src/ap/ap_cpystrn.c
Index: ap_cpystrn.c
===================================================================
RCS file: /export/home/cvs/apachen/src/ap/ap_cpystrn.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ap_cpystrn.c 1997/12/30 16:42:32 1.2
+++ ap_cpystrn.c 1998/01/07 16:45:55 1.3
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.2 +1 -1 apachen/src/ap/ap_signal.c
Index: ap_signal.c
===================================================================
RCS file: /export/home/cvs/apachen/src/ap/ap_signal.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ap_signal.c 1997/11/15 19:04:50 1.1
+++ ap_signal.c 1998/01/07 16:45:55 1.2
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.2 +1 -1 apachen/src/ap/ap_slack.c
Index: ap_slack.c
===================================================================
RCS file: /export/home/cvs/apachen/src/ap/ap_slack.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ap_slack.c 1997/12/19 14:30:14 1.1
+++ ap_slack.c 1998/01/07 16:45:56 1.2
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.12 +1 -1 apachen/src/ap/ap_snprintf.c
Index: ap_snprintf.c
===================================================================
RCS file: /export/home/cvs/apachen/src/ap/ap_snprintf.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ap_snprintf.c 1997/12/23 20:36:19 1.11
+++ ap_snprintf.c 1998/01/07 16:45:56 1.12
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.3 +1 -1 apachen/src/ap/ap_strings.c
Index: ap_strings.c
===================================================================
RCS file: /export/home/cvs/apachen/src/ap/ap_strings.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ap_strings.c 1997/12/28 11:52:01 1.2
+++ ap_strings.c 1998/01/07 16:45:57 1.3
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.67 +1 -1 apachen/src/main/alloc.c
Index: alloc.c
===================================================================
RCS file: /export/home/cvs/apachen/src/main/alloc.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- alloc.c 1998/01/03 00:23:59 1.66
+++ alloc.c 1998/01/07 16:45:59 1.67
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.38 +1 -1 apachen/src/main/alloc.h
Index: alloc.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/alloc.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- alloc.h 1997/11/12 23:22:06 1.37
+++ alloc.h 1998/01/07 16:45:59 1.38
@@ -1,6 +1,6 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.54 +1 -1 apachen/src/main/buff.c
Index: buff.c
===================================================================
RCS file: /export/home/cvs/apachen/src/main/buff.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- buff.c 1997/12/26 18:21:46 1.53
+++ buff.c 1998/01/07 16:46:00 1.54
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996,1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.28 +1 -1 apachen/src/main/buff.h
Index: buff.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/buff.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- buff.h 1997/10/22 20:29:33 1.27
+++ buff.h 1998/01/07 16:46:01 1.28
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996,1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.165 +1 -1 apachen/src/main/conf.h
Index: conf.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/conf.h,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- conf.h 1997/12/21 01:58:55 1.164
+++ conf.h 1998/01/07 16:46:01 1.165
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.21 +1 -1 apachen/src/main/http_conf_globals.h
Index: http_conf_globals.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_conf_globals.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- http_conf_globals.h 1997/12/20 22:14:03 1.20
+++ http_conf_globals.h 1998/01/07 16:46:02 1.21
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.91 +1 -1 apachen/src/main/http_config.c
Index: http_config.c
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_config.c,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- http_config.c 1997/12/30 15:10:45 1.90
+++ http_config.c 1998/01/07 16:46:03 1.91
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.59 +1 -1 apachen/src/main/http_config.h
Index: http_config.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_config.h,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- http_config.h 1997/12/30 15:10:45 1.58
+++ http_config.h 1998/01/07 16:46:03 1.59
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.145 +1 -1 apachen/src/main/http_core.c
Index: http_core.c
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_core.c,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- http_core.c 1997/12/30 15:10:46 1.144
+++ http_core.c 1998/01/07 16:46:04 1.145
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.30 +1 -1 apachen/src/main/http_core.h
Index: http_core.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_core.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- http_core.h 1997/10/22 20:29:37 1.29
+++ http_core.h 1998/01/07 16:46:04 1.30
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.48 +1 -1 apachen/src/main/http_log.c
Index: http_log.c
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_log.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- http_log.c 1998/01/04 17:03:18 1.47
+++ http_log.c 1998/01/07 16:46:05 1.48
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.23 +1 -1 apachen/src/main/http_log.h
Index: http_log.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_log.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- http_log.h 1998/01/04 16:35:28 1.22
+++ http_log.h 1998/01/07 16:46:05 1.23
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.263 +1 -1 apachen/src/main/http_main.c
Index: http_main.c
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_main.c,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -r1.262 -r1.263
--- http_main.c 1998/01/04 15:36:44 1.262
+++ http_main.c 1998/01/07 16:46:06 1.263
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.22 +1 -1 apachen/src/main/http_main.h
Index: http_main.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_main.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- http_main.h 1998/01/04 15:36:45 1.21
+++ http_main.h 1998/01/07 16:46:07 1.22
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.173 +1 -1 apachen/src/main/http_protocol.c
Index: http_protocol.c
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_protocol.c,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- http_protocol.c 1997/12/26 18:26:59 1.172
+++ http_protocol.c 1998/01/07 16:46:08 1.173
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.32 +1 -1 apachen/src/main/http_protocol.h
Index: http_protocol.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_protocol.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- http_protocol.h 1997/10/22 20:29:44 1.31
+++ http_protocol.h 1998/01/07 16:46:11 1.32
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.97 +1 -1 apachen/src/main/http_request.c
Index: http_request.c
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_request.c,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- http_request.c 1997/12/31 21:39:26 1.96
+++ http_request.c 1998/01/07 16:46:12 1.97
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.18 +1 -1 apachen/src/main/http_request.h
Index: http_request.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_request.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- http_request.h 1997/10/22 20:29:45 1.17
+++ http_request.h 1998/01/07 16:46:16 1.18
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.3 +1 -1 apachen/src/main/http_vhost.c
Index: http_vhost.c
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_vhost.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- http_vhost.c 1997/10/22 20:29:46 1.2
+++ http_vhost.c 1998/01/07 16:46:17 1.3
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.3 +1 -1 apachen/src/main/http_vhost.h
Index: http_vhost.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_vhost.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- http_vhost.h 1997/10/22 20:29:46 1.2
+++ http_vhost.h 1998/01/07 16:46:17 1.3
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.171 +1 -1 apachen/src/main/httpd.h
Index: httpd.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/httpd.h,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- httpd.h 1997/12/30 15:10:48 1.170
+++ httpd.h 1998/01/07 16:46:18 1.171
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.9 +1 -1 apachen/src/main/md5.h
Index: md5.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/md5.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- md5.h 1997/10/22 20:29:47 1.8
+++ md5.h 1998/01/07 16:46:19 1.9
@@ -29,7 +29,7 @@
*/
/* ====================================================================
- * Copyright (c) 1996,1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.10 +1 -1 apachen/src/main/md5c.c
Index: md5c.c
===================================================================
RCS file: /export/home/cvs/apachen/src/main/md5c.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- md5c.c 1997/10/22 20:29:48 1.9
+++ md5c.c 1998/01/07 16:46:19 1.10
@@ -32,7 +32,7 @@
*/
/* ====================================================================
- * Copyright (c) 1996,1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.19 +1 -1 apachen/src/main/rfc1413.c
Index: rfc1413.c
===================================================================
RCS file: /export/home/cvs/apachen/src/main/rfc1413.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- rfc1413.c 1997/10/22 20:29:49 1.18
+++ rfc1413.c 1998/01/07 16:46:20 1.19
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.6 +1 -1 apachen/src/main/rfc1413.h
Index: rfc1413.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/rfc1413.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rfc1413.h 1997/10/22 20:29:49 1.5
+++ rfc1413.h 1998/01/07 16:46:20 1.6
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996,1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.34 +1 -1 apachen/src/main/scoreboard.h
Index: scoreboard.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/scoreboard.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- scoreboard.h 1997/10/22 20:29:50 1.33
+++ scoreboard.h 1998/01/07 16:46:21 1.34
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.82 +1 -1 apachen/src/main/util.c
Index: util.c
===================================================================
RCS file: /export/home/cvs/apachen/src/main/util.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- util.c 1997/12/30 19:55:48 1.81
+++ util.c 1998/01/07 16:46:21 1.82
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.8 +1 -1 apachen/src/main/util_date.c
Index: util_date.c
===================================================================
RCS file: /export/home/cvs/apachen/src/main/util_date.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- util_date.c 1997/12/22 17:59:17 1.7
+++ util_date.c 1998/01/07 16:46:22 1.8
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996,1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.7 +1 -1 apachen/src/main/util_date.h
Index: util_date.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/util_date.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- util_date.h 1997/10/22 20:29:51 1.6
+++ util_date.h 1998/01/07 16:46:22 1.7
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996,1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.12 +1 -1 apachen/src/main/util_md5.c
Index: util_md5.c
===================================================================
RCS file: /export/home/cvs/apachen/src/main/util_md5.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- util_md5.c 1997/10/22 20:29:52 1.11
+++ util_md5.c 1998/01/07 16:46:23 1.12
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.10 +1 -1 apachen/src/main/util_md5.h
Index: util_md5.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/util_md5.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- util_md5.h 1997/10/22 20:29:52 1.9
+++ util_md5.h 1998/01/07 16:46:23 1.10
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.88 +1 -1 apachen/src/main/util_script.c
Index: util_script.c
===================================================================
RCS file: /export/home/cvs/apachen/src/main/util_script.c,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- util_script.c 1997/12/26 15:52:37 1.87
+++ util_script.c 1998/01/07 16:46:24 1.88
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.25 +1 -1 apachen/src/main/util_script.h
Index: util_script.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/util_script.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- util_script.h 1997/10/22 20:29:53 1.24
+++ util_script.h 1998/01/07 16:46:24 1.25
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.23 +1 -1 apachen/src/modules/example/mod_example.c
Index: mod_example.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/example/mod_example.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- mod_example.c 1997/10/22 20:30:03 1.22
+++ mod_example.c 1998/01/07 16:46:33 1.23
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.30 +1 -1 apachen/src/modules/proxy/mod_proxy.c
Index: mod_proxy.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/proxy/mod_proxy.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- mod_proxy.c 1997/11/27 13:46:29 1.29
+++ mod_proxy.c 1998/01/07 16:46:34 1.30
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996,1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.26 +1 -1 apachen/src/modules/proxy/mod_proxy.h
Index: mod_proxy.h
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/proxy/mod_proxy.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- mod_proxy.h 1997/10/22 20:30:05 1.25
+++ mod_proxy.h 1998/01/07 16:46:35 1.26
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996,1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.32 +1 -1 apachen/src/modules/proxy/proxy_cache.c
Index: proxy_cache.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/proxy/proxy_cache.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- proxy_cache.c 1997/11/16 05:55:10 1.31
+++ proxy_cache.c 1998/01/07 16:46:36 1.32
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996,1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.20 +1 -1 apachen/src/modules/proxy/proxy_connect.c
Index: proxy_connect.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/proxy/proxy_connect.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- proxy_connect.c 1997/10/22 20:30:06 1.19
+++ proxy_connect.c 1998/01/07 16:46:36 1.20
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996,1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.45 +1 -1 apachen/src/modules/proxy/proxy_ftp.c
Index: proxy_ftp.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/proxy/proxy_ftp.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- proxy_ftp.c 1997/12/30 15:10:52 1.44
+++ proxy_ftp.c 1998/01/07 16:46:37 1.45
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996,1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.36 +1 -1 apachen/src/modules/proxy/proxy_http.c
Index: proxy_http.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/proxy/proxy_http.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- proxy_http.c 1997/10/22 20:30:08 1.35
+++ proxy_http.c 1998/01/07 16:46:37 1.36
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996,1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.41 +1 -1 apachen/src/modules/proxy/proxy_util.c
Index: proxy_util.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/proxy/proxy_util.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- proxy_util.c 1997/12/30 23:29:46 1.40
+++ proxy_util.c 1998/01/07 16:46:38 1.41
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996,1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.29 +1 -1 apachen/src/modules/standard/mod_access.c
Index: mod_access.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_access.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- mod_access.c 1997/11/08 21:33:09 1.28
+++ mod_access.c 1998/01/07 16:46:42 1.29
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.21 +1 -1 apachen/src/modules/standard/mod_actions.c
Index: mod_actions.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_actions.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- mod_actions.c 1997/10/22 20:30:11 1.20
+++ mod_actions.c 1998/01/07 16:46:42 1.21
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.29 +1 -1 apachen/src/modules/standard/mod_alias.c
Index: mod_alias.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_alias.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- mod_alias.c 1998/01/03 00:16:35 1.28
+++ mod_alias.c 1998/01/07 16:46:43 1.29
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.23 +1 -1 apachen/src/modules/standard/mod_asis.c
Index: mod_asis.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_asis.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- mod_asis.c 1997/10/22 20:30:14 1.22
+++ mod_asis.c 1998/01/07 16:46:43 1.23
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.31 +1 -1 apachen/src/modules/standard/mod_auth.c
Index: mod_auth.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_auth.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- mod_auth.c 1997/10/26 20:20:03 1.30
+++ mod_auth.c 1998/01/07 16:46:43 1.31
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.29 +1 -1 apachen/src/modules/standard/mod_auth_anon.c
Index: mod_auth_anon.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_auth_anon.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- mod_auth_anon.c 1998/01/03 00:16:35 1.28
+++ mod_auth_anon.c 1998/01/07 16:46:44 1.29
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.26 +1 -1 apachen/src/modules/standard/mod_auth_db.c
Index: mod_auth_db.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_auth_db.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- mod_auth_db.c 1997/10/22 20:30:15 1.25
+++ mod_auth_db.c 1998/01/07 16:46:44 1.26
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.33 +1 -1 apachen/src/modules/standard/mod_auth_dbm.c
Index: mod_auth_dbm.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_auth_dbm.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- mod_auth_dbm.c 1997/12/18 19:24:44 1.32
+++ mod_auth_dbm.c 1998/01/07 16:46:45 1.33
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.61 +1 -1 apachen/src/modules/standard/mod_autoindex.c
Index: mod_autoindex.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_autoindex.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- mod_autoindex.c 1997/12/23 01:50:02 1.60
+++ mod_autoindex.c 1998/01/07 16:46:45 1.61
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.24 +1 -1 apachen/src/modules/standard/mod_cern_meta.c
Index: mod_cern_meta.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_cern_meta.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- mod_cern_meta.c 1998/01/03 00:16:36 1.23
+++ mod_cern_meta.c 1998/01/07 16:46:46 1.24
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.65 +1 -1 apachen/src/modules/standard/mod_cgi.c
Index: mod_cgi.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_cgi.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- mod_cgi.c 1997/11/08 01:20:02 1.64
+++ mod_cgi.c 1998/01/07 16:46:46 1.65
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.30 +1 -1 apachen/src/modules/standard/mod_digest.c
Index: mod_digest.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_digest.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- mod_digest.c 1998/01/03 00:16:36 1.29
+++ mod_digest.c 1998/01/07 16:46:47 1.30
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.44 +1 -1 apachen/src/modules/standard/mod_dir.c
Index: mod_dir.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_dir.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- mod_dir.c 1997/10/22 20:30:19 1.43
+++ mod_dir.c 1998/01/07 16:46:47 1.44
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.14 +1 -1 apachen/src/modules/standard/mod_dld.c
Index: mod_dld.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_dld.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- mod_dld.c 1997/10/22 20:30:19 1.13
+++ mod_dld.c 1998/01/07 16:46:48 1.14
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.18 +1 -1 apachen/src/modules/standard/mod_env.c
Index: mod_env.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_env.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- mod_env.c 1997/10/22 20:30:20 1.17
+++ mod_env.c 1998/01/07 16:46:48 1.18
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.21 +1 -1 apachen/src/modules/standard/mod_expires.c
Index: mod_expires.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_expires.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- mod_expires.c 1997/10/22 20:30:20 1.20
+++ mod_expires.c 1998/01/07 16:46:49 1.21
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.12 +1 -1 apachen/src/modules/standard/mod_headers.c
Index: mod_headers.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_headers.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mod_headers.c 1997/10/22 20:30:21 1.11
+++ mod_headers.c 1998/01/07 16:46:49 1.12
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996,1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.36 +1 -1 apachen/src/modules/standard/mod_imap.c
Index: mod_imap.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_imap.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- mod_imap.c 1997/10/26 20:20:04 1.35
+++ mod_imap.c 1998/01/07 16:46:50 1.36
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.60 +1 -1 apachen/src/modules/standard/mod_include.c
Index: mod_include.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_include.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- mod_include.c 1997/12/22 21:53:17 1.59
+++ mod_include.c 1998/01/07 16:46:50 1.60
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.33 +1 -1 apachen/src/modules/standard/mod_info.c
Index: mod_info.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_info.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- mod_info.c 1998/01/02 23:44:45 1.32
+++ mod_info.c 1998/01/07 16:46:51 1.33
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.20 +1 -1 apachen/src/modules/standard/mod_log_agent.c
Index: mod_log_agent.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_log_agent.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- mod_log_agent.c 1998/01/03 00:16:37 1.19
+++ mod_log_agent.c 1998/01/07 16:46:51 1.20
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.42 +1 -1 apachen/src/modules/standard/mod_log_config.c
Index: mod_log_config.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_log_config.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- mod_log_config.c 1997/10/22 20:30:24 1.41
+++ mod_log_config.c 1998/01/07 16:46:52 1.42
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.20 +1 -1 apachen/src/modules/standard/mod_log_referer.c
Index: mod_log_referer.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_log_referer.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- mod_log_referer.c 1998/01/03 00:16:37 1.19
+++ mod_log_referer.c 1998/01/07 16:46:52 1.20
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.28 +1 -1 apachen/src/modules/standard/mod_mime.c
Index: mod_mime.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_mime.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- mod_mime.c 1997/10/26 20:20:05 1.27
+++ mod_mime.c 1998/01/07 16:46:53 1.28
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.23 +1 -1 apachen/src/modules/standard/mod_mime_magic.c
Index: mod_mime_magic.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_mime_magic.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- mod_mime_magic.c 1997/12/20 23:51:05 1.22
+++ mod_mime_magic.c 1998/01/07 16:46:53 1.23
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.63 +1 -1 apachen/src/modules/standard/mod_negotiation.c
Index: mod_negotiation.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_negotiation.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- mod_negotiation.c 1997/12/19 18:24:52 1.62
+++ mod_negotiation.c 1998/01/07 16:46:54 1.63
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.58 +1 -1 apachen/src/modules/standard/mod_rewrite.c
Index: mod_rewrite.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_rewrite.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- mod_rewrite.c 1997/11/12 11:21:52 1.57
+++ mod_rewrite.c 1998/01/07 16:46:55 1.58
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996,1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.36 +1 -1 apachen/src/modules/standard/mod_rewrite.h
Index: mod_rewrite.h
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_rewrite.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- mod_rewrite.h 1997/11/12 10:46:56 1.35
+++ mod_rewrite.h 1998/01/07 16:46:56 1.36
@@ -1,6 +1,6 @@
/* ====================================================================
- * Copyright (c) 1996,1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.11 +1 -1 apachen/src/modules/standard/mod_setenvif.c
Index: mod_setenvif.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_setenvif.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mod_setenvif.c 1997/10/22 20:30:29 1.10
+++ mod_setenvif.c 1998/01/07 16:46:56 1.11
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.9 +1 -1 apachen/src/modules/standard/mod_speling.c
Index: mod_speling.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_speling.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mod_speling.c 1997/10/22 20:30:29 1.8
+++ mod_speling.c 1998/01/07 16:46:57 1.9
@@ -1,6 +1,6 @@
#define WANT_BASENAME_MATCH
/* ====================================================================
- * Copyright (c) 1996,1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.70 +1 -1 apachen/src/modules/standard/mod_status.c
Index: mod_status.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_status.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- mod_status.c 1998/01/02 23:46:10 1.69
+++ mod_status.c 1998/01/07 16:46:57 1.70
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.9 +1 -1 apachen/src/modules/standard/mod_unique_id.c
Index: mod_unique_id.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_unique_id.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mod_unique_id.c 1997/12/15 22:35:34 1.8
+++ mod_unique_id.c 1998/01/07 16:46:58 1.9
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.25 +1 -1 apachen/src/modules/standard/mod_userdir.c
Index: mod_userdir.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_userdir.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- mod_userdir.c 1997/10/22 20:30:31 1.24
+++ mod_userdir.c 1998/01/07 16:46:58 1.25
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.24 +1 -1 apachen/src/modules/standard/mod_usertrack.c
Index: mod_usertrack.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_usertrack.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- mod_usertrack.c 1998/01/03 00:16:38 1.23
+++ mod_usertrack.c 1998/01/07 16:46:59 1.24
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.6 +1 -1 apachen/src/os/win32/mod_dll.c
Index: mod_dll.c
===================================================================
RCS file: /export/home/cvs/apachen/src/os/win32/mod_dll.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mod_dll.c 1997/10/22 20:30:40 1.5
+++ mod_dll.c 1998/01/07 16:47:08 1.6
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.6 +1 -1 apachen/src/os/win32/mod_isapi.c
Index: mod_isapi.c
===================================================================
RCS file: /export/home/cvs/apachen/src/os/win32/mod_isapi.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mod_isapi.c 1997/12/27 15:03:36 1.5
+++ mod_isapi.c 1998/01/07 16:47:08 1.6
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.4 +1 -1 apachen/src/support/apachectl
Index: apachectl
===================================================================
RCS file: /export/home/cvs/apachen/src/support/apachectl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- apachectl 1997/10/25 22:35:19 1.3
+++ apachectl 1998/01/07 16:47:10 1.4
@@ -153,7 +153,7 @@
exit $ERROR
# ====================================================================
-# Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+# Copyright (c) 1995-1998 The Apache Group. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
1.2 +1 -1 apachen/src/support/apachectl.1
Index: apachectl.1
===================================================================
RCS file: /export/home/cvs/apachen/src/support/apachectl.1,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apachectl.1 1997/11/16 01:45:12 1.1
+++ apachectl.1 1998/01/07 16:47:10 1.2
@@ -1,5 +1,5 @@
.TH apachectl 1 "September 1997"
-.\" Copyright (c) 1997 The Apache Group. All rights reserved.
+.\" Copyright (c) 1997-1998 The Apache Group. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
1.9 +1 -1 apachen/src/support/dbmmanage
Index: dbmmanage
===================================================================
RCS file: /export/home/cvs/apachen/src/support/dbmmanage,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dbmmanage 1997/10/22 20:30:43 1.8
+++ dbmmanage 1998/01/07 16:47:11 1.9
@@ -1,7 +1,7 @@
#!/usr/local/bin/perl
# ====================================================================
-# Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+# Copyright (c) 1995-1998 The Apache Group. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
1.3 +1 -1 apachen/src/support/htpasswd.1
Index: htpasswd.1
===================================================================
RCS file: /export/home/cvs/apachen/src/support/htpasswd.1,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- htpasswd.1 1997/10/22 20:30:45 1.2
+++ htpasswd.1 1998/01/07 16:47:11 1.3
@@ -1,5 +1,5 @@
.TH htpasswd 1 "February 1997"
-.\" Copyright (c) 1997 The Apache Group. All rights reserved.
+.\" Copyright (c) 1997-1998 The Apache Group. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
1.4 +1 -1 apachen/src/support/httpd.8
Index: httpd.8
===================================================================
RCS file: /export/home/cvs/apachen/src/support/httpd.8,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- httpd.8 1997/10/25 22:35:19 1.3
+++ httpd.8 1998/01/07 16:47:13 1.4
@@ -1,6 +1,6 @@
.TH httpd 8 "February 1997"
.\" Copyright (c) 1995-1997 David Robinson. All rights reserved.
-.\" Copyright (c) 1997 The Apache Group. All rights reserved.
+.\" Copyright (c) 1997-1998 The Apache Group. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
1.8 +1 -1 apachen/src/support/log_server_status
Index: log_server_status
===================================================================
RCS file: /export/home/cvs/apachen/src/support/log_server_status,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- log_server_status 1997/10/22 20:30:46 1.7
+++ log_server_status 1998/01/07 16:47:14 1.8
@@ -1,7 +1,7 @@
#!/usr/local/bin/perl
# ====================================================================
-# Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+# Copyright (c) 1995-1998 The Apache Group. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
1.2 +1 -1 apachen/src/support/split-logfile
Index: split-logfile
===================================================================
RCS file: /export/home/cvs/apachen/src/support/split-logfile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- split-logfile 1997/10/18 13:07:44 1.1
+++ split-logfile 1998/01/07 16:47:14 1.2
@@ -1,7 +1,7 @@
#!/usr/local/bin/perl
#
# ====================================================================
-# Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+# Copyright (c) 1995-1998 The Apache Group. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
1.31 +1 -1 apachen/src/support/suexec.c
Index: suexec.c
===================================================================
RCS file: /export/home/cvs/apachen/src/support/suexec.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- suexec.c 1997/12/30 20:17:15 1.30
+++ suexec.c 1998/01/07 16:47:14 1.31
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
1.13 +1 -1 apachen/src/support/suexec.h
Index: suexec.h
===================================================================
RCS file: /export/home/cvs/apachen/src/support/suexec.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- suexec.h 1997/10/25 22:35:20 1.12
+++ suexec.h 1998/01/07 16:47:15 1.13
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1997 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions