From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cwqMQ-0006Zk-Vd for guix-patches@gnu.org; Sat, 08 Apr 2017 09:25:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cwqMQ-0004lV-7U for guix-patches@gnu.org; Sat, 08 Apr 2017 09:25:02 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39026) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cwqMQ-0004lQ-4P for guix-patches@gnu.org; Sat, 08 Apr 2017 09:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cwqMP-0006f5-TX for guix-patches@gnu.org; Sat, 08 Apr 2017 09:25: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: <858c6e15.ADsAAHD9DCUAAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABY4m2D@mailjet.com> <339dd4b2.AEAAImobbn0AAAAAAAAAAAOyJyoAAAACwQwAAAAAAAW9WABY4m6B@mailjet.com> Date: Sat, 08 Apr 2017 15:24:27 +0200 In-Reply-To: <339dd4b2.AEAAImobbn0AAAAAAAAAAAOyJyoAAAACwQwAAAAAAAW9WABY4m6B@mailjet.com> (Arun Isaac's message of "Mon, 3 Apr 2017 21:16:54 +0530") Message-ID: <871st3qbg4.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: > * gnu/packages/gl.scm (gl2ps): New variable. Applied. > + (license (list license:lgpl2.0+ > + (license:non-copyleft "http://www.geuz.org/gl2ps/COPY= ING.GL2PS"))))) I changed =E2=80=98non-copyleft=E2=80=99 to =E2=80=98fsf-free=E2=80=99 with= a note saying this is a copyleft license. Thanks! Ludo=E2=80=99.