From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 492 invoked by alias); 6 Jul 2007 20:31:20 -0000 Received: (qmail 472 invoked by uid 22791); 6 Jul 2007 20:31:19 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 06 Jul 2007 20:31:15 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l66KU4EH008463; Fri, 6 Jul 2007 16:30:04 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [10.11.254.111]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l66KU3ff020864; Fri, 6 Jul 2007 16:30:03 -0400 Received: from greed.delorie.com (vpn-14-14.rdu.redhat.com [10.11.14.14]) by post-office.corp.redhat.com (8.13.8/8.13.8) with ESMTP id l66KU2dg003638; Fri, 6 Jul 2007 16:30:02 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.13.8/8.13.8) with ESMTP id l66KU2qR011322; Fri, 6 Jul 2007 16:30:02 -0400 Received: (from dj@localhost) by greed.delorie.com (8.13.8/8.13.8/Submit) id l66KU2Z8011319; Fri, 6 Jul 2007 16:30:02 -0400 Date: Fri, 06 Jul 2007 20:31:00 -0000 Message-Id: <200707062030.l66KU2Z8011319@greed.delorie.com> From: DJ Delorie To: joseph@codesourcery.com CC: nickc@redhat.com, gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, binutils@sourceware.org In-reply-to: (joseph@codesourcery.com) Subject: Re: Changing top level files and include/ files over to GPLv3 References: X-IsSubscribed: yes 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/msg00116.txt.bz2 > Changing libiberty, which is shared between projects, would have the > effect of changing all projects using it (bearing in mind that parts of > libiberty are under the GPL and parts under the LGPL, and both should > probably be updated at once). Yeah, libiberty will have to be one of the last ones migrated. Fortunately, all its files include the "or later" clause, so an unmigrated libiberty can be used with a migrated gcc/gdb/etc.