summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2004-01-01 14:26:26 +0100
committerAndré Malo <nd@apache.org>2004-01-01 14:26:26 +0100
commitfb07607180e5cd8ae7015fdd70d4aab7edf5a946 (patch)
tree5d44e42574efe2215fa9a711b51d7c7bd2ffa708 /support
parentupdate license and copyright to 2004. (diff)
downloadapache2-fb07607180e5cd8ae7015fdd70d4aab7edf5a946.tar.xz
apache2-fb07607180e5cd8ae7015fdd70d4aab7edf5a946.zip
update license to 2004.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102135 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r--support/ab.c6
-rw-r--r--support/apachectl.in2
-rw-r--r--support/apxs.in2
-rw-r--r--support/checkgid.c2
-rw-r--r--support/dbmmanage.in2
-rw-r--r--support/htdbm.c2
-rw-r--r--support/htdigest.c2
-rw-r--r--support/htpasswd.c2
-rw-r--r--support/log_server_status.in2
-rw-r--r--support/logresolve.pl.in2
-rw-r--r--support/rotatelogs.c2
-rw-r--r--support/split-logfile.in2
-rw-r--r--support/suexec.c2
-rw-r--r--support/suexec.h2
-rw-r--r--support/win32/ApacheMonitor.c2
-rw-r--r--support/win32/ApacheMonitor.h2
-rw-r--r--support/win32/ApacheMonitor.rc2
-rw-r--r--support/win32/wintty.c2
18 files changed, 20 insertions, 20 deletions
diff --git a/support/ab.c b/support/ab.c
index 46b70e1725..a9a13d9950 100644
--- a/support/ab.c
+++ b/support/ab.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -1825,14 +1825,14 @@ static void test(void)
static void copyright(void)
{
if (!use_html) {
- printf("This is ApacheBench, Version %s\n", AP_AB_BASEREVISION " <$Revision: 1.132 $> apache-2.0");
+ printf("This is ApacheBench, Version %s\n", AP_AB_BASEREVISION " <$Revision: 1.133 $> apache-2.0");
printf("Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n");
printf("Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/\n");
printf("\n");
}
else {
printf("<p>\n");
- printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-2.0<br>\n", AP_AB_BASEREVISION, "$Revision: 1.132 $");
+ printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-2.0<br>\n", AP_AB_BASEREVISION, "$Revision: 1.133 $");
printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/<br>\n");
printf(" Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/<br>\n");
printf("</p>\n<p>\n");
diff --git a/support/apachectl.in b/support/apachectl.in
index 7584a87448..8f412407a3 100644
--- a/support/apachectl.in
+++ b/support/apachectl.in
@@ -91,7 +91,7 @@ exit $ERROR
# ====================================================================
# The Apache Software License, Version 1.1
#
-# Copyright (c) 2000-2003 The Apache Software Foundation. All rights
+# Copyright (c) 2000-2004 The Apache Software Foundation. All rights
# reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/support/apxs.in b/support/apxs.in
index 4f4c1da26e..cfad303e57 100644
--- a/support/apxs.in
+++ b/support/apxs.in
@@ -2,7 +2,7 @@
# ====================================================================
# The Apache Software License, Version 1.1
#
-# Copyright (c) 2000-2003 The Apache Software Foundation. All rights
+# Copyright (c) 2000-2004 The Apache Software Foundation. All rights
# reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/support/checkgid.c b/support/checkgid.c
index e881bccd8f..e86f20188a 100644
--- a/support/checkgid.c
+++ b/support/checkgid.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/support/dbmmanage.in b/support/dbmmanage.in
index 5309253a42..34ed69ee3e 100644
--- a/support/dbmmanage.in
+++ b/support/dbmmanage.in
@@ -2,7 +2,7 @@
# ====================================================================
# The Apache Software License, Version 1.1
#
-# Copyright (c) 2000-2003 The Apache Software Foundation. All rights
+# Copyright (c) 2000-2004 The Apache Software Foundation. All rights
# reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/support/htdbm.c b/support/htdbm.c
index 0b5431836c..887c51def6 100644
--- a/support/htdbm.c
+++ b/support/htdbm.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/support/htdigest.c b/support/htdigest.c
index 79d7171400..92ed00fffe 100644
--- a/support/htdigest.c
+++ b/support/htdigest.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/support/htpasswd.c b/support/htpasswd.c
index 0dabffc77d..d2ed5efbfa 100644
--- a/support/htpasswd.c
+++ b/support/htpasswd.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/support/log_server_status.in b/support/log_server_status.in
index fbfb9a35ce..3226f6673c 100644
--- a/support/log_server_status.in
+++ b/support/log_server_status.in
@@ -2,7 +2,7 @@
# ====================================================================
# The Apache Software License, Version 1.1
#
-# Copyright (c) 2000-2003 The Apache Software Foundation. All rights
+# Copyright (c) 2000-2004 The Apache Software Foundation. All rights
# reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/support/logresolve.pl.in b/support/logresolve.pl.in
index dd1c92fc77..a1030772b4 100644
--- a/support/logresolve.pl.in
+++ b/support/logresolve.pl.in
@@ -2,7 +2,7 @@
# ====================================================================
# The Apache Software License, Version 1.1
#
-# Copyright (c) 2000-2003 The Apache Software Foundation. All rights
+# Copyright (c) 2000-2004 The Apache Software Foundation. All rights
# reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/support/rotatelogs.c b/support/rotatelogs.c
index 4cfa66cf9e..00f8da13a1 100644
--- a/support/rotatelogs.c
+++ b/support/rotatelogs.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/support/split-logfile.in b/support/split-logfile.in
index 3d650d0042..10e4fbd66a 100644
--- a/support/split-logfile.in
+++ b/support/split-logfile.in
@@ -2,7 +2,7 @@
# ====================================================================
# The Apache Software License, Version 1.1
#
-# Copyright (c) 2000-2003 The Apache Software Foundation. All rights
+# Copyright (c) 2000-2004 The Apache Software Foundation. All rights
# reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/support/suexec.c b/support/suexec.c
index cb04899282..7f12ef8542 100644
--- a/support/suexec.c
+++ b/support/suexec.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/support/suexec.h b/support/suexec.h
index ab44c7c841..4c6dc50dad 100644
--- a/support/suexec.h
+++ b/support/suexec.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/support/win32/ApacheMonitor.c b/support/win32/ApacheMonitor.c
index 98d8425375..eaa8e9e53c 100644
--- a/support/win32/ApacheMonitor.c
+++ b/support/win32/ApacheMonitor.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/support/win32/ApacheMonitor.h b/support/win32/ApacheMonitor.h
index a8c277b9e6..fabe5a0a93 100644
--- a/support/win32/ApacheMonitor.h
+++ b/support/win32/ApacheMonitor.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/support/win32/ApacheMonitor.rc b/support/win32/ApacheMonitor.rc
index 83bf95a8ff..60130773ea 100644
--- a/support/win32/ApacheMonitor.rc
+++ b/support/win32/ApacheMonitor.rc
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/support/win32/wintty.c b/support/win32/wintty.c
index 3d9fbae254..aaa54ca545 100644
--- a/support/win32/wintty.c
+++ b/support/win32/wintty.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without