From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: [PATCH 01/12] gnu: Add fastcap. Date: Mon, 27 Jul 2015 22:11:19 +0200 Message-ID: References: <20150726104234.GA10374@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJok4-0000G3-HZ for guix-devel@gnu.org; Mon, 27 Jul 2015 16:11:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZJok3-0003ly-La for guix-devel@gnu.org; Mon, 27 Jul 2015 16:11:20 -0400 Received: from mail-ig0-x22a.google.com ([2607:f8b0:4001:c05::22a]:33368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJok3-0003lp-Gy for guix-devel@gnu.org; Mon, 27 Jul 2015 16:11:19 -0400 Received: by igbpg9 with SMTP id pg9so108092912igb.0 for ; Mon, 27 Jul 2015 13:11:19 -0700 (PDT) In-Reply-To: <20150726104234.GA10374@debian> 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: Andreas Enge Cc: Guix-devel On Sun, Jul 26, 2015 at 12:42 PM, Andreas Enge wrote: > 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". Thanks for the suggestion. I will use non-copyleft then. Fede