summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-11-09 22:31:50 +0100
committerGitHub <noreply@github.com>2022-11-09 22:31:50 +0100
commitd9c3f3c0dcf1eae056ba201a74a3f09c29ba7ff3 (patch)
tree3972ea875e1c38a12d3dabbe79363e8a22328662 /lib/licenses.nix
parent471b34c39fb5e828b529a53f3a1a54284e18fc81 (diff)
parent79f517445587287d330355a6047a7a9883ffc5e5 (diff)
Merge pull request #196007 from wegank/fdl11-remove
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index c84d5e8706df3..09f8be7d725b6 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -990,21 +990,6 @@ in mkLicense lset) ({
     fullName = "GNU Affero General Public License v3.0";
     deprecated = true;
   };
-  fdl11 = {
-    spdxId = "GFDL-1.1";
-    fullName = "GNU Free Documentation License v1.1";
-    deprecated = true;
-  };
-  fdl12 = {
-    spdxId = "GFDL-1.2";
-    fullName = "GNU Free Documentation License v1.2";
-    deprecated = true;
-  };
-  fdl13 = {
-    spdxId = "GFDL-1.3";
-    fullName = "GNU Free Documentation License v1.3";
-    deprecated = true;
-  };
   gpl2 = {
     spdxId = "GPL-2.0";
     fullName = "GNU General Public License v2.0";