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:
parent
5028aaca6a
commit
73bc3b19ca
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user