diff options
author | Nigel Metheringham <nigel@exim.org> | 2009-10-14 11:26:31 +0000 |
---|---|---|
committer | Nigel Metheringham <nigel@exim.org> | 2009-10-14 11:26:31 +0000 |
commit | fb6f955d06f5ee7f78b6ade5e7b1feead5c27629 (patch) | |
tree | 134d8350d2e5a92fbe9e1dc3e8cf5f6f4ddea1a7 /src/NOTICE | |
parent | cf7453055ad53ee3d2ee7b790ee83168ce58412d (diff) |
Changed NOTICE file to remove references to embedded PCRE
Diffstat (limited to 'src/NOTICE')
-rw-r--r-- | src/NOTICE | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/NOTICE b/src/NOTICE index 89549ea02..da5070fc3 100644 --- a/src/NOTICE +++ b/src/NOTICE @@ -1,4 +1,4 @@ -$Cambridge: exim/src/NOTICE,v 1.3 2006/01/04 11:55:50 ph10 Exp $ +$Cambridge: exim/src/NOTICE,v 1.4 2009/10/14 11:26:32 nm4 Exp $ THE EXIM MAIL TRANSFER AGENT ---------------------------- @@ -39,14 +39,6 @@ INCORPORATED CODE A number of pieces of external code are included in the Exim distribution. - . Regular expressions are supported in the main Exim program and in the - Exim monitor using the freely-distributable PCRE library, copyright (c) - 2003 University of Cambridge. The source is distributed in the directory - src/pcre. However, this is a cut-down version of PCRE. If you want to use - the PCRE library in other programs, you should obtain and install the - full version from ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre. - - . Support for the cdb (Constant DataBase) lookup method is provided by code contributed by Nigel Metheringham of Planet Online Ltd. which contains the following statements: |