Skip to content

Commit 8116ed0

Browse files
authored
docs: include all licenses for vendored packages in the root LICENSE file (#1626)
* chore: combine all licenses into one file * add tpc-h eula * remove eula from license, not used in main package only benchmarking * remove licences from packages only used for benchmarking * exclude from owlbot
1 parent 68d6819 commit 8116ed0

File tree

2 files changed

+120
-0
lines changed

2 files changed

+120
-0
lines changed

LICENSE

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Files: All files not covered by another license. Notably: the bigframes module,
2+
tests/*, bigframes_vendored.google_cloud_bigquery module,
3+
bigframes_vendored.ibis module, and bigframes_vendored.xgboost module.
14

25
Apache License
36
Version 2.0, January 2004
@@ -200,3 +203,118 @@
200203
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201204
See the License for the specific language governing permissions and
202205
limitations under the License.
206+
207+
---
208+
209+
Files: For the bigframes_vendored.cpython module.
210+
211+
PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
212+
213+
1. 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.
214+
2. Subject to the terms and conditions of this License Agreement, PSF hereby grants 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) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation All Rights Reserved" are retained in Python alone or in any derivative version prepared by Licensee.
215+
3. In the event Licensee prepares a derivative work that is based on or incorporates Python 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.
216+
4. PSF is making Python available to Licensee on an "AS IS" basis. PSF MAKES 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 RIGHTS.
217+
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 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 THEREOF.
218+
6. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
219+
7. 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 promote products or services of Licensee, or any third party.
220+
8. By copying, installing or otherwise using Python, Licensee agrees to be bound by the terms and conditions of this License Agreement.
221+
222+
---
223+
224+
Files: for the bigframes_vendored.geopandas module.
225+
226+
Copyright (c) 2013-2022, GeoPandas developers.
227+
All rights reserved.
228+
229+
Redistribution and use in source and binary forms, with or without
230+
modification, are permitted provided that the following conditions are met:
231+
232+
* Redistributions of source code must retain the above copyright notice, this
233+
list of conditions and the following disclaimer.
234+
* Redistributions in binary form must reproduce the above copyright notice,
235+
this list of conditions and the following disclaimer in the documentation
236+
and/or other materials provided with the distribution.
237+
* Neither the name of GeoPandas nor the names of its contributors may
238+
be used to endorse or promote products derived from this software without
239+
specific prior written permission.
240+
241+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
242+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
243+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
244+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
245+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
246+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
247+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
248+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
249+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
250+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
251+
252+
---
253+
254+
Files: The bigframes_vendored.pandas module.
255+
256+
BSD 3-Clause License
257+
258+
Copyright (c) 2008-2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
259+
All rights reserved.
260+
261+
Copyright (c) 2011-2023, Open source contributors.
262+
263+
Redistribution and use in source and binary forms, with or without
264+
modification, are permitted provided that the following conditions are met:
265+
266+
* Redistributions of source code must retain the above copyright notice, this
267+
list of conditions and the following disclaimer.
268+
269+
* Redistributions in binary form must reproduce the above copyright notice,
270+
this list of conditions and the following disclaimer in the documentation
271+
and/or other materials provided with the distribution.
272+
273+
* Neither the name of the copyright holder nor the names of its
274+
contributors may be used to endorse or promote products derived from
275+
this software without specific prior written permission.
276+
277+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
278+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
279+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
280+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
281+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
282+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
283+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
284+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
285+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
286+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
287+
288+
---
289+
290+
Files: The bigframes_vendored.sklearn module.
291+
292+
BSD 3-Clause License
293+
294+
Copyright (c) 2007-2023 The scikit-learn developers.
295+
All rights reserved.
296+
297+
Redistribution and use in source and binary forms, with or without
298+
modification, are permitted provided that the following conditions are met:
299+
300+
* Redistributions of source code must retain the above copyright notice, this
301+
list of conditions and the following disclaimer.
302+
303+
* Redistributions in binary form must reproduce the above copyright notice,
304+
this list of conditions and the following disclaimer in the documentation
305+
and/or other materials provided with the distribution.
306+
307+
* Neither the name of the copyright holder nor the names of its
308+
contributors may be used to endorse or promote products derived from
309+
this software without specific prior written permission.
310+
311+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
312+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
313+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
314+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
315+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
316+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
317+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
318+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
319+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
320+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

owlbot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
s.move(
4343
templated_files,
4444
excludes=[
45+
# Need a combined LICENSE for all vendored packages.
46+
"LICENSE",
4547
# Multi-processing note isn't relevant, as bigframes is responsible for
4648
# creating clients, not the end user.
4749
"docs/multiprocessing.rst",

0 commit comments

Comments
 (0)