chiark / gitweb /
pcre3 (2:8.38-3.1) unstable; urgency=medium
[pcre3.git] / debian / copyright
1 This is Debian GNU/Linux's prepackaged version of the PCRE regular 
2 expression library and associated pgrep utility.
3
4 This package was put together by me, Mark Baker <mbaker@iee.org> from the
5 original sources obtained from ftp.csx.cam.ac.uk:/pub/software/programming/pcre.
6
7 PCRE LICENCE
8 ------------
9
10 PCRE is a library of functions to support regular expressions whose syntax
11 and semantics are as close as possible to those of the Perl 5 language.
12
13 Release 7 of PCRE is distributed under the terms of the "BSD" licence, as
14 specified below. The documentation for PCRE, supplied in the "doc"
15 directory, is distributed under the same terms as the software itself.
16
17 The basic library functions are written in C and are freestanding. Also
18 included in the distribution is a set of C++ wrapper functions.
19
20
21 THE BASIC LIBRARY FUNCTIONS
22 ---------------------------
23
24 Written by:       Philip Hazel
25 Email local part: ph10
26 Email domain:     cam.ac.uk
27
28 University of Cambridge Computing Service,
29 Cambridge, England.
30
31 Copyright (c) 1997-2007 University of Cambridge
32 All rights reserved.
33
34
35 THE C++ WRAPPER FUNCTIONS
36 -------------------------
37
38 Contributed by:   Google Inc.
39
40 Copyright (c) 2007, Google Inc.
41 All rights reserved.
42
43
44 THE "BSD" LICENCE
45 -----------------
46
47 Redistribution and use in source and binary forms, with or without
48 modification, are permitted provided that the following conditions are met:
49
50     * Redistributions of source code must retain the above copyright notice,
51       this list of conditions and the following disclaimer.
52
53     * Redistributions in binary form must reproduce the above copyright
54       notice, this list of conditions and the following disclaimer in the
55       documentation and/or other materials provided with the distribution.
56
57     * Neither the name of the University of Cambridge nor the name of Google
58       Inc. nor the names of their contributors may be used to endorse or
59       promote products derived from this software without specific prior
60       written permission.
61
62 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
63 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
64 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
65 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
66 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
67 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
68 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
69 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
70 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
71 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
72 POSSIBILITY OF SUCH DAMAGE.
73
74 End