components/pcre/pcre.license
branchs11u3-sru
changeset 5230 03a3a267d872
parent 4583 66352b5ed68a
equal deleted inserted replaced
5208:0606ba1c1cc6 5230:03a3a267d872
     4 PCRE is a library of functions to support regular expressions whose syntax
     4 PCRE is a library of functions to support regular expressions whose syntax
     5 and semantics are as close as possible to those of the Perl 5 language.
     5 and semantics are as close as possible to those of the Perl 5 language.
     6 
     6 
     7 Release 8 of PCRE is distributed under the terms of the "BSD" licence, as
     7 Release 8 of PCRE is distributed under the terms of the "BSD" licence, as
     8 specified below. The documentation for PCRE, supplied in the "doc"
     8 specified below. The documentation for PCRE, supplied in the "doc"
     9 directory, is distributed under the same terms as the software itself.
     9 directory, is distributed under the same terms as the software itself. The data
       
    10 in the testdata directory is not copyrighted and is in the public domain.
    10 
    11 
    11 The basic library functions are written in C and are freestanding. Also
    12 The basic library functions are written in C and are freestanding. Also
    12 included in the distribution is a set of C++ wrapper functions, and a
    13 included in the distribution is a set of C++ wrapper functions, and a
    13 just-in-time compiler that can be used to optimize pattern matching. These
    14 just-in-time compiler that can be used to optimize pattern matching. These
    14 are both optional features that can be omitted when the library is built.
    15 are both optional features that can be omitted when the library is built.