mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
font-{alias,util}, gccmakedep, libp{ciacces,threadstub}s: refactor and migrate to pkgs/by-name from xorg namespace (#369520)
This commit is contained in:
commit
13c1207a12
11 changed files with 330 additions and 207 deletions
|
@ -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";
|
||||
|
@ -452,6 +457,11 @@ lib.mapAttrs mkLicense (
|
|||
fullName = "Common Public License 1.0";
|
||||
};
|
||||
|
||||
cronyx = {
|
||||
spdxId = "Cronyx";
|
||||
fullName = "Cronyx License";
|
||||
};
|
||||
|
||||
curl = {
|
||||
spdxId = "curl";
|
||||
fullName = "curl License";
|
||||
|
@ -937,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";
|
||||
|
@ -1328,6 +1343,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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue