From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH v3 2/3] gnu: Add hidapi. Date: Wed, 09 Nov 2016 16:45:41 +0100 Message-ID: <87a8d88xne.fsf@gnu.org> References: <87h97xf19n.fsf@elephly.net> <20161028173606.31099-1-theodoros.for@openmailbox.org> <20161028173606.31099-3-theodoros.for@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4V4M-0000lw-S7 for guix-devel@gnu.org; Wed, 09 Nov 2016 10:45:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4V4J-0004lT-QV for guix-devel@gnu.org; Wed, 09 Nov 2016 10:45:46 -0500 In-Reply-To: <20161028173606.31099-3-theodoros.for@openmailbox.org> (Theodoros Foradis's message of "Fri, 28 Oct 2016 20:36:05 +0300") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Theodoros Foradis Cc: guix-devel@gnu.org Theodoros Foradis skribis: > + ;; HIDAPI can be used under one of three licenses. > + (license (list gpl3 > + bsd-3 > + non-copyleft "file://LICENSE-orig.txt")))) For the record, =E2=80=98guix lint=E2=80=99 reports an invalid =E2=80=98lic= ense=E2=80=99 here because =E2=80=98non-copyleft=E2=80=99 is a procedure. I=E2=80=99m pushing a fix now. Ludo=E2=80=99.