font-util: refactored, moved to pkgs/by-name and renamed from xorg.fontutil

This commit is contained in:
Zitrone 2024-12-31 02:09:30 +01:00
parent 5d15a3d718
commit 6638639684
No known key found for this signature in database
5 changed files with 69 additions and 32 deletions

View file

@ -257,6 +257,11 @@ lib.mapAttrs mkLicense (
fullName = "BSD Protection License";
};
bsdSourceCode = {
spdxId = "BSD-Source-Code";
fullName = "BSD Source Code Attribution";
};
bsl11 = {
spdxId = "BUSL-1.1";
fullName = "Business Source License 1.1";
@ -942,6 +947,11 @@ lib.mapAttrs mkLicense (
fullName = "MIT No Attribution";
};
mitOpenGroup = {
spdxId = "MIT-open-group";
fullName = "MIT Open Group variant";
};
mpl10 = {
spdxId = "MPL-1.0";
fullName = "Mozilla Public License 1.0";
@ -1326,6 +1336,11 @@ lib.mapAttrs mkLicense (
fullName = "Unicode License Agreement - Data Files and Software (2016)";
};
unicodeTOU = {
spdxId = "Unicode-TOU";
fullName = "Unicode Terms of Use";
};
unlicense = {
spdxId = "Unlicense";
fullName = "The Unlicense";