components/mercurial/mercurial.copyright.zstd
author pkidd <patrick.kidd@oracle.com>
Wed, 26 Apr 2017 08:46:08 -0700
branchs11u3-sru
changeset 7947 3fa78a5a2366
parent 7937 20e6442c6cee
permissions -rw-r--r--
build metadata for S11.3SRU20.3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7937
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     1
== contrib/python-zstandard ====================================================
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     2
Copyright (c) 2016, Gregory Szorc
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     3
All rights reserved.
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     4
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     5
Redistribution and use in source and binary forms, with or without modification,
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     6
are permitted provided that the following conditions are met:
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     7
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     8
1. Redistributions of source code must retain the above copyright notice, this
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     9
list of conditions and the following disclaimer.
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    10
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    11
2. Redistributions in binary form must reproduce the above copyright notice,
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    12
this list of conditions and the following disclaimer in the documentation
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    13
and/or other materials provided with the distribution.
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    14
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    15
3. Neither the name of the copyright holder nor the names of its contributors
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    16
may be used to endorse or promote products derived from this software without
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    17
specific prior written permission.
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    18
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    19
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    20
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    21
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    22
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    23
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    24
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    25
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    26
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    27
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    28
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    29
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    30
== contrib/python-zstandard/zstd, hgext/fsmonitor/pywatchman ===================
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    31
Copyright (c) 2016-present, Facebook, Inc. All rights reserved.
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    32
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    33
Redistribution and use in source and binary forms, with or without modification,
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    34
are permitted provided that the following conditions are met:
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    35
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    36
 * Redistributions of source code must retain the above copyright notice, this
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    37
   list of conditions and the following disclaimer.
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    38
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    39
 * Redistributions in binary form must reproduce the above copyright notice,
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    40
   this list of conditions and the following disclaimer in the documentation
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    41
   and/or other materials provided with the distribution.
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    42
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    43
 * Neither the name Facebook nor the names of its contributors may be used to
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    44
   endorse or promote products derived from this software without specific
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    45
   prior written permission.
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    46
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    47
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    48
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    49
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    50
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    51
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    52
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    53
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    54
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    55
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    56
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    57
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    58
== contrib/python-zstandard/zstd ===============================================
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    59
Additional Grant of Patent Rights Version 2
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    60
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    61
"Software" means the Zstandard software distributed by Facebook, Inc.
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    62
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    63
Facebook, Inc. ("Facebook") hereby grants to each recipient of the Software
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    64
("you") a perpetual, worldwide, royalty-free, non-exclusive, irrevocable
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    65
(subject to the termination provision below) license under any Necessary
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    66
Claims, to make, have made, use, sell, offer to sell, import, and otherwise
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    67
transfer the Software. For avoidance of doubt, no license is granted under
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    68
Facebook's rights in any patent claims that are infringed by (i) modifications
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    69
to the Software made by you or any third party or (ii) the Software in
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    70
combination with any software or other technology.
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    71
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    72
The license granted hereunder will terminate, automatically and without notice,
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    73
if you (or any of your subsidiaries, corporate affiliates or agents) initiate
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    74
directly or indirectly, or take a direct financial interest in, any Patent
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    75
Assertion: (i) against Facebook or any of its subsidiaries or corporate
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    76
affiliates, (ii) against any party if such Patent Assertion arises in whole or
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    77
in part from any software, technology, product or service of Facebook or any of
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    78
its subsidiaries or corporate affiliates, or (iii) against any party relating
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    79
to the Software. Notwithstanding the foregoing, if Facebook or any of its
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    80
subsidiaries or corporate affiliates files a lawsuit alleging patent
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    81
infringement against you in the first instance, and you respond by filing a
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    82
patent infringement counterclaim in that lawsuit against that party that is
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    83
unrelated to the Software, the license granted hereunder will not terminate
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    84
under section (i) of this paragraph due to such counterclaim.
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    85
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    86
A "Necessary Claim" is a claim of a patent owned by Facebook that is
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    87
necessarily infringed by the Software standing alone.
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    88
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    89
A "Patent Assertion" is any lawsuit or other action alleging direct, indirect,
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    90
or contributory infringement or inducement to infringe any patent, including a
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    91
cross-claim or counterclaim.
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    92
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    93
== contrib/python-zstandard/zstd/common ========================================
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    94
Copyright (C) 2013-2016, Yann Collet.
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    95
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    96
Redistribution and use in source and binary forms, with or without
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    97
modification, are permitted provided that the following conditions are
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    98
met:
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    99
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   100
    * Redistributions of source code must retain the above copyright
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   101
notice, this list of conditions and the following disclaimer.
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   102
    * Redistributions in binary form must reproduce the above
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   103
copyright notice, this list of conditions and the following disclaimer
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   104
in the documentation and/or other materials provided with the
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   105
distribution.
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   106
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   107
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   108
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   109
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   110
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   111
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   112
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   113
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   114
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   115
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   116
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   117
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   118
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   119
== contrib/python-zstandard/zstd/dictBuilder ===================================
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   120
Copyright (c) 2003-2008 Yuta Mori All Rights Reserved.
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   121
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   122
Permission is hereby granted, free of charge, to any person
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   123
obtaining a copy of this software and associated documentation
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   124
files (the "Software"), to deal in the Software without
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   125
restriction, including without limitation the rights to use,
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   126
copy, modify, merge, publish, distribute, sublicense, and/or sell
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   127
copies of the Software, and to permit persons to whom the
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   128
Software is furnished to do so, subject to the following
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   129
conditions:
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   130
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   131
The above copyright notice and this permission notice shall be
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   132
included in all copies or substantial portions of the Software.
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   133
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   134
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   135
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   136
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   137
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   138
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   139
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   140
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   141
OTHER DEALINGS IN THE SOFTWARE.