From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add jpegoptim Date: Mon, 16 Nov 2015 10:04:54 +0100 Message-ID: <87oaeub9hl.fsf@gnu.org> References: 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]:36778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyFif-0006Bl-PF for guix-devel@gnu.org; Mon, 16 Nov 2015 04:05:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZyFia-0007l4-Qp for guix-devel@gnu.org; Mon, 16 Nov 2015 04:05:01 -0500 In-Reply-To: (Amirouche Boubekki's message of "Fri, 13 Nov 2015 15:17:48 +0100") 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: Amirouche Boubekki Cc: Guix Devel Amirouche Boubekki skribis: > From 571d55ef3270adfcd2c8cf80d400aec5e12528ab Mon Sep 17 00:00:00 2001 > From: Amirouche Boubekki > Date: Fri, 13 Nov 2015 15:09:08 +0100 > Subject: [PATCH] gnu: images: Add jpegoptim 1.4.3 > > * gnu/packages/images.scm (jpegoptim): New variable jpegoptim [...] > + (license license:gpl2) Committed with this changed to gpl2+ because there=E2=80=99s no indication = that it should be v2-only. Thank you! Ludo=E2=80=99.