From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125476 invoked by alias); 4 Feb 2016 12:45:57 -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 125462 invoked by uid 89); 4 Feb 2016 12:45:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=horse X-HELO: mx2.suse.de Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Thu, 04 Feb 2016 12:45:55 +0000 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 8FCACAD5A; Thu, 4 Feb 2016 12:45:52 +0000 (UTC) Date: Thu, 04 Feb 2016 12:45:00 -0000 From: Ales Novak To: Pedro Alves cc: 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. In-Reply-To: <56B346B9.5070808@redhat.com> Message-ID: References: <1454276692-7119-1-git-send-email-alnovak@suse.cz> <1454276692-7119-2-git-send-email-alnovak@suse.cz> <56B346B9.5070808@redhat.com> User-Agent: Alpine 2.03 (LSU 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00107.txt.bz2 Hi, thanks for noticing. Though I am aware it looks like an Troyan horse, I have no clue where did this came from... On 2016-2-4 13:40, Pedro Alves wrote: > 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 > > -- Ales Novak