From 202e7c323dee5cc392e19593c4669dd596f0055f Mon Sep 17 00:00:00 2001 From: hufeng Date: Wed, 29 Sep 2021 16:14:08 +0800 Subject: [PATCH] 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