lib/licenses: add xskat
This commit is contained in:
parent
b522fbd82a
commit
3e53f2b569
1 changed files with 5 additions and 0 deletions
|
@ -1212,6 +1212,11 @@ in mkLicense lset) ({
|
|||
spdxId = "ZPL-2.1";
|
||||
fullName = "Zope Public License 2.1";
|
||||
};
|
||||
|
||||
xskat = {
|
||||
spdxId = "XSkat";
|
||||
fullName = "XSkat License";
|
||||
};
|
||||
} // {
|
||||
# TODO: remove legacy aliases
|
||||
agpl3 = {
|
||||
|
|
Loading…
Reference in a new issue