From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8239 invoked by alias); 9 Jun 2011 11:23:02 -0000 Received: (qmail 8225 invoked by uid 22791); 9 Jun 2011 11:23:01 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Jun 2011 11:22:46 +0000 Received: (qmail 9225 invoked from network); 9 Jun 2011 11:22:45 -0000 Received: from unknown (HELO scottsdale.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 9 Jun 2011 11:22:45 -0000 From: Pedro Alves To: pi3orama Subject: Re: ReBranch - a record-replay debugging tool Date: Thu, 09 Jun 2011 11:23:00 -0000 User-Agent: KMail/1.13.6 (Linux/2.6.38-8-generic; KDE/4.6.2; x86_64; ; ) Cc: gdb@sourceware.org References: <1307602807.17016.ezmlm@sourceware.org> <201106091027.20575.pedro@codesourcery.com> <4DF0A729.4070106@gmail.com> In-Reply-To: <4DF0A729.4070106@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201106091222.42058.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-06/txt/msg00045.txt.bz2 On Thursday 09 June 2011 11:57:45, pi3orama wrote: > I used to think that MIT license is compatible with GPLv3. I have > changed the license. Sorry for the problem. Thanks! It's compatible, but the GPL requires that the combination is released under the same GNU GPL version. See: Can you also please update your LICENSE file in the sources? To comply with the GPL you need to include a copy of the GPL license -- you'll usually find it in a file named COPYING, e.g., see src/gdb/COPYING -- you can simply import that file into your tree. Also, could you please do a general look over the sources and make sure not to lose the copyright header and license in files based on FSF/GPL's sources? E.g, your src/host/exception.h and src/host/exception.c are obviously based on gdb's exceptions.h/exceptions.c. You seem to have a lot of good stuff here. Looking forward to have you cooperating with the GDB project! -- Pedro Alves