lib/licenses: introduce MIT-CMU license

This commit is contained in:
Martin Weinelt 2024-10-24 03:11:22 +02:00
parent 1971cea549
commit fa3075a22d
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -890,6 +890,11 @@ lib.mapAttrs mkLicense ({
fullName = "MIT License";
};
mit-cmu = {
spdxId = "MIT-CMU";
fullName = "CMU License";
};
mit-feh = {
spdxId = "MIT-feh";
fullName = "feh License";