Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(634)

Side by Side Diff: recipe_engine/third_party/astunparse/LICENSE

Issue 2387763003: Add initial postprocess unit test thingy. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 LICENSE
2 =======
3
4 Copyright (c) 2014, Simon Percivall
5 All rights reserved.
6
7 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
8
9 * Redistributions of source code must retain the above copyright notice, this li st of conditions and the following disclaimer.
10
11 * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or oth er materials provided with the distribution.
12
13 * Neither the name of AST Unparser nor the names of its contributors may be used to endorse or promote products derived from this software without specific prio r written permission.
14
15 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WA RRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT , INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, D ATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF L IABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE O R OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
16
17
18 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
19 --------------------------------------------
20
21 1. This LICENSE AGREEMENT is between the Python Software Foundation
22 ("PSF"), and the Individual or Organization ("Licensee") accessing and
23 otherwise using this software ("Python") in source or binary form and
24 its associated documentation.
25
26 2. Subject to the terms and conditions of this License Agreement, PSF hereby
27 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
28 analyze, test, perform and/or display publicly, prepare derivative works,
29 distribute, and otherwise use Python alone or in any derivative version,
30 provided, however, that PSF's License Agreement and PSF's notice of copyright,
31 i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
32 2011, 2012, 2013, 2014 Python Software Foundation; All Rights Reserved" are reta ined
33 in Python alone or in any derivative version prepared by Licensee.
34
35 3. In the event Licensee prepares a derivative work that is based on
36 or incorporates Python or any part thereof, and wants to make
37 the derivative work available to others as provided herein, then
38 Licensee hereby agrees to include in any such work a brief summary of
39 the changes made to Python.
40
41 4. PSF is making Python available to Licensee on an "AS IS"
42 basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
43 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
44 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
45 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
46 INFRINGE ANY THIRD PARTY RIGHTS.
47
48 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
49 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
50 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
51 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
52
53 6. This License Agreement will automatically terminate upon a material
54 breach of its terms and conditions.
55
56 7. Nothing in this License Agreement shall be deemed to create any
57 relationship of agency, partnership, or joint venture between PSF and
58 Licensee. This License Agreement does not grant permission to use PSF
59 trademarks or trade name in a trademark sense to endorse or promote
60 products or services of Licensee, or any third party.
61
62 8. By copying, installing or otherwise using Python, Licensee
63 agrees to be bound by the terms and conditions of this License
64 Agreement.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698