Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dima <alexdima@microsoft.com>2019-08-26 15:09:53 +0300
committerAlex Dima <alexdima@microsoft.com>2019-08-26 15:10:01 +0300
commit5974d06ea478ee3eedf66041f74f3fbc808999d9 (patch)
treee00b095cf7753af22e64d33e58b6f0bca5cc4ec7 /cglicenses.json
parenta00fb70b037e3953c6f0fdf603580279600c3acb (diff)
run oss tool
Diffstat (limited to 'cglicenses.json')
-rw-r--r--cglicenses.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/cglicenses.json b/cglicenses.json
index fb61006b4fa..15b30362685 100644
--- a/cglicenses.json
+++ b/cglicenses.json
@@ -123,5 +123,13 @@
"OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE",
"SOFTWARE."
]
+ },
+ {
+ // Reason: The license at https://github.com/microsoft/tslib/blob/master/LICENSE.txt
+ // does not include a clear Copyright statement.
+ "name": "tslib",
+ "prependLicenseText": [
+ "Copyright (c) Microsoft Corporation. All rights reserved."
+ ]
}
]