From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/7] gnu: Add usbredir. Date: Sat, 23 Jul 2016 17:46:18 -0400 Message-ID: <20160723214618.GA26113@jasmine> References: <20160723131859.13525-1-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bR4kk-0003gm-Jt for guix-devel@gnu.org; Sat, 23 Jul 2016 17:46:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bR4kh-0008Q1-Dh for guix-devel@gnu.org; Sat, 23 Jul 2016 17:46:34 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:41667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bR4ke-0008Pl-Uc for guix-devel@gnu.org; Sat, 23 Jul 2016 17:46:31 -0400 Content-Disposition: inline In-Reply-To: <20160723131859.13525-1-david@craven.ch> 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: David Craven Cc: guix-devel@gnu.org Thank you for these patches! On Sat, Jul 23, 2016 at 03:18:53PM +0200, David Craven wrote: > * gnu/local.mk: Add file. > * gnu/packages/spice.scm: Add file. > + (license license:gpl2))) I believe this source code is actually gpl2+, lgpl2+, and lgpl2.1+, based on the copyright notices in the files. I will change this when before I push the patch to Savannah. There's no need to send a revised patch.