Browse Source

Add Copyright Header

Alex Dima 7 years ago
parent
commit
0944ea5897
1 changed files with 5 additions and 0 deletions
  1. 5 0
      scripts/bundle.js

+ 5 - 0
scripts/bundle.js

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