22THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
33Do 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)
992. Files from the Python Project (https://www.python.org/)
10103. Google Diff Match and Patch (https://github.com/GerHobbelt/google-diff-match-patch)
11114. isort (https://github.com/timothycrosley/isort)
12125. jedi (https://github.com/davidhalter/jedi)
13136. 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=========================================
336337END 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=========================================
340432Terms 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
3814738. 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-
384475BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
385476BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
386477
@@ -422,7 +513,6 @@ BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
422513
4235147. By copying, installing or otherwise using the software, Licensee agrees to be
424515 bound by the terms and conditions of this License Agreement.
425-
426516CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
4275171. 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
4825728. 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-
486575CWI 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
488577Netherlands. All rights reserved.
489578
490579Permission to use, copy, modify, and distribute this software and its
0 commit comments