summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2005-02-04 21:28:49 +0100
committerJustin Erenkrantz <jerenkrantz@apache.org>2005-02-04 21:28:49 +0100
commit905cdf9f0b330131433f4d8ad2cb3905357dbc58 (patch)
tree871368cd8601194ace83399fb78b026f9300bd5f /support
parentSync with httpd-2.0 changes. (diff)
downloadapache2-905cdf9f0b330131433f4d8ad2cb3905357dbc58.tar.xz
apache2-905cdf9f0b330131433f4d8ad2cb3905357dbc58.zip
Update copyright year to 2005 and standardize on current copyright owner line.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151408 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r--support/ab.c4
-rw-r--r--support/apachectl.in3
-rw-r--r--support/apxs.in3
-rw-r--r--support/checkgid.c3
-rw-r--r--support/dbmmanage.in3
-rw-r--r--support/envvars-std.in3
-rw-r--r--support/htcacheclean.c3
-rw-r--r--support/htdbm.c3
-rw-r--r--support/htdigest.c3
-rw-r--r--support/htpasswd.c3
-rw-r--r--support/log_server_status.in3
-rw-r--r--support/logresolve.c3
-rw-r--r--support/logresolve.pl.in3
-rw-r--r--support/phf_abuse_log.cgi.in3
-rw-r--r--support/rotatelogs.c3
-rw-r--r--support/split-logfile.in3
-rw-r--r--support/suexec.c3
-rw-r--r--support/suexec.h3
-rw-r--r--support/win32/ApacheMonitor.c3
-rw-r--r--support/win32/ApacheMonitor.h3
-rw-r--r--support/win32/wintty.c3
21 files changed, 42 insertions, 22 deletions
diff --git a/support/ab.c b/support/ab.c
index 343fd6aabd..03face7d24 100644
--- a/support/ab.c
+++ b/support/ab.c
@@ -1,5 +1,5 @@
-/* Copyright 1996-2005 The Apache Software Foundation or its licensors,
- * as applicable.
+/* Copyright 1996-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/support/apachectl.in b/support/apachectl.in
index eb9be2052e..062f6c9b89 100644
--- a/support/apachectl.in
+++ b/support/apachectl.in
@@ -1,6 +1,7 @@
#!/bin/sh
#
-# Copyright 2000-2004 The Apache Software Foundation
+# Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+# applicable.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/support/apxs.in b/support/apxs.in
index d82b9a0333..c0314d477f 100644
--- a/support/apxs.in
+++ b/support/apxs.in
@@ -1,6 +1,7 @@
#!@perlbin@ -w
#
-# Copyright 1999-2004 The Apache Software Foundation
+# Copyright 1999-2005 The Apache Software Foundation or its licensors, as
+# applicable.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/support/checkgid.c b/support/checkgid.c
index a667fa310d..704ac57f23 100644
--- a/support/checkgid.c
+++ b/support/checkgid.c
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/support/dbmmanage.in b/support/dbmmanage.in
index c4cd5c7277..2db00afe6c 100644
--- a/support/dbmmanage.in
+++ b/support/dbmmanage.in
@@ -1,6 +1,7 @@
#!@perlbin@
#
-# Copyright 2001-2004 The Apache Software Foundation
+# Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+# applicable.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/support/envvars-std.in b/support/envvars-std.in
index c276665d08..762231c92b 100644
--- a/support/envvars-std.in
+++ b/support/envvars-std.in
@@ -1,4 +1,5 @@
-# Copyright 2001-2004 The Apache Software Foundation
+# Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+# applicable.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/support/htcacheclean.c b/support/htcacheclean.c
index cca2889a3d..39294cf23b 100644
--- a/support/htcacheclean.c
+++ b/support/htcacheclean.c
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/support/htdbm.c b/support/htdbm.c
index cdb317e3f7..69c0d2db82 100644
--- a/support/htdbm.c
+++ b/support/htdbm.c
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/support/htdigest.c b/support/htdigest.c
index b3cc07875f..0d525c0000 100644
--- a/support/htdigest.c
+++ b/support/htdigest.c
@@ -1,4 +1,5 @@
-/* Copyright 1999-2004 The Apache Software Foundation
+/* Copyright 1999-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/support/htpasswd.c b/support/htpasswd.c
index af03b11c1f..a139a3ddd8 100644
--- a/support/htpasswd.c
+++ b/support/htpasswd.c
@@ -1,4 +1,5 @@
-/* Copyright 1999-2004 The Apache Software Foundation
+/* Copyright 1999-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/support/log_server_status.in b/support/log_server_status.in
index 95ebcaedb2..ed07510f8c 100644
--- a/support/log_server_status.in
+++ b/support/log_server_status.in
@@ -1,6 +1,7 @@
#!@perlbin@
#
-# Copyright 2001-2004 The Apache Software Foundation
+# Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+# applicable.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/support/logresolve.c b/support/logresolve.c
index 024371132c..5576fd1ea0 100644
--- a/support/logresolve.c
+++ b/support/logresolve.c
@@ -1,4 +1,5 @@
-/* Copyright 1999-2004 The Apache Software Foundation
+/* Copyright 1999-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/support/logresolve.pl.in b/support/logresolve.pl.in
index 086febd6fd..eb143e9723 100644
--- a/support/logresolve.pl.in
+++ b/support/logresolve.pl.in
@@ -1,6 +1,7 @@
#!@perlbin@
#
-# Copyright 2001-2004 The Apache Software Foundation
+# Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+# applicable.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/support/phf_abuse_log.cgi.in b/support/phf_abuse_log.cgi.in
index 5bc118df03..b004b15010 100644
--- a/support/phf_abuse_log.cgi.in
+++ b/support/phf_abuse_log.cgi.in
@@ -1,6 +1,7 @@
#!@perlbin@
#
-# Copyright 2001-2004 The Apache Software Foundation
+# Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+# applicable.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/support/rotatelogs.c b/support/rotatelogs.c
index 5f17dd534a..14a56e8a64 100644
--- a/support/rotatelogs.c
+++ b/support/rotatelogs.c
@@ -1,4 +1,5 @@
-/* Copyright 1999-2004 The Apache Software Foundation
+/* Copyright 1999-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/support/split-logfile.in b/support/split-logfile.in
index 9375495d65..37f639d41b 100644
--- a/support/split-logfile.in
+++ b/support/split-logfile.in
@@ -1,6 +1,7 @@
#!@perlbin@
#
-# Copyright 2001-2004 The Apache Software Foundation
+# Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+# applicable.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/support/suexec.c b/support/suexec.c
index 25e39bea66..ed69226e10 100644
--- a/support/suexec.c
+++ b/support/suexec.c
@@ -1,4 +1,5 @@
-/* Copyright 1999-2004 The Apache Software Foundation
+/* Copyright 1999-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/support/suexec.h b/support/suexec.h
index e76a3bb731..a1b5f81323 100644
--- a/support/suexec.h
+++ b/support/suexec.h
@@ -1,4 +1,5 @@
-/* Copyright 1999-2004 The Apache Software Foundation
+/* Copyright 1999-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/support/win32/ApacheMonitor.c b/support/win32/ApacheMonitor.c
index 1c4120b537..78579e07f3 100644
--- a/support/win32/ApacheMonitor.c
+++ b/support/win32/ApacheMonitor.c
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/support/win32/ApacheMonitor.h b/support/win32/ApacheMonitor.h
index db44acdb1a..190295477d 100644
--- a/support/win32/ApacheMonitor.h
+++ b/support/win32/ApacheMonitor.h
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/support/win32/wintty.c b/support/win32/wintty.c
index 1c67d54c68..01a354b4a3 100644
--- a/support/win32/wintty.c
+++ b/support/win32/wintty.c
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.