소스 검색

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 requirejs = require('requirejs');
 const path = require('path');
 const path = require('path');
 const fs = require('fs');
 const fs = require('fs');