The files in this directory are from version 3.4 of Philip Hazel's PCRE library, but have been heavily modified by Stephen Turner for use in analog. In particular: * All filenames now begin with "pcre"; * Only functions I use in analog have been retained; * All debugging code has been removed; * Most source comments have been removed. Therefore these routines are NOT SUITABLE for use in your own program. Get the latest version of PCRE from http://www.pcre.org/ instead. Many thanks to Philip Hazel for his excellent routines and generous licence. === AUTHOR'S COPYRIGHT AND LICENCE START HERE === Written by: Philip Hazel Copyright (c) 1997-2000 University of Cambridge ----------------------------------------------------------------------------- Permission is granted to anyone to use this software for any purpose on any computer system, and to redistribute it freely, subject to the following restrictions: 1. This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 2. The origin of this software must not be misrepresented, either by explicit claim or by omission. 3. Altered versions must be plainly marked as such, and must not be misrepresented as being the original software. 4. If PCRE is embedded in any software that is released under the GNU General Purpose Licence (GPL), then the terms of that licence shall supersede any condition above with which it is incompatible. -----------------------------------------------------------------------------