mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-23 00:22:56 +01:00
Add Copyright headers
This commit is contained in:
parent
2208018338
commit
e8e78d99db
6 changed files with 25 additions and 10 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue