Commit ce39306
authored
[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
1 file changed
+29
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments