Fix missing copyright header

This commit is contained in:
Alex Dima
2016-10-21 09:38:01 +02:00
parent 74086c887d
commit b00c572927
3 changed files with 16 additions and 1 deletions

View File

@@ -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');