From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/4] gnu: Add scotch package. Date: Sat, 17 May 2014 16:45:03 +0200 Message-ID: <87d2fc31n4.fsf@gnu.org> References: <877g5l7xtu.fsf@gmail.com> <87fvk84rj5.fsf@gnu.org> <20140517112032.GA9079@debian> 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]:52550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlfrU-0002ZQ-Cl for guix-devel@gnu.org; Sat, 17 May 2014 10:45:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WlfrG-0004Tw-70 for guix-devel@gnu.org; Sat, 17 May 2014 10:45:20 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:54744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlfrG-0004Oo-0u for guix-devel@gnu.org; Sat, 17 May 2014 10:45:06 -0400 In-Reply-To: <20140517112032.GA9079@debian> (Andreas Enge's message of "Sat, 17 May 2014 13:20:32 +0200") 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@gnu.org Andreas Enge skribis: > On Sat, May 17, 2014 at 12:40:30PM +0200, Ludovic Court=C3=A8s wrote: >> Eric Bavier skribis: >> > + (license (license:fsf-free "file://LICENSE_en.txt")))) >> I would use >> as the >> URL. (My understanding is that it=E2=80=99s a weak copyleft license, li= ke >> LGPL.) > > Should we maybe add it to license.scm? Yes, why not. (That should be done in a separate commit.) Ludo=E2=80=99.