From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cwqHe-0005rz-4M for guix-patches@gnu.org; Sat, 08 Apr 2017 09:20:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cwqHZ-0003C6-SB for guix-patches@gnu.org; Sat, 08 Apr 2017 09:20:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39020) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cwqHZ-0003C2-OP for guix-patches@gnu.org; Sat, 08 Apr 2017 09:20:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cwqHZ-0006Wy-IF for guix-patches@gnu.org; Sat, 08 Apr 2017 09:20:01 -0400 Subject: bug#26350: [PATCH 1/2] gnu: Add gl2ps. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170403154655.30277-1-arunisaac@systemreboot.net> <017e511f.AEEAJCDaCZQAAAAAAAAAAAOyJyoAAAACwQwAAAAAAAW9WABY4m9T@mailjet.com> Date: Sat, 08 Apr 2017 15:19:43 +0200 In-Reply-To: <017e511f.AEEAJCDaCZQAAAAAAAAAAAOyJyoAAAACwQwAAAAAAAW9WABY4m9T@mailjet.com> (Arun Isaac's message of "Mon, 03 Apr 2017 21:20:39 +0530") Message-ID: <8760ifqbo0.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Arun Isaac Cc: 26350@debbugs.gnu.org Arun Isaac skribis: >> + (license:non-copyleft "http://www.geuz.org/gl2ps/COP= YING.GL2PS"))))) > > I'm not sure I got this license right. Could someone please check before > pushing? This looks like a copyleft license incompatible with the GPL. However gl2ps.h has an explicit LGPL-compatibility clause, which makes it usable in Octave: https://searchcode.com/file/9513121/tags/R2008-04-29/extra/jhandles/src/g= l2ps.h Ludo=E2=80=99.