浏览代码

Add missing copyright header

Gorkem Yakin 10 年之前
父节点
当前提交
a744329c6d
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      test/Bugs/HasOnlyWritableDataProperties-cross-context.js

+ 5 - 0
test/Bugs/HasOnlyWritableDataProperties-cross-context.js

@@ -1,3 +1,8 @@
+//-------------------------------------------------------------------------------------------------------
+// Copyright (C) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
+//-------------------------------------------------------------------------------------------------------
+
 function f() {
     var obj0 = {};
     obj1 = Object.create(obj0);