Rev 26701 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
PCRE LICENCE------------PCRE is a library of functions to support regular expressions whose syntaxand semantics are as close as possible to those of the Perl 5 language.Written by: Philip Hazel <ph10@cam.ac.uk>University of Cambridge Computing Service,Cambridge, England. Phone: +44 1223 334714.Copyright (c) 1997-2003 University of CambridgePermission is granted to anyone to use this software for any purpose on anycomputer system, and to redistribute it freely, subject to the followingrestrictions:1. This software is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.2. The origin of this software must not be misrepresented, either byexplicit claim or by omission. In practice, this means that if you usePCRE in software that you distribute to others, commercially orotherwise, you must put a sentence like thisRegular expression support is provided by the PCRE library package,which is open source software, written by Philip Hazel, and copyrightby the University of Cambridge, England.somewhere reasonably visible in your documentation and in any relevantfiles or online help data or similar. A reference to the ftp site forthe source, that is, toftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/should also be given in the documentation. However, this condition is notintended to apply to whole chains of software. If package A includes PCRE,it must acknowledge it, but if package B is software that includes packageA, the condition is not imposed on package B (unless it uses PCREindependently).3. Altered versions must be plainly marked as such, and must not bemisrepresented as being the original software.4. If PCRE is embedded in any software that is released under the GNUGeneral Purpose Licence (GPL), or Lesser General Purpose Licence (LGPL),then the terms of that licence shall supersede any condition above withwhich it is incompatible.The documentation for PCRE, supplied in the "doc" directory, is distributedunder the same terms as the software itself.End