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 |
Written by: Philip Hazel <ph10@cam.ac.uk>
|
8 |
|
9 |
University of Cambridge Computing Service,
|
10 |
Cambridge, England. Phone: +44 1223 334714.
|
11 |
|
12 |
Copyright (c) 1997-1999 University of Cambridge
|
13 |
|
14 |
Permission is granted to anyone to use this software for any purpose on any
|
15 |
computer system, and to redistribute it freely, subject to the following
|
16 |
restrictions:
|
17 |
|
18 |
1. This software is distributed in the hope that it will be useful,
|
19 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
20 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
21 |
|
22 |
2. The origin of this software must not be misrepresented, either by
|
23 |
explicit claim or by omission.
|
24 |
|
25 |
3. Altered versions must be plainly marked as such, and must not be
|
26 |
misrepresented as being the original software.
|
27 |
|
28 |
4. If PCRE is embedded in any software that is released under the GNU
|
29 |
General Purpose Licence (GPL), then the terms of that licence shall
|
30 |
supersede any condition above with which it is incompatible.
|
31 |
|
32 |
End
|