Re: [PATCHv2] Add cabextract.

2016-04-17 Thread John Darrington
On Sun, Apr 17, 2016 at 03:45:43PM +0200, Danny Milosavljevic wrote: Hi, the following files list GPL2 or later or LGPL 2 or later (mspack/ is not used, it's using the mspack package in guix): ($ grep -rEi '(any later version|license)' . |grep -v COPYING |grep -v mspack

Re: [PATCHv2] Add cabextract.

2016-04-17 Thread Danny Milosavljevic
Hi, the following files list GPL2 or later or LGPL 2 or later (mspack/ is not used, it's using the mspack package in guix): ($ grep -rEi '(any later version|license)' . |grep -v COPYING |grep -v mspack) ./getopt1.c: modify it under the terms of the GNU Library General Public License as ./get

Re: [PATCHv2] Add cabextract.

2016-04-17 Thread John Darrington
On Sun, Apr 17, 2016 at 02:31:25PM +0200, Danny Milosavljevic wrote: +;; Some source files specify gpl2, however COPYING is gpl3. +(license (list license:gpl2 license:gpl3 That is a legally impossible. Do those gpl2 files have the "or later" clause. If so, then it should be

[PATCHv2] Add cabextract.

2016-04-17 Thread Danny Milosavljevic
* gnu/packages/compression.scm (cabextract): New variable. --- b/gnu/packages/compression.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index de5d03a..cd89dfe 100644 --- a/gnu/packages/compression.scm