Skip to content

Commit ce39306

Browse files
[license] Add vscode license, referred-to in copied source code (#13506)
In various source files in the code base, code originally from the vscode repository, was re-used. In these instances, there is a copyright header, like below, that refers to the file containing the full license: /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ I think we missed adding the full license text, as is mandated by the MIT license. This commit adds it, renamed for clarity. I think it should still be easy to find, and should be less likely to cause confusion about what license is the main one, in this repository/project. Signed-off-by: Marc Dumais <[email protected]>
1 parent c500d0e commit ce39306

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

LICENSE-vscode.txt

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Below is the full text of vscode's MIT license, copied from the link below (it has not changed except cosmetically, since the Theia project was started):
2+
3+
https://github.com/microsoft/vscode/blob/2dd03eaebe21473f3af6df2a229199b9aa138e97/LICENSE.txt
4+
5+
This license covers code originally copied from the vscode repository and integrated in this project.
6+
7+
-----
8+
9+
MIT License
10+
11+
Copyright (c) 2015 - present Microsoft Corporation
12+
13+
Permission is hereby granted, free of charge, to any person obtaining a copy
14+
of this software and associated documentation files (the "Software"), to deal
15+
in the Software without restriction, including without limitation the rights
16+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17+
copies of the Software, and to permit persons to whom the Software is
18+
furnished to do so, subject to the following conditions:
19+
20+
The above copyright notice and this permission notice shall be included in all
21+
copies or substantial portions of the Software.
22+
23+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
29+
SOFTWARE.

0 commit comments

Comments
 (0)