diff --git a/bundle.json b/bundle.json index d2090c9ef3a832ea8a8f26e915722df140c33b7a..55e7a2e2b7b0b18534dc622407f6e8e1a1074349 100644 --- a/bundle.json +++ b/bundle.json @@ -18,7 +18,7 @@ "subsystem": "thirdparty", "syscap": [], "features": [], - "adapted_system_type": [], + "adapted_system_type": [ "standard" ], "rom": "", "ram": "", "deps": { @@ -46,4 +46,4 @@ "test": [] } } -} \ No newline at end of file +} diff --git a/install.sh b/install.sh index 048222774f162a37c0ff9fb2682c80f9a1982e24..5dfe7ab64b9e936e9abae15b579f0a66d3aa9473 100755 --- a/install.sh +++ b/install.sh @@ -1,16 +1,5 @@ #!/bin/bash -# Copyright (c) 2024 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. +# SPDX-License-Identifier: MIT SRC_DIR="$1" CODE_DIR="$2"