components/pcre/pcre.license
author April Chin <april.chin@oracle.com>
Fri, 07 Sep 2012 11:13:36 -0700
changeset 968 4639691236c7
parent 730 38f3620b2700
child 1004 b32cca8b1d1a
permissions -rw-r--r--
7152725 update pcre v8.21 license file
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
730
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents: 230
diff changeset
     1
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents: 230
diff changeset
     2
--------------
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents: 230
diff changeset
     3
- PCRE v8.21 -
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents: 230
diff changeset
     4
--------------
968
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
     5
Oracle Internal Tracking Number 9271
230
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     6
968
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
     7
PCRE LICENCE 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
     8
------------ 
230
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     9
968
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    10
PCRE is a library of functions to support regular expressions whose syntax 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    11
and semantics are as close as possible to those of the Perl 5 language. 
230
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    12
968
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    13
Release 8 of PCRE is distributed under the terms of the "BSD" licence, as 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    14
specified below. The documentation for PCRE, supplied in the "doc" 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    15
directory, is distributed under the same terms as the software itself. 
230
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    16
968
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    17
The basic library functions are written in C and are freestanding. Also 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    18
included in the distribution is a set of C++ wrapper functions, and a 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    19
just-in-time compiler that can be used to optimize pattern matching. These 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    20
are both optional features that can be omitted when the library is built. 
230
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    21
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    22
968
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    23
THE BASIC LIBRARY FUNCTIONS 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    24
--------------------------- 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    25
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    26
Written by:       Philip Hazel 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    27
Email local part: ph10 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    28
Email domain:     cam.ac.uk 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    29
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    30
University of Cambridge Computing Service, 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    31
Cambridge, England. 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    32
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    33
Copyright (c) 1997-2011 University of Cambridge 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    34
All rights reserved. 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    35
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    36
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    37
PCRE JUST-IN-TIME COMPILATION SUPPORT 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    38
------------------------------------- 
230
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    39
968
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    40
Written by:       Zoltan Herczeg 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    41
Email local part: hzmester 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    42
Emain domain:     freemail.hu 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    43
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    44
Copyright(c) 2010-2011 Zoltan Herczeg 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    45
All rights reserved. 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    46
230
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    47
968
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    48
STACK-LESS JUST-IN-TIME COMPILER 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    49
-------------------------------- 
730
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents: 230
diff changeset
    50
968
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    51
Written by:       Zoltan Herczeg 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    52
Email local part: hzmester 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    53
Emain domain:     freemail.hu 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    54
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    55
Copyright(c) 2009-2011 Zoltan Herczeg 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    56
All rights reserved. 
730
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents: 230
diff changeset
    57
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents: 230
diff changeset
    58
968
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    59
THE C++ WRAPPER FUNCTIONS 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    60
------------------------- 
730
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents: 230
diff changeset
    61
968
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    62
Contributed by:   Google Inc. 
230
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    63
968
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    64
Copyright (c) 2007-2011, Google Inc. 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    65
All rights reserved. 
730
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents: 230
diff changeset
    66
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents: 230
diff changeset
    67
968
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    68
THE "BSD" LICENCE 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    69
----------------- 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    70
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    71
Redistribution and use in source and binary forms, with or without 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    72
modification, are permitted provided that the following conditions are met: 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    73
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    74
    * Redistributions of source code must retain the above copyright notice, 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    75
      this list of conditions and the following disclaimer. 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    76
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    77
    * Redistributions in binary form must reproduce the above copyright 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    78
      notice, this list of conditions and the following disclaimer in the 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    79
      documentation and/or other materials provided with the distribution. 
730
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents: 230
diff changeset
    80
