guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] gnu: btrfs-progs: Correct license to 'gpl2'.


From: tobias . geerinckx . rice
Subject: [PATCH] gnu: btrfs-progs: Correct license to 'gpl2'.
Date: Mon, 15 Feb 2016 02:47:44 +0100

From: Tobias Geerinckx-Rice <address@hidden>

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]