summary refs log tree commit diff
path: root/pkgs/development/libraries/hidapi
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2014-12-07 16:15:52 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2014-12-07 16:15:52 +0100
commit28d98c701bb25e270b670106c44800606deda87d (patch)
treee1f9a6e37940945348acefcacb79ebb6077917a3 /pkgs/development/libraries/hidapi
parentc97010413540e0a8c4f7420b7d15f9040b9879d0 (diff)
downloadnixlib-28d98c701bb25e270b670106c44800606deda87d.tar
nixlib-28d98c701bb25e270b670106c44800606deda87d.tar.gz
nixlib-28d98c701bb25e270b670106c44800606deda87d.tar.bz2
nixlib-28d98c701bb25e270b670106c44800606deda87d.tar.lz
nixlib-28d98c701bb25e270b670106c44800606deda87d.tar.xz
nixlib-28d98c701bb25e270b670106c44800606deda87d.tar.zst
nixlib-28d98c701bb25e270b670106c44800606deda87d.zip
hidapi: add a comment on the license
hidapi allows the user to chose between GPLv3, BSD or HIDAPI license
(more liberal).
Diffstat (limited to 'pkgs/development/libraries/hidapi')
-rw-r--r--pkgs/development/libraries/hidapi/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/hidapi/default.nix b/pkgs/development/libraries/hidapi/default.nix
index f795945d5498..07534ed63d71 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 ];