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

Side by Side Diff: third_party/gsutil/LICENSE.third_party

Issue 2280023003: depot_tools: Remove third_party/gsutil (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « third_party/gsutil/COPYING ('k') | third_party/gsutil/MANIFEST.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 GOOGLE APP ENGINE SDK
2 **************************************************************************
3 Copyright 2008 Google Inc.
4 All rights reserved.
5
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
17
18
19 fancy_urllib
20 **************************************************************************
21
22 # Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software
23 # Foundation; All Rights Reserved
24
25
26 A. HISTORY OF THE SOFTWARE
27 ==========================
28
29 Python was created in the early 1990s by Guido van Rossum at Stichting
30 Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
31 as a successor of a language called ABC. Guido remains Python's
32 principal author, although it includes many contributions from others.
33
34 In 1995, Guido continued his work on Python at the Corporation for
35 National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
36 in Reston, Virginia where he released several versions of the
37 software.
38
39 In May 2000, Guido and the Python core development team moved to
40 BeOpen.com to form the BeOpen PythonLabs team. In October of the same
41 year, the PythonLabs team moved to Digital Creations (now Zope
42 Corporation, see http://www.zope.com). In 2001, the Python Software
43 Foundation (PSF, see http://www.python.org/psf/) was formed, a
44 non-profit organization created specifically to own Python-related
45 Intellectual Property. Zope Corporation is a sponsoring member of
46 the PSF.
47
48 All Python releases are Open Source (see http://www.opensource.org for
49 the Open Source Definition). Historically, most, but not all, Python
50 releases have also been GPL-compatible; the table below summarizes
51 the various releases.
52
53 Release Derived Year Owner GPL-
54 from compatible? (1)
55
56 0.9.0 thru 1.2 1991-1995 CWI yes
57 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
58 1.6 1.5.2 2000 CNRI no
59 2.0 1.6 2000 BeOpen.com no
60 1.6.1 1.6 2001 CNRI yes (2)
61 2.1 2.0+1.6.1 2001 PSF no
62 2.0.1 2.0+1.6.1 2001 PSF yes
63 2.1.1 2.1+2.0.1 2001 PSF yes
64 2.2 2.1.1 2001 PSF yes
65 2.1.2 2.1.1 2002 PSF yes
66 2.1.3 2.1.2 2002 PSF yes
67 2.2.1 2.2 2002 PSF yes
68 2.2.2 2.2.1 2002 PSF yes
69 2.2.3 2.2.2 2003 PSF yes
70 2.3 2.2.2 2002-2003 PSF yes
71 2.3.1 2.3 2002-2003 PSF yes
72 2.3.2 2.3.1 2002-2003 PSF yes
73 2.3.3 2.3.2 2002-2003 PSF yes
74 2.3.4 2.3.3 2004 PSF yes
75 2.3.5 2.3.4 2005 PSF yes
76 2.4 2.3 2004 PSF yes
77 2.4.1 2.4 2005 PSF yes
78 2.4.2 2.4.1 2005 PSF yes
79 2.4.3 2.4.2 2006 PSF yes
80 2.5 2.4 2006 PSF yes
81 2.5.1 2.5 2007 PSF yes
82
83 Footnotes:
84
85 (1) GPL-compatible doesn't mean that we're distributing Python under
86 the GPL. All Python licenses, unlike the GPL, let you distribute
87 a modified version without making your changes open source. The
88 GPL-compatible licenses make it possible to combine Python with
89 other software that is released under the GPL; the others don't.
90
91 (2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
92 because its license has a choice of law clause. According to
93 CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
94 is "not incompatible" with the GPL.
95
96 Thanks to the many outside volunteers who have worked under Guido's
97 direction to make these releases possible.
98
99
100 B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
101 ===============================================================
102
103 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
104 --------------------------------------------
105
106 1. This LICENSE AGREEMENT is between the Python Software Foundation
107 ("PSF"), and the Individual or Organization ("Licensee") accessing and
108 otherwise using this software ("Python") in source or binary form and
109 its associated documentation.
110
111 2. Subject to the terms and conditions of this License Agreement, PSF
112 hereby grants Licensee a nonexclusive, royalty-free, world-wide
113 license to reproduce, analyze, test, perform and/or display publicly,
114 prepare derivative works, distribute, and otherwise use Python
115 alone or in any derivative version, provided, however, that PSF's
116 License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
117 2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software Foundation;
118 All Rights Reserved" are retained in Python alone or in any derivative
119 version prepared by Licensee.
120
121 3. In the event Licensee prepares a derivative work that is based on
122 or incorporates Python or any part thereof, and wants to make
123 the derivative work available to others as provided herein, then
124 Licensee hereby agrees to include in any such work a brief summary of
125 the changes made to Python.
126
127 4. PSF is making Python available to Licensee on an "AS IS"
128 basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
129 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
130 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
131 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
132 INFRINGE ANY THIRD PARTY RIGHTS.
133
134 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
135 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
136 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
137 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
138
139 6. This License Agreement will automatically terminate upon a material
140 breach of its terms and conditions.
141
142 7. Nothing in this License Agreement shall be deemed to create any
143 relationship of agency, partnership, or joint venture between PSF and
144 Licensee. This License Agreement does not grant permission to use PSF
145 trademarks or trade name in a trademark sense to endorse or promote
146 products or services of Licensee, or any third party.
147
148 8. By copying, installing or otherwise using Python, Licensee
149 agrees to be bound by the terms and conditions of this License
150 Agreement.
151
152
153 BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
154 -------------------------------------------
155
156 BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
157
158 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
159 office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
160 Individual or Organization ("Licensee") accessing and otherwise using
161 this software in source or binary form and its associated
162 documentation ("the Software").
163
164 2. Subject to the terms and conditions of this BeOpen Python License
165 Agreement, BeOpen hereby grants Licensee a non-exclusive,
166 royalty-free, world-wide license to reproduce, analyze, test, perform
167 and/or display publicly, prepare derivative works, distribute, and
168 otherwise use the Software alone or in any derivative version,
169 provided, however, that the BeOpen Python License is retained in the
170 Software, alone or in any derivative version prepared by Licensee.
171
172 3. BeOpen is making the Software available to Licensee on an "AS IS"
173 basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
174 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
175 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
176 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
177 INFRINGE ANY THIRD PARTY RIGHTS.
178
179 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
180 SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
181 AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
182 DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
183
184 5. This License Agreement will automatically terminate upon a material
185 breach of its terms and conditions.
186
187 6. This License Agreement shall be governed by and interpreted in all
188 respects by the law of the State of California, excluding conflict of
189 law provisions. Nothing in this License Agreement shall be deemed to
190 create any relationship of agency, partnership, or joint venture
191 between BeOpen and Licensee. This License Agreement does not grant
192 permission to use BeOpen trademarks or trade names in a trademark
193 sense to endorse or promote products or services of Licensee, or any
194 third party. As an exception, the "BeOpen Python" logos available at
195 http://www.pythonlabs.com/logos.html may be used according to the
196 permissions granted on that web page.
197
198 7. By copying, installing or otherwise using the software, Licensee
199 agrees to be bound by the terms and conditions of this License
200 Agreement.
201
202
203 CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
204 ---------------------------------------
205
206 1. This LICENSE AGREEMENT is between the Corporation for National
207 Research Initiatives, having an office at 1895 Preston White Drive,
208 Reston, VA 20191 ("CNRI"), and the Individual or Organization
209 ("Licensee") accessing and otherwise using Python 1.6.1 software in
210 source or binary form and its associated documentation.
211
212 2. Subject to the terms and conditions of this License Agreement, CNRI
213 hereby grants Licensee a nonexclusive, royalty-free, world-wide
214 license to reproduce, analyze, test, perform and/or display publicly,
215 prepare derivative works, distribute, and otherwise use Python 1.6.1
216 alone or in any derivative version, provided, however, that CNRI's
217 License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
218 1995-2001 Corporation for National Research Initiatives; All Rights
219 Reserved" are retained in Python 1.6.1 alone or in any derivative
220 version prepared by Licensee. Alternately, in lieu of CNRI's License
221 Agreement, Licensee may substitute the following text (omitting the
222 quotes): "Python 1.6.1 is made available subject to the terms and
223 conditions in CNRI's License Agreement. This Agreement together with
224 Python 1.6.1 may be located on the Internet using the following
225 unique, persistent identifier (known as a handle): 1895.22/1013. This
226 Agreement may also be obtained from a proxy server on the Internet
227 using the following URL: http://hdl.handle.net/1895.22/1013".
228
229 3. In the event Licensee prepares a derivative work that is based on
230 or incorporates Python 1.6.1 or any part thereof, and wants to make
231 the derivative work available to others as provided herein, then
232 Licensee hereby agrees to include in any such work a brief summary of
233 the changes made to Python 1.6.1.
234
235 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
236 basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
237 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
238 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
239 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
240 INFRINGE ANY THIRD PARTY RIGHTS.
241
242 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
243 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
244 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
245 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
246
247 6. This License Agreement will automatically terminate upon a material
248 breach of its terms and conditions.
249
250 7. This License Agreement shall be governed by the federal
251 intellectual property law of the United States, including without
252 limitation the federal copyright law, and, to the extent such
253 U.S. federal law does not apply, by the law of the Commonwealth of
254 Virginia, excluding Virginia's conflict of law provisions.
255 Notwithstanding the foregoing, with regard to derivative works based
256 on Python 1.6.1 that incorporate non-separable material that was
257 previously distributed under the GNU General Public License (GPL), the
258 law of the Commonwealth of Virginia shall govern this License
259 Agreement only as to issues arising under or with respect to
260 Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
261 License Agreement shall be deemed to create any relationship of
262 agency, partnership, or joint venture between CNRI and Licensee. This
263 License Agreement does not grant permission to use CNRI trademarks or
264 trade name in a trademark sense to endorse or promote products or
265 services of Licensee, or any third party.
266
267 8. By clicking on the "ACCEPT" button where indicated, or by copying,
268 installing or otherwise using Python 1.6.1, Licensee agrees to be
269 bound by the terms and conditions of this License Agreement.
270
271 ACCEPT
272
273
274 CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
275 --------------------------------------------------
276
277 Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
278 The Netherlands. All rights reserved.
279
280 Permission to use, copy, modify, and distribute this software and its
281 documentation for any purpose and without fee is hereby granted,
282 provided that the above copyright notice appear in all copies and that
283 both that copyright notice and this permission notice appear in
284 supporting documentation, and that the name of Stichting Mathematisch
285 Centrum or CWI not be used in advertising or publicity pertaining to
286 distribution of the software without specific, written prior
287 permission.
288
289 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
290 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
291 FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
292 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
293 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
294 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
295 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
OLDNEW
« no previous file with comments | « third_party/gsutil/COPYING ('k') | third_party/gsutil/MANIFEST.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698