浏览代码

Add Copyright Header

Alex Dima 7 年之前
父节点
当前提交
0944ea5897
共有 1 个文件被更改,包括 5 次插入0 次删除
  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');