From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4123 invoked by alias); 28 Aug 2007 16:09:40 -0000 Received: (qmail 4093 invoked by uid 22791); 28 Aug 2007 16:09:38 -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; Tue, 28 Aug 2007 16:09:34 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 62A872AAA80; Tue, 28 Aug 2007 12:09:32 -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 k9j2Uy48XfGb; Tue, 28 Aug 2007 12:09:32 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 2A2DF2AAAC9; Tue, 28 Aug 2007 12:09:32 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 6E723E7B58; Tue, 28 Aug 2007 09:09:12 -0700 (PDT) Date: Tue, 28 Aug 2007 16:09:00 -0000 From: Joel Brobecker To: Hans-Peter Nilsson Cc: gdb-patches@sourceware.org Subject: Re: [commit/sim] Switch to GPLv3 Message-ID: <20070828160912.GA3874@adacore.com> References: <20070824143924.GA7612@adacore.com> <20070826133313.GA18680@caradoc.them.org> <20070828001359.GB3652@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline In-Reply-To: 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/msg00492.txt.bz2 --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 237 > Still missing sim/igen/compare_igen_models. > (Hehe, you treated Dan's list as complete. :) Fixed thusly. 2008-08-28 Joel Brobecker * compare_igen_models: Change license to GPL version 3. -- Joel --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="igen.diff" Content-length: 1435 Index: compare_igen_models =================================================================== RCS file: /cvs/src/src/sim/igen/compare_igen_models,v retrieving revision 1.3 diff -u -p -r1.3 compare_igen_models --- compare_igen_models 9 Jan 2007 17:59:18 -0000 1.3 +++ compare_igen_models 28 Aug 2007 16:07:38 -0000 @@ -8,17 +8,16 @@ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . # This is a simple-minded script to compare the functions and instructions # listed for two different models in one or more .igen files. --qMm9M+Fa2AknHoGS--