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
This commit is contained in:
William A. Rowe Jr
2018-02-21 14:56:01 +00:00
parent 7c6effa44e
commit d771a84dbf
4 changed files with 65 additions and 13 deletions

View File

@ -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