From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: par2cmdline. Date: Tue, 13 Sep 2016 14:09:12 +0200 Message-ID: <87bmzs57dj.fsf@gnu.org> References: <09722be1-ef1a-757a-1e4c-aa6ce5724654@openmailbox.org> 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]:60801) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjmWe-0001SD-Tu for guix-devel@gnu.org; Tue, 13 Sep 2016 08:09:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjmWZ-00021r-Rl for guix-devel@gnu.org; Tue, 13 Sep 2016 08:09:19 -0400 In-Reply-To: <09722be1-ef1a-757a-1e4c-aa6ce5724654@openmailbox.org> (Brendan Tildesley's message of "Mon, 12 Sep 2016 19:18:42 +1000") 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: Brendan Tildesley Cc: guix-devel@gnu.org Hello, Just a quick note: Brendan Tildesley skribis: > + license:gpl3+ ; config.guess > + license:x11)))); install-sh These two files are build system helpers provided by Autoconf and Automake. They are not installed so their license does not matter here. Ludo=E2=80=99.