From b52f0b17536d7193391022b70e420979fb64878a Mon Sep 17 00:00:00 2001 From: Kim-Adeline Miguel Date: Wed, 19 May 2021 12:58:57 -0700 Subject: [PATCH 1/2] Wording --- build/license-header.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/license-header.txt b/build/license-header.txt index d1575272d318..b9e2a97aaf52 100644 --- a/build/license-header.txt +++ b/build/license-header.txt @@ -1,5 +1,5 @@ -PLEASE NOTE: This Python extension for Visual Studio Code has a hard dependency on the Jupyter extension for Visual Studio Code which is installed automatically alongside it. The Python extension for Visual Studio Code also holds an optional dependency on the Pylance extension for Visual Studio Code, which is also installed automatically but is separately licensed. +PLEASE NOTE: The Python extension for Visual Studio Code holds an optional dependency on the Pylance extension for Visual Studio Code and the Jupyter extension for Visual Studio Code, which are installed automatically alongside it. -All the source code for the Python extension for Visual Studio Code is available under the MIT License (given below) as is the source code for the Jupyter extension for Visual Studio Code. But the optional Pylance extension for Visual Studio Code is only available in binary form and it is not licensed under the MIT License. The Pylance extension for Visual Studio Code is licensed under a Microsoft proprietary license, the terms of which are available here: https://marketplace.visualstudio.com/items/ms-python.vscode-pylance/license. +All the source code for the Python extension for Visual Studio Code is available under the MIT License (given below) as is the source code for the optional Jupyter extension for Visual Studio Code. But the optional Pylance extension for Visual Studio Code is only available in binary form and it is not licensed under the MIT License. The Pylance extension for Visual Studio Code is licensed under a Microsoft proprietary license, the terms of which are available here: https://marketplace.visualstudio.com/items/ms-python.vscode-pylance/license. ------------------------------------------------------------------------------ From d0387e4dec2dd8d1f2eb90ff04b8fd3c7b95505e Mon Sep 17 00:00:00 2001 From: Kim-Adeline Miguel Date: Wed, 19 May 2021 13:36:47 -0700 Subject: [PATCH 2/2] License wording --- build/license-header.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build/license-header.txt b/build/license-header.txt index b9e2a97aaf52..2a8122642cb2 100644 --- a/build/license-header.txt +++ b/build/license-header.txt @@ -1,5 +1,9 @@ -PLEASE NOTE: The Python extension for Visual Studio Code holds an optional dependency on the Pylance extension for Visual Studio Code and the Jupyter extension for Visual Studio Code, which are installed automatically alongside it. +PLEASE NOTE: This is the license for the Python extension for Visual Studio Code. The Python extension automatically installs other extensions as optional dependencies, which can be uninstalled at any time. These extensions have separate licenses: -All the source code for the Python extension for Visual Studio Code is available under the MIT License (given below) as is the source code for the optional Jupyter extension for Visual Studio Code. But the optional Pylance extension for Visual Studio Code is only available in binary form and it is not licensed under the MIT License. The Pylance extension for Visual Studio Code is licensed under a Microsoft proprietary license, the terms of which are available here: https://marketplace.visualstudio.com/items/ms-python.vscode-pylance/license. + - The Jupyter extension is released under an MIT License: + https://marketplace.visualstudio.com/items/ms-toolsai.jupyter/license + + - The Pylance extension is only available in binary form and is released under a Microsoft proprietary license, the terms of which are available here: + https://marketplace.visualstudio.com/items/ms-python.vscode-pylance/license ------------------------------------------------------------------------------