update SPDX

This commit is contained in:
Tobias Powalowski 2023-10-18 21:06:13 +02:00
parent 9497a03158
commit 79f9a97e31
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-3.0-or-later
# created by Tobias Powalowski <tpowa@archlinux.org> # created by Tobias Powalowski <tpowa@archlinux.org>
passwd -S root | grep -q 'L' && passwd -d root >/dev/null passwd -S root | grep -q 'L' && passwd -d root >/dev/null

View file

@ -1,4 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-3.0-or-later
# created by Tobias Powalowski <tpowa@archlinux.org> # created by Tobias Powalowski <tpowa@archlinux.org>
# check on bash # check on bash
[[ -n "${BASH_VERSION:-}" ]] || return [[ -n "${BASH_VERSION:-}" ]] || return