From a30dc7ddb6de9cc18982722c04c19a385a7983f2 Mon Sep 17 00:00:00 2001 From: sunmingze Date: Tue, 30 May 2023 11:51:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9D=83=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sunmingze --- .../settingsdata/settings_ets/BUILD.gn | 2 +- .../ets/MainAbility/pages/index/index.ets | 24 +++++++++---------- .../src/main/ets/TestAbility/pages/index.ets | 24 +++++++++---------- xts/device_attest/BUILD.gn | 2 +- 4 files changed, 26 insertions(+), 26 deletions(-) diff --git a/applications/settingsdata/settings_ets/BUILD.gn b/applications/settingsdata/settings_ets/BUILD.gn index c300faca5..f969526dc 100644 --- a/applications/settingsdata/settings_ets/BUILD.gn +++ b/applications/settingsdata/settings_ets/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2030 iSoftStone Information Technology (Group) 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/applications/settingsdata/settings_ets/entry/src/main/ets/MainAbility/pages/index/index.ets b/applications/settingsdata/settings_ets/entry/src/main/ets/MainAbility/pages/index/index.ets index 3c9f4f338..489a8e1a2 100644 --- a/applications/settingsdata/settings_ets/entry/src/main/ets/MainAbility/pages/index/index.ets +++ b/applications/settingsdata/settings_ets/entry/src/main/ets/MainAbility/pages/index/index.ets @@ -1,16 +1,16 @@ /** - * Copyright (c) 2023-2030 iSoftStone Information Technology (Group) 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + # 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 + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. */ import router from '@ohos.router'; import AbilityDelegatorRegistry from '@ohos.application.abilityDelegatorRegistry' diff --git a/applications/settingsdata/settings_ets/entry/src/main/ets/TestAbility/pages/index.ets b/applications/settingsdata/settings_ets/entry/src/main/ets/TestAbility/pages/index.ets index ec1e94406..cc1613b8a 100644 --- a/applications/settingsdata/settings_ets/entry/src/main/ets/TestAbility/pages/index.ets +++ b/applications/settingsdata/settings_ets/entry/src/main/ets/TestAbility/pages/index.ets @@ -1,16 +1,16 @@ /** - * Copyright (c) 2023-2030 iSoftStone Information Technology (Group) 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + # 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 + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. */ import router from '@ohos.router'; diff --git a/xts/device_attest/BUILD.gn b/xts/device_attest/BUILD.gn index bfd4c9b26..56c8d1959 100644 --- a/xts/device_attest/BUILD.gn +++ b/xts/device_attest/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 -- GitLab