From 8c2836134b2a3cbd963cde6cd24ce493c7de16d8 Mon Sep 17 00:00:00 2001 From: gaoxue Date: Thu, 9 Jan 2025 19:43:00 +0800 Subject: [PATCH] =?UTF-8?q?licnese=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gaoxue --- .../open_posix_testsuite/scripts/print-prefix.sh | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/testcases/open_posix_testsuite/scripts/print-prefix.sh b/testcases/open_posix_testsuite/scripts/print-prefix.sh index eb129ce7..727e07b8 100755 --- a/testcases/open_posix_testsuite/scripts/print-prefix.sh +++ b/testcases/open_posix_testsuite/scripts/print-prefix.sh @@ -1,16 +1,7 @@ #!/bin/bash +# SPDX-License-Identifier: GPL-2.0-or-later # 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. + set -e if uname -a | grep -iq linux then -- Gitee