From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 3/5] gnu: Add gwenhywfar. Date: Mon, 06 Jun 2016 17:19:16 +0200 Message-ID: <87poruz6ob.fsf@elephly.net> References: <20160606132301.21077-1-rekado@elephly.net> <20160606132301.21077-4-rekado@elephly.net> <20160606142203.GA13186@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9wJM-0002Ra-7b for guix-devel@gnu.org; Mon, 06 Jun 2016 11:19:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9wJJ-0007PD-CO for guix-devel@gnu.org; Mon, 06 Jun 2016 11:19:28 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9wJJ-0007P6-3u for guix-devel@gnu.org; Mon, 06 Jun 2016 11:19:25 -0400 In-reply-to: <20160606142203.GA13186@jasmine> 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari writes: > On Mon, Jun 06, 2016 at 03:22:59PM +0200, Ricardo Wurmus wrote: >> * gnu/packages/gnucash.scm (gwenhywfar): New variable. > >> + ;; The license includes an explicit additional permission to compile and >> + ;; distribute this library with the OpenSSL Toolkit. >> + (license license:lgpl2.1+))) > > Only with OpenSSL, but not any other free software TLS implementations? Yes. Here’s the relevant section from COPYING: ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Gwenhywfar is licensed under the GNU LGPL (see below) with this exception: As the copyright holder of Gwenhywfar, Martin Preuss grants the following license exception: Martin Preuss explicitly allows the compilation and distribution of Gwenhywfar with the OpenSSL Toolkit. No developer is required to provide this exception in a derived work. ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ Ricardo