From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24879 invoked by alias); 6 Jul 2007 18:25:43 -0000 Received: (qmail 24866 invoked by uid 22791); 6 Jul 2007 18:25:42 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 06 Jul 2007 18:25:36 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.0/8.14.0) with ESMTP id l66IPEGl023445; Fri, 6 Jul 2007 20:25:14 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.0/8.14.0/Submit) id l66IPDiI029226; Fri, 6 Jul 2007 20:25:13 +0200 (CEST) Date: Fri, 06 Jul 2007 18:25:00 -0000 Message-Id: <200707061825.l66IPDiI029226@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: nickc@redhat.com, brobecker@adacore.com CC: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, binutils@sourceware.org In-reply-to: (message from Nick Clifton on Fri, 06 Jul 2007 19:06:24 +0100) Subject: Re: Changing top level files and include/ files over to GPLv3 References: 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-07/txt/msg00111.txt.bz2 > From: Nick Clifton > Date: Fri, 06 Jul 2007 19:06:24 +0100 > > Hi Guys, > > I would like to apply a patch to change the files that are shared by > the GCC, GDB and BINUTILS projects over to version 3 of the GNU > General Public License. (ie all the top level files except for > those that have a distinct project that owns them, plus all of the > files in the include/ directory tree). > > Are there any objections to me doing this, or any reasons for > holding off for a while ? In particular I was planning to change > the text inside the toplevel COPYING file to that of the GPLv3, so > that would mean that any file currently released under GPLv2 and > saying "see the file COPYING" would now be out of sync. GDB hasn't switched yet, but we have our own COPYING file in gdb/, so I suppose there's no real problem with this. Joel, are you planning to convert to GPLv3 before cutting the 6.7 branch?