From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5223 invoked by alias); 18 Aug 2007 01:35:29 -0000 Received: (qmail 5201 invoked by uid 22791); 18 Aug 2007 01:35:28 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 18 Aug 2007 01:35:26 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 5CB932AAF14 for ; Fri, 17 Aug 2007 21:35:24 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id YG2KsoyriaNa for ; Fri, 17 Aug 2007 21:35:24 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 1AE1A2AAEE2 for ; Fri, 17 Aug 2007 21:35:24 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 26339E7B58; Fri, 17 Aug 2007 18:39:15 -0700 (PDT) Date: Sat, 18 Aug 2007 01:35:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [RFA/commit] Moving to GPLv3 ... (part 0/???) Message-ID: <20070818013915.GB24165@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i 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 X-SW-Source: 2007-08/txt/msg00354.txt.bz2 Hello, I finally took the time to start changing the headers in our source files to use GPL version 3 instead of version 2. I did this for files that are under FSF copyright only. Rather than submitting a gigantic patch that changes all the files, I decided to use a more piecemeal approach. Each batch will take care of .c files, then .h, then .ad[sb], then .exp, etc. 99.9% of the conversion has been performed automatically, with some rare formatting adjustments made manually. It looks all good to me, but I would very much appreciate if you could scan the patches I am about to send. There are so many files changed that it's easy to miss. All these patches have been tested on native x86-linux by rebuilding GDB from scratch, and then running the testsuite. I'll be traveling all of next week, but I would still like to have these checked in by then. I should be able to find some time for the commits. Let me know if I missed any file! BTW: In the process of doing this change, I noticed that a lot of files do not contain the copyright blurb. Perhaps we should think about fixing this in the near/medium future - I will post the associated list of files. Thanks, -- Joel