From 3f16499c48b5b0ba7a16cf8d2751a8cbff8f4def Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 14 Mar 2024 21:03:05 +0100 Subject: lib/license: add giftware --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/licenses.nix b/lib/licenses.nix index ba3dabb3a625..d677714d5295 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -599,6 +599,11 @@ in mkLicense lset) ({ url = "https://fedoraproject.org/wiki/Licensing/GPL_Classpath_Exception"; }; + giftware = { + spdxId = "Giftware"; + fullName = "Giftware License"; + }; + hpnd = { spdxId = "HPND"; fullName = "Historic Permission Notice and Disclaimer"; -- cgit 1.4.1