licenses: install license file for Simplified BSD

Simplified BSD's license also contain copyright information, so we
cannot use a generic license file.
This commit is contained in:
Henrik Grimler 2021-08-02 10:35:03 +02:00
parent 5028aaca6a
commit 73bc3b19ca
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ termux_step_install_license() {
[ "$LICENSE" == "Libpng" ] || \
[ "$LICENSE" == "BSD" ] || \
[ "$LICENSE" == "BSD 2-Clause" ] || \
[ "$LICENSE" == "BSD 3-Clause" ]; then
[ "$LICENSE" == "BSD 3-Clause" ] || \
[ "$LICENSE" == "Simplified BSD" ]; then
for FILE in LICENSE \
LICENSE.md \
LICENSE.txt \