Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSF-2.0: Add templating for related projects #1844

Merged
merged 1 commit into from
Feb 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 19 additions & 21 deletions src/PSF-2.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,43 +15,41 @@
<list>
<item>
<bullet>1.</bullet>
This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the
Individual or Organization ("Licensee") accessing and otherwise using this software
("Python") in source or binary form and its associated documentation.
This LICENSE AGREEMENT is between the <alt match=".*" name="copyrightHolder0">Python Software Foundation ("PSF"),</alt> and the
Individual or Organization ("Licensee") accessing and otherwise using <alt match=".*" name="software0">this software
("Python")</alt> in source or binary form and its associated documentation.
</item>
<item>
<bullet>2.</bullet>
Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee
Subject to the terms and conditions of this License Agreement, <alt match=".*" name="copyrightHolder1">PSF</alt> hereby <alt match="grant|grants" name="grantPlural">grants</alt> Licensee
a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform
and/or display publicly, prepare derivative works, distribute, and otherwise use Python
alone or in any derivative version, provided, however, that PSF's License Agreement and
PSF's notice of copyright, i.e., "Copyright (c)
<alt match="([0-9]{4},\s)*[0-9]{4}" name="exampleCopyrightYears">
2001, 2002, 2003, 2004, 2005, 2006
</alt>
Python Software Foundation; All Rights Reserved" are retained in Python alone or in any
and/or display publicly, prepare derivative works, distribute, and otherwise use <alt match=".*" name="software1">Python</alt>
alone or in any derivative version, provided, however, that <alt match=".*" name="copyrightHolder2">PSF's</alt> License Agreement and
<alt match=".*" name="copyrightHolder3">PSF's</alt> notice of copyright<alt match=".*" name="copyrightHolder4">, i.e., "Copyright (c)
2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation All Rights Reserved"</alt> are retained in <alt match=".*" name="software2">Python</alt> alone or in any
derivative version prepared by Licensee.
</item>
<item>
<bullet>3.</bullet>
In the event Licensee prepares a derivative work that is based on or incorporates Python
In the event Licensee prepares a derivative work that is based on or incorporates <alt match=".*" name="software3">Python</alt>
or any part thereof, and wants to make the derivative work available to others as provided
herein, then Licensee hereby agrees to include in any such work a brief summary of the
changes made to Python.
changes made to <alt match=".*" name="software4">Python</alt>.
</item>
<item>
<bullet>4.</bullet>
PSF is making Python available to Licensee on an "AS IS" basis. PSF MAKES NO
<alt match=".*" name="copyrightHolder5">PSF is</alt> making <alt match=".*" name="software5">Python</alt>
available to Licensee on an "AS IS" basis. <alt match=".*" name="copyrightHolder6">PSF</alt> <alt match="MAKE|MAKES" name="makePlural1">MAKES</alt> NO
REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION,
PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT INFRINGE ANY THIRD PARTY
<alt match=".*" name="copyrightHolder7">PSF</alt> <alt match="MAKE|MAKES" name="makePlural2">MAKES</alt> NO AND <alt match="DISCLAIM|DISCLAIMS" name="disclaimPlural">DISCLAIMS</alt> ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF <alt match=".*" name="software6">PYTHON</alt> WILL NOT INFRINGE ANY THIRD PARTY
RIGHTS.
</item>
<item>
<bullet>5.</bullet>
PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON FOR ANY INCIDENTAL,
<alt match=".*" name="copyrightHolder8">PSF</alt> SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF <alt match=".*" name="software7">PYTHON</alt> FOR ANY INCIDENTAL,
SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR
OTHERWISE USING PYTHON, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY
OTHERWISE USING <alt match=".*" name="software8">PYTHON</alt>, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY
THEREOF.
</item>
<item>
Expand All @@ -62,13 +60,13 @@
<item>
<bullet>7.</bullet>
Nothing in this License Agreement shall be deemed to create any relationship of agency,
partnership, or joint venture between PSF and Licensee. This License Agreement does not
grant permission to use PSF trademarks or trade name in a trademark sense to endorse or
partnership, or joint venture between <alt match=".*" name="copyrightHolder9">PSF</alt> and Licensee. This License Agreement does not
grant permission to use <alt match=".*" name="copyrightHolder10">PSF</alt> trademarks or trade name in a trademark sense to endorse or
promote products or services of Licensee, or any third party.
</item>
<item>
<bullet>8.</bullet>
By copying, installing or otherwise using Python, Licensee agrees to be bound by the terms
By copying, installing or otherwise using <alt match=".*" name="software9">Python</alt>, Licensee agrees to be bound by the terms
and conditions of this License Agreement.
</item>
</list>
Expand Down