mirror of
https://github.com/apache/httpd.git
synced 2025-08-13 14:40:20 +00:00
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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user