diff options
author | Paul Spooren <mail@aparcar.org> | 2020-09-21 22:46:30 -1000 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-09-22 20:36:04 +0200 |
commit | 8be2eb3b9b1e5e808a53bba223badae95c7627ef (patch) | |
tree | 3e410fc2f5a64abc355195e350444d79f2d13609 /scripts/config/qconf-cfg.sh | |
parent | e8f61bf50d4704dd871e66f08d7f6564af0f5cb0 (diff) | |
download | upstream-8be2eb3b9b1e5e808a53bba223badae95c7627ef.tar.gz upstream-8be2eb3b9b1e5e808a53bba223badae95c7627ef.tar.bz2 upstream-8be2eb3b9b1e5e808a53bba223badae95c7627ef.zip |
scripts: update SPDX license names
SPDX moved from GPL-2.0 to GPL-2.0-only and from GPL-2.0+ to
GPL-2.0-or-later. Reflect that in the SPDX license headers.
Signed-off-by: Paul Spooren <mail@aparcar.org>
[adjust commit title, update remaining files]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'scripts/config/qconf-cfg.sh')
-rwxr-xr-x | scripts/config/qconf-cfg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config/qconf-cfg.sh b/scripts/config/qconf-cfg.sh index 02ccc0ae10..ebbc7ab475 100755 --- a/scripts/config/qconf-cfg.sh +++ b/scripts/config/qconf-cfg.sh @@ -1,5 +1,5 @@ #!/bin/sh -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: GPL-2.0-only PKG="Qt5Core Qt5Gui Qt5Widgets" PKG2="QtCore QtGui" |