From 4cdb5cdf5db9bc0ffb742ad496a69dba1f4561f9 Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Mon, 2 Aug 2021 11:26:39 +0200 Subject: [PATCH] licenses: Simplified BSD->BSD Simplified --- scripts/build/termux_step_install_license.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/termux_step_install_license.sh b/scripts/build/termux_step_install_license.sh index be2738e6a..1d4b1a576 100644 --- a/scripts/build/termux_step_install_license.sh +++ b/scripts/build/termux_step_install_license.sh @@ -34,7 +34,7 @@ termux_step_install_license() { [ "$LICENSE" == "BSD" ] || \ [ "$LICENSE" == "BSD 2-Clause" ] || \ [ "$LICENSE" == "BSD 3-Clause" ] || \ - [ "$LICENSE" == "Simplified BSD" ]; then + [ "$LICENSE" == "BSD Simplified" ]; then for FILE in LICENSE \ LICENSE.md \ LICENSE.txt \