mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: btrfs-progs: Fix license.
Reported by Tobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com> * gnu/packages/linux.scm (btrfs-progs)[license]: Add GPL2 to list of licenses.
This commit is contained in:
parent
acb381566c
commit
68bcac6b62
1 changed files with 3 additions and 1 deletions
|
@ -2502,4 +2502,6 @@ (define-public btrfs-progs
|
|||
(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+))))
|
||||
|
|
Loading…
Reference in a new issue