968
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    81
    * Neither the name of the University of Cambridge nor the name of Google 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    82
      Inc. nor the names of their contributors may be used to endorse or 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    83
      promote products derived from this software without specific prior 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    84
      written permission. 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    85
 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    86
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    87
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    88
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    89
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    90
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    91
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    92
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    93
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    94
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    95
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    96
POSSIBILITY OF SUCH DAMAGE. 
230
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    97
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    98
968
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    99
ADDITIONAL COPYRIGHT NOTICES PRESENT IN SOURCE CODE FILES:
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   100
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   101
1. Cambridge University/Philip Hazel Copyright Header:
230
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   102
968
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   103
/*************************************************
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   104
*      Perl-Compatible Regular Expressions       *
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   105
*************************************************/
230
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   106
968
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   107
/* PCRE is a library of functions to support regular expressions whose syntax
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   108
and semantics are as close as possible to those of the Perl 5 language.
230
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   109
968
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   110
                       Written by Philip Hazel
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   111
           Copyright (c) 1997-2011 University of Cambridge
230
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   112
968
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   113
-----------------------------------------------------------------------------
230
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   114
Redistribution and use in source and binary forms, with or without
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   115
modification, are permitted provided that the following conditions are met:
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   116
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   117
    * Redistributions of source code must retain the above copyright notice,
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   118
      this list of conditions and the following disclaimer.
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   119
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   120
    * Redistributions in binary form must reproduce the above copyright
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   121
      notice, this list of conditions and the following disclaimer in the
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   122
      documentation and/or other materials provided with the distribution.
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   123
968
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   124
    * Neither the name of the University of Cambridge nor the names of its
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   125
      contributors may be used to endorse or promote products derived from
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   126
      this software without specific prior written permission.
230
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   127
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   128
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   129
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   130
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   131
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   132
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   133
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   134
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   135
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   136
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   137
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   138
POSSIBILITY OF SUCH DAMAGE.
968
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   139
-----------------------------------------------------------------------------
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   140
*/
230
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   141
968
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   142
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   143
2. GOOGLE Copyright Header:
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   144
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   145
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   146
// Copyright (c) 2005 - 2010, Google Inc. 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   147
// All rights reserved. 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   148
// 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   149
// Redistribution and use in source and binary forms, with or without 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   150
// modification, are permitted provided that the following conditions are 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   151
// met: 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   152
// 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   153
//     * Redistributions of source code must retain the above copyright 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   154
// notice, this list of conditions and the following disclaimer. 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   155
//     * Redistributions in binary form must reproduce the above 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   156
// copyright notice, this list of conditions and the following disclaimer 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   157
// in the documentation and/or other materials provided with the 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   158
// distribution. 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   159
//     * Neither the name of Google Inc. nor the names of its 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   160
// contributors may be used to endorse or promote products derived from 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   161
// this software without specific prior written permission. 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   162
// 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   163
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   164
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   165
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   166
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   167
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   168
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   169
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   170
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   171
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   172
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   173
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   174
// 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   175
// Author: Sanjay Ghemawat 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   176
// Author: Greg J. Badros
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   177
// Author: [email protected] (Wilson Hsieh)
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   178
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   179
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   180
3. Stack-less Just-In-Time Compiler Copyright Header:
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   181
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   182
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   183
 *    Stack-less Just-In-Time compiler 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   184
 * 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   185
 *    Copyright 2009-2010 Zoltan Herczeg ([email protected]). All rights reserved. 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   186
 * 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   187
 * Redistribution and use in source and binary forms, with or without modification, are 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   188
 * permitted provided that the following conditions are met: 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   189
 * 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   190
 *   1. Redistributions of source code must retain the above copyright notice, this list of 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   191
 *      conditions and the following disclaimer. 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   192
 * 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   193
 *   2. Redistributions in binary form must reproduce the above copyright notice, this list 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   194
 *      of conditions and the following disclaimer in the documentation and/or other materials 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   195
 *      provided with the distribution. 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   196
 * 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   197
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND CONTRIBUTORS ``AS IS'' AND ANY 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   198
 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   199
 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   200
 * SHALL THE COPYRIGHT HOLDER(S) OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   201
 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   202
 * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   203
 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   204
 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 
4639691236c7 7152725 update pcre v8.21 license file
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
   205
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.