summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-11-10 00:16:25 +0000
committerGitHub <noreply@github.com>2022-11-10 00:16:25 +0000
commit3ff06869dce7b128109ccc78767d18d4271523cc (patch)
treee7c2cc659994e7a60ba036258f9d66b9474cd207 /lib
parent11882a0bde778e813c79b8d17c033f3ddf13a8f1 (diff)
parent054a983e10c59ad7341181b70ede8cf8779bdc2e (diff)
Merge master into haskell-updates
Diffstat (limited to 'lib')
-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";