summary refs log tree commit diff
path: root/pkgs/development/libraries/libwebsockets
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-01-30 23:41:14 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-01-30 23:41:14 +0100
commit4b4628c7fc9a78353b6671e66d15568b98c728a2 (patch)
tree7a7f641014a8ccc111469304f90e6b68e8ee114f /pkgs/development/libraries/libwebsockets
parent5ae16951b7c9fe980f8fcb71693451497976391b (diff)
downloadnixpkgs-4b4628c7fc9a78353b6671e66d15568b98c728a2.tar
nixpkgs-4b4628c7fc9a78353b6671e66d15568b98c728a2.tar.gz
nixpkgs-4b4628c7fc9a78353b6671e66d15568b98c728a2.tar.bz2
nixpkgs-4b4628c7fc9a78353b6671e66d15568b98c728a2.tar.lz
nixpkgs-4b4628c7fc9a78353b6671e66d15568b98c728a2.tar.xz
nixpkgs-4b4628c7fc9a78353b6671e66d15568b98c728a2.tar.zst
nixpkgs-4b4628c7fc9a78353b6671e66d15568b98c728a2.zip
libwebsockets: update license details
Diffstat (limited to 'pkgs/development/libraries/libwebsockets')
-rw-r--r--pkgs/development/libraries/libwebsockets/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libwebsockets/default.nix b/pkgs/development/libraries/libwebsockets/default.nix
index 53aa752b96b..33c1cecfbc8 100644
--- a/pkgs/development/libraries/libwebsockets/default.nix
+++ b/pkgs/development/libraries/libwebsockets/default.nix
@@ -32,7 +32,9 @@ let
         throughput in both directions.
       '';
       homepage = "https://libwebsockets.org/";
-      license = licenses.lgpl21;
+      # Relicensed from LGPLv2.1+ to MIT with 4.0. Licensing situation
+      # is tricky, see https://github.com/warmcat/libwebsockets/blob/main/LICENSE
+      license = with licenses; [ mit publicDomain bsd3 asl20 ];
       platforms = platforms.all;
     };
   };