From mboxrd@z Thu Jan 1 00:00:00 1970 From: tobias.geerinckx.rice@gmail.com Subject: [PATCH] gnu: btrfs-progs: Correct license to 'gpl2'. Date: Mon, 15 Feb 2016 02:47:44 +0100 Message-ID: <1455500864-17360-2-git-send-email-tobias.geerinckx.rice@gmail.com> References: <1455500864-17360-1-git-send-email-tobias.geerinckx.rice@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aV8H2-00004u-RL for guix-devel@gnu.org; Sun, 14 Feb 2016 20:48:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aV8Gy-0007dD-Fl for guix-devel@gnu.org; Sun, 14 Feb 2016 20:48:24 -0500 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:32803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aV8Gy-0007d7-8j for guix-devel@gnu.org; Sun, 14 Feb 2016 20:48:20 -0500 Received: by mail-wm0-x229.google.com with SMTP id g62so130347650wme.0 for ; Sun, 14 Feb 2016 17:48:20 -0800 (PST) In-Reply-To: <1455500864-17360-1-git-send-email-tobias.geerinckx.rice@gmail.com> 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: guix-devel@gnu.org From: Tobias Geerinckx-Rice * gnu/packages/linux.scm (btrfs-progs)[license]: Use 'gpl2'. --- gnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 6b26feb..dab68c4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2502,4 +2502,4 @@ and copy/paste text in the console and in xterm.") (description "Btrfs is a copy-on-write (CoW) filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration.") - (license license:gpl2+))) + (license license:gpl2))) -- 2.7.0