Diff for /win32/pcre/LICENCE between versions 1.3 and 1.6

version 1.3, 2010/07/13 03:34:24 version 1.6, 2015/10/13 00:25:39
Line 6  and semantics are as close as possible t Line 6  and semantics are as close as possible t
   
 Release 8 of PCRE is distributed under the terms of the "BSD" licence, as  Release 8 of PCRE is distributed under the terms of the "BSD" licence, as
 specified below. The documentation for PCRE, supplied in the "doc"  specified below. The documentation for PCRE, supplied in the "doc"
 directory, is distributed under the same terms as the software itself.  directory, is distributed under the same terms as the software itself. The data
   in the testdata directory is not copyrighted and is in the public domain.
   
 The basic library functions are written in C and are freestanding. Also  The basic library functions are written in C and are freestanding. Also
 included in the distribution is a set of C++ wrapper functions.  included in the distribution is a set of C++ wrapper functions, and a
   just-in-time compiler that can be used to optimize pattern matching. These
   are both optional features that can be omitted when the library is built.
   
   
 THE BASIC LIBRARY FUNCTIONS  THE BASIC LIBRARY FUNCTIONS
Line 22  Email domain:     cam.ac.uk Line 25  Email domain:     cam.ac.uk
 University of Cambridge Computing Service,  University of Cambridge Computing Service,
 Cambridge, England.  Cambridge, England.
   
 Copyright (c) 1997-2010 University of Cambridge  Copyright (c) 1997-2015 University of Cambridge
   All rights reserved.
   
   
   PCRE JUST-IN-TIME COMPILATION SUPPORT
   -------------------------------------
   
   Written by:       Zoltan Herczeg
   Email local part: hzmester
   Emain domain:     freemail.hu
   
   Copyright(c) 2010-2015 Zoltan Herczeg
   All rights reserved.
   
   
   STACK-LESS JUST-IN-TIME COMPILER
   --------------------------------
   
   Written by:       Zoltan Herczeg
   Email local part: hzmester
   Emain domain:     freemail.hu
   
   Copyright(c) 2009-2015 Zoltan Herczeg
 All rights reserved.  All rights reserved.
   
   
Line 31  THE C++ WRAPPER FUNCTIONS Line 56  THE C++ WRAPPER FUNCTIONS
   
 Contributed by:   Google Inc.  Contributed by:   Google Inc.
   
 Copyright (c) 2007-2010, Google Inc.  Copyright (c) 2007-2012, Google Inc.
 All rights reserved.  All rights reserved.
   
   

Removed from v.1.3  
changed lines
  Added in v.1.6


E-mail: