guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: btrfs-progs: Fix license.


From: Leo Famulari
Subject: 01/01: gnu: btrfs-progs: Fix license.
Date: Mon, 15 Feb 2016 02:12:38 +0000

lfam pushed a commit to branch master
in repository guix.

commit 68bcac6b62050b9f5167b58026d698ff1f515be2
Author: Leo Famulari <address@hidden>
Date:   Sun Feb 14 21:04:05 2016 -0500

    gnu: btrfs-progs: Fix license.
    
    Reported by Tobias Geerinckx-Rice <address@hidden>
    
    * gnu/packages/linux.scm (btrfs-progs)[license]: Add GPL2 to list of 
licenses.
---
 gnu/packages/linux.scm |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6b26feb..7cdb5d1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2502,4 +2502,6 @@ 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+)))
+    ;; GPL2+: crc32.c, radix-tree.c, raid6.c, rbtree.c.
+    ;; GPL2: Everything else.
+    (license (list license:gpl2 license:gpl2+))))



reply via email to

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