From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99101 invoked by alias); 4 Feb 2016 12:40:33 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 99054 invoked by uid 89); 4 Feb 2016 12:40:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=1991, GENERAL, LICENSE X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 04 Feb 2016 12:40:27 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 9CED18F507; Thu, 4 Feb 2016 12:40:26 +0000 (UTC) Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u14CePj0012925; Thu, 4 Feb 2016 07:40:25 -0500 Message-ID: <56B346B9.5070808@redhat.com> Date: Thu, 04 Feb 2016 12:40:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Ales Novak , gdb-patches@sourceware.org Subject: Re: [PATCH 1/4] Create new target "kdump" which uses libkdumpfile: https://github.com/ptesarik/libkdumpfile to access contents of compressed kernel dump. References: <1454276692-7119-1-git-send-email-alnovak@suse.cz> <1454276692-7119-2-git-send-email-alnovak@suse.cz> In-Reply-To: <1454276692-7119-2-git-send-email-alnovak@suse.cz> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-02/txt/msg00106.txt.bz2 I didn't see this mentioned anywere, but ... On 01/31/2016 09:44 PM, Ales Novak wrote: > +++ b/LICENSE > @@ -0,0 +1,340 @@ > +GNU GENERAL PUBLIC LICENSE > + Version 2, June 1991 > + ... why did you need this? What is under GPLv2? GDB is GPLv3+, which makes that a problem. Thanks, Pedro Alves