Skip to content

Commit a37d9b6

Browse files
dpwatrousgingi
authored andcommitted
Remove more Python-related code / licenses
1 parent 71a5dae commit a37d9b6

5 files changed

Lines changed: 4 additions & 374 deletions

File tree

desktop/ThirdPartyNotices.txt

Lines changed: 3 additions & 344 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,9 @@ Microsoft reserves all other rights not expressly granted under this agreement,
6565
56. write-file-webpack-plugin (https://github.com/gajus/write-file-webpack-plugin) - BSD-3-Clause
6666
57. xml2js (https://github.com/Leonidas-from-XIV/node-xml2js) - MIT
6767
58. zone.js (https://github.com/angular/angular) - MIT
68-
59. websockets (https://github.com/aaugustin/websockets) - BSD-3-Clause
69-
60. azure-batch-cli-extensions (https://github.com/Azure/azure-batch-cli-extensions) - MIT
70-
61. node.js (https://nodejs.org/en/) - MIT
71-
62. python (https://www.python.org/) - PSF
72-
63. Electron (https://electronjs.org/) - electron
73-
64. Chromium (https://www.chromium.org/) - BSD-3-Clause
68+
59. node.js (https://nodejs.org/en/) - MIT
69+
60. Electron (https://electronjs.org/) - electron
70+
61. Chromium (https://www.chromium.org/) - BSD-3-Clause
7471

7572
============================================================
7673
Start license for @angular/animations
@@ -2743,59 +2740,6 @@ THE SOFTWARE.
27432740
End license for zone.js
27442741
============================================================
27452742

2746-
============================================================
2747-
Start license for websockets
2748-
------------------------------------------------------------
2749-
Copyright (c) Aymeric Augustin and contributors
2750-
2751-
Redistribution and use in source and binary forms, with or without
2752-
modification, are permitted provided that the following conditions are met:
2753-
2754-
* Redistributions of source code must retain the above copyright notice,
2755-
this list of conditions and the following disclaimer.
2756-
* Redistributions in binary form must reproduce the above copyright notice,
2757-
this list of conditions and the following disclaimer in the documentation
2758-
and/or other materials provided with the distribution.
2759-
* Neither the name of the copyright holder nor the names of its contributors
2760-
may be used to endorse or promote products derived from this software
2761-
without specific prior written permission.
2762-
2763-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
2764-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2765-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2766-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
2767-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2768-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2769-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2770-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2771-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2772-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2773-
2774-
------------------------------------------------------------
2775-
End license for websockets
2776-
============================================================
2777-
2778-
============================================================
2779-
Start license for azure-batch-cli-extensions
2780-
------------------------------------------------------------
2781-
Azure CLI
2782-
2783-
Copyright (c) Microsoft Corporation
2784-
2785-
All rights reserved.
2786-
2787-
MIT License
2788-
2789-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2790-
2791-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2792-
2793-
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2794-
2795-
------------------------------------------------------------
2796-
End license for azure-batch-cli-extensions
2797-
============================================================
2798-
27992743
============================================================
28002744
Start license for node.js
28012745
------------------------------------------------------------
@@ -5411,291 +5355,6 @@ The externally maintained libraries used by Node.js are:
54115355
End license for node.js
54125356
============================================================
54135357

5414-
============================================================
5415-
Start license for python
5416-
------------------------------------------------------------
5417-
A. HISTORY OF THE SOFTWARE
5418-
==========================
5419-
5420-
Python was created in the early 1990s by Guido van Rossum at Stichting
5421-
Mathematisch Centrum (CWI, see https://www.cwi.nl) in the Netherlands
5422-
as a successor of a language called ABC. Guido remains Python's
5423-
principal author, although it includes many contributions from others.
5424-
5425-
In 1995, Guido continued his work on Python at the Corporation for
5426-
National Research Initiatives (CNRI, see https://www.cnri.reston.va.us)
5427-
in Reston, Virginia where he released several versions of the
5428-
software.
5429-
5430-
In May 2000, Guido and the Python core development team moved to
5431-
BeOpen.com to form the BeOpen PythonLabs team. In October of the same
5432-
year, the PythonLabs team moved to Digital Creations, which became
5433-
Zope Corporation. In 2001, the Python Software Foundation (PSF, see
5434-
https://www.python.org/psf/) was formed, a non-profit organization
5435-
created specifically to own Python-related Intellectual Property.
5436-
Zope Corporation was a sponsoring member of the PSF.
5437-
5438-
All Python releases are Open Source (see https://opensource.org for
5439-
the Open Source Definition). Historically, most, but not all, Python
5440-
releases have also been GPL-compatible; the table below summarizes
5441-
the various releases.
5442-
5443-
Release Derived Year Owner GPL-
5444-
from compatible? (1)
5445-
5446-
0.9.0 thru 1.2 1991-1995 CWI yes
5447-
1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
5448-
1.6 1.5.2 2000 CNRI no
5449-
2.0 1.6 2000 BeOpen.com no
5450-
1.6.1 1.6 2001 CNRI yes (2)
5451-
2.1 2.0+1.6.1 2001 PSF no
5452-
2.0.1 2.0+1.6.1 2001 PSF yes
5453-
2.1.1 2.1+2.0.1 2001 PSF yes
5454-
2.1.2 2.1.1 2002 PSF yes
5455-
2.1.3 2.1.2 2002 PSF yes
5456-
2.2 and above 2.1.1 2001-now PSF yes
5457-
5458-
Footnotes:
5459-
5460-
(1) GPL-compatible doesn't mean that we're distributing Python under
5461-
the GPL. All Python licenses, unlike the GPL, let you distribute
5462-
a modified version without making your changes open source. The
5463-
GPL-compatible licenses make it possible to combine Python with
5464-
other software that is released under the GPL; the others don't.
5465-
5466-
(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
5467-
because its license has a choice of law clause. According to
5468-
CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
5469-
is "not incompatible" with the GPL.
5470-
5471-
Thanks to the many outside volunteers who have worked under Guido's
5472-
direction to make these releases possible.
5473-
5474-
5475-
B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
5476-
===============================================================
5477-
5478-
Python software and documentation are licensed under the
5479-
Python Software Foundation License Version 2.
5480-
5481-
Starting with Python 3.8.6, examples, recipes, and other code in
5482-
the documentation are dual licensed under the PSF License Version 2
5483-
and the Zero-Clause BSD license.
5484-
5485-
Some software incorporated into Python is under different licenses.
5486-
The licenses are listed with code falling under that license.
5487-
5488-
5489-
PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
5490-
--------------------------------------------
5491-
5492-
1. This LICENSE AGREEMENT is between the Python Software Foundation
5493-
("PSF"), and the Individual or Organization ("Licensee") accessing and
5494-
otherwise using this software ("Python") in source or binary form and
5495-
its associated documentation.
5496-
5497-
2. Subject to the terms and conditions of this License Agreement, PSF hereby
5498-
grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
5499-
analyze, test, perform and/or display publicly, prepare derivative works,
5500-
distribute, and otherwise use Python alone or in any derivative version,
5501-
provided, however, that PSF's License Agreement and PSF's notice of copyright,
5502-
i.e., "Copyright (c) 2001 Python Software Foundation; All Rights Reserved"
5503-
are retained in Python alone or in any derivative version prepared by Licensee.
5504-
5505-
3. In the event Licensee prepares a derivative work that is based on
5506-
or incorporates Python or any part thereof, and wants to make
5507-
the derivative work available to others as provided herein, then
5508-
Licensee hereby agrees to include in any such work a brief summary of
5509-
the changes made to Python.
5510-
5511-
4. PSF is making Python available to Licensee on an "AS IS"
5512-
basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
5513-
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
5514-
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
5515-
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
5516-
INFRINGE ANY THIRD PARTY RIGHTS.
5517-
5518-
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
5519-
FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
5520-
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
5521-
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
5522-
5523-
6. This License Agreement will automatically terminate upon a material
5524-
breach of its terms and conditions.
5525-
5526-
7. Nothing in this License Agreement shall be deemed to create any
5527-
relationship of agency, partnership, or joint venture between PSF and
5528-
Licensee. This License Agreement does not grant permission to use PSF
5529-
trademarks or trade name in a trademark sense to endorse or promote
5530-
products or services of Licensee, or any third party.
5531-
5532-
8. By copying, installing or otherwise using Python, Licensee
5533-
agrees to be bound by the terms and conditions of this License
5534-
Agreement.
5535-
5536-
5537-
BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
5538-
-------------------------------------------
5539-
5540-
BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
5541-
5542-
1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
5543-
office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
5544-
Individual or Organization ("Licensee") accessing and otherwise using
5545-
this software in source or binary form and its associated
5546-
documentation ("the Software").
5547-
5548-
2. Subject to the terms and conditions of this BeOpen Python License
5549-
Agreement, BeOpen hereby grants Licensee a non-exclusive,
5550-
royalty-free, world-wide license to reproduce, analyze, test, perform
5551-
and/or display publicly, prepare derivative works, distribute, and
5552-
otherwise use the Software alone or in any derivative version,
5553-
provided, however, that the BeOpen Python License is retained in the
5554-
Software, alone or in any derivative version prepared by Licensee.
5555-
5556-
3. BeOpen is making the Software available to Licensee on an "AS IS"
5557-
basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
5558-
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
5559-
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
5560-
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
5561-
INFRINGE ANY THIRD PARTY RIGHTS.
5562-
5563-
4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
5564-
SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
5565-
AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
5566-
DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
5567-
5568-
5. This License Agreement will automatically terminate upon a material
5569-
breach of its terms and conditions.
5570-
5571-
6. This License Agreement shall be governed by and interpreted in all
5572-
respects by the law of the State of California, excluding conflict of
5573-
law provisions. Nothing in this License Agreement shall be deemed to
5574-
create any relationship of agency, partnership, or joint venture
5575-
between BeOpen and Licensee. This License Agreement does not grant
5576-
permission to use BeOpen trademarks or trade names in a trademark
5577-
sense to endorse or promote products or services of Licensee, or any
5578-
third party. As an exception, the "BeOpen Python" logos available at
5579-
http://www.pythonlabs.com/logos.html may be used according to the
5580-
permissions granted on that web page.
5581-
5582-
7. By copying, installing or otherwise using the software, Licensee
5583-
agrees to be bound by the terms and conditions of this License
5584-
Agreement.
5585-
5586-
5587-
CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
5588-
---------------------------------------
5589-
5590-
1. This LICENSE AGREEMENT is between the Corporation for National
5591-
Research Initiatives, having an office at 1895 Preston White Drive,
5592-
Reston, VA 20191 ("CNRI"), and the Individual or Organization
5593-
("Licensee") accessing and otherwise using Python 1.6.1 software in
5594-
source or binary form and its associated documentation.
5595-
5596-
2. Subject to the terms and conditions of this License Agreement, CNRI
5597-
hereby grants Licensee a nonexclusive, royalty-free, world-wide
5598-
license to reproduce, analyze, test, perform and/or display publicly,
5599-
prepare derivative works, distribute, and otherwise use Python 1.6.1
5600-
alone or in any derivative version, provided, however, that CNRI's
5601-
License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
5602-
1995-2001 Corporation for National Research Initiatives; All Rights
5603-
Reserved" are retained in Python 1.6.1 alone or in any derivative
5604-
version prepared by Licensee. Alternately, in lieu of CNRI's License
5605-
Agreement, Licensee may substitute the following text (omitting the
5606-
quotes): "Python 1.6.1 is made available subject to the terms and
5607-
conditions in CNRI's License Agreement. This Agreement together with
5608-
Python 1.6.1 may be located on the internet using the following
5609-
unique, persistent identifier (known as a handle): 1895.22/1013. This
5610-
Agreement may also be obtained from a proxy server on the internet
5611-
using the following URL: http://hdl.handle.net/1895.22/1013".
5612-
5613-
3. In the event Licensee prepares a derivative work that is based on
5614-
or incorporates Python 1.6.1 or any part thereof, and wants to make
5615-
the derivative work available to others as provided herein, then
5616-
Licensee hereby agrees to include in any such work a brief summary of
5617-
the changes made to Python 1.6.1.
5618-
5619-
4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
5620-
basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
5621-
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
5622-
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
5623-
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
5624-
INFRINGE ANY THIRD PARTY RIGHTS.
5625-
5626-
5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
5627-
1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
5628-
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
5629-
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
5630-
5631-
6. This License Agreement will automatically terminate upon a material
5632-
breach of its terms and conditions.
5633-
5634-
7. This License Agreement shall be governed by the federal
5635-
intellectual property law of the United States, including without
5636-
limitation the federal copyright law, and, to the extent such
5637-
U.S. federal law does not apply, by the law of the Commonwealth of
5638-
Virginia, excluding Virginia's conflict of law provisions.
5639-
Notwithstanding the foregoing, with regard to derivative works based
5640-
on Python 1.6.1 that incorporate non-separable material that was
5641-
previously distributed under the GNU General Public License (GPL), the
5642-
law of the Commonwealth of Virginia shall govern this License
5643-
Agreement only as to issues arising under or with respect to
5644-
Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
5645-
License Agreement shall be deemed to create any relationship of
5646-
agency, partnership, or joint venture between CNRI and Licensee. This
5647-
License Agreement does not grant permission to use CNRI trademarks or
5648-
trade name in a trademark sense to endorse or promote products or
5649-
services of Licensee, or any third party.
5650-
5651-
8. By clicking on the "ACCEPT" button where indicated, or by copying,
5652-
installing or otherwise using Python 1.6.1, Licensee agrees to be
5653-
bound by the terms and conditions of this License Agreement.
5654-
5655-
ACCEPT
5656-
5657-
5658-
CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
5659-
--------------------------------------------------
5660-
5661-
Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
5662-
The Netherlands. All rights reserved.
5663-
5664-
Permission to use, copy, modify, and distribute this software and its
5665-
documentation for any purpose and without fee is hereby granted,
5666-
provided that the above copyright notice appear in all copies and that
5667-
both that copyright notice and this permission notice appear in
5668-
supporting documentation, and that the name of Stichting Mathematisch
5669-
Centrum or CWI not be used in advertising or publicity pertaining to
5670-
distribution of the software without specific, written prior
5671-
permission.
5672-
5673-
STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
5674-
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
5675-
FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
5676-
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5677-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5678-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
5679-
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5680-
5681-
ZERO-CLAUSE BSD LICENSE FOR CODE IN THE PYTHON DOCUMENTATION
5682-
----------------------------------------------------------------------
5683-
5684-
Permission to use, copy, modify, and/or distribute this software for any
5685-
purpose with or without fee is hereby granted.
5686-
5687-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
5688-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
5689-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
5690-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
5691-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
5692-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
5693-
PERFORMANCE OF THIS SOFTWARE.
5694-
5695-
------------------------------------------------------------
5696-
End license for python
5697-
============================================================
5698-
56995358
============================================================
57005359
Start license for Electron
57015360
------------------------------------------------------------

desktop/scripts/lca/generate-third-party.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,6 @@ const defaultLicenses = {
4444
};
4545

4646
const additionalDependencies: Dependency[] = [
47-
{
48-
name: "websockets",
49-
version: "3.3",
50-
url: "https://github.com/aaugustin/websockets",
51-
repoUrl: "https://github.com/aaugustin/websockets",
52-
licenseType: "BSD-3-Clause",
53-
},
54-
{
55-
name: "azure-batch-cli-extensions",
56-
version: "0.2.0",
57-
url: "https://github.com/Azure/azure-batch-cli-extensions",
58-
repoUrl: "https://github.com/Azure/azure-batch-cli-extensions",
59-
licenseType: "MIT",
60-
},
6147
{
6248
name: "node.js",
6349
version: "18.16.1",

0 commit comments

Comments
 (0)