From daaf57a12620f5de2057c02c695d3adc9d43bd12 Mon Sep 17 00:00:00 2001 From: hufeng Date: Wed, 29 Sep 2021 16:14:08 +0800 Subject: [PATCH] fixed 202e7c3 from https://gitee.com/hufeng20/ark_ts2abc/pulls/45 fix strictmode.test.ts's License Signed-off-by: hufeng Change-Id: I094bae37283857cb2090eaa557c6140b43397457 --- ts2panda/tests/strictmode/strictmode.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts2panda/tests/strictmode/strictmode.test.ts b/ts2panda/tests/strictmode/strictmode.test.ts index f10c1a2c54..224cb0b600 100755 --- a/ts2panda/tests/strictmode/strictmode.test.ts +++ b/ts2panda/tests/strictmode/strictmode.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at -- Gitee