From df7ce883c7042138cbc7abce809d955604e34211 Mon Sep 17 00:00:00 2001 From: parksb Date: Sun, 4 Oct 2020 18:37:53 +0900 Subject: [PATCH] Add texts indicating source to LICENSE.md --- tests/syntax-tests/source/TypeScript/LICENSE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/syntax-tests/source/TypeScript/LICENSE.md b/tests/syntax-tests/source/TypeScript/LICENSE.md index 9f2bf75b..b9ef5f2a 100644 --- a/tests/syntax-tests/source/TypeScript/LICENSE.md +++ b/tests/syntax-tests/source/TypeScript/LICENSE.md @@ -1,3 +1,5 @@ +The `example.ts` file has been added from https://www.typescriptlang.org/docs/handbook/ under the following license: + The MIT License (MIT) Copyright (c) Microsoft Corporation