diff --git a/arkui/ace_ets_component_five/BUILD.gn b/arkui/ace_ets_component_five/BUILD.gn index 050b08aa7fc6d4245eb3a5676a38e2db405846f5..7f7d8060cdd7561468731eadb22a91ac2dfab409 100644 --- a/arkui/ace_ets_component_five/BUILD.gn +++ b/arkui/ace_ets_component_five/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/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/backgroundAndSizeSetting.ets b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/backgroundAndSizeSetting.ets index c92de4587087662a359dbfbc487ac15cee12c968..b1bf5a03bb10e36038bc8e191d0a307b9c872b6d 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/backgroundAndSizeSetting.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/backgroundAndSizeSetting.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/border.ets b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/border.ets index decbd487b2af095030ae5f4c6ad8da178298c5c9..59b234853117672b88d1ae9d8543f16d8532668e 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/border.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/border.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/checkbox.ets b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/checkbox.ets index 12ec901d5b5d8b69690dab8a341111cd8ea3a2a7..8a2210664476e3440e92f8f42c5e078b3390848d 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/checkbox.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/checkbox.ets @@ -1,6 +1,6 @@ /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/checkboxGroup.ets b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/checkboxGroup.ets index 9ed3d84e1a4844f92427c0a2d620170d42a56fa8..a4c1b0e1624716aca819a71689185b9776769ef8 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/checkboxGroup.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/checkboxGroup.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/colorGradient.ets b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/colorGradient.ets index b07ec7a977c4fc3c851f842fa73b9cff7316fece..302b2097903d2f123c90dcc46cc264b60f38d1a6 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/colorGradient.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/colorGradient.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/edgeEffect.ets b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/edgeEffect.ets index eb8c14564ab9928107cbc2fb4f71de967f3e7254..5b64488fedc3dcd4613d1ff60c7d205a4a04e11e 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/edgeEffect.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/edgeEffect.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/enumsFlexAlign.ets b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/enumsFlexAlign.ets index df6e373748f2b8103de7f19a58e03339a32d275e..0ba17841c10ae1396df1f0c1b63ecdfa02f4e5c3 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/enumsFlexAlign.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/enumsFlexAlign.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/enumsHorizontalAlign.ets b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/enumsHorizontalAlign.ets index dfabcf6c3eb988954ebace8fbc93a711e24e271b..99a957b8dea887802ba93e9d0f0769fc8c3807d2 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/enumsHorizontalAlign.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/enumsHorizontalAlign.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/enumsImage.ets b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/enumsImage.ets index c13f5c6b3e30949927fccdf91c4f0e1bef46c08a..fca29196eee7def9333c5595322004ebff0e78b7 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/enumsImage.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/enumsImage.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/enumsVerticalAlign.ets b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/enumsVerticalAlign.ets index a1f56de60ff57a7175f08c897e16aad602d7a71e..705a34fdfd633930a53691fe52467021164028bc 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/enumsVerticalAlign.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/enumsVerticalAlign.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/fillMode.ets b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/fillMode.ets index 32b73b8e8110331215eedc75e718a55974badbfc..5d22b17a4f96c0651e02125e9e2e58d79411bb77 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/fillMode.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/fillMode.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/index.ets b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/index.ets index 5be55e99f496a3ceb6a27d86a7785c7ae30909f2..5b0b229e33e35b7282d87c42356945c421a6385d 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/index.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/index.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/index/index.ets b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/index/index.ets index 97504e2440a9a6110fd5c9c02985914ef8d9e655..0e231258d8a2c81943958dd04a85d57a68d3dd58 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/index/index.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/index/index.ets @@ -1,5 +1,5 @@ /* - * 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/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/ohosMatrix4.ets b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/ohosMatrix4.ets index f5170265986adbb4c3515bc73dfca84f542ff322..4470a1e5a7c7add75fd3b320f25d91b62c82d670 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/ohosMatrix4.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/ohosMatrix4.ets @@ -1,6 +1,6 @@ /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/positionSetting.ets b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/positionSetting.ets index b6d20a58e1ad9acbdca0a42d8d152a8bec196e22..fa4279a3c82d9fc1e2bdc1af8b44f15a62c683c3 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/positionSetting.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/positionSetting.ets @@ -1,6 +1,6 @@ /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/second/second.ets b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/second/second.ets index 1c1c727ff11ecc97909f482c35268db87ae23bb4..7396425947cd4d9c1016f77855e792bfb6869629 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/second/second.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/second/second.ets @@ -1,5 +1,5 @@ /* - * 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/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/select.ets b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/select.ets index c5a443d1e11603267c3a8db05450f3c4c8e465b6..2db7a909bdc9ab31c0bb9f929eaba1d2b07310d8 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/select.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/select.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/shapeClipping.ets b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/shapeClipping.ets index 4e8b7a8da0fd5803c928db4ba29a0e5c279e6a98..df8ec32fa3d91fe4a48a0a6277219518524ad97b 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/shapeClipping.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/shapeClipping.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/slider.ets b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/slider.ets index 47e6168a45abb38179b11e9ee9f4ce72d6f3d335..62ac3f23d24306b43fbb0077336bbcbf16edc4ab 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/slider.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/slider.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/transForm.ets b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/transForm.ets index 05f339fe441ed862e4b9c1d14cb7a57f1adb22a7..4b38518b4fe812710bc2d960b6fca2a2fc9e9bf7 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/transForm.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/transForm.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/visibility.ets b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/visibility.ets index 1c009e9d2e7c1564bd9d6966de34c2415494e537..4ce18890d2d0af76e57d5b28352a8440fac37c9f 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/visibility.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/visibility.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/utils/Constants.ets b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/utils/Constants.ets index 13a6c0d16e7277756efb5136ce8b02ac6b601d50..0928a8f340d0c726291af7f7b0109088cabbff41 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/utils/Constants.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/utils/Constants.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/TestAbility/TestAbility.ts b/arkui/ace_ets_component_five/entry/src/main/ets/TestAbility/TestAbility.ts index 8028a70f8af44690b95a08bd177bca6b09f24687..871dc89b25426b48a4575c64948ef5d916477140 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/TestAbility/TestAbility.ts +++ b/arkui/ace_ets_component_five/entry/src/main/ets/TestAbility/TestAbility.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/arkui/ace_ets_component_five/entry/src/main/ets/TestAbility/pages/index.ets b/arkui/ace_ets_component_five/entry/src/main/ets/TestAbility/pages/index.ets index e29d33fb1f74914762edf3a6b3abc01b92299ad3..441f24058499e3ea4c4c3d96a776f02192e02549 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/TestAbility/pages/index.ets +++ b/arkui/ace_ets_component_five/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/arkui/ace_ets_component_five/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts b/arkui/ace_ets_component_five/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts index 62b493a11c91e924795200bfdfbd91e75d7d98dd..2f01d70e9e51402ebd20613ce5ebedffab5d9198 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts +++ b/arkui/ace_ets_component_five/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/arkui/ace_ets_component_five/entry/src/main/ets/test/BackgroundAndSizeSettingJsunit.test.ets b/arkui/ace_ets_component_five/entry/src/main/ets/test/BackgroundAndSizeSettingJsunit.test.ets index 452b65aa09b21c5caa290f49aa336f19a4a57f54..b4fbddeafd27a4df3166e57369632a4e05c2795f 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/test/BackgroundAndSizeSettingJsunit.test.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/test/BackgroundAndSizeSettingJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/test/BorderJsunit.test.ets b/arkui/ace_ets_component_five/entry/src/main/ets/test/BorderJsunit.test.ets index 85fb9135b8b268e7bf9ca1fee54230ebe6379444..238e12474261f4937d59c157916763390002e19a 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/test/BorderJsunit.test.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/test/BorderJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/test/CheckboxGroupJsunit.test.ets b/arkui/ace_ets_component_five/entry/src/main/ets/test/CheckboxGroupJsunit.test.ets index dbb765932a433c7a2c50cae0e819594a965b4b6b..a449695ee87318970426057c7a9ca71a55274549 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/test/CheckboxGroupJsunit.test.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/test/CheckboxGroupJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/test/CheckboxJsunit.test.ets b/arkui/ace_ets_component_five/entry/src/main/ets/test/CheckboxJsunit.test.ets index 8d237221142129f4977aa2505565b4c7db2e17e6..f12b61b5c6771c25134b0afb7f290b203b3a8c61 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/test/CheckboxJsunit.test.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/test/CheckboxJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/test/ColorGradientJsunit.test.ets b/arkui/ace_ets_component_five/entry/src/main/ets/test/ColorGradientJsunit.test.ets index 8b5557791a46a5c9cba4c4e8a9706e556bb0a60d..4dc0d2da6c15a3d67db471e5fe23622f895740d9 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/test/ColorGradientJsunit.test.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/test/ColorGradientJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/test/EdgeEffectJsunit.test.ets b/arkui/ace_ets_component_five/entry/src/main/ets/test/EdgeEffectJsunit.test.ets index 96146fea7a690b0aca120cd5c9c2f4a70b322a1c..cfdbc1b49c702d17fbadd6b77d70614f6426b373 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/test/EdgeEffectJsunit.test.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/test/EdgeEffectJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/test/EnmusFlexAlignJsunit.test.ets b/arkui/ace_ets_component_five/entry/src/main/ets/test/EnmusFlexAlignJsunit.test.ets index 8911b1ef238613aea572cc21f6c4fe3da46dbe5e..1b4b43ac1428082b70e0354a6ca8a347a24890f1 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/test/EnmusFlexAlignJsunit.test.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/test/EnmusFlexAlignJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/test/EnmusHorizontalAlignJsunit.test.ets b/arkui/ace_ets_component_five/entry/src/main/ets/test/EnmusHorizontalAlignJsunit.test.ets index 39db4c9ba497aef8334c261cf71b94502f9654f7..8b6e3a610668284e4678f22cffcfa82ceb08f8e1 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/test/EnmusHorizontalAlignJsunit.test.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/test/EnmusHorizontalAlignJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/test/EnmusImageJsunit.test.ets b/arkui/ace_ets_component_five/entry/src/main/ets/test/EnmusImageJsunit.test.ets index 7bc1d8d6ed23b5a4a27d9d736e8f787e18946bfd..7af4433d52a3d2b1636297a63c95539ccec98b1f 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/test/EnmusImageJsunit.test.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/test/EnmusImageJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/test/EnmusVerticalAlignJsunit.test.ets b/arkui/ace_ets_component_five/entry/src/main/ets/test/EnmusVerticalAlignJsunit.test.ets index 8b8774deebd4bf0994dd2007d831b528cf2518f1..0434e9a428d1d33858207fa3e96d4fbc96dad0d3 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/test/EnmusVerticalAlignJsunit.test.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/test/EnmusVerticalAlignJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/test/FillModeJsunit.test.ets b/arkui/ace_ets_component_five/entry/src/main/ets/test/FillModeJsunit.test.ets index 5af80926bd68d750bbe906f4c10037aa5d6b5ceb..c3457daf0542eb1e4aead765a903c73ad24c62e8 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/test/FillModeJsunit.test.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/test/FillModeJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/test/List.test.ets b/arkui/ace_ets_component_five/entry/src/main/ets/test/List.test.ets index 7f1cc1285ddded7d7f86ffc21fab59ad001928e8..0000da789bac349ce65aed7df0c91aa94eaac2bd 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/test/List.test.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/test/List.test.ets @@ -1,5 +1,5 @@ /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/test/OhosMatrix4Jsunit.test.ets b/arkui/ace_ets_component_five/entry/src/main/ets/test/OhosMatrix4Jsunit.test.ets index 3f7f7e5632b2d1083c45f2797130118527ff2da9..b0808900e9d1e6388217b360862b3faec21f081f 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/test/OhosMatrix4Jsunit.test.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/test/OhosMatrix4Jsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/test/PositionSettingJsunit.test.ets b/arkui/ace_ets_component_five/entry/src/main/ets/test/PositionSettingJsunit.test.ets index 2e9d50105025a1f73906e5d5dedab03a02071bbc..859601ac43c1dd7ee76797ff3c0e9c5b41cb2a71 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/test/PositionSettingJsunit.test.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/test/PositionSettingJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/test/SelectJsunit.test.ets b/arkui/ace_ets_component_five/entry/src/main/ets/test/SelectJsunit.test.ets index 7f4f6a81ec7caf1b574a8595b17f844d2622c490..bb0b5bb45c67996d8912df452e49e32eb18decc3 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/test/SelectJsunit.test.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/test/SelectJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/test/ShapeClippingJsunit.test.ets b/arkui/ace_ets_component_five/entry/src/main/ets/test/ShapeClippingJsunit.test.ets index dff02f9a44425574aa9b27f3b6ed47f894f6b1ac..65ca089cbf18202e3f9cb76d7b2fb3d4cec49476 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/test/ShapeClippingJsunit.test.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/test/ShapeClippingJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/test/SliderJsunit.test.ets b/arkui/ace_ets_component_five/entry/src/main/ets/test/SliderJsunit.test.ets index f8b950d69a37decc8200367c274ebe6239ab7c59..56074010f0ed35789c56f06951b8a76a8056f9f5 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/test/SliderJsunit.test.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/test/SliderJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/test/TransFormJsunit.test.ets b/arkui/ace_ets_component_five/entry/src/main/ets/test/TransFormJsunit.test.ets index 6811c23b7d70e78799ca17f6537f405fd9593371..9c34bdefd37ef1386acf85dcf376d5119b4ed520 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/test/TransFormJsunit.test.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/test/TransFormJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/test/Utils.ets b/arkui/ace_ets_component_five/entry/src/main/ets/test/Utils.ets index 0f4b16d766f1feeb75edd8cc84cd1448d61e569a..bb1f4a49ebf2db8543071ec5999d44fff08a94d1 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/test/Utils.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/test/Utils.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_five/entry/src/main/ets/test/VisibilityJsunit.test.ets b/arkui/ace_ets_component_five/entry/src/main/ets/test/VisibilityJsunit.test.ets index daf796125eefa8067b008f6fa61cec390187ebfd..b597582891a27467a3c5492035dd107fa1947b95 100644 --- a/arkui/ace_ets_component_five/entry/src/main/ets/test/VisibilityJsunit.test.ets +++ b/arkui/ace_ets_component_five/entry/src/main/ets/test/VisibilityJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/BUILD.gn b/arkui/ace_ets_component_three/BUILD.gn index 6083915a5c5af4a6d675b620df43dc0335974ea6..4eadaa3564542d1e8a42da9471be0ed1c6dbe339 100644 --- a/arkui/ace_ets_component_three/BUILD.gn +++ b/arkui/ace_ets_component_three/BUILD.gn @@ -1,4 +1,4 @@ -# 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/PanGesture.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/PanGesture.ets index 9b90447d108899dbbdbab09bc2fa401f7ed669ab..d32a8b3b385509f5cc16dfe49db60f147f68d7bc 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/PanGesture.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/PanGesture.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/QrCode.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/QrCode.ets index 90304fb6f595c0d88043ded8eda9ca2cfad0fe88..9a0706e7b72c1f9d25d1f43e83b7c65c0be6e324 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/QrCode.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/QrCode.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/ResponseRegion.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/ResponseRegion.ets index 480e3bf33a4501432af90d88044429643cef26c5..a2cb0d6bd9cb27d5741b0c2c45692d8949237ff9 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/ResponseRegion.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/ResponseRegion.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/aboutToDisappear.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/aboutToDisappear.ets index f8472ef79ea10b7d6757be16352e27b83077f5ec..d01f0d533b60dfc0a5cc4c51b4db95c54050238f 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/aboutToDisappear.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/aboutToDisappear.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/animate.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/animate.ets index 5c08540fbdae11b3364c48d3edf14211b3e64f26..3b6b761a97cab822712c900623844ecb790e4253 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/animate.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/animate.ets @@ -1,5 +1,5 @@ /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/background.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/background.ets index bbe089d57784138343c50d2df3c97d75327e67b8..a7aea3854f48aebbb81f0d2f3408b9061929e0ba 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/background.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/background.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/badge.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/badge.ets index 5439c535d3151ef4b51c698199cb9164f0cd65db..d4cb35a65ad9906359bce866ac2a89be71ecd741 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/badge.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/badge.ets @@ -1,5 +1,5 @@ /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/blank.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/blank.ets index cc7d16141f9517692b8f0c4ae845ab7e7a8a8116..7eb28c8738def166e9175a395858d855c8300429 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/blank.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/blank.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/button.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/button.ets index fc2649d657054cd04cd3ceb7c0a7b54a195f69b2..6772f98dfd8dba30f15ab706d3881ab4b15c8650 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/button.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/button.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/canvas.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/canvas.ets index ec3b88f33d50571aadf86702741b68c699dc4f91..c4c19415fa0bf0a02dca000a743988fdfae9a710 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/canvas.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/canvas.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/canvas2.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/canvas2.ets index 4ded364a67810ca63d7cf9bf70b26542d0357a5f..a4d36607670471f4cf0f5502715a2a8faee9803c 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/canvas2.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/canvas2.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/circle.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/circle.ets index 2aca9a0b990fca1592a0a809c70e43be3c5d9241..048558544efd737a9b33c2e77fc271d1f2870419 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/circle.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/circle.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/gridPage.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/gridPage.ets index fb7aa716625ada2974a3a7dbdf418543b1572bd6..5fa7600a41f365c490763aedc22688432dc51d05 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/gridPage.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/gridPage.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/index.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/index.ets index 74c70dbbb6279894ca55356bbf23700e41600ceb..de5a3fd9be8ff9592d4b234732e93afa19d794c2 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/index.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/index.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/index/index.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/index/index.ets index 97504e2440a9a6110fd5c9c02985914ef8d9e655..0e231258d8a2c81943958dd04a85d57a68d3dd58 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/index/index.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/index/index.ets @@ -1,5 +1,5 @@ /* - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/line.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/line.ets index 0e4246ae2e18296a3fb4a0e40f288d63f1b3e9d1..375ae7b6f27425b7e316bcb80af2deaf97bd64a9 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/line.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/line.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/longPressGesture.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/longPressGesture.ets index a949b7181db728c69930e06d605e9d51babb0a84..ce67bb9126296615cb0003872e8a4c98de42bb9d 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/longPressGesture.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/longPressGesture.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/motionPath.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/motionPath.ets index f054893d47dd688fca3be92afae28604613f9c72..a7c417b88f864b45468a21cb053bc0379f3465a1 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/motionPath.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/motionPath.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/parallelGesture.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/parallelGesture.ets index b26456e05796fe7d6a39f00bcaf26e4836e3a937..350700b30d6ba9f9e4dfbe060ce70db889cdae74 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/parallelGesture.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/parallelGesture.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/priorityGesture.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/priorityGesture.ets index e75c752fc91adfa468f3a2bda5a41ad28d200ad4..e61e105e9d1e0e5a8dde672d2481b762dd4b411b 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/priorityGesture.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/priorityGesture.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/progress.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/progress.ets index 3fedd72d6c818bc8cfe9339b78246656773b4f43..1269072b9a8e5d79690607f4fe75882d73cf759d 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/progress.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/progress.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/rating.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/rating.ets index 13afd478df9fa7a3d4e75be3ce4244e8ba2b029d..e1f2516e951e711207a6133520aaa845a16590aa 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/rating.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/rating.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/scrollCode.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/scrollCode.ets index 4974afe3d1c6a6a16222a5ae4f2894ba329bc078..0b57e7f294498d298c744b97d68bc338d98de3fd 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/scrollCode.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/scrollCode.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/second/second.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/second/second.ets index 1c1c727ff11ecc97909f482c35268db87ae23bb4..7396425947cd4d9c1016f77855e792bfb6869629 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/second/second.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/second/second.ets @@ -1,5 +1,5 @@ /* - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/shape.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/shape.ets index c06a1139eac5dac6d28f3f512329c8bf3077c090..62ff1c185d4755a63582e1444cfe2c867f3b07a4 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/shape.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/shape.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/sharedTransition.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/sharedTransition.ets index fb2199ac3d19d62e797ea9fb9c6108dbc43fb414..53ec2bbb2800f2cc84709e1063ec8864c46a2df3 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/sharedTransition.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/sharedTransition.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/sharedTransition2.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/sharedTransition2.ets index 84760f7ca328acfc537b2cc91da4b442805e164d..d42e854d69f5bee8aa4ee6427b98d1e4b5628d8f 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/sharedTransition2.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/sharedTransition2.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/span.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/span.ets index caff30e1d0a6630f9aba9389c9edfd04a7898aec..7f967759b7456ce2b684bceb21d64daf9c8c7019 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/span.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/span.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/tabs.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/tabs.ets index aca1f4b8a5ce9186f2556eae4492ba786227b357..889bdce3a37a28c09db133841584dd4cd4585927 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/tabs.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/tabs.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/tapGesture.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/tapGesture.ets index c3b8119e78e7d12db9a68d37529d6f9d1ecb90b3..8652d83a350db9a7503d549d95bd0b49385fc79b 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/tapGesture.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/tapGesture.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/text.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/text.ets index aeefdd16ae8cf504ff891656f87d53b314d42fee..a32c76c4060b48ff01f194a04d8411b77e4003b9 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/text.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/text.ets @@ -1,5 +1,5 @@ /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/timeStamp.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/timeStamp.ets index 3b3bb82c6059e4cc93f8f513edc619e2c140d19f..74e8a99e0e3f61443cd949b61408c13fe7bd96cb 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/timeStamp.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/timeStamp.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/toggle.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/toggle.ets index a8a5d82b57083116211dd31d28a6dd11bafd7d24..ce2b1dfae9383e06b4c74ab3f375d4d7f9c136fb 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/toggle.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/toggle.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/transition.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/transition.ets index ac044cb6638c2788b0b0453d1906bc049b7be4f5..c31a17ac46a15ebb0ead2c66cb292938d47af5db 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/transition.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/transition.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/utils/Common.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/utils/Common.ets index 16d5ad46f0dad844df185b479830df5ae52618e3..a67880c93d98eb600808e0b1bb4d2052e3f9f35f 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/utils/Common.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/utils/Common.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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/utils/Constants.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/utils/Constants.ets index 13a6c0d16e7277756efb5136ce8b02ac6b601d50..0928a8f340d0c726291af7f7b0109088cabbff41 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/utils/Constants.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/utils/Constants.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/utils/MessageManager.ets b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/utils/MessageManager.ets index 70d716b6d61af8e8ba54a5a0affe80413221b168..7ed176cc91fc16252ccf70be4fcd2775501b576b 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/utils/MessageManager.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/utils/MessageManager.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/arkui/ace_ets_component_three/entry/src/main/ets/TestAbility/TestAbility.ts b/arkui/ace_ets_component_three/entry/src/main/ets/TestAbility/TestAbility.ts index 8028a70f8af44690b95a08bd177bca6b09f24687..871dc89b25426b48a4575c64948ef5d916477140 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/TestAbility/TestAbility.ts +++ b/arkui/ace_ets_component_three/entry/src/main/ets/TestAbility/TestAbility.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/arkui/ace_ets_component_three/entry/src/main/ets/TestAbility/pages/index.ets b/arkui/ace_ets_component_three/entry/src/main/ets/TestAbility/pages/index.ets index f87ca6e18f4a4dd9c1804b8edabe664029341e78..0a7db39d0fc4330aa898634ab99d7de304f75916 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/TestAbility/pages/index.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/TestAbility/pages/index.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts b/arkui/ace_ets_component_three/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts index 5d14ac8283d9c935f0624e45860ec9c4454f958c..e6c57026adcc840d77f384da7350079084ca1e7d 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts +++ b/arkui/ace_ets_component_three/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/arkui/ace_ets_component_three/entry/src/main/ets/test/AboutToDisappearJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/AboutToDisappearJsunit.test.ets index 6ae7ed43212af214b33f7e09c3e469edded9a1e7..0f04cf1b5911c56e98a5a213f172174b105042f4 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/AboutToDisappearJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/AboutToDisappearJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/AnimateJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/AnimateJsunit.test.ets index ee8dc1d30ffff7957a252f672648be1ac7857e96..15aab288ba6927014579c272c1c3faf466b09592 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/AnimateJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/AnimateJsunit.test.ets @@ -1,5 +1,5 @@ /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/BackgroundJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/BackgroundJsunit.test.ets index e11a85eaff1446211d4d89e8d57272c417624fad..61b31aad4da62dbd6688b4cb5f5acc368d49564d 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/BackgroundJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/BackgroundJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/BadgeJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/BadgeJsunit.test.ets index 248908b4e0353af350c5eae4b5e3b9ee2e2600d9..a6405e5c813027dd784574cb4f7d3c41f02921a9 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/BadgeJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/BadgeJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/BlankJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/BlankJsunit.test.ets index 27d68f77d580ccfa9abb4a78c282a9d10482c443..aa2b356d1c52294dfa7ebd99e463805f76e0453d 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/BlankJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/BlankJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/ButtonJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/ButtonJsunit.test.ets index f6cb59abe821e5fe51175b4a0a17c3d01198b247..54e44d5c5c137687897698585568b07a31ce282d 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/ButtonJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/ButtonJsunit.test.ets @@ -1,6 +1,6 @@ /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/Canvas2Jsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/Canvas2Jsunit.test.ets index ddcd1f286e275823d5ee6ed4b5f14777d5500c2d..531673232a50e70e4a1fbd2f8ba2e2947b6e304c 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/Canvas2Jsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/Canvas2Jsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/CanvasJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/CanvasJsunit.test.ets index 33b600c22c5a94ba0c726ebd39b1dd00ebc4d055..dab2123182c43517a81ef260ea5c071544a49b26 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/CanvasJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/CanvasJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/CircleJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/CircleJsunit.test.ets index 693b15378d3c0d7c8a5184bf0be98b535952e3ce..21abf1f7581aa7ba8c3974bad36b6df41d4a1edd 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/CircleJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/CircleJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/CommonJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/CommonJsunit.test.ets index 3dbc1a34ef529459c60c597910d7aba36b6ff061..b8a1b8368efc6944aaf3edc480455b90b15aa026 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/CommonJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/CommonJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/GridJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/GridJsunit.test.ets index 20d5fb501234f8ce1ae7f0ba3a1d916766b92adb..b1e0a7283e6f7be48d27d53abe78a10ff1432752 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/GridJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/GridJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/LineJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/LineJsunit.test.ets index 92ad04ee64a588c33edc7de14d12b0441cf512dc..ef4885884f1e9a14522139cdec00954c19291499 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/LineJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/LineJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/List.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/List.test.ets index 8398813adb527eed27ef14a81b4f6759154b1de0..b5069a262c2ced460a7e39e43cd22e82c1a6751c 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/List.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/List.test.ets @@ -1,5 +1,5 @@ /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/LongPressGesture.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/LongPressGesture.test.ets index 5b001fc88930f6ed1eb997e0ed4aee55dc9d0678..18946bbc0e9a2799b5ab7852710e8e7ef567a9d2 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/LongPressGesture.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/LongPressGesture.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/MotionPathJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/MotionPathJsunit.test.ets index a94be7c355f51415a4aa8a4e1b5d179bcc3b2908..e38fb9edce00c8dee1314d197543f91c82e34df2 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/MotionPathJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/MotionPathJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/PanGestureJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/PanGestureJsunit.test.ets index 7ec059b2d7f5c5557b33371ab370bce3a6197bd7..1089bdec908fc9afad4596b735b346a1ff3f4348 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/PanGestureJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/PanGestureJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/ParallelGestureJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/ParallelGestureJsunit.test.ets index 7ef0549227b15a01fe2a947280ca386e50a8cffe..e1087bea337ed69f592109f122ac3a07868f8920 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/ParallelGestureJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/ParallelGestureJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/PriorityGestureJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/PriorityGestureJsunit.test.ets index 95979eb4feb593e4e65a70920aeab9563da5362b..1bd3f91efd76f637d6844959c4d4e10d4cb00ce0 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/PriorityGestureJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/PriorityGestureJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/ProgressJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/ProgressJsunit.test.ets index 66bd445952cc9ed28d2be244e463cd91541e2fde..8216455f22c77ebed7c826b4b666d5bdadf1ebc7 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/ProgressJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/ProgressJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/QrCodeJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/QrCodeJsunit.test.ets index 99e18960bd21df3b10f6f9ca68b269ef1f480c22..6caa340f8b09789c649377e0e483c4033fb82814 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/QrCodeJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/QrCodeJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/RatingJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/RatingJsunit.test.ets index fcb7a7a7a06228ef6a0189079e42c6951a3b36aa..8e84591ff41574512082437c62e2e2a0efcd7e8c 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/RatingJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/RatingJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/ResponseRegionJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/ResponseRegionJsunit.test.ets index d841ed45fa366705381934f90728b121ff5d73e4..8e0dc5cb357aa2597220b7d7f3f4cc6c6273c82c 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/ResponseRegionJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/ResponseRegionJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/ScrollCodeJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/ScrollCodeJsunit.test.ets index 4cb1da1a4d14e5688fbcb3f695e980762ac5f285..b5eac5e1a8de85a51471871608240053112baa00 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/ScrollCodeJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/ScrollCodeJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/ShapeJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/ShapeJsunit.test.ets index 5ec49faff5f8b9005c28a35d9d260320c5e94f86..1146c787a6917e6a772ab776d45e1613668e6beb 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/ShapeJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/ShapeJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/SharedTransitionJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/SharedTransitionJsunit.test.ets index 19e50cdaacf6d22ad5d667e8322067589d75d2ea..a988317a09b4937d899811b5386e9133b33afa64 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/SharedTransitionJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/SharedTransitionJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/SpanJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/SpanJsunit.test.ets index 5adb3ff166a159b15a9d52e82181c4c46ea9ca86..6e1630baf8ca00054370c8b89deb3799c3cc2b5b 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/SpanJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/SpanJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/TabsJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/TabsJsunit.test.ets index 4245164fb32c7b5082157d516837934be158dc56..8b2182b3ea6d0b7faf197ee6b1a5566e29159764 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/TabsJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/TabsJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/TapGesture.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/TapGesture.test.ets index 2358bf7ee6dbdf35e86cc3aaede5a235bf6eae92..51b26683299b80ee7c0eb630eba97eb54bc151b1 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/TapGesture.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/TapGesture.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/TextJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/TextJsunit.test.ets index c517427e9f2d83607e96272e93005e3ac69bb9a7..202d300cf508882aca872a3ea4ba697db04cd26a 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/TextJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/TextJsunit.test.ets @@ -1,5 +1,5 @@ /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/TimeStampJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/TimeStampJsunit.test.ets index 13bedcf58da147c0e040d14b87e1ea727f39131c..a29cc196fa4830281f0c52a66f33f913ddfeb0f6 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/TimeStampJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/TimeStampJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/ToggleJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/ToggleJsunit.test.ets index 5d2adc696e4896ac1991f41d76b0d93a23e3b58e..8926725c1f2149340d24ad3abfc122f29a10fcc6 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/ToggleJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/ToggleJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/TransitionJsunit.test.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/TransitionJsunit.test.ets index d363c843449b65ee12fb6603bf998f8dd71a80d0..b1a12379f9d4360c79675bbf691262f0d9b0b61a 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/TransitionJsunit.test.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/TransitionJsunit.test.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_component_three/entry/src/main/ets/test/Utils.ets b/arkui/ace_ets_component_three/entry/src/main/ets/test/Utils.ets index 0f4b16d766f1feeb75edd8cc84cd1448d61e569a..bb1f4a49ebf2db8543071ec5999d44fff08a94d1 100644 --- a/arkui/ace_ets_component_three/entry/src/main/ets/test/Utils.ets +++ b/arkui/ace_ets_component_three/entry/src/main/ets/test/Utils.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_dev/entry/src/main/ets/MainAbility/pages/curve.ets b/arkui/ace_ets_dev/entry/src/main/ets/MainAbility/pages/curve.ets index d213137b9892ec2b3184fa3f8557dc67fc039b2d..551af7654b033806fadfdedd29a0141ba066c9d3 100644 --- a/arkui/ace_ets_dev/entry/src/main/ets/MainAbility/pages/curve.ets +++ b/arkui/ace_ets_dev/entry/src/main/ets/MainAbility/pages/curve.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_dev/entry/src/main/ets/MainAbility/pages/index.ets b/arkui/ace_ets_dev/entry/src/main/ets/MainAbility/pages/index.ets index 75987b30d85a509675937a8c615cf760364af546..b546a38f54cd22b6a109ac9155431c2f473a0a73 100644 --- a/arkui/ace_ets_dev/entry/src/main/ets/MainAbility/pages/index.ets +++ b/arkui/ace_ets_dev/entry/src/main/ets/MainAbility/pages/index.ets @@ -1,6 +1,6 @@ // @ts-nocheck /* - * 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/arkui/ace_ets_dev/entry/src/main/ets/MainAbility/pages/index/index.ets b/arkui/ace_ets_dev/entry/src/main/ets/MainAbility/pages/index/index.ets index 97504e2440a9a6110fd5c9c02985914ef8d9e655..0e231258d8a2c81943958dd04a85d57a68d3dd58 100644 --- a/arkui/ace_ets_dev/entry/src/main/ets/MainAbility/pages/index/index.ets +++ b/arkui/ace_ets_dev/entry/src/main/ets/MainAbility/pages/index/index.ets @@ -1,5 +1,5 @@ /* - * 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/arkui/ace_ets_dev/entry/src/main/ets/MainAbility/pages/second/second.ets b/arkui/ace_ets_dev/entry/src/main/ets/MainAbility/pages/second/second.ets index 1c1c727ff11ecc97909f482c35268db87ae23bb4..7396425947cd4d9c1016f77855e792bfb6869629 100644 --- a/arkui/ace_ets_dev/entry/src/main/ets/MainAbility/pages/second/second.ets +++ b/arkui/ace_ets_dev/entry/src/main/ets/MainAbility/pages/second/second.ets @@ -1,5 +1,5 @@ /* - * 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/arkui/ace_ets_dev/entry/src/main/ets/TestAbility/TestAbility.ts b/arkui/ace_ets_dev/entry/src/main/ets/TestAbility/TestAbility.ts index 8028a70f8af44690b95a08bd177bca6b09f24687..871dc89b25426b48a4575c64948ef5d916477140 100644 --- a/arkui/ace_ets_dev/entry/src/main/ets/TestAbility/TestAbility.ts +++ b/arkui/ace_ets_dev/entry/src/main/ets/TestAbility/TestAbility.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/arkui/ace_ets_dev/entry/src/main/ets/TestAbility/pages/index.ets b/arkui/ace_ets_dev/entry/src/main/ets/TestAbility/pages/index.ets index f87ca6e18f4a4dd9c1804b8edabe664029341e78..0a7db39d0fc4330aa898634ab99d7de304f75916 100644 --- a/arkui/ace_ets_dev/entry/src/main/ets/TestAbility/pages/index.ets +++ b/arkui/ace_ets_dev/entry/src/main/ets/TestAbility/pages/index.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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/arkui/ace_ets_dev/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts b/arkui/ace_ets_dev/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts index 34c7ad81ef674b0fafe9260794945520cff4b502..44b15533068dffaa378a37feb9ab235e82d79013 100644 --- a/arkui/ace_ets_dev/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts +++ b/arkui/ace_ets_dev/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/arkui/ace_ets_dev/entry/src/main/ets/test/List.test.ets b/arkui/ace_ets_dev/entry/src/main/ets/test/List.test.ets index 5ca866c9e2dab8101a70d4d0b272cbff3e54d58d..d7c94072f48f97293958afdd6872dfe970fca95c 100644 --- a/arkui/ace_ets_dev/entry/src/main/ets/test/List.test.ets +++ b/arkui/ace_ets_dev/entry/src/main/ets/test/List.test.ets @@ -1,5 +1,5 @@ /* - * 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/arkui/ace_ets_dev/entry/src/main/ets/test/Utils.ets b/arkui/ace_ets_dev/entry/src/main/ets/test/Utils.ets index 0f4b16d766f1feeb75edd8cc84cd1448d61e569a..bb1f4a49ebf2db8543071ec5999d44fff08a94d1 100644 --- a/arkui/ace_ets_dev/entry/src/main/ets/test/Utils.ets +++ b/arkui/ace_ets_dev/entry/src/main/ets/test/Utils.ets @@ -1,6 +1,6 @@ // @ts-nocheck /** - * 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