@@ -6,18 +6,17 @@ Microsoft Python extension for Visual Studio Code incorporates third party mater
6
6
7
7
1. Go for Visual Studio Code (https://github.com/Microsoft/vscode-go)
8
8
2. Files from the Python Project (https://www.python.org/)
9
- 3. Google Diff Match and Patch (https://github.com/GerHobbelt/google-diff-match-patch)
10
- 4. omnisharp-vscode (https://github.com/OmniSharp/omnisharp-vscode)
11
- 5. PTVS (https://github.com/Microsoft/PTVS)
12
- 6. Python documentation (https://docs.python.org/)
13
- 7. python-functools32 (https://github.com/MiCHiLU/python-functools32/blob/master/functools32/functools32.py)
14
- 8. pythonVSCode (https://github.com/DonJayamanne/pythonVSCode)
15
- 9. Sphinx (http://sphinx-doc.org/)
16
- 10. nteract (https://github.com/nteract/nteract)
17
- 11. less-plugin-inline-urls (https://github.com/less/less-plugin-inline-urls/)
18
- 12. vscode-cpptools (https://github.com/microsoft/vscode-cpptools)
19
- 13. mocha (https://github.com/mochajs/mocha)
20
- 14. get-pip (https://github.com/pypa/get-pip)
9
+ 3. omnisharp-vscode (https://github.com/OmniSharp/omnisharp-vscode)
10
+ 4. PTVS (https://github.com/Microsoft/PTVS)
11
+ 5. Python documentation (https://docs.python.org/)
12
+ 6. python-functools32 (https://github.com/MiCHiLU/python-functools32/blob/master/functools32/functools32.py)
13
+ 7. pythonVSCode (https://github.com/DonJayamanne/pythonVSCode)
14
+ 8. Sphinx (http://sphinx-doc.org/)
15
+ 9. nteract (https://github.com/nteract/nteract)
16
+ 10. less-plugin-inline-urls (https://github.com/less/less-plugin-inline-urls/)
17
+ 11. vscode-cpptools (https://github.com/microsoft/vscode-cpptools)
18
+ 12. mocha (https://github.com/mochajs/mocha)
19
+ 13. get-pip (https://github.com/pypa/get-pip)
21
20
22
21
%%
23
22
Go for Visual Studio Code NOTICES, INFORMATION, AND LICENSE BEGIN HERE
@@ -244,25 +243,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
244
243
=========================================
245
244
END OF Files from the Python Project NOTICES, INFORMATION, AND LICENSE
246
245
247
- %% Google Diff Match and Patch NOTICES, INFORMATION, AND LICENSE BEGIN HERE
248
- =========================================
249
- * Copyright 2006 Google Inc.
250
- * http://code.google.com/p/google-diff-match-patch/
251
- *
252
- * Licensed under the Apache License, Version 2.0 (the "License");
253
- * you may not use this file except in compliance with the License.
254
- * You may obtain a copy of the License at
255
- *
256
- * http://www.apache.org/licenses/LICENSE-2.0
257
- *
258
- * Unless required by applicable law or agreed to in writing, software
259
- * distributed under the License is distributed on an "AS IS" BASIS,
260
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
261
- * See the License for the specific language governing permissions and
262
- * limitations under the License.
263
- =========================================
264
- END OF Google Diff Match and Patch NOTICES, INFORMATION, AND LICENSE
265
-
266
246
%% omnisharp-vscode NOTICES, INFORMATION, AND LICENSE BEGIN HERE
267
247
=========================================
268
248
Copyright (c) Microsoft Corporation
0 commit comments