summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2021-02-12 19:12:45 +0000
committerGitHub <noreply@github.com>2021-02-12 19:12:45 +0000
commit5a1a7a359f50014cbba928555c13010ae98a3a70 (patch)
treef184739bc72c2b11d561b9b392b33ceab4ccae6a /lib
parent62b753c3d7a8af7c2e00b274fd3dadd0bbdf71f2 (diff)
parentf6f8170a60fb2dffb93b8eda44a5a6e76f6fae5a (diff)
downloadnixpkgs-5a1a7a359f50014cbba928555c13010ae98a3a70.tar
nixpkgs-5a1a7a359f50014cbba928555c13010ae98a3a70.tar.gz
nixpkgs-5a1a7a359f50014cbba928555c13010ae98a3a70.tar.bz2
nixpkgs-5a1a7a359f50014cbba928555c13010ae98a3a70.tar.lz
nixpkgs-5a1a7a359f50014cbba928555c13010ae98a3a70.tar.xz
nixpkgs-5a1a7a359f50014cbba928555c13010ae98a3a70.tar.zst
nixpkgs-5a1a7a359f50014cbba928555c13010ae98a3a70.zip
Merge pull request #112885 from alyssais/wiktionary
dictdDBs.wiktionary: 20161001 -> 20210201; refactor
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 830cb95aff9..ee136c7337c 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -306,6 +306,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
     fullName = "GNU Free Documentation License v1.1 only";
   };
 
+  fdl11Plus = spdx {
+    spdxId = "GFDL-1.1-or-later";
+    fullName = "GNU Free Documentation License v1.1 or later";
+  };
+
   fdl12Only = spdx {
     spdxId = "GFDL-1.2-only";
     fullName = "GNU Free Documentation License v1.2 only";