Add Copyright headers

This commit is contained in:
Alex Dima 2018-03-12 16:25:05 +01:00
parent 2208018338
commit e8e78d99db
6 changed files with 25 additions and 10 deletions

View file

@ -1,4 +1,8 @@
"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
exports.__esModule = true;
var fs = require("fs");
var ts = require("typescript");