[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH]: gnu: Add STAR.
From: |
Ricardo Wurmus |
Subject: |
Re: [PATCH]: gnu: Add STAR. |
Date: |
Tue, 10 Feb 2015 10:40:21 +0100 |
Ludovic Courtès writes:
>> + (license license:gpl3)))
>
> GPLv3-only?
Actually, searching the source tree shows me that LICENSE includes the
"or (at your option) any later version" phrase; but the included copy of
htslib that is built as part of the STAR aligner is MIT licensed.
I'll update the license field to
;; STAR is licensed under GPLv3 or later; htslib is MIT-licensed.
(license (list license:gpl3+ license:expat))
Is this appropriate?
~~ Ricardo