From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22243 invoked by alias); 9 Jun 2011 12:26:18 -0000 Received: (qmail 22209 invoked by uid 22791); 9 Jun 2011 12:26:17 -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 12:26:04 +0000 Received: (qmail 26834 invoked from network); 9 Jun 2011 12:26:03 -0000 Received: from unknown (HELO scottsdale.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 9 Jun 2011 12:26:03 -0000 From: Pedro Alves To: pi3orama@gmail.com Subject: Re: ReBranch - a record-replay debugging tool Date: Thu, 09 Jun 2011 12:26: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: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201106091325.59412.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/msg00048.txt.bz2 On Thursday 09 June 2011 12:57:18, pi3orama@gmail.com wrote: > Thank you for your advise. I have changed license, added a COPYING file in > the code, and added copyright header into every source files. Thanks a bunch! One detail. Files that had been derived from other GPL files should not lose the original copyright notice. Of course you can _add_ a note on your own copyright. That is, e.g., on exception.h|c, I suggest something like: /* Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Copyright (C) 2009, 2010, 2011 Nan Wang This file is part of ReBranch. Originally based on exceptions.c from GDB. */ (there may be other files, I really haven't checked) Still very much looking forward for a high level outline of ReBranch's record/replay strategy, and how it differs from GDB's target record. :-) -- Pedro Alves