From 28d98c701bb25e270b670106c44800606deda87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Sun, 7 Dec 2014 16:15:52 +0100 Subject: [PATCH] hidapi: add a comment on the license hidapi allows the user to chose between GPLv3, BSD or HIDAPI license (more liberal). --- pkgs/development/libraries/hidapi/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/hidapi/default.nix b/pkgs/development/libraries/hidapi/default.nix index f795945d549..07534ed63d7 100644 --- a/pkgs/development/libraries/hidapi/default.nix +++ b/pkgs/development/libraries/hidapi/default.nix @@ -15,6 +15,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { homepage = https://github.com/signal11/hidapi; description = "Library for communicating with USB and Bluetooth HID devices"; + # Actually, you can chose between GPLv3, BSD or HIDAPI license (more liberal) license = licenses.bsd3; platforms = platforms.unix; maintainers = with maintainers; [ wkennington ];