Browse Source

Update copyright for unittest.

Louis Lafreniere 10 years ago
parent
commit
c001f72276
1 changed files with 6 additions and 1 deletions
  1. 6 1
      test/fieldopts/objptrcopyprop_typescript.js

+ 6 - 1
test/fieldopts/objptrcopyprop_typescript.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 foo(obj, obj2)
 {
     if (obj.x == 10)
@@ -35,4 +40,4 @@ function test()
     WScript.Echo("Passed");
 }
 
-test();
+test();