Skip to content

Commit d9e42b0

Browse files
authored
Update TPNs (#918)
1 parent b1f471e commit d9e42b0

2 files changed

Lines changed: 192 additions & 38 deletions

File tree

ThirdPartyNotices-Distribution.txt

Lines changed: 90 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ Do Not Translate or Localize
44

55
Microsoft Python extension for Visual Studio Code incorporates components from the projects listed below. Microsoft licenses these components to you under Microsoft's licensing terms for the Microsoft Python extension for Visual Studio Code. The original copyright notices and the licenses under which Microsoft received such components are set forth below for informational purposes. Microsoft reserves all rights not expressly granted herein, whether by implication, estoppel or otherwise.
66

7+
78
1. Arch (https://github.com/feross/arch)
89
2. diff-match-patch (https://github.com/ForbesLindesay-Unmaintained/diff-match-patch)
910
3. Files from the Python Project (https://www.python.org/)
1011
4. fuzzy (https://github.com/mattyork/fuzzy)
1112
5. Get-port (https://github.com/sindresorhus/get-port)
12-
6. Go for Visual Studio Code (https://github.com/Microsoft/vscode-go)
13-
7. Google Diff Match and Patch (https://github.com/GerHobbelt/google-diff-match-patch)
13+
6. Go for Visual Studio Code (https://github.com/Microsoft/vscode-go)
14+
7. Google Diff Match and Patch (https://github.com/GerHobbelt/google-diff-match-patch)
1415
8. Iconv-lite (https://github.com/ashtuchkin/iconv-lite)
1516
9. Inversify (https://github.com/inversify/InversifyJS)
1617
10. isort (https://github.com/timothycrosley/isort)
@@ -19,32 +20,34 @@ Microsoft Python extension for Visual Studio Code incorporates components from t
1920
13. lodash (https://github.com/lodash/lodash)
2021
Includes:Sizzle CSS Selector Engine
2122
Includes:Webpack
22-
14. minimatch (https://github.com/isaacs/minimatch)
23-
15. named-js-regexp (https://github.com/edvinv/named-js-regexp)
24-
16. node-fs-extra (https://github.com/jprichardson/node-fs-extra)
25-
17. node-semver (https://github.com/npm/node-semver)
26-
18. node-tmp (https://github.com/raszi/node-tmp)
27-
19. node-tree-kill (https://github.com/pkrumins/node-tree-kill)
28-
20. node-winreg (https://github.com/fresc81/node-winreg)
29-
21. node-xml2js (https://github.com/Leonidas-from-XIV/node-xml2js)
30-
22. omnisharp-vscode (https://github.com/OmniSharp/omnisharp-vscode)
31-
23. opn (https://github.com/sindresorhus/opn)
32-
24. Python documentation (https://docs.python.org/)
33-
25. python-functools32 (https://github.com/MiCHiLU/python-functools32/blob/master/functools32/functools32.py)
34-
26. pythonVSCode (https://github.com/DonJayamanne/pythonVSCode)
35-
27. Reflect-metadata (https://github.com/rbuckton/reflect-metadata)
36-
28. RxJS (https://github.com/ReactiveX/RxJS)
23+
14. MD5 (https://github.com/pvorb/node-md5)
24+
15. minimatch (https://github.com/isaacs/minimatch)
25+
16. named-js-regexp (https://github.com/edvinv/named-js-regexp)
26+
17. node-fs-extra (https://github.com/jprichardson/node-fs-extra)
27+
18. node-semver (https://github.com/npm/node-semver)
28+
19. node-tmp (https://github.com/raszi/node-tmp)
29+
20. node-tree-kill (https://github.com/pkrumins/node-tree-kill)
30+
21. node-winreg (https://github.com/fresc81/node-winreg)
31+
22. node-xml2js (https://github.com/Leonidas-from-XIV/node-xml2js)
32+
23. omnisharp-vscode (https://github.com/OmniSharp/omnisharp-vscode)
33+
24. opn (https://github.com/sindresorhus/opn)
34+
25. pidusage (https://github.com/soyuka/pidusage)
35+
26. Python documentation (https://docs.python.org/)
36+
27. python-functools32 (https://github.com/MiCHiLU/python-functools32/blob/master/functools32/functools32.py)
37+
28. pythonVSCode (https://github.com/DonJayamanne/pythonVSCode)
38+
29. Reflect-metadata (https://github.com/rbuckton/reflect-metadata)
39+
30. RxJS (https://github.com/ReactiveX/RxJS)
3740
Includes:Contributor Covenant v1.1.0, v1.4
3841
Includes:File from Angular.io
3942
Includes:File from setImmediate
40-
29. Sphinx (http://sphinx-doc.org/)
41-
30. uint64be (https://github.com/mafintosh/uint64be)
42-
31. untildify (https://github.com/sindresorhus/untildify)
43-
32. vscode-debugadapter (https://github.com/Microsoft/vscode-debugadapter-node/tree/master/adapter)
44-
33. vscode-debugprotocol (https://github.com/Microsoft/vscode-debugadapter-node/tree/master/protocol)
45-
34. vscode-extension-telemetry (https://github.com/Microsoft/vscode-extension-telemetry)
46-
35. vscode-languageclient (https://github.com/Microsoft/vscode-languageserver-node)
47-
36. vscode-languageserver (https://github.com/Microsoft/vscode-languageserver-node/)
43+
31. Sphinx (http://sphinx-doc.org/)
44+
32. uint64be (https://github.com/mafintosh/uint64be)
45+
33. untildify (https://github.com/sindresorhus/untildify)
46+
34. vscode-debugadapter (https://github.com/Microsoft/vscode-debugadapter-node/tree/master/adapter)
47+
35. vscode-debugprotocol (https://github.com/Microsoft/vscode-debugadapter-node/tree/master/protocol)
48+
36. vscode-extension-telemetry (https://github.com/Microsoft/vscode-extension-telemetry)
49+
37. vscode-languageclient (https://github.com/Microsoft/vscode-languageserver-node)
50+
38. vscode-languageserver (https://github.com/Microsoft/vscode-languageserver-node/)
4851

4952

5053
%% Arch NOTICES AND INFORMATION BEGIN HERE
@@ -624,6 +627,38 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
624627
=========================================
625628
END OF lodash NOTICES AND INFORMATION
626629

630+
%% MD5 NOTICES AND INFORMATION BEGIN HERE
631+
=========================================
632+
Copyright © 2011-2012, Paul Vorbach.
633+
Copyright © 2009, Jeff Mott.
634+
635+
All rights reserved.
636+
637+
Redistribution and use in source and binary forms, with or without modification,
638+
are permitted provided that the following conditions are met:
639+
640+
* Redistributions of source code must retain the above copyright notice, this
641+
list of conditions and the following disclaimer.
642+
* Redistributions in binary form must reproduce the above copyright notice, this
643+
list of conditions and the following disclaimer in the documentation and/or
644+
other materials provided with the distribution.
645+
* Neither the name Crypto-JS nor the names of its contributors may be used to
646+
endorse or promote products derived from this software without specific prior
647+
written permission.
648+
649+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
650+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
651+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
652+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
653+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
654+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
655+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
656+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
657+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
658+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
659+
=========================================
660+
END OF MD5 NOTICES AND INFORMATION
661+
627662
%% minimatch NOTICES AND INFORMATION BEGIN HERE
628663
=========================================
629664
The ISC License
@@ -837,6 +872,32 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
837872
=========================================
838873
END OF opn NOTICES AND INFORMATION
839874

875+
%% pidusage NOTICES AND INFORMATION BEGIN HERE
876+
=========================================
877+
The MIT License (MIT)
878+
879+
Copyright (c) 2014 soyuka
880+
881+
Permission is hereby granted, free of charge, to any person obtaining a copy
882+
of this software and associated documentation files (the "Software"), to deal
883+
in the Software without restriction, including without limitation the rights
884+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
885+
copies of the Software, and to permit persons to whom the Software is
886+
furnished to do so, subject to the following conditions:
887+
888+
The above copyright notice and this permission notice shall be included in all
889+
copies or substantial portions of the Software.
890+
891+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
892+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
893+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
894+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
895+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
896+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
897+
SOFTWARE.
898+
=========================================
899+
END OF pidusage NOTICES AND INFORMATION
900+
840901
%% Python documentation NOTICES AND INFORMATION BEGIN HERE
841902
=========================================
842903
Terms and conditions for accessing or otherwise using Python
@@ -1511,3 +1572,7 @@ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
15111572

15121573
=========================================
15131574
END OF vscode-languageserver NOTICES AND INFORMATION
1575+
1576+
1577+
1578+

ThirdPartyNotices-Repository.txt

Lines changed: 102 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
33
Do Not Translate or Localize
44

5-
The Microsoft Python extension for Visual Studio Code incorporates third party material from the projects listed below. The original copyright notice and the license under which Microsoft received such third party material are set forth below. Microsoft reserves all other rights not expressly granted, whether by implication, estoppel or otherwise.
5+
Microsoft Python extension for Visual Studio Code incorporates third party material from the projects listed below. The original copyright notice and the license under which Microsoft received such third party material are set forth below. Microsoft reserves all other rights not expressly granted, whether by implication, estoppel or otherwise.
66

7-
8-
1. Go for Visual Studio Code (https://github.com/Microsoft/vscode-go)
7+
1.
8+
Go for Visual Studio Code (https://github.com/Microsoft/vscode-go)
99
2. Files from the Python Project (https://www.python.org/)
1010
3. Google Diff Match and Patch (https://github.com/GerHobbelt/google-diff-match-patch)
1111
4. isort (https://github.com/timothycrosley/isort)
1212
5. jedi (https://github.com/davidhalter/jedi)
1313
6. omnisharp-vscode (https://github.com/OmniSharp/omnisharp-vscode)
14-
7. Python documentation (https://docs.python.org/)
15-
8. python-functools32 (https://github.com/MiCHiLU/python-functools32/blob/master/functools32/functools32.py)
16-
9. pythonVSCode (https://github.com/DonJayamanne/pythonVSCode)
17-
10. Sphinx (http://sphinx-doc.org/)
14+
7. parso (https://github.com/davidhalter/parso)
15+
8. Python documentation (https://docs.python.org/)
16+
9. python-functools32 (https://github.com/MiCHiLU/python-functools32/blob/master/functools32/functools32.py)
17+
10. pythonVSCode (https://github.com/DonJayamanne/pythonVSCode)
18+
11. Sphinx (http://sphinx-doc.org/)
1819

1920

2021
%%
@@ -335,6 +336,97 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
335336
=========================================
336337
END OF omnisharp-vscode NOTICES, INFORMATION, AND LICENSE
337338

339+
%% parso NOTICES, INFORMATION, AND LICENSE BEGIN HERE
340+
=========================================
341+
All contributions towards parso are MIT licensed.
342+
343+
Some Python files have been taken from the standard library and are therefore
344+
PSF licensed. Modifications on these files are dual licensed (both MIT and
345+
PSF). These files are:
346+
347+
- parso/pgen2/*
348+
- parso/tokenize.py
349+
- parso/token.py
350+
- test/test_pgen2.py
351+
352+
Also some test files under test/normalizer_issue_files have been copied from
353+
https://github.com/PyCQA/pycodestyle (Expat License == MIT License).
354+
355+
-------------------------------------------------------------------------------
356+
The MIT License (MIT)
357+
358+
Copyright (c) <2013-2017> <David Halter and others, see AUTHORS.txt>
359+
360+
Permission is hereby granted, free of charge, to any person obtaining a copy
361+
of this software and associated documentation files (the "Software"), to deal
362+
in the Software without restriction, including without limitation the rights
363+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
364+
copies of the Software, and to permit persons to whom the Software is
365+
furnished to do so, subject to the following conditions:
366+
367+
The above copyright notice and this permission notice shall be included in
368+
all copies or substantial portions of the Software.
369+
370+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
371+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
372+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
373+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
374+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
375+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
376+
THE SOFTWARE.
377+
378+
-------------------------------------------------------------------------------
379+
380+
PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
381+
--------------------------------------------
382+
383+
1. This LICENSE AGREEMENT is between the Python Software Foundation
384+
("PSF"), and the Individual or Organization ("Licensee") accessing and
385+
otherwise using this software ("Python") in source or binary form and
386+
its associated documentation.
387+
388+
2. Subject to the terms and conditions of this License Agreement, PSF hereby
389+
grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
390+
analyze, test, perform and/or display publicly, prepare derivative works,
391+
distribute, and otherwise use Python alone or in any derivative version,
392+
provided, however, that PSF's License Agreement and PSF's notice of copyright,
393+
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
394+
2011, 2012, 2013, 2014, 2015 Python Software Foundation; All Rights Reserved"
395+
are retained in Python alone or in any derivative version prepared by Licensee.
396+
397+
3. In the event Licensee prepares a derivative work that is based on
398+
or incorporates Python or any part thereof, and wants to make
399+
the derivative work available to others as provided herein, then
400+
Licensee hereby agrees to include in any such work a brief summary of
401+
the changes made to Python.
402+
403+
4. PSF is making Python available to Licensee on an "AS IS"
404+
basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
405+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
406+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
407+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
408+
INFRINGE ANY THIRD PARTY RIGHTS.
409+
410+
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
411+
FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
412+
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
413+
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
414+
415+
6. This License Agreement will automatically terminate upon a material
416+
breach of its terms and conditions.
417+
418+
7. Nothing in this License Agreement shall be deemed to create any
419+
relationship of agency, partnership, or joint venture between PSF and
420+
Licensee. This License Agreement does not grant permission to use PSF
421+
trademarks or trade name in a trademark sense to endorse or promote
422+
products or services of Licensee, or any third party.
423+
424+
8. By copying, installing or otherwise using Python, Licensee
425+
agrees to be bound by the terms and conditions of this License
426+
Agreement.
427+
=========================================
428+
END OF parso NOTICES, INFORMATION, AND LICENSE
429+
338430
%% Python documentation NOTICES, INFORMATION, AND LICENSE BEGIN HERE
339431
=========================================
340432
Terms and conditions for accessing or otherwise using Python
@@ -348,7 +440,7 @@ PSF LICENSE AGREEMENT FOR PYTHON 2.7.13
348440
analyze, test, perform and/or display publicly, prepare derivative works,
349441
distribute, and otherwise use Python 2.7.13 alone or in any derivative
350442
version, provided, however, that PSF's License Agreement and PSF's notice of
351-
copyright, i.e., "Copyright 2001-2017 Python Software Foundation; All Rights
443+
copyright, i.e., "Copyright © 2001-2017 Python Software Foundation; All Rights
352444
Reserved" are retained in Python 2.7.13 alone or in any derivative version
353445
prepared by Licensee.
354446

@@ -380,7 +472,6 @@ PSF LICENSE AGREEMENT FOR PYTHON 2.7.13
380472

381473
8. By copying, installing or otherwise using Python 2.7.13, Licensee agrees
382474
to be bound by the terms and conditions of this License Agreement.
383-
384475
BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
385476
BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
386477

@@ -422,7 +513,6 @@ BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
422513

423514
7. By copying, installing or otherwise using the software, Licensee agrees to be
424515
bound by the terms and conditions of this License Agreement.
425-
426516
CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
427517
1. This LICENSE AGREEMENT is between the Corporation for National Research
428518
Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191
@@ -435,7 +525,7 @@ CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
435525
analyze, test, perform and/or display publicly, prepare derivative works,
436526
distribute, and otherwise use Python 1.6.1 alone or in any derivative version,
437527
provided, however, that CNRI's License Agreement and CNRI's notice of copyright,
438-
i.e., "Copyright 1995-2001 Corporation for National Research Initiatives; All
528+
i.e., "Copyright © 1995-2001 Corporation for National Research Initiatives; All
439529
Rights Reserved" are retained in Python 1.6.1 alone or in any derivative version
440530
prepared by Licensee. Alternately, in lieu of CNRI's License Agreement,
441531
Licensee may substitute the following text (omitting the quotes): "Python 1.6.1
@@ -482,9 +572,8 @@ CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
482572
8. By clicking on the "ACCEPT" button where indicated, or by copying, installing
483573
or otherwise using Python 1.6.1, Licensee agrees to be bound by the terms and
484574
conditions of this License Agreement.
485-
486575
CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
487-
Copyright 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The
576+
Copyright © 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The
488577
Netherlands. All rights reserved.
489578

490579
Permission to use, copy, modify, and distribute this software and its

0 commit comments

Comments
 (0)