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