From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCHv2] Add cabextract. Date: Sun, 17 Apr 2016 15:45:43 +0200 Message-ID: <20160417154543.48da1ad3@scratchpost.org> References: <20160416200555.40122bfd@scratchpost.org> <20160417143125.7f36cf35@scratchpost.org> <20160417132802.GA12965@jocasta.intra> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arn1N-0004yH-Jc for guix-devel@gnu.org; Sun, 17 Apr 2016 09:45:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1arn1K-0007aQ-E1 for guix-devel@gnu.org; Sun, 17 Apr 2016 09:45:53 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:47178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arn1K-0007aJ-7N for guix-devel@gnu.org; Sun, 17 Apr 2016 09:45:50 -0400 In-Reply-To: <20160417132802.GA12965@jocasta.intra> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: John Darrington Cc: guix-devel@gnu.org 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 ./getopt1.c: License, or (at your option) any later version. ./getopt1.c: Library General Public License for more details. ^ this one is lgpl2+. ./md5.h: under the terms of the GNU General Public License as published by the ... Free Software Foundation; either version 2, or (at your option) any ./md5.h: GNU General Public License for more details. ./md5.h: You should have received a copy of the GNU General Public License ^ gpl2+ ./fnmatch.c: modify it under the terms of the GNU General Public License ./fnmatch.c: of the License, or (at your option) any later version. ./fnmatch.c: See the GNU General Public License for more details. ./fnmatch.c: You should have received a copy of the GNU General Public License ^ gpl2+ ./fnmatch_.h:under the terms of the GNU General Public License as published by the ./fnmatch_.h:GNU General Public License for more details. ./fnmatch_.h:You should have received a copy of the GNU General Public License ^ gpl2+ ./md5.c: under the terms of the GNU General Public License as published by the ./md5.c: GNU General Public License for more details. ./md5.c: You should have received a copy of the GNU General Public License ^ gpl2+ ./src/cabinfo.c: * it under the terms of the GNU General Public License as published by ./src/cabinfo.c: * the Free Software Foundation; either version 2 of the License, or ./src/cabinfo.c: * (at your option) any later version. ./src/cabinfo.c: * GNU General Public License for more details. ./src/cabinfo.c: * You should have received a copy of the GNU General Public License ^ gpl2+ ./src/cabextract.c: * it under the terms of the GNU General Public License as published by ./src/cabextract.c: * the Free Software Foundation; either version 2 of the License, or ./src/cabextract.c: * (at your option) any later version. ./src/cabextract.c: * GNU General Public License for more details. ./src/cabextract.c: * You should have received a copy of the GNU General Public License ^ gpl2+ ./getopt.c: modify it under the terms of the GNU Library General Public License as ./getopt.c: License, or (at your option) any later version. ./getopt.c: Library General Public License for more details. ^ lgpl2+ ./getopt.h: modify it under the terms of the GNU Library General Public License as ./getopt.h: License, or (at your option) any later version. ./getopt.h: Library General Public License for more details. ^ lgpl2+ ./mktime.c: under the terms of the GNU General Public License as published by the ./mktime.c: GNU General Public License for more details. ./mktime.c: You should have received a copy of the GNU General Public License ^ gpl2+ And as I said, COPYING is the gpl3. Hmm...