rse 99/01/01 11:05:39
Modified: . LICENSE Makefile.tmpl configure
htdocs/manual LICENSE expand.pl
src Configure buildmark.c
src/ap ap_cpystrn.c ap_execve.c ap_signal.c ap_slack.c
ap_snprintf.c
src/include alloc.h ap.h ap_config.h ap_ctype.h ap_md5.h
ap_mmn.h buff.h http_conf_globals.h http_config.h
http_core.h http_log.h http_main.h http_protocol.h
http_request.h http_vhost.h httpd.h rfc1413.h
scoreboard.h util_date.h util_md5.h util_script.h
util_uri.h
src/main alloc.c buff.c http_config.c http_core.c http_log.c
http_main.c http_protocol.c http_request.c
http_vhost.c md5c.c rfc1413.c util.c util_date.c
util_md5.c util_script.c util_uri.c
src/modules/example mod_example.c
src/modules/experimental mod_mmap_static.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_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_so.c mod_speling.c
mod_status.c mod_unique_id.c mod_userdir.c
mod_usertrack.c
src/modules/test mod_rndchunk.c mod_test_util_uri.c
src/os/bs2000 bs2login.c ebcdic.c os.c
src/os/tpf ebcdic.c os.c
src/os/unix os-aix-dso.c os.h
src/os/win32 mod_dll.c mod_isapi.c
src/support ab.1 ab.c apachectl apachectl.1 apxs.8 apxs.pl
dbmmanage dbmmanage.1 htdigest.1 htpasswd.1 httpd.8
log_server_status logresolve.8 logresolve.pl
rotatelogs.8 split-logfile suexec.8 suexec.c
suexec.h
Log:
``Oh, by the way: the same procedure as last year?
The same procedure as _every_ year, James!''
So, a lot of touched files here, but it's just a tiny harmless patch.
As every year we bump up the year number in our copyright headers.
1. "199x-1998" => "199x-1999"
2. "1998" => "1998-1999"
Revision Changes Path
1.10 +1 -1 apache-1.3/LICENSE
Index: LICENSE
===================================================================
RCS file: /home/cvs/apache-1.3/LICENSE,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- LICENSE 1998/03/31 12:52:00 1.9
+++ LICENSE 1999/01/01 19:04:31 1.10
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/Makefile.tmpl
Index: Makefile.tmpl
===================================================================
RCS file: /home/cvs/apache-1.3/Makefile.tmpl,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- Makefile.tmpl 1998/12/17 15:26:53 1.57
+++ Makefile.tmpl 1999/01/01 19:04:32 1.58
@@ -1,5 +1,5 @@
## ====================================================================
-## Copyright (c) 1998 The Apache Group. All rights reserved.
+## Copyright (c) 1998-1999 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.66 +1 -1 apache-1.3/configure
Index: configure
===================================================================
RCS file: /home/cvs/apache-1.3/configure,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- configure 1998/12/30 22:44:58 1.65
+++ configure 1999/01/01 19:04:32 1.66
@@ -1,6 +1,6 @@
#!/bin/sh
## ====================================================================
-## Copyright (c) 1998 The Apache Group. All rights reserved.
+## Copyright (c) 1998-1999 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 apache-1.3/htdocs/manual/LICENSE
Index: LICENSE
===================================================================
RCS file: /home/cvs/apache-1.3/htdocs/manual/LICENSE,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- LICENSE 1998/03/31 12:52:05 1.6
+++ LICENSE 1999/01/01 19:04:33 1.7
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/htdocs/manual/expand.pl
Index: expand.pl
===================================================================
RCS file: /home/cvs/apache-1.3/htdocs/manual/expand.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- expand.pl 1998/03/31 12:52:05 1.5
+++ expand.pl 1999/01/01 19:04:34 1.6
@@ -11,7 +11,7 @@
# Nov 30, 1996 - Alexei Kosut <[EMAIL PROTECTED]>
# ====================================================================
-# Copyright (c) 1996-1998 The Apache Group. All rights reserved.
+# Copyright (c) 1996-1999 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.316 +1 -1 apache-1.3/src/Configure
Index: Configure
===================================================================
RCS file: /home/cvs/apache-1.3/src/Configure,v
retrieving revision 1.315
retrieving revision 1.316
diff -u -r1.315 -r1.316
--- Configure 1998/12/23 00:26:06 1.315
+++ Configure 1999/01/01 19:04:34 1.316
@@ -1,6 +1,6 @@
#!/bin/sh
## ====================================================================
-## Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+## Copyright (c) 1995-1999 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 apache-1.3/src/buildmark.c
Index: buildmark.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/buildmark.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- buildmark.c 1998/07/13 11:32:29 1.8
+++ buildmark.c 1999/01/01 19:04:35 1.9
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/ap/ap_cpystrn.c
Index: ap_cpystrn.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/ap/ap_cpystrn.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ap_cpystrn.c 1998/03/31 12:52:09 1.6
+++ ap_cpystrn.c 1999/01/01 19:04:36 1.7
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/ap/ap_execve.c
Index: ap_execve.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/ap/ap_execve.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ap_execve.c 1998/12/23 00:20:58 1.10
+++ ap_execve.c 1999/01/01 19:04:36 1.11
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1998-1999 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 apache-1.3/src/ap/ap_signal.c
Index: ap_signal.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/ap/ap_signal.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ap_signal.c 1998/03/31 12:52:11 1.4
+++ ap_signal.c 1999/01/01 19:04:36 1.5
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/ap/ap_slack.c
Index: ap_slack.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/ap/ap_slack.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ap_slack.c 1998/06/17 06:57:05 1.6
+++ ap_slack.c 1999/01/01 19:04:36 1.7
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.27 +1 -1 apache-1.3/src/ap/ap_snprintf.c
Index: ap_snprintf.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/ap/ap_snprintf.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ap_snprintf.c 1998/07/08 17:46:56 1.26
+++ ap_snprintf.c 1999/01/01 19:04:37 1.27
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/include/alloc.h
Index: alloc.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/alloc.h,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- alloc.h 1998/11/06 22:42:41 1.64
+++ alloc.h 1999/01/01 19:04:38 1.65
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/include/ap.h
Index: ap.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/ap.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ap.h 1998/09/05 16:39:47 1.19
+++ ap.h 1999/01/01 19:04:38 1.20
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1998-1999 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.250 +1 -1 apache-1.3/src/include/ap_config.h
Index: ap_config.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/ap_config.h,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -r1.249 -r1.250
--- ap_config.h 1998/12/22 14:49:48 1.249
+++ ap_config.h 1999/01/01 19:04:38 1.250
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/include/ap_ctype.h
Index: ap_ctype.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/ap_ctype.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ap_ctype.h 1998/07/13 11:32:34 1.3
+++ ap_ctype.h 1999/01/01 19:04:39 1.4
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1998-1999 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 apache-1.3/src/include/ap_md5.h
Index: ap_md5.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/ap_md5.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ap_md5.h 1998/05/29 18:20:48 1.1
+++ ap_md5.h 1999/01/01 19:04:39 1.2
@@ -29,7 +29,7 @@
*/
/* ====================================================================
- * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1999 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.16 +1 -1 apache-1.3/src/include/ap_mmn.h
Index: ap_mmn.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/ap_mmn.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ap_mmn.h 1999/01/01 17:17:57 1.15
+++ ap_mmn.h 1999/01/01 19:04:39 1.16
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1998-1999 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.46 +1 -1 apache-1.3/src/include/buff.h
Index: buff.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/buff.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- buff.h 1998/07/04 16:07:25 1.45
+++ buff.h 1999/01/01 19:04:39 1.46
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1999 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.35 +1 -1 apache-1.3/src/include/http_conf_globals.h
Index: http_conf_globals.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/http_conf_globals.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- http_conf_globals.h 1998/08/12 19:22:18 1.34
+++ http_conf_globals.h 1999/01/01 19:04:39 1.35
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.98 +1 -1 apache-1.3/src/include/http_config.h
Index: http_config.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/http_config.h,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- http_config.h 1998/12/12 05:26:02 1.97
+++ http_config.h 1999/01/01 19:04:40 1.98
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.52 +1 -1 apache-1.3/src/include/http_core.h
Index: http_core.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/http_core.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- http_core.h 1998/11/20 21:17:26 1.51
+++ http_core.h 1999/01/01 19:04:40 1.52
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/include/http_log.h
Index: http_log.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/http_log.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- http_log.h 1998/10/30 03:08:55 1.32
+++ http_log.h 1999/01/01 19:04:40 1.33
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/include/http_main.h
Index: http_main.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/http_main.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- http_main.h 1998/06/04 20:13:17 1.30
+++ http_main.h 1999/01/01 19:04:40 1.31
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/include/http_protocol.h
Index: http_protocol.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/http_protocol.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- http_protocol.h 1998/12/29 09:46:15 1.47
+++ http_protocol.h 1999/01/01 19:04:40 1.48
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/include/http_request.h
Index: http_request.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/http_request.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- http_request.h 1998/08/09 14:33:10 1.25
+++ http_request.h 1999/01/01 19:04:41 1.26
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/include/http_vhost.h
Index: http_vhost.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/http_vhost.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- http_vhost.h 1998/05/03 17:31:09 1.9
+++ http_vhost.h 1999/01/01 19:04:41 1.10
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.256 +1 -1 apache-1.3/src/include/httpd.h
Index: httpd.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/httpd.h,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -r1.255 -r1.256
--- httpd.h 1999/01/01 17:17:57 1.255
+++ httpd.h 1999/01/01 19:04:41 1.256
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/include/rfc1413.h
Index: rfc1413.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/rfc1413.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- rfc1413.h 1998/05/03 17:31:10 1.11
+++ rfc1413.h 1999/01/01 19:04:41 1.12
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1999 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.46 +1 -1 apache-1.3/src/include/scoreboard.h
Index: scoreboard.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/scoreboard.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- scoreboard.h 1998/12/24 13:39:47 1.45
+++ scoreboard.h 1999/01/01 19:04:41 1.46
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.15 +1 -1 apache-1.3/src/include/util_date.h
Index: util_date.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/util_date.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- util_date.h 1998/05/22 11:35:04 1.14
+++ util_date.h 1999/01/01 19:04:41 1.15
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1999 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.17 +1 -1 apache-1.3/src/include/util_md5.h
Index: util_md5.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/util_md5.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- util_md5.h 1998/09/06 17:12:18 1.16
+++ util_md5.h 1999/01/01 19:04:42 1.17
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.35 +1 -1 apache-1.3/src/include/util_script.h
Index: util_script.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/util_script.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- util_script.h 1998/08/06 18:58:20 1.34
+++ util_script.h 1999/01/01 19:04:42 1.35
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/include/util_uri.h
Index: util_uri.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/util_uri.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- util_uri.h 1998/07/15 23:49:12 1.11
+++ util_uri.h 1999/01/01 19:04:42 1.12
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1998-1999 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.104 +1 -1 apache-1.3/src/main/alloc.c
Index: alloc.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/main/alloc.c,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- alloc.c 1998/11/07 14:31:24 1.103
+++ alloc.c 1999/01/01 19:04:47 1.104
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.85 +1 -1 apache-1.3/src/main/buff.c
Index: buff.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/main/buff.c,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- buff.c 1998/11/06 22:42:42 1.84
+++ buff.c 1999/01/01 19:04:47 1.85
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1999 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.140 +1 -1 apache-1.3/src/main/http_config.c
Index: http_config.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/main/http_config.c,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- http_config.c 1999/01/01 17:03:11 1.139
+++ http_config.c 1999/01/01 19:04:48 1.140
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.243 +1 -1 apache-1.3/src/main/http_core.c
Index: http_core.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/main/http_core.c,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -r1.242 -r1.243
--- http_core.c 1999/01/01 17:03:11 1.242
+++ http_core.c 1999/01/01 19:04:48 1.243
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.75 +1 -1 apache-1.3/src/main/http_log.c
Index: http_log.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/main/http_log.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- http_log.c 1998/12/02 00:00:06 1.74
+++ http_log.c 1999/01/01 19:04:48 1.75
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.416 +1 -1 apache-1.3/src/main/http_main.c
Index: http_main.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/main/http_main.c,v
retrieving revision 1.415
retrieving revision 1.416
diff -u -r1.415 -r1.416
--- http_main.c 1998/12/31 15:54:19 1.415
+++ http_main.c 1999/01/01 19:04:49 1.416
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.252 +1 -1 apache-1.3/src/main/http_protocol.c
Index: http_protocol.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/main/http_protocol.c,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -r1.251 -r1.252
--- http_protocol.c 1998/12/29 09:46:16 1.251
+++ http_protocol.c 1999/01/01 19:04:49 1.252
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.140 +1 -1 apache-1.3/src/main/http_request.c
Index: http_request.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/main/http_request.c,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- http_request.c 1999/01/01 17:17:58 1.139
+++ http_request.c 1999/01/01 19:04:50 1.140
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.15 +1 -1 apache-1.3/src/main/http_vhost.c
Index: http_vhost.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/main/http_vhost.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- http_vhost.c 1998/04/19 20:10:47 1.14
+++ http_vhost.c 1999/01/01 19:04:51 1.15
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.17 +1 -1 apache-1.3/src/main/md5c.c
Index: md5c.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/main/md5c.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- md5c.c 1998/07/13 11:32:40 1.16
+++ md5c.c 1999/01/01 19:04:53 1.17
@@ -32,7 +32,7 @@
*/
/* ====================================================================
- * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1999 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.27 +1 -1 apache-1.3/src/main/rfc1413.c
Index: rfc1413.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/main/rfc1413.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- rfc1413.c 1998/07/13 11:32:40 1.26
+++ rfc1413.c 1999/01/01 19:04:53 1.27
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.143 +1 -1 apache-1.3/src/main/util.c
Index: util.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/main/util.c,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- util.c 1999/01/01 17:17:58 1.142
+++ util.c 1999/01/01 19:04:53 1.143
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/main/util_date.c
Index: util_date.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/main/util_date.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- util_date.c 1998/07/13 11:32:41 1.13
+++ util_date.c 1999/01/01 19:04:53 1.14
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1999 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.17 +1 -1 apache-1.3/src/main/util_md5.c
Index: util_md5.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/main/util_md5.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- util_md5.c 1998/11/23 23:24:54 1.16
+++ util_md5.c 1999/01/01 19:04:53 1.17
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.137 +1 -1 apache-1.3/src/main/util_script.c
Index: util_script.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/main/util_script.c,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- util_script.c 1999/01/01 17:17:59 1.136
+++ util_script.c 1999/01/01 19:04:54 1.137
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/main/util_uri.c
Index: util_uri.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/main/util_uri.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- util_uri.c 1998/07/15 23:49:13 1.22
+++ util_uri.c 1999/01/01 19:04:54 1.23
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1998-1999 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 apache-1.3/src/modules/example/mod_example.c
Index: mod_example.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/example/mod_example.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- mod_example.c 1998/08/31 13:50:04 1.32
+++ mod_example.c 1999/01/01 19:05:00 1.33
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/experimental/mod_mmap_static.c
Index: mod_mmap_static.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/experimental/mod_mmap_static.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mod_mmap_static.c 1998/07/12 09:35:42 1.8
+++ mod_mmap_static.c 1999/01/01 19:05:01 1.9
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1998-1999 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.64 +1 -1 apache-1.3/src/modules/proxy/mod_proxy.c
Index: mod_proxy.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/proxy/mod_proxy.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- mod_proxy.c 1998/10/30 22:41:27 1.63
+++ mod_proxy.c 1999/01/01 19:05:02 1.64
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1999 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 apache-1.3/src/modules/proxy/mod_proxy.h
Index: mod_proxy.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/proxy/mod_proxy.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- mod_proxy.h 1998/09/08 21:15:56 1.41
+++ mod_proxy.h 1999/01/01 19:05:02 1.42
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1999 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 apache-1.3/src/modules/proxy/proxy_cache.c
Index: proxy_cache.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/proxy/proxy_cache.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- proxy_cache.c 1998/12/02 00:00:13 1.53
+++ proxy_cache.c 1999/01/01 19:05:02 1.54
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1999 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 apache-1.3/src/modules/proxy/proxy_connect.c
Index: proxy_connect.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/proxy/proxy_connect.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- proxy_connect.c 1998/09/14 16:30:42 1.35
+++ proxy_connect.c 1999/01/01 19:05:03 1.36
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1999 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.69 +1 -1 apache-1.3/src/modules/proxy/proxy_ftp.c
Index: proxy_ftp.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/proxy/proxy_ftp.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- proxy_ftp.c 1998/08/28 11:27:21 1.68
+++ proxy_ftp.c 1999/01/01 19:05:03 1.69
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1999 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 apache-1.3/src/modules/proxy/proxy_http.c
Index: proxy_http.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/proxy/proxy_http.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- proxy_http.c 1998/08/31 19:51:59 1.60
+++ proxy_http.c 1999/01/01 19:05:03 1.61
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1999 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.74 +1 -1 apache-1.3/src/modules/proxy/proxy_util.c
Index: proxy_util.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/proxy/proxy_util.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- proxy_util.c 1998/12/28 12:59:30 1.73
+++ proxy_util.c 1999/01/01 19:05:03 1.74
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1999 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 apache-1.3/src/modules/standard/mod_access.c
Index: mod_access.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_access.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- mod_access.c 1998/08/06 17:30:52 1.37
+++ mod_access.c 1999/01/01 19:05:06 1.38
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/standard/mod_actions.c
Index: mod_actions.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_actions.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- mod_actions.c 1999/01/01 17:18:00 1.30
+++ mod_actions.c 1999/01/01 19:05:06 1.31
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.40 +1 -1 apache-1.3/src/modules/standard/mod_alias.c
Index: mod_alias.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_alias.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- mod_alias.c 1999/01/01 17:18:00 1.39
+++ mod_alias.c 1999/01/01 19:05:06 1.40
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/standard/mod_asis.c
Index: mod_asis.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_asis.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- mod_asis.c 1998/08/25 09:15:37 1.30
+++ mod_asis.c 1999/01/01 19:05:06 1.31
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/standard/mod_auth.c
Index: mod_auth.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_auth.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- mod_auth.c 1998/10/19 05:43:34 1.41
+++ mod_auth.c 1999/01/01 19:05:07 1.42
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/standard/mod_auth_anon.c
Index: mod_auth_anon.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_auth_anon.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- mod_auth_anon.c 1998/08/06 17:30:54 1.35
+++ mod_auth_anon.c 1999/01/01 19:05:07 1.36
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/standard/mod_auth_db.c
Index: mod_auth_db.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_auth_db.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- mod_auth_db.c 1998/10/23 08:15:01 1.35
+++ mod_auth_db.c 1999/01/01 19:05:07 1.36
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/standard/mod_auth_dbm.c
Index: mod_auth_dbm.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_auth_dbm.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- mod_auth_dbm.c 1998/10/03 15:11:53 1.40
+++ mod_auth_dbm.c 1999/01/01 19:05:07 1.41
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.99 +1 -1 apache-1.3/src/modules/standard/mod_autoindex.c
Index: mod_autoindex.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_autoindex.c,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- mod_autoindex.c 1998/10/28 19:33:57 1.98
+++ mod_autoindex.c 1999/01/01 19:05:07 1.99
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/standard/mod_cern_meta.c
Index: mod_cern_meta.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_cern_meta.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- mod_cern_meta.c 1998/08/14 02:49:56 1.35
+++ mod_cern_meta.c 1999/01/01 19:05:08 1.36
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/standard/mod_cgi.c
Index: mod_cgi.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_cgi.c,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- mod_cgi.c 1998/11/01 01:08:45 1.87
+++ mod_cgi.c 1999/01/01 19:05:08 1.88
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/standard/mod_digest.c
Index: mod_digest.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_digest.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- mod_digest.c 1998/10/03 15:31:59 1.40
+++ mod_digest.c 1999/01/01 19:05:08 1.41
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.53 +1 -1 apache-1.3/src/modules/standard/mod_dir.c
Index: mod_dir.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_dir.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- mod_dir.c 1999/01/01 17:18:00 1.52
+++ mod_dir.c 1999/01/01 19:05:08 1.53
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/standard/mod_env.c
Index: mod_env.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_env.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- mod_env.c 1998/06/27 18:09:32 1.24
+++ mod_env.c 1999/01/01 19:05:09 1.25
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/standard/mod_expires.c
Index: mod_expires.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_expires.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- mod_expires.c 1998/09/04 18:15:47 1.31
+++ mod_expires.c 1999/01/01 19:05:09 1.32
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/standard/mod_headers.c
Index: mod_headers.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_headers.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- mod_headers.c 1998/04/11 12:00:46 1.17
+++ mod_headers.c 1999/01/01 19:05:09 1.18
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1999 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.50 +1 -1 apache-1.3/src/modules/standard/mod_imap.c
Index: mod_imap.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_imap.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- mod_imap.c 1998/10/23 08:32:29 1.49
+++ mod_imap.c 1999/01/01 19:05:09 1.50
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.110 +1 -1 apache-1.3/src/modules/standard/mod_include.c
Index: mod_include.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_include.c,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- mod_include.c 1999/01/01 17:18:00 1.109
+++ mod_include.c 1999/01/01 19:05:09 1.110
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/standard/mod_info.c
Index: mod_info.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_info.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- mod_info.c 1998/08/13 02:51:38 1.43
+++ mod_info.c 1999/01/01 19:05:10 1.44
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/standard/mod_log_agent.c
Index: mod_log_agent.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_log_agent.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- mod_log_agent.c 1998/12/02 00:00:16 1.31
+++ mod_log_agent.c 1999/01/01 19:05:10 1.32
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/standard/mod_log_config.c
Index: mod_log_config.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_log_config.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- mod_log_config.c 1998/12/23 18:34:25 1.69
+++ mod_log_config.c 1999/01/01 19:05:10 1.70
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.35 +1 -1 apache-1.3/src/modules/standard/mod_log_referer.c
Index: mod_log_referer.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_log_referer.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- mod_log_referer.c 1998/12/02 00:00:17 1.34
+++ mod_log_referer.c 1999/01/01 19:05:11 1.35
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/standard/mod_mime.c
Index: mod_mime.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_mime.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- mod_mime.c 1998/12/02 03:45:53 1.47
+++ mod_mime.c 1999/01/01 19:05:11 1.48
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/standard/mod_mime_magic.c
Index: mod_mime_magic.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_mime_magic.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- mod_mime_magic.c 1998/08/06 17:31:00 1.37
+++ mod_mime_magic.c 1999/01/01 19:05:11 1.38
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/standard/mod_negotiation.c
Index: mod_negotiation.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_negotiation.c,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- mod_negotiation.c 1999/01/01 17:18:01 1.90
+++ mod_negotiation.c 1999/01/01 19:05:11 1.91
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.134 +1 -1 apache-1.3/src/modules/standard/mod_rewrite.c
Index: mod_rewrite.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_rewrite.c,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- mod_rewrite.c 1999/01/01 17:18:01 1.133
+++ mod_rewrite.c 1999/01/01 19:05:12 1.134
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1999 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 apache-1.3/src/modules/standard/mod_rewrite.h
Index: mod_rewrite.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_rewrite.h,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- mod_rewrite.h 1998/08/17 18:36:18 1.57
+++ mod_rewrite.h 1999/01/01 19:05:12 1.58
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1999 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 apache-1.3/src/modules/standard/mod_setenvif.c
Index: mod_setenvif.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_setenvif.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- mod_setenvif.c 1998/07/10 12:58:56 1.25
+++ mod_setenvif.c 1999/01/01 19:05:13 1.26
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1999 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 apache-1.3/src/modules/standard/mod_so.c
Index: mod_so.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_so.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- mod_so.c 1998/12/12 05:26:04 1.27
+++ mod_so.c 1999/01/01 19:05:13 1.28
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/standard/mod_speling.c
Index: mod_speling.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_speling.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- mod_speling.c 1998/09/29 15:13:18 1.29
+++ mod_speling.c 1999/01/01 19:05:14 1.30
@@ -1,6 +1,6 @@
#define WANT_BASENAME_MATCH
/* ====================================================================
- * Copyright (c) 1996-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1996-1999 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.104 +1 -1 apache-1.3/src/modules/standard/mod_status.c
Index: mod_status.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_status.c,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- mod_status.c 1998/12/04 19:12:18 1.103
+++ mod_status.c 1999/01/01 19:05:14 1.104
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/standard/mod_unique_id.c
Index: mod_unique_id.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_unique_id.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- mod_unique_id.c 1998/06/14 21:10:29 1.17
+++ mod_unique_id.c 1999/01/01 19:05:15 1.18
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/standard/mod_userdir.c
Index: mod_userdir.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_userdir.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- mod_userdir.c 1998/08/03 09:15:15 1.37
+++ mod_userdir.c 1999/01/01 19:05:15 1.38
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/standard/mod_usertrack.c
Index: mod_usertrack.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_usertrack.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- mod_usertrack.c 1998/07/08 17:47:19 1.37
+++ mod_usertrack.c 1999/01/01 19:05:15 1.38
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/modules/test/mod_rndchunk.c
Index: mod_rndchunk.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/test/mod_rndchunk.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mod_rndchunk.c 1998/04/27 06:59:37 1.6
+++ mod_rndchunk.c 1999/01/01 19:05:26 1.7
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1998-1999 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 apache-1.3/src/modules/test/mod_test_util_uri.c
Index: mod_test_util_uri.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/test/mod_test_util_uri.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mod_test_util_uri.c 1998/04/11 12:01:01 1.5
+++ mod_test_util_uri.c 1999/01/01 19:05:26 1.6
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1998-1999 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 apache-1.3/src/os/bs2000/bs2login.c
Index: bs2login.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/os/bs2000/bs2login.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bs2login.c 1998/12/23 11:17:21 1.7
+++ bs2login.c 1999/01/01 19:05:27 1.8
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/os/bs2000/ebcdic.c
Index: ebcdic.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/os/bs2000/ebcdic.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ebcdic.c 1998/10/01 18:25:07 1.9
+++ ebcdic.c 1999/01/01 19:05:27 1.10
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1998-1999 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 apache-1.3/src/os/bs2000/os.c
Index: os.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/os/bs2000/os.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- os.c 1998/09/14 16:24:51 1.11
+++ os.c 1999/01/01 19:05:28 1.12
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1998-1999 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 apache-1.3/src/os/tpf/ebcdic.c
Index: ebcdic.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/os/tpf/ebcdic.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ebcdic.c 1998/11/03 22:06:31 1.1
+++ ebcdic.c 1999/01/01 19:05:29 1.2
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1998-1999 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 apache-1.3/src/os/tpf/os.c
Index: os.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/os/tpf/os.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- os.c 1998/11/03 22:06:31 1.1
+++ os.c 1999/01/01 19:05:29 1.2
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1998-1999 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 apache-1.3/src/os/unix/os-aix-dso.c
Index: os-aix-dso.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/os/unix/os-aix-dso.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- os-aix-dso.c 1998/05/02 11:15:14 1.2
+++ os-aix-dso.c 1999/01/01 19:05:30 1.3
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1998-1999 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.35 +1 -1 apache-1.3/src/os/unix/os.h
Index: os.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/os/unix/os.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- os.h 1998/12/15 08:55:17 1.34
+++ os.h 1999/01/01 19:05:30 1.35
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1998-1999 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 apache-1.3/src/os/win32/mod_dll.c
Index: mod_dll.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/os/win32/mod_dll.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mod_dll.c 1998/04/11 12:01:05 1.9
+++ mod_dll.c 1999/01/01 19:05:31 1.10
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.16 +1 -1 apache-1.3/src/os/win32/mod_isapi.c
Index: mod_isapi.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/os/win32/mod_isapi.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- mod_isapi.c 1998/08/10 16:26:31 1.15
+++ mod_isapi.c 1999/01/01 19:05:31 1.16
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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 apache-1.3/src/support/ab.1
Index: ab.1
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/ab.1,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ab.1 1998/03/31 12:53:44 1.2
+++ ab.1 1999/01/01 19:05:32 1.3
@@ -1,5 +1,5 @@
.TH ab 1 "March 1998"
-.\" Copyright (c) 1998 The Apache Group. All rights reserved.
+.\" Copyright (c) 1998-1999 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.17 +2 -2 apache-1.3/src/support/ab.c
Index: ab.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/ab.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ab.c 1998/11/15 15:54:41 1.16
+++ ab.c 1999/01/01 19:05:32 1.17
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1998-1999 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
@@ -688,7 +688,7 @@
{
printf("This is ApacheBench, Version %s\n", VERSION);
printf("Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd,
http://www.zeustech.net/\n");
- printf("Copyright (c) 1998 The Apache Group, http://www.apache.org/\n");
+ printf("Copyright (c) 1998-1999 The Apache Group,
http://www.apache.org/\n");
printf("\n");
}
1.12 +1 -1 apache-1.3/src/support/apachectl
Index: apachectl
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/apachectl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- apachectl 1998/09/14 16:04:18 1.11
+++ apachectl 1999/01/01 19:05:32 1.12
@@ -173,7 +173,7 @@
exit $ERROR
# ====================================================================
-# Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+# Copyright (c) 1995-1999 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 apache-1.3/src/support/apachectl.1
Index: apachectl.1
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/apachectl.1,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- apachectl.1 1998/06/10 12:08:51 1.5
+++ apachectl.1 1999/01/01 19:05:33 1.6
@@ -1,5 +1,5 @@
.TH apachectl 1 "September 1997"
-.\" Copyright (c) 1997-1998 The Apache Group. All rights reserved.
+.\" Copyright (c) 1997-1999 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 apache-1.3/src/support/apxs.8
Index: apxs.8
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/apxs.8,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- apxs.8 1998/12/18 10:53:21 1.4
+++ apxs.8 1999/01/01 19:05:33 1.5
@@ -1,5 +1,5 @@
.TH apxs 8 "April 1998"
-.\" Copyright (c) 1998 The Apache Group. All rights reserved.
+.\" Copyright (c) 1998-1999 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.17 +1 -1 apache-1.3/src/support/apxs.pl
Index: apxs.pl
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/apxs.pl,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- apxs.pl 1998/12/25 15:51:26 1.16
+++ apxs.pl 1999/01/01 19:05:33 1.17
@@ -1,6 +1,6 @@
#!/usr/local/bin/perl
## ====================================================================
-## Copyright (c) 1998 The Apache Group. All rights reserved.
+## Copyright (c) 1998-1999 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 apache-1.3/src/support/dbmmanage
Index: dbmmanage
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/dbmmanage,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- dbmmanage 1998/09/26 14:47:49 1.12
+++ dbmmanage 1999/01/01 19:05:33 1.13
@@ -1,7 +1,7 @@
#!/usr/local/bin/perl
# ====================================================================
-# Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+# Copyright (c) 1995-1999 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 apache-1.3/src/support/dbmmanage.1
Index: dbmmanage.1
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/dbmmanage.1,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dbmmanage.1 1998/11/18 08:54:37 1.4
+++ dbmmanage.1 1999/01/01 19:05:33 1.5
@@ -1,5 +1,5 @@
.TH dbmmanage 1 "March 1998"
-.\" Copyright (c) 1998 The Apache Group. All rights reserved.
+.\" Copyright (c) 1998-1999 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 apache-1.3/src/support/htdigest.1
Index: htdigest.1
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/htdigest.1,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- htdigest.1 1998/03/31 12:53:48 1.2
+++ htdigest.1 1999/01/01 19:05:34 1.3
@@ -1,5 +1,5 @@
.TH htdigest 1 "March 1998"
-.\" Copyright (c) 1997-1998 The Apache Group. All rights reserved.
+.\" Copyright (c) 1997-1999 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 apache-1.3/src/support/htpasswd.1
Index: htpasswd.1
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/htpasswd.1,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- htpasswd.1 1998/03/31 12:53:48 1.6
+++ htpasswd.1 1999/01/01 19:05:34 1.7
@@ -1,5 +1,5 @@
.TH htpasswd 1 "February 1997"
-.\" Copyright (c) 1997-1998 The Apache Group. All rights reserved.
+.\" Copyright (c) 1997-1999 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 apache-1.3/src/support/httpd.8
Index: httpd.8
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/httpd.8,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- httpd.8 1998/12/17 15:09:32 1.12
+++ httpd.8 1999/01/01 19:05:34 1.13
@@ -1,6 +1,6 @@
.TH httpd 8 "February 1997"
.\" Copyright (c) 1995-1997 David Robinson. All rights reserved.
-.\" Copyright (c) 1997-1998 The Apache Group. All rights reserved.
+.\" Copyright (c) 1997-1999 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 apache-1.3/src/support/log_server_status
Index: log_server_status
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/log_server_status,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- log_server_status 1998/03/31 12:53:50 1.9
+++ log_server_status 1999/01/01 19:05:34 1.10
@@ -1,7 +1,7 @@
#!/usr/local/bin/perl
# ====================================================================
-# Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+# Copyright (c) 1995-1999 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 apache-1.3/src/support/logresolve.8
Index: logresolve.8
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/logresolve.8,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- logresolve.8 1998/03/31 12:53:51 1.2
+++ logresolve.8 1999/01/01 19:05:34 1.3
@@ -1,5 +1,5 @@
.TH logresolve 8 "March 1998"
-.\" Copyright (c) 1998 The Apache Group. All rights reserved.
+.\" Copyright (c) 1998-1999 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 apache-1.3/src/support/logresolve.pl
Index: logresolve.pl
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/logresolve.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- logresolve.pl 1998/04/17 15:26:31 1.3
+++ logresolve.pl 1999/01/01 19:05:34 1.4
@@ -1,7 +1,7 @@
#!/usr/local/bin/perl
# ====================================================================
-# Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+# Copyright (c) 1995-1999 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 apache-1.3/src/support/rotatelogs.8
Index: rotatelogs.8
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/rotatelogs.8,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rotatelogs.8 1998/06/12 10:10:58 1.3
+++ rotatelogs.8 1999/01/01 19:05:35 1.4
@@ -1,5 +1,5 @@
.TH rotatelogs 8 "March 1998"
-.\" Copyright (c) 1998 The Apache Group. All rights reserved.
+.\" Copyright (c) 1998-1999 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 apache-1.3/src/support/split-logfile
Index: split-logfile
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/split-logfile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- split-logfile 1998/03/31 12:53:55 1.3
+++ split-logfile 1999/01/01 19:05:35 1.4
@@ -1,7 +1,7 @@
#!/usr/local/bin/perl
#
# ====================================================================
-# Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+# Copyright (c) 1995-1999 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 apache-1.3/src/support/suexec.8
Index: suexec.8
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/suexec.8,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- suexec.8 1998/03/31 12:53:57 1.2
+++ suexec.8 1999/01/01 19:05:35 1.3
@@ -1,5 +1,5 @@
.TH suexec 8 "March 1998"
-.\" Copyright (c) 1998 The Apache Group. All rights reserved.
+.\" Copyright (c) 1998-1999 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 apache-1.3/src/support/suexec.c
Index: suexec.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/suexec.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- suexec.c 1998/12/17 14:58:57 1.47
+++ suexec.c 1999/01/01 19:05:35 1.48
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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.16 +1 -1 apache-1.3/src/support/suexec.h
Index: suexec.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/suexec.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- suexec.h 1998/11/08 21:24:02 1.15
+++ suexec.h 1999/01/01 19:05:35 1.16
@@ -1,5 +1,5 @@
/* ====================================================================
- * Copyright (c) 1995-1998 The Apache Group. All rights reserved.
+ * Copyright (c) 1995-1999 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