From bf00223ec05b52fb81cc3b4552314b03f137f106 Mon Sep 17 00:00:00 2001 From: chengxingzhen Date: Tue, 18 Apr 2023 20:38:30 +0800 Subject: [PATCH] =?UTF-8?q?xts-ams=E6=94=AF=E6=8C=81release=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=B0=83=E8=AF=95=E8=B0=83=E4=BC=98-=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E7=89=88=E6=9D=83=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chengxingzhen --- ability/ability_runtime/stage/actsdebuggabletest/BUILD.gn | 2 +- .../stage/actsdebuggabletest/actsdebuggabletest/BUILD.gn | 2 +- .../entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts | 2 +- .../entry/src/main/ets/entryability/EntryAbility.ts | 2 +- .../actsdebuggabletest/entry/src/main/ets/pages/Index.ets | 2 +- .../src/main/ets/test/ActsDebuggableAaProcessTest.test.ets | 2 +- .../entry/src/main/ets/test/ActsDebuggableAaStartTest.test.ets | 2 +- .../actsdebuggabletest/entry/src/main/ets/test/List.test.ets | 2 +- .../entry/src/main/ets/testability/TestAbility.ets | 2 +- .../entry/src/main/ets/testability/pages/Index.ets | 2 +- .../ability_runtime/stage/actsdebuggabletest/timeout/BUILD.gn | 2 +- .../timeout/entry/src/main/ets/entryability/EntryAbility.ts | 2 +- .../timeout/entry/src/main/ets/pages/Index.ets | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ability/ability_runtime/stage/actsdebuggabletest/BUILD.gn b/ability/ability_runtime/stage/actsdebuggabletest/BUILD.gn index acc3585d2..47069d804 100644 --- a/ability/ability_runtime/stage/actsdebuggabletest/BUILD.gn +++ b/ability/ability_runtime/stage/actsdebuggabletest/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Huawei Device Co., Ltd. +# Copyright (c) 2023 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 diff --git a/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/BUILD.gn b/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/BUILD.gn index dd5cdbf9b..862d0629e 100644 --- a/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/BUILD.gn +++ b/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Huawei Device Co., Ltd. +# Copyright (c) 2023 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 diff --git a/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts b/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts index 877f44af6..188fd9a84 100644 --- a/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts +++ b/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2023 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 diff --git a/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/entryability/EntryAbility.ts b/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/entryability/EntryAbility.ts index df379288a..5a2ad1b43 100644 --- a/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/entryability/EntryAbility.ts +++ b/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/entryability/EntryAbility.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2023 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 diff --git a/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/pages/Index.ets b/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/pages/Index.ets index 884d16522..9fc8c2d8e 100644 --- a/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/pages/Index.ets +++ b/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/pages/Index.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2023 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 diff --git a/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/test/ActsDebuggableAaProcessTest.test.ets b/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/test/ActsDebuggableAaProcessTest.test.ets index edb29b229..505d28a00 100644 --- a/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/test/ActsDebuggableAaProcessTest.test.ets +++ b/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/test/ActsDebuggableAaProcessTest.test.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2023 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 diff --git a/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/test/ActsDebuggableAaStartTest.test.ets b/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/test/ActsDebuggableAaStartTest.test.ets index 26db976fc..5439d52b2 100644 --- a/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/test/ActsDebuggableAaStartTest.test.ets +++ b/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/test/ActsDebuggableAaStartTest.test.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2023 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 diff --git a/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/test/List.test.ets b/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/test/List.test.ets index 25eec8eea..b31662ce2 100644 --- a/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/test/List.test.ets +++ b/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/test/List.test.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2023 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 diff --git a/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/testability/TestAbility.ets b/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/testability/TestAbility.ets index 65e7ab2de..3ce827ff7 100644 --- a/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/testability/TestAbility.ets +++ b/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/testability/TestAbility.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2023 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 diff --git a/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/testability/pages/Index.ets b/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/testability/pages/Index.ets index c133438b9..0554acaaa 100644 --- a/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/testability/pages/Index.ets +++ b/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/testability/pages/Index.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2023 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 diff --git a/ability/ability_runtime/stage/actsdebuggabletest/timeout/BUILD.gn b/ability/ability_runtime/stage/actsdebuggabletest/timeout/BUILD.gn index 3f333a385..92222cb2e 100644 --- a/ability/ability_runtime/stage/actsdebuggabletest/timeout/BUILD.gn +++ b/ability/ability_runtime/stage/actsdebuggabletest/timeout/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Huawei Device Co., Ltd. +# Copyright (c) 2023 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 diff --git a/ability/ability_runtime/stage/actsdebuggabletest/timeout/entry/src/main/ets/entryability/EntryAbility.ts b/ability/ability_runtime/stage/actsdebuggabletest/timeout/entry/src/main/ets/entryability/EntryAbility.ts index df379288a..5a2ad1b43 100644 --- a/ability/ability_runtime/stage/actsdebuggabletest/timeout/entry/src/main/ets/entryability/EntryAbility.ts +++ b/ability/ability_runtime/stage/actsdebuggabletest/timeout/entry/src/main/ets/entryability/EntryAbility.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2023 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 diff --git a/ability/ability_runtime/stage/actsdebuggabletest/timeout/entry/src/main/ets/pages/Index.ets b/ability/ability_runtime/stage/actsdebuggabletest/timeout/entry/src/main/ets/pages/Index.ets index 381a30797..86b9aec13 100644 --- a/ability/ability_runtime/stage/actsdebuggabletest/timeout/entry/src/main/ets/pages/Index.ets +++ b/ability/ability_runtime/stage/actsdebuggabletest/timeout/entry/src/main/ets/pages/Index.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2023 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 -- GitLab