From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31771 invoked by alias); 23 Aug 2007 21:11:45 -0000 Received: (qmail 31652 invoked by uid 22791); 23 Aug 2007 21:11:45 -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; Thu, 23 Aug 2007 21:11:38 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 9DC122AA6E3 for ; Thu, 23 Aug 2007 17:11:36 -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 6gAlZY0zcVKj for ; Thu, 23 Aug 2007 17:11:36 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 83C732AA6DD for ; Thu, 23 Aug 2007 17:11:36 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 10FE6E7B58; Thu, 23 Aug 2007 17:15:43 -0400 (EDT) Date: Thu, 23 Aug 2007 21:11:00 -0000 From: Joel Brobecker To: gdb@sourceware.org Subject: [gdb/sim] GPLv3 switch verification Message-ID: <20070823211542.GF6056@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-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: 2007-08/txt/msg00176.txt.bz2 Hello, While working on switching the headers in gdb/sim to GPLv3, I noticed some of them use formulations like "GCC is free software", or "BFD is free software", or "The GNU simulators are free software", etc. Since the MAINTAINERS file says that sim is part of GDB, I am planning on switching them all to using the usual header, which says "This program is free software; ...". (Note that a lot of files are not copyright the FSF, so I'm not touching those files). I hope this is OK. -- Joel