[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: hidapi: Fix 'license'.
From: |
Ludovic Courtès |
Subject: |
02/06: gnu: hidapi: Fix 'license'. |
Date: |
Wed, 9 Nov 2016 20:24:59 +0000 (UTC) |
civodul pushed a commit to branch master
in repository guix.
commit 28791c1c8d43e14878f8cc67a15b6036699ec252
Author: Ludovic Courtès <address@hidden>
Date: Wed Nov 9 12:06:38 2016 +0100
gnu: hidapi: Fix 'license'.
* gnu/packages/libusb.scm (hidapi)[license]: Actually call
'non-copyleft'.
---
gnu/packages/libusb.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm
index 2c66eca..215cece 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -237,4 +237,4 @@ HID-Class devices.")
;; HIDAPI can be used under one of three licenses.
(license (list gpl3
bsd-3
- non-copyleft "file://LICENSE-orig.txt"))))
+ (non-copyleft "file://LICENSE-orig.txt")))))
- branch master updated (65dccb3 -> 8033772), Ludovic Courtès, 2016/11/09
- 02/06: gnu: hidapi: Fix 'license'.,
Ludovic Courtès <=
- 01/06: doc: Mention elpa.gnu.org package signatures., Ludovic Courtès, 2016/11/09
- 04/06: gnu: Add kdevelop-pg-qt., Ludovic Courtès, 2016/11/09
- 03/06: gnu: Add libkomparediff2., Ludovic Courtès, 2016/11/09
- 06/06: gnu: address@hidden, address@hidden: Work around use of 'movabs' for /gnu/store strings., Ludovic Courtès, 2016/11/09
- 05/06: lint: 'cve' checker catches 'tls-certificate-error'., Ludovic Courtès, 2016/11/09