From 5974d06ea478ee3eedf66041f74f3fbc808999d9 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Mon, 26 Aug 2019 14:09:53 +0200 Subject: [PATCH] run oss tool --- cglicenses.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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." + ] } ] -- GitLab