summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-01-19 11:02:20 -0600
committerThomas Tuegel <ttuegel@gmail.com>2015-01-26 20:59:49 -0600
commit8fb5401c5b9ad00d8efddabad511beeee646ab09 (patch)
treedd4b9ebd3022e028cb4465465e5987ae51557dd0 /lib/licenses.nix
parentedae98d029e1d0695a90bd938470f51f3a6d226b (diff)
downloadnixpkgs-8fb5401c5b9ad00d8efddabad511beeee646ab09.tar
nixpkgs-8fb5401c5b9ad00d8efddabad511beeee646ab09.tar.gz
nixpkgs-8fb5401c5b9ad00d8efddabad511beeee646ab09.tar.bz2
nixpkgs-8fb5401c5b9ad00d8efddabad511beeee646ab09.tar.lz
nixpkgs-8fb5401c5b9ad00d8efddabad511beeee646ab09.tar.xz
nixpkgs-8fb5401c5b9ad00d8efddabad511beeee646ab09.tar.zst
nixpkgs-8fb5401c5b9ad00d8efddabad511beeee646ab09.zip
add GFDL-1.2 license
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index e3b551953fd..abe168bc2e4 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -130,6 +130,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
     fullName = "Eclipse Public License 1.0";
   };
 
+  fdl12 = spdx {
+    spdxId = "GFDL-1.2";
+    fullName = "GNU Free Documentation License v1.2";
+  };
+
   free = {
     fullName = "Unspecified free software license";
   };