CI: Add SPDX license identifier for GPL-3.0-or-later

.gitlab/ci/build_releng.sh:
Add SPDX license identifier for GPL-3.0-or-later to header of script.
This commit is contained in:
David Runge 2021-06-12 19:42:45 +02:00
parent f3b03c7dfd
commit cd88304c6c
No known key found for this signature in database
GPG key ID: 7258734B41C31549

View file

@ -1,5 +1,7 @@
#!/usr/bin/env bash
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This script is run within a virtual environment to build the available archiso profiles and their available build
# modes and create checksum files for the resulting images.
# The script needs to be run as root and assumes $PWD to be the root of the repository.