mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
lib.licenses.bzip2: add
The identifier is not versioned, as the version there is an artifact of an incorrect interpretation of the documentation, other variants are now deprecated.
This commit is contained in:
parent
ecca25535d
commit
fb932783c4
1 changed files with 5 additions and 0 deletions
|
|
@ -304,6 +304,11 @@ lib.mapAttrs mkLicense (
|
|||
redistributable = true;
|
||||
};
|
||||
|
||||
bzip2 = {
|
||||
spdxId = "bzip2-1.0.6";
|
||||
fullName = "bzip2 and libbzip2 License v1.0.6";
|
||||
};
|
||||
|
||||
cal10 = {
|
||||
spdxId = "CAL-1.0";
|
||||
fullName = "Cryptographic Autonomy License version 1.0 (CAL-1.0)";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue