From 3a7ec41b79df783c7baaadfd949f68a4a2125ec8 Mon Sep 17 00:00:00 2001 From: Korobeinikov Evgeny Date: Thu, 7 Aug 2025 16:10:25 +0300 Subject: [PATCH] copyright for v134 Signed-off-by: Korobeinikov Evgeny --- .../src/stateManagement/tools/arkts/index.ts | 15 +++++++++++++++ tools/mirror.mjs | 1 + ui2abc/libarkts/native/mingw.cross | 13 +++++++++++++ 3 files changed, 29 insertions(+) diff --git a/arkoala-arkts/arkui/src/stateManagement/tools/arkts/index.ts b/arkoala-arkts/arkui/src/stateManagement/tools/arkts/index.ts index a339b40eac..4388ebf20a 100644 --- a/arkoala-arkts/arkui/src/stateManagement/tools/arkts/index.ts +++ b/arkoala-arkts/arkui/src/stateManagement/tools/arkts/index.ts @@ -1,2 +1,17 @@ +/* + * Copyright (c) 2025 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. + */ + export * from './stateMgmtTool'; export * from './observeInterfaceProxy'; diff --git a/tools/mirror.mjs b/tools/mirror.mjs index e72dd15123..bedcb73d55 100644 --- a/tools/mirror.mjs +++ b/tools/mirror.mjs @@ -28,6 +28,7 @@ const excludes = [ ".gitlab-ci.yml", "scripts", "ets-plugin", + "test_golden_harness", "compiler-plugin", "test-units", "graphics", diff --git a/ui2abc/libarkts/native/mingw.cross b/ui2abc/libarkts/native/mingw.cross index 4b37208e12..61007dbc50 100644 --- a/ui2abc/libarkts/native/mingw.cross +++ b/ui2abc/libarkts/native/mingw.cross @@ -1,3 +1,16 @@ +# Copyright (c) 2025 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. + [binaries] c = 'x86_64-w64-mingw32-gcc' cpp = 'x86_64-w64-mingw32-g++' -- Gitee