From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27721 invoked by alias); 28 Aug 2007 00:14:10 -0000 Received: (qmail 27432 invoked by uid 22791); 28 Aug 2007 00:14:08 -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 00:14:03 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id E86DC2AB364; Mon, 27 Aug 2007 20:14:01 -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 y6C8cOSFq3IT; Mon, 27 Aug 2007 20:14:01 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 61CFC2AB341; Mon, 27 Aug 2007 20:14:01 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 35552E7B58; Mon, 27 Aug 2007 20:13:59 -0400 (EDT) Date: Tue, 28 Aug 2007 00:14:00 -0000 From: Joel Brobecker To: Hans-Peter Nilsson , gdb-patches@sourceware.org Subject: Re: [commit/sim] Switch to GPLv3 Message-ID: <20070828001359.GB3652@adacore.com> References: <20070824143924.GA7612@adacore.com> <20070826133313.GA18680@caradoc.them.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="pWyiEgJYm5f9v55/" Content-Disposition: inline In-Reply-To: <20070826133313.GA18680@caradoc.them.org> 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/msg00488.txt.bz2 --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 893 > Most of the remaining ones are not FSF copyrighted. I see only: > sim/igen/lf.c > mips/configure.ac > testsuite/sim/mips/testutils.inc > testsuite/sim/mips/utils-dsp.inc > testsuite/sim/mips/utils-fpu.inc > testsuite/sim/mips/utils-mdmx.inc Now fixed as follow: 2007-08-27 Joel Brobecker * lf.c (lf_print__gnu_copyleft): Change license to GPL version 3. 2007-08-24 Joel Brobecker * configure.ac: Change license of multi-run.c to GPL version 3. * configure: Regenerate. 2007-08-27 Joel Brobecker * testutils.inc: Change license to GPL version 3. * utils-dsp.inc: Change license to GPL version 3. * utils-fpu.inc: Change license to GPL version 3. * utils-mdmx.inc: Change license to GPL version 3. Thanks for pointing this out. -- Joel --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="sim-igen.diff" Content-length: 1446 Index: igen/lf.c =================================================================== RCS file: /cvs/src/src/sim/igen/lf.c,v retrieving revision 1.6 diff -u -p -r1.6 lf.c --- igen/lf.c 24 Aug 2007 14:28:36 -0000 1.6 +++ igen/lf.c 27 Aug 2007 23:55:48 -0000 @@ -265,22 +265,20 @@ lf_print__gnu_copyleft (lf *file) nr += lf_printf (file, "\ /* This file is part of GDB.\n\ \n\ - Copyright 2002 Free Software Foundation, Inc.\n\ + Copyright 2002, 2007 Free Software Foundation, Inc.\n\ \n\ This program is free software; you can redistribute it and/or modify\n\ it under the terms of the GNU General Public License as published by\n\ - the Free Software Foundation; either version 2 of the License, or\n\ + the Free Software Foundation; either version 3 of the License, or\n\ (at your option) any later version.\n\ \n\ This program is distributed in the hope that it will be useful,\n\ but WITHOUT ANY WARRANTY; without even the implied warranty of\n\ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\ GNU General Public License for more details.\n\ - \n\ +\n\ You should have received a copy of the GNU General Public License\n\ - along with this program; if not, write to the Free Software\n\ - Foundation, Inc., 59 Temple Place - Suite 330,\n\ - Boston, MA 02111-1307, USA.\n\ + along with this program. If not, see .\n\ \n\ --\n\ \n\ --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="sim-mips.diff" Content-length: 1345 Index: mips/configure.ac =================================================================== RCS file: /cvs/src/src/sim/mips/configure.ac,v retrieving revision 1.13 diff -u -p -r1.13 configure.ac --- mips/configure.ac 28 Jun 2007 06:00:52 -0000 1.13 +++ mips/configure.ac 27 Aug 2007 23:55:48 -0000 @@ -234,11 +234,11 @@ if test ${sim_gen} = MULTI; then cat << __EOF__ > multi-run.c /* Main entry point for MULTI simulators. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. 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 of the License, or + 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, @@ -247,8 +247,7 @@ if test ${sim_gen} = MULTI; then 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. + along with this program. If not, see . -- --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="sim-testsuite-mips.diff" Content-length: 5358 Index: testutils.inc =================================================================== RCS file: /cvs/src/src/sim/testsuite/sim/mips/testutils.inc,v retrieving revision 1.3 diff -u -p -r1.3 testutils.inc --- testutils.inc 9 Jan 2007 17:59:20 -0000 1.3 +++ testutils.inc 27 Aug 2007 23:58:16 -0000 @@ -6,17 +6,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 . */ # $1, $4, $5, %6, are used as temps by the macros defined here. Index: utils-dsp.inc =================================================================== RCS file: /cvs/src/src/sim/testsuite/sim/mips/utils-dsp.inc,v retrieving revision 1.3 diff -u -p -r1.3 utils-dsp.inc --- utils-dsp.inc 20 Feb 2007 13:28:56 -0000 1.3 +++ utils-dsp.inc 27 Aug 2007 23:58:16 -0000 @@ -6,17 +6,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 . */ # $4, $5, $6, $7, $ac0, $ac1, $ac2, $ac3 are used as temps by the macros # defined here. Index: utils-fpu.inc =================================================================== RCS file: /cvs/src/src/sim/testsuite/sim/mips/utils-fpu.inc,v retrieving revision 1.3 diff -u -p -r1.3 utils-fpu.inc --- utils-fpu.inc 9 Jan 2007 17:59:20 -0000 1.3 +++ utils-fpu.inc 27 Aug 2007 23:58:16 -0000 @@ -6,17 +6,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 . */ .macro enable_fpu fr mfc0 $20, $12 Index: utils-mdmx.inc =================================================================== RCS file: /cvs/src/src/sim/testsuite/sim/mips/utils-mdmx.inc,v retrieving revision 1.3 diff -u -p -r1.3 utils-mdmx.inc --- utils-mdmx.inc 9 Jan 2007 17:59:20 -0000 1.3 +++ utils-mdmx.inc 27 Aug 2007 23:58:16 -0000 @@ -6,17 +6,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 . */ .include "utils-fpu.inc" --pWyiEgJYm5f9v55/--