components/python/decorator/decorator.license
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Tue, 17 Jan 2017 10:38:18 -0800
changeset 7581 6eab3997b074
parent 6934 e72eb275185d
permissions -rw-r--r--
Close of build 116.1.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6934
e72eb275185d 23093759 Upgrade decorator to 4.0.10
Rich Burridge <rich.burridge@oracle.com>
parents: 1293
diff changeset
     1
Copyright (c) 2005-2015, Michele Simionato
e72eb275185d 23093759 Upgrade decorator to 4.0.10
Rich Burridge <rich.burridge@oracle.com>
parents: 1293
diff changeset
     2
All rights reserved.
1293
98e5300bb391 PSARC/2013/114 decorator
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     3
98e5300bb391 PSARC/2013/114 decorator
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     4
Redistribution and use in source and binary forms, with or without
6934
e72eb275185d 23093759 Upgrade decorator to 4.0.10
Rich Burridge <rich.burridge@oracle.com>
parents: 1293
diff changeset
     5
modification, are permitted provided that the following conditions are
e72eb275185d 23093759 Upgrade decorator to 4.0.10
Rich Burridge <rich.burridge@oracle.com>
parents: 1293
diff changeset
     6
met:
1293
98e5300bb391 PSARC/2013/114 decorator
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
6934
e72eb275185d 23093759 Upgrade decorator to 4.0.10
Rich Burridge <rich.burridge@oracle.com>
parents: 1293
diff changeset
     8
  Redistributions of source code must retain the above copyright
e72eb275185d 23093759 Upgrade decorator to 4.0.10
Rich Burridge <rich.burridge@oracle.com>
parents: 1293
diff changeset
     9
  notice, this list of conditions and the following disclaimer.
e72eb275185d 23093759 Upgrade decorator to 4.0.10
Rich Burridge <rich.burridge@oracle.com>
parents: 1293
diff changeset
    10
  Redistributions in bytecode form must reproduce the above copyright
e72eb275185d 23093759 Upgrade decorator to 4.0.10
Rich Burridge <rich.burridge@oracle.com>
parents: 1293
diff changeset
    11
  notice, this list of conditions and the following disclaimer in
e72eb275185d 23093759 Upgrade decorator to 4.0.10
Rich Burridge <rich.burridge@oracle.com>
parents: 1293
diff changeset
    12
  the documentation and/or other materials provided with the
e72eb275185d 23093759 Upgrade decorator to 4.0.10
Rich Burridge <rich.burridge@oracle.com>
parents: 1293
diff changeset
    13
  distribution.
1293
98e5300bb391 PSARC/2013/114 decorator
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    14
6934
e72eb275185d 23093759 Upgrade decorator to 4.0.10
Rich Burridge <rich.burridge@oracle.com>
parents: 1293
diff changeset
    15
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
e72eb275185d 23093759 Upgrade decorator to 4.0.10
Rich Burridge <rich.burridge@oracle.com>
parents: 1293
diff changeset
    16
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
e72eb275185d 23093759 Upgrade decorator to 4.0.10
Rich Burridge <rich.burridge@oracle.com>
parents: 1293
diff changeset
    17
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
e72eb275185d 23093759 Upgrade decorator to 4.0.10
Rich Burridge <rich.burridge@oracle.com>
parents: 1293
diff changeset
    18
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
e72eb275185d 23093759 Upgrade decorator to 4.0.10
Rich Burridge <rich.burridge@oracle.com>
parents: 1293
diff changeset
    19
HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
e72eb275185d 23093759 Upgrade decorator to 4.0.10
Rich Burridge <rich.burridge@oracle.com>
parents: 1293
diff changeset
    20
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
e72eb275185d 23093759 Upgrade decorator to 4.0.10
Rich Burridge <rich.burridge@oracle.com>
parents: 1293
diff changeset
    21
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
e72eb275185d 23093759 Upgrade decorator to 4.0.10
Rich Burridge <rich.burridge@oracle.com>
parents: 1293
diff changeset
    22
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
e72eb275185d 23093759 Upgrade decorator to 4.0.10
Rich Burridge <rich.burridge@oracle.com>
parents: 1293
diff changeset
    23
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
e72eb275185d 23093759 Upgrade decorator to 4.0.10
Rich Burridge <rich.burridge@oracle.com>
parents: 1293
diff changeset
    24
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
e72eb275185d 23093759 Upgrade decorator to 4.0.10
Rich Burridge <rich.burridge@oracle.com>
parents: 1293
diff changeset
    25
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
e72eb275185d 23093759 Upgrade decorator to 4.0.10
Rich Burridge <rich.burridge@oracle.com>
parents: 1293
diff changeset
    26
DAMAGE.