summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2017-04-23 15:20:35 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2017-04-23 15:20:35 -0500
commit6f3085d5723408139100c7e7d0db54c84547c3e9 (patch)
tree8e83d5589638991a76d761d6c89e9bb01737bef6 /lib/licenses.nix
parent3cc4bfa7a372e611f46a6fe60d59bb3abcd36469 (diff)
downloadnixpkgs-6f3085d5723408139100c7e7d0db54c84547c3e9.tar
nixpkgs-6f3085d5723408139100c7e7d0db54c84547c3e9.tar.gz
nixpkgs-6f3085d5723408139100c7e7d0db54c84547c3e9.tar.bz2
nixpkgs-6f3085d5723408139100c7e7d0db54c84547c3e9.tar.lz
nixpkgs-6f3085d5723408139100c7e7d0db54c84547c3e9.tar.xz
nixpkgs-6f3085d5723408139100c7e7d0db54c84547c3e9.tar.zst
nixpkgs-6f3085d5723408139100c7e7d0db54c84547c3e9.zip
wxwidgets: add wxWindows license
all wx{GTK,widgets,windows,mac,etc}* packages use the wxWindows 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 000a55224ea..0919699b41e 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -531,6 +531,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
     fullName = "Do What The F*ck You Want To Public License";
   };
 
+  wxWindows = spdx {
+    spdxId = "WXwindows";
+    fullName = "wxWindows Library Licence, Version 3.1";
+  };
+
   zlib = spdx {
     spdxId = "Zlib";
     fullName = "zlib License";