Add Copyright Header

pull/2748/head
Alex Dima 7 years ago
parent faf0d9a93a
commit 0944ea5897

@ -1,3 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
const requirejs = require('requirejs');
const path = require('path');
const fs = require('fs');

Loading…
Cancel
Save