diff --git a/arkoala-arkts/arkui/src/stateManagement/tools/arkts/index.ts b/arkoala-arkts/arkui/src/stateManagement/tools/arkts/index.ts index a339b40eac20c8db3ffc260432637244b092662c..4388ebf20a10e9e3ea792a704a6ddd984a57e91b 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 e72dd15123f4413b7d2221c4cc8daa8bfd0c044f..bedcb73d55ea29aa07e0f160be730d6b5eb44402 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 4b37208e12173089a83c3ce62ebaa7d9f248d4b0..61007dbc506ba1fdfdd2805b666f92c2fed071f4 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++'