summaryrefslogtreecommitdiffstats
path: root/meta/files
diff options
context:
space:
mode:
authorMark Jonas <toertel@gmail.com>2020-09-29 20:06:58 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-30 15:01:51 +0100
commitba5349dd01a2afe4434c8c2af9bffd5bc4c9ea78 (patch)
tree38a2d2e468ce1f7caa0e5961afb070fc29cb9ffa /meta/files
parent78b473e7f86343bd5520a61c60cc5c72d05fdc27 (diff)
downloadpoky-ba5349dd01a2afe4434c8c2af9bffd5bc4c9ea78.tar.gz
Add license text for PSF-2.0
(From OE-Core rev: 37983b3706bda0c466e7e99e1d088089854f5648) Signed-off-by: Mark Jonas <toertel@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/files')
-rw-r--r--meta/files/common-licenses/PSF-2.049
1 files changed, 49 insertions, 0 deletions
diff --git a/meta/files/common-licenses/PSF-2.0 b/meta/files/common-licenses/PSF-2.0
new file mode 100644
index 0000000000..4e673e93fc
--- /dev/null
+++ b/meta/files/common-licenses/PSF-2.0
@@ -0,0 +1,49 @@
1
2PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
3--------------------------------------------
4
51. This LICENSE AGREEMENT is between the Python Software Foundation
6("PSF"), and the Individual or Organization ("Licensee") accessing and
7otherwise using this software ("Python") in source or binary form and
8its associated documentation.
9
102. Subject to the terms and conditions of this License Agreement, PSF
11hereby grants Licensee a nonexclusive, royalty-free, world-wide
12license to reproduce, analyze, test, perform and/or display publicly,
13prepare derivative works, distribute, and otherwise use Python
14alone or in any derivative version, provided, however, that PSF's
15License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
162001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights
17Reserved" are retained in Python alone or in any derivative version
18prepared by Licensee.
19
203. In the event Licensee prepares a derivative work that is based on
21or incorporates Python or any part thereof, and wants to make
22the derivative work available to others as provided herein, then
23Licensee hereby agrees to include in any such work a brief summary of
24the changes made to Python.
25
264. PSF is making Python available to Licensee on an "AS IS"
27basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
28IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
29DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
30FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
31INFRINGE ANY THIRD PARTY RIGHTS.
32
335. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
34FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
35A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
36OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
37
386. This License Agreement will automatically terminate upon a material
39breach of its terms and conditions.
40
417. Nothing in this License Agreement shall be deemed to create any
42relationship of agency, partnership, or joint venture between PSF and
43Licensee. This License Agreement does not grant permission to use PSF
44trademarks or trade name in a trademark sense to endorse or promote
45products or services of Licensee, or any third party.
46
478. By copying, installing or otherwise using Python, Licensee
48agrees to be bound by the terms and conditions of this License
49Agreement.