From a858ed01b88bfcf07351b250e956b33b666a0dbc Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 6 Jan 2023 09:44:11 +1000 Subject: [PATCH] CI: give the meson-build.sh script a proper license tag Signed-off-by: Peter Hutterer --- .gitlab-ci/meson-build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci/meson-build.sh b/.gitlab-ci/meson-build.sh index 11fe03ef..5bcfffa2 100755 --- a/.gitlab-ci/meson-build.sh +++ b/.gitlab-ci/meson-build.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# +# SPDX-License-Identifier: MIT set -x if [[ -f .meson_environment ]]; then -- 2.34.1