summaryrefslogtreecommitdiff
path: root/include/ap_regex.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2018-02-21 14:56:01 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2018-02-21 14:56:01 +0000
commitd771a84dbfa002cb0fc74ed1d9708d58039ffe78 (patch)
tree7c6c722a584d67a306e7fc414a77895830b8c85e /include/ap_regex.h
parent7c6effa44eddc961d6279d407d9d22510b1f3107 (diff)
downloadhttpd-d771a84dbfa002cb0fc74ed1d9708d58039ffe78.tar.gz
Correctly identify origin of util_pcre.c/ap_regex.h as pcreposix[.ch]
and correct LICENSE/NOTICE to match. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1824973 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_regex.h')
-rw-r--r--include/ap_regex.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/ap_regex.h b/include/ap_regex.h
index 22c0b0d013..cdb887a6c5 100644
--- a/include/ap_regex.h
+++ b/include/ap_regex.h
@@ -14,7 +14,12 @@
* limitations under the License.
*/
-/* Derived from PCRE's pcreposix.h.
+/* This code is based on pcreposix.h from the PCRE Library distribution,
+ * as originally written by Philip Hazel <ph10@cam.ac.uk>, and forked by
+ * the Apache HTTP Server project to provide POSIX-style regex function
+ * wrappers around underlying PCRE library functions for httpd.
+ *
+ * The original source file pcreposix.h is copyright and licensed as follows;
Copyright (c) 1997-2004 University of Cambridge