From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 01/12] gnu: Add fastcap. Date: Sun, 26 Jul 2015 12:42:34 +0200 Message-ID: <20150726104234.GA10374@debian> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJJOC-0004bz-Vg for guix-devel@gnu.org; Sun, 26 Jul 2015 06:42:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZJJO9-0003Sd-MB for guix-devel@gnu.org; Sun, 26 Jul 2015 06:42:40 -0400 Received: from mout.kundenserver.de ([212.227.126.131]:51358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJJO9-0003SZ-DY for guix-devel@gnu.org; Sun, 26 Jul 2015 06:42:37 -0400 Content-Disposition: inline In-Reply-To: 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Federico Beffa Cc: Guix-devel On Fri, Jul 24, 2015 at 04:17:39PM +0200, Federico Beffa wrote: > The function 'broken-tarball-fetch' was provided by Ludovic on IRC. > I'm not 100% sure about the license. > + (license license:bsd-3))) If you compare the license texts, it is not bsd-3, but inspired from it; I would use "non-copyleft". Andreas