Skip to content

Commit

Permalink
Upgraded from libpcre 4.3 to 6.3 - not tested on Windows yet
Browse files Browse the repository at this point in the history
  • Loading branch information
fyodor committed Sep 11, 2005
1 parent ba9cc97 commit 79b43cf
Show file tree
Hide file tree
Showing 45 changed files with 14,200 additions and 17,851 deletions.
21 changes: 19 additions & 2 deletions libpcre/AUTHORS
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Written by: Philip Hazel <ph10@cam.ac.uk>
THE MAIN PCRE LIBRARY
---------------------

Written by: Philip Hazel
Email local part: ph10
Email domain: cam.ac.uk

University of Cambridge Computing Service,
Cambridge, England. Phone: +44 1223 334714.

Copyright (c) 1997-2001 University of Cambridge
Copyright (c) 1997-2005 University of Cambridge
All rights reserved


THE C++ WRAPPER LIBRARY
-----------------------

Written by: Google Inc.

Copyright (c) 2005 Google Inc
All rights reserved

####
54 changes: 0 additions & 54 deletions libpcre/COPYING

This file was deleted.

78 changes: 46 additions & 32 deletions libpcre/LICENCE
Original file line number Diff line number Diff line change
Expand Up @@ -4,51 +4,65 @@ PCRE LICENCE
PCRE is a library of functions to support regular expressions whose syntax
and semantics are as close as possible to those of the Perl 5 language.

Written by: Philip Hazel <ph10@cam.ac.uk>
Release 6 of PCRE is distributed under the terms of the "BSD" licence, as
specified below. The documentation for PCRE, supplied in the "doc"
directory, is distributed under the same terms as the software itself.

The basic library functions are written in C and are freestanding. Also
included in the distribution is a set of C++ wrapper functions.


THE BASIC LIBRARY FUNCTIONS
---------------------------

Written by: Philip Hazel
Email local part: ph10
Email domain: cam.ac.uk

University of Cambridge Computing Service,
Cambridge, England. Phone: +44 1223 334714.

Copyright (c) 1997-2001 University of Cambridge
Copyright (c) 1997-2005 University of Cambridge
All rights reserved.


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:
THE C++ WRAPPER FUNCTIONS
-------------------------

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.
Contributed by: Google Inc.

2. The origin of this software must not be misrepresented, either by
explicit claim or by omission. In practice, this means that if you use
PCRE in software that you distribute to others, commercially or
otherwise, you must put a sentence like this
Copyright (c) 2005, Google Inc.
All rights reserved.

Regular expression support is provided by the PCRE library package,
which is open source software, written by Philip Hazel, and copyright
by the University of Cambridge, England.

somewhere reasonably visible in your documentation and in any relevant
files or online help data or similar. A reference to the ftp site for
the source, that is, to
THE "BSD" LICENCE
-----------------

ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

should also be given in the documentation. However, this condition is not
intended to apply to whole chains of software. If package A includes PCRE,
it must acknowledge it, but if package B is software that includes package
A, the condition is not imposed on package B (unless it uses PCRE
independently).
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.

3. Altered versions must be plainly marked as such, and must not be
misrepresented as being the original software.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

4. If PCRE is embedded in any software that is released under the GNU
General Purpose Licence (GPL), or Lesser General Purpose Licence (LGPL),
then the terms of that licence shall supersede any condition above with
which it is incompatible.
* Neither the name of the University of Cambridge nor the name of Google
Inc. nor the names of their contributors may be used to endorse or
promote products derived from this software without specific prior
written permission.

The documentation for PCRE, supplied in the "doc" directory, is distributed
under the same terms as the software itself.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

End
Loading

0 comments on commit 79b43cf

Please sign in to comment.