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: Add powwow. Date: Thu, 03 Mar 2016 17:49:50 +0100 Message-ID: <874mcncxqp.fsf@gnu.org> References: <871t7r7opd.fsf@grrlz.net> 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]:48570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abWRq-0003hs-JO for guix-devel@gnu.org; Thu, 03 Mar 2016 11:49:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abWRk-0005fl-SC for guix-devel@gnu.org; Thu, 03 Mar 2016 11:49:58 -0500 In-Reply-To: (Ricardo Wurmus's message of "Thu, 3 Mar 2016 14:55:02 +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: Ricardo Wurmus Cc: guix-devel@gnu.org, Nils Gillmann Ricardo Wurmus skribis: > Nils Gillmann writes: > >> should be: >> >> + ;; The following files are GPLv3+: >> + ;; config.guess, config.sub, depcomp >> + (license (list license:gpl2+ license:gpl3+)))) > > What happened to the public domain stuff? > > =E2=80=9Cconfig.guess=E2=80=9D and the like are produced by autoconf, so = I wonder if > they need to mentioned at all. They are not exactly part of the > application. Could someone else please confirm this? I agree, no need to mention them (they come from Automake, to be precise.) Ludo=E2=80=99.