osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40211?usp=email )
Change subject: Cosmetic: log_merge: modernize ......................................................................
Cosmetic: log_merge: modernize
Move license and copyright up and use an SPDX license identifier.
Change-Id: Iedd4f575edeaf47852f073d04d8cd8ffd92920dc --- M log_merge.sh 1 file changed, 3 insertions(+), 15 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/11/40211/1
diff --git a/log_merge.sh b/log_merge.sh index d3d5986..aecca4a 100755 --- a/log_merge.sh +++ b/log_merge.sh @@ -1,4 +1,7 @@ #!/bin/sh +# Copyright 2018 Harald Welte +# Copyright 2018-2025 sysmocom - s.f.m.c. GmbH +# SPDX-License-Identifier: Apache-2.0
# This script generates per-testcase merged logs. # In order to work, you need to set the following test config: @@ -7,21 +10,6 @@ # # the output files will be called "Module-Testcase.merged"
-# Copyright 2018 Harald Welte -# Copyright 2018 sysmocom - s.f.m.c. GmbH -# -# 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. - if [ "x$1" = "x" ]; then echo "You have to specify the Test Suite prefix" exit 2