mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 17:28:52 -05:00
Fix missing copyright header
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
'use strict';
|
||||
|
||||
var fs = require('fs');
|
||||
var cp = require('child_process');
|
||||
|
||||
Reference in New Issue
Block a user