From 4cdf78c257e7256a434bb98a1eb969188d9be45a Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sat, 30 Aug 2025 13:58:15 +0200 Subject: [PATCH] lib.licenses: drop gpl2Oss Is not used anywhere in nixpkgs and is not in spdx --- lib/licenses.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/licenses.nix b/lib/licenses.nix index deb8dadfedfc..d5cab5fbcbf4 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -650,11 +650,6 @@ lib.mapAttrs mkLicense ( fullName = "GNU General Public License v2.0 only"; }; - gpl2Oss = { - fullName = "GNU General Public License version 2 only (with OSI approved licenses linking exception)"; - url = "https://www.mysql.com/about/legal/licensing/foss-exception"; - }; - gpl2Plus = { spdxId = "GPL-2.0-or-later"; fullName = "GNU General Public License v2.0 or later";