diff --git a/lib/licenses.nix b/lib/licenses.nix index 0b3a8eeb9e85..c13ff933f911 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -98,6 +98,11 @@ in mkLicense lset) ({ fullName = "Artistic License 1.0"; }; + artistic1-cl8 = { + spdxId = "Artistic-1.0-cl8"; + fullName = "Artistic License 1.0 w/clause 8"; + }; + artistic2 = { spdxId = "Artistic-2.0"; fullName = "Artistic License 2.0";