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 ifstatus. Date: Fri, 18 Sep 2015 21:59:04 +0200 Message-ID: <87r3lvqz1z.fsf@gnu.org> References: <87wpvsgisc.fsf@xsteve.at> 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]:39229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zd1oO-0005UG-IH for guix-devel@gnu.org; Fri, 18 Sep 2015 15:59:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zd1oK-0003rP-JG for guix-devel@gnu.org; Fri, 18 Sep 2015 15:59:12 -0400 In-Reply-To: <87wpvsgisc.fsf@xsteve.at> ("Stefan \=\?utf-8\?Q\?Reich\=C3\=B6r\=22\?\= \=\?utf-8\?Q\?'s\?\= message of "Tue, 15 Sep 2015 10:59:15 +0200") 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: Stefan =?utf-8?Q?Reich=C3=B6r?= Cc: guix-devel@gnu.org Stefan Reich=C3=B6r skribis: > + (license license:bsd-2))) I had overlooked that but it=E2=80=99s actually GPL version 2 or any later version, so I changed it to =E2=80=98gpl2+=E2=80=99. Ludo=E2=80=99.