Przeglądaj źródła

Add missing copyright to a test file

Taylor Woll 9 lat temu
rodzic
commit
858e6547b3
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      test/utf8/unicode_sequence_serialized.js

+ 5 - 0
test/utf8/unicode_sequence_serialized.js

@@ -1,3 +1,8 @@
+//-------------------------------------------------------------------------------------------------------
+// Copyright (C) Microsoft Corporation and contributors. All rights reserved.
+// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
+//-------------------------------------------------------------------------------------------------------
+
 (function () {
        /(오)/ ;
 })();