1 |
PCRE LICENCE
|
2 |
------------
|
3 |
|
4 |
PCRE is a library of functions to support regular expressions whose syntax
|
5 |
and semantics are as close as possible to those of the Perl 5 language.
|
6 |
|
7 |
Release 5 of PCRE is distributed under the terms of the "BSD" licence, as
|
8 |
specified below. The documentation for PCRE, supplied in the "doc"
|
9 |
directory, is distributed under the same terms as the software itself.
|
10 |
|
11 |
Written by: Philip Hazel <ph10@cam.ac.uk>
|
12 |
|
13 |
University of Cambridge Computing Service,
|
14 |
Cambridge, England. Phone: +44 1223 334714.
|
15 |
|
16 |
Copyright (c) 1997-2004 University of Cambridge
|
17 |
All rights reserved.
|
18 |
|
19 |
Redistribution and use in source and binary forms, with or without
|
20 |
modification, are permitted provided that the following conditions are met:
|
21 |
|
22 |
* Redistributions of source code must retain the above copyright notice,
|
23 |
this list of conditions and the following disclaimer.
|
24 |
|
25 |
* Redistributions in binary form must reproduce the above copyright
|
26 |
notice, this list of conditions and the following disclaimer in the
|
27 |
documentation and/or other materials provided with the distribution.
|
28 |
|
29 |
* Neither the name of the University of Cambridge nor the names of its
|
30 |
contributors may be used to endorse or promote products derived from
|
31 |
this software without specific prior written permission.
|
32 |
|
33 |
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
34 |
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
35 |
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
36 |
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
37 |
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
38 |
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
39 |
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
40 |
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
41 |
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
42 |
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
43 |
POSSIBILITY OF SUCH DAMAGE.
|
44 |
|
45 |
End
|