From a4340ecc476dbcb25a01f447c7e2ab5fc617082c Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 4 Aug 2026 10:03:45 +0200 Subject: [PATCH] lib.licenses: add w3c-20150513 --- lib/licenses/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/licenses/licenses.nix b/lib/licenses/licenses.nix index 5c0f5fca2711..f58e809cd089 100644 --- a/lib/licenses/licenses.nix +++ b/lib/licenses/licenses.nix @@ -1657,6 +1657,11 @@ lib.mapAttrs mkLicense ( fullName = "W3C Software Notice and License (1998-07-20)"; }; + w3c-20150513 = { + spdxId = "W3C-20150513"; + fullName = "W3C Software Notice and Document License (2015-05-13)"; + }; + wadalab = { fullName = "Wadalab Font License"; url = "https://fedoraproject.org/wiki/Licensing:Wadalab?rd=Licensing/Wadalab";