ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/libio/string/LICENCE
Revision: 71
Committed: Tue Oct 4 18:05:45 2005 UTC (20 years, 10 months ago) by knight
File size: 2527 byte(s)
Log Message:
- svn:keywords *smacks adx*

File Contents

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

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision