From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13415 invoked by alias); 9 Jun 2011 12:06:59 -0000 Received: (qmail 13402 invoked by uid 22791); 9 Jun 2011 12:06:58 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,MISSING_HEADERS,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-pw0-f41.google.com (HELO mail-pw0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Jun 2011 12:06:40 +0000 Received: by pwi12 with SMTP id 12so856941pwi.0 for ; Thu, 09 Jun 2011 05:06:39 -0700 (PDT) Received: by 10.142.247.36 with SMTP id u36mr102556wfh.39.1307621199568; Thu, 09 Jun 2011 05:06:39 -0700 (PDT) Received: from [10.5.0.40] ([159.226.43.45]) by mx.google.com with ESMTPS id o1sm1661865wfd.8.2011.06.09.05.06.38 (version=SSLv3 cipher=OTHER); Thu, 09 Jun 2011 05:06:38 -0700 (PDT) Message-ID: <4DF0B6F9.9010804@gmail.com> Date: Thu, 09 Jun 2011 12:06:00 -0000 From: pi3orama User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110518 Lightning/1.0b3pre Thunderbird/3.1.10 MIME-Version: 1.0 CC: gdb@sourceware.org Subject: Re: ReBranch - a record-replay debugging tool References: <1307602807.17016.ezmlm@sourceware.org> <201106091027.20575.pedro@codesourcery.com> <4DF0A729.4070106@gmail.com> <201106091222.42058.pedro@codesourcery.com> In-Reply-To: <201106091222.42058.pedro@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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/msg00046.txt.bz2 Thank you for your advise. I have changed license, added a COPYING file in the code, and added copyright header into every source files. > 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! >