lib/license: add zsh license

This commit is contained in:
vieta 2024-05-23 22:08:28 +02:00 committed by vieta
parent 29f4417730
commit 15718cc856

View File

@ -1271,6 +1271,11 @@ in mkLicense lset) ({
fullName = "zlib License";
};
zsh = {
url = "https://github.com/zsh-users/zsh/blob/master/LICENCE";
fulllName = "Zsh License";
};
zpl20 = {
spdxId = "ZPL-2.0";
fullName = "Zope Public License 2.0";