1
0
This commit is contained in:
dtb 2023-12-05 21:12:51 -07:00
parent 5fc1f07cf5
commit 3de3c2fb5f

View File

@ -61,4 +61,5 @@ then case "$LICENSE" in
lgpl30) # GNU Lesser General Public License 3.0
curl 'https://www.gnu.org/licenses/lgpl-3.0.txt' ;;
*) stream_license ;;
esac >"$LICENSES/$LICENSE"
esac >"$LICENSES/$LICENSE"
fi