@@ -7,20 +7,17 @@ Microsoft Python extension for Visual Studio Code incorporates third party mater
771. Go for Visual Studio Code (https://github.com/Microsoft/vscode-go)
882. Files from the Python Project (https://www.python.org/)
993. Google Diff Match and Patch (https://github.com/GerHobbelt/google-diff-match-patch)
10- 4. enchannel-zmq-backend (https://github.com/nteract/enchannel-zmq-backend)
11- 6. omnisharp-vscode (https://github.com/OmniSharp/omnisharp-vscode)
12- 8. PTVS (https://github.com/Microsoft/PTVS)
13- 9. Python documentation (https://docs.python.org/)
14- 10. python-functools32 (https://github.com/MiCHiLU/python-functools32/blob/master/functools32/functools32.py)
15- 11. pythonVSCode (https://github.com/DonJayamanne/pythonVSCode)
16- 12. Sphinx (http://sphinx-doc.org/)
17- 13. nteract (https://github.com/nteract/nteract)
18- 14. less-plugin-inline-urls (https://github.com/less/less-plugin-inline-urls/)
19- 15. jupyter-notebook (https://github.com/jupyter/notebook)
20- 16. ipywidgets (https://github.com/jupyter-widgets)
21- 17. vscode-cpptools (https://github.com/microsoft/vscode-cpptools)
22- 18. font-awesome (https://github.com/FortAwesome/Font-Awesome)
23- 19. mocha (https://github.com/mochajs/mocha)
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. font-awesome (https://github.com/FortAwesome/Font-Awesome)
20+ 14. mocha (https://github.com/mochajs/mocha)
2421
2522%%
2623Go for Visual Studio Code NOTICES, INFORMATION, AND LICENSE BEGIN HERE
@@ -967,168 +964,38 @@ Apache License
967964=========================================
968965END OF less-plugin-inline-urls NOTICES, INFORMATION, AND LICENSE
969966
970- %% jupyter notebook NOTICES, INFORMATION, AND LICENSE BEGIN HERE
971- =========================================
972- # Licensing terms
973-
974- This project is licensed under the terms of the Modified BSD License
975- (also known as New or Revised or 3-Clause BSD), as follows:
976-
977- - Copyright (c) 2001-2015, IPython Development Team
978- - Copyright (c) 2015-, Jupyter Development Team
979-
980- All rights reserved.
981-
982- Redistribution and use in source and binary forms, with or without
983- modification, are permitted provided that the following conditions are met:
984-
985- Redistributions of source code must retain the above copyright notice, this
986- list of conditions and the following disclaimer.
987-
988- Redistributions in binary form must reproduce the above copyright notice, this
989- list of conditions and the following disclaimer in the documentation and/or
990- other materials provided with the distribution.
991-
992- Neither the name of the Jupyter Development Team nor the names of its
993- contributors may be used to endorse or promote products derived from this
994- software without specific prior written permission.
995-
996- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
997- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
998- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
999- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
1000- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1001- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1002- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1003- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1004- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1005- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1006-
1007- ## About the Jupyter Development Team
1008-
1009- The Jupyter Development Team is the set of all contributors to the Jupyter project.
1010- This includes all of the Jupyter subprojects.
1011-
1012- The core team that coordinates development on GitHub can be found here:
1013- https://github.com/jupyter/.
1014-
1015- ## Our Copyright Policy
1016-
1017- Jupyter uses a shared copyright model. Each contributor maintains copyright
1018- over their contributions to Jupyter. But, it is important to note that these
1019- contributions are typically only changes to the repositories. Thus, the Jupyter
1020- source code, in its entirety is not the copyright of any single person or
1021- institution. Instead, it is the collective copyright of the entire Jupyter
1022- Development Team. If individual contributors want to maintain a record of what
1023- changes/contributions they have specific copyright on, they should indicate
1024- their copyright in the commit message of the change, when they commit the
1025- change to one of the Jupyter repositories.
1026-
1027- With this in mind, the following banner should be used in any source code file
1028- to indicate the copyright and license terms:
1029-
1030- # Copyright (c) Jupyter Development Team.
1031- # Distributed under the terms of the Modified BSD License.
1032-
1033- =========================================
1034- END OF jupyter notebook NOTICES, INFORMATION, AND LICENSE
1035-
1036- %% ipywidgets NOTICES, INFORMATION, AND LICENSE BEGIN HERE
1037- =========================================
1038- Copyright (c) 2015 Project Jupyter Contributors
1039- All rights reserved.
1040-
1041- Redistribution and use in source and binary forms, with or without
1042- modification, are permitted provided that the following conditions are met:
1043-
1044- 1. Redistributions of source code must retain the above copyright notice, this
1045- list of conditions and the following disclaimer.
1046-
1047- 2. Redistributions in binary form must reproduce the above copyright notice,
1048- this list of conditions and the following disclaimer in the documentation
1049- and/or other materials provided with the distribution.
1050-
1051- 3. Neither the name of the copyright holder nor the names of its
1052- contributors may be used to endorse or promote products derived from
1053- this software without specific prior written permission.
1054-
1055- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1056- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1057- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1058- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1059- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1060- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1061- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1062- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1063- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1064- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1065- =========================================
1066- END OF ipywidgets NOTICES, INFORMATION, AND LICENSE
1067-
1068967%% vscode-cpptools NOTICES, INFORMATION, AND LICENSE BEGIN HERE
1069968=========================================
1070- vscode-cpptools
969+ vscode-cpptools
1071970
1072971Copyright (c) Microsoft Corporation
1073972
1074973All rights reserved.
1075974
1076975MIT License
1077976
1078- Permission is hereby granted, free of charge, to any person obtaining a copy of
1079- this software and associated documentation files (the Software), to deal in the
1080- Software without restriction, including without limitation the rights to use,
1081- copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
1082- Software, and to permit persons to whom the Software is furnished to do so,
977+ Permission is hereby granted, free of charge, to any person obtaining a copy of
978+ this software and associated documentation files (the Software), to deal in the
979+ Software without restriction, including without limitation the rights to use,
980+ copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
981+ Software, and to permit persons to whom the Software is furnished to do so,
1083982subject to the following conditions:
1084983
1085- The above copyright notice and this permission notice shall be included in all
984+ The above copyright notice and this permission notice shall be included in all
1086985copies or substantial portions of the Software.
1087986
1088- THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1089- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1090- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
987+ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
988+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
989+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1091990AUTHORS OR COPYRIGHT
1092991
1093- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
1094- ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
992+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
993+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1095994WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1096995
1097996=========================================
1098997END OF vscode-cpptools NOTICES, INFORMATION, AND LICENSE
1099998
1100- %% enchannel-zmq-backend NOTICES, INFORMATION, AND LICENSE BEGIN HERE
1101- Copyright (c) 2016,
1102- All rights reserved.
1103-
1104- Redistribution and use in source and binary forms, with or without
1105- modification, are permitted provided that the following conditions are met:
1106-
1107- * Redistributions of source code must retain the above copyright notice, this
1108- list of conditions and the following disclaimer.
1109-
1110- * Redistributions in binary form must reproduce the above copyright notice,
1111- this list of conditions and the following disclaimer in the documentation
1112- and/or other materials provided with the distribution.
1113-
1114- * Neither the name of enchannel-zmq-backend nor the names of its
1115- contributors may be used to endorse or promote products derived from
1116- this software without specific prior written permission.
1117-
1118- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1119- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1120- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1121- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1122- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1123- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1124- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1125- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1126- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1127- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1128- =========================================
1129- END OF enchannel-zmq-backend NOTICES, INFORMATION, AND LICENSE
1130- =======
1131-
1132999%% font-awesome NOTICES, INFORMATION, AND LICENSE BEGIN HERE
11331000=========================================
11341001Font Name - FontAwesome
@@ -1170,34 +1037,6 @@ to represent the company, product, or service to which they refer.**
11701037=========================================
11711038END OF font-awesome NOTICES, INFORMATION, AND LICENSE
11721039
1173- %% jedi-language-server NOTICES, INFORMATION, AND LICENSE BEGIN HERE
1174- =========================================
1175- jedi-language-server
1176-
1177- MIT License
1178-
1179- Copyright (c) 2019 Sam Roeca
1180-
1181- Permission is hereby granted, free of charge, to any person obtaining a copy
1182- of this software and associated documentation files (the "Software"), to deal
1183- in the Software without restriction, including without limitation the rights
1184- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1185- copies of the Software, and to permit persons to whom the Software is
1186- furnished to do so, subject to the following conditions:
1187-
1188- The above copyright notice and this permission notice shall be included in all
1189- copies or substantial portions of the Software.
1190-
1191- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1192- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1193- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1194- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1195- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1196- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1197- SOFTWARE.
1198- =========================================
1199- END OF jedi-language-server NOTICES, INFORMATION, AND LICENSE
1200-
12011040%% mocha NOTICES, INFORMATION, AND LICENSE BEGIN HERE
12021041=========================================
12031042
0 commit comments