This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Switching GAS to GPLv3
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Nick Clifton <nickc at redhat dot com>
- Cc: binutils at sourceware dot org
- Date: Tue, 3 Jul 2007 13:32:43 +0200
- Subject: Re: Switching GAS to GPLv3
- References: <m3hcolsqe2.fsf@redhat.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Tue, Jul 03, 2007 at 12:00:53PM +0100, Nick Clifton wrote:
> I have checked in a patch to switch all of the source files in the
> gas/ directory over to version 3 of the GPL. I will be updating the
> other binutils directories over the next few days.
What does this mean for backporting fixes from binutils trunk to older
binutils releases?
Does this mean backports are not possible at all, or do we have to
relicense our legacy releases (that we want to backport stuff to) to GPLv3?
> 2007-07-03 Nick Clifton <nickc@redhat.com>
>
> * COPYING: Replace with GPLv3 text.
> * app.c: Update copyright notice to refer to GPLv3.
...
Jakub