components/python/decorator/decorator.license
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Thu, 25 Jul 2013 22:11:17 -0700
branchs11-update
changeset 2702 a2dfb060c679
child 6934 e72eb275185d
permissions -rw-r--r--
PSARC/2013/114 decorator 16636132 add the Python decorator module to Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2702
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     1
Copyright (c) 2005-2012, Michele Simionato All rights reserved.
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     2
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     3
Redistribution and use in source and binary forms, with or without
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     4
modification, are permitted provided that the following conditions are met:
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     5
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     6
    Redistributions of source code must retain the above copyright notice, this
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     7
    list of conditions and the following disclaimer. Redistributions in
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     8
    bytecode form must reproduce the above copyright notice, this list of
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     9
    conditions and the following disclaimer in the documentation and/or other
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    10
    materials provided with the distribution.
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    11
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    12
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    13
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    14
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    15
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    16
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    17
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    18
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    19
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    20
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    21
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.