From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24242 invoked by alias); 12 Mar 2009 14:24:26 -0000 Received: (qmail 24229 invoked by uid 22791); 12 Mar 2009 14:24:22 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,HK_OBFDOM,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 12 Mar 2009 14:24:13 +0000 Received: (qmail 17730 invoked from network); 12 Mar 2009 14:24:10 -0000 Received: from unknown (HELO ?192.168.44.101?) (nathan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 12 Mar 2009 14:24:10 -0000 Message-ID: <49B91B1B.5020405@codesourcery.com> Date: Thu, 12 Mar 2009 15:14:00 -0000 From: Nathan Sidwell User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: some missing gplv3 notices Content-Type: multipart/mixed; boundary="------------030702040404040108070009" 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: 2009-03/txt/msg00167.txt.bz2 This is a multi-part message in MIME format. --------------030702040404040108070009 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 397 A customer noticed that some of the gdbserver files were still gplv2 or later, and asked some questions. AFAICT this is just a slip up and there is no need for these to be stuck at gplv2 -- it certainly doesn't change gdbserver from being gplv3. This patch changes those files to be gplv3 or later, ok? nathan -- Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery --------------030702040404040108070009 Content-Type: text/plain; name="all.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="all.diff" Content-length: 6128 2009-03-12 Nathan Sidwell * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to GPLv3, update license URL. Index: Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/gdbserver/Makefile.in,v retrieving revision 1.68 diff -c -3 -p -r1.68 Makefile.in *** Makefile.in 3 Jan 2009 05:57:56 -0000 1.68 --- Makefile.in 12 Mar 2009 14:18:57 -0000 *************** *** 6,12 **** # 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 # (at your option) any later version. # # This program is distributed in the hope that it will be useful, --- 6,12 ---- # 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 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, *************** *** 15,22 **** # 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. prefix = @prefix@ exec_prefix = @exec_prefix@ --- 15,21 ---- # 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, see . prefix = @prefix@ exec_prefix = @exec_prefix@ Index: hostio-errno.c =================================================================== RCS file: /cvs/src/src/gdb/gdbserver/hostio-errno.c,v retrieving revision 1.2 diff -c -3 -p -r1.2 hostio-errno.c *** hostio-errno.c 3 Jan 2009 05:57:57 -0000 1.2 --- hostio-errno.c 12 Mar 2009 14:18:57 -0000 *************** *** 7,13 **** 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 (at your option) any later version. This program is distributed in the hope that it will be useful, --- 7,13 ---- 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 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, *************** *** 16,24 **** 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., 51 Franklin Street, Fifth Floor, ! Boston, MA 02110-1301, USA. */ /* This file implements the hostio_last_error target callback on top of errno. */ --- 16,22 ---- 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, see . */ /* This file implements the hostio_last_error target callback on top of errno. */ Index: hostio.c =================================================================== RCS file: /cvs/src/src/gdb/gdbserver/hostio.c,v retrieving revision 1.8 diff -c -3 -p -r1.8 hostio.c *** hostio.c 3 Jan 2009 05:57:57 -0000 1.8 --- hostio.c 12 Mar 2009 14:18:57 -0000 *************** *** 7,13 **** 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 (at your option) any later version. This program is distributed in the hope that it will be useful, --- 7,13 ---- 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 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, *************** *** 16,24 **** 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., 51 Franklin Street, Fifth Floor, ! Boston, MA 02110-1301, USA. */ #include "server.h" #include "gdb/fileio.h" --- 16,22 ---- 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, see . */ #include "server.h" #include "gdb/fileio.h" Index: xtensa-xtregs.c =================================================================== RCS file: /cvs/src/src/gdb/gdbserver/xtensa-xtregs.c,v retrieving revision 1.3 diff -c -3 -p -r1.3 xtensa-xtregs.c *** xtensa-xtregs.c 3 Jan 2009 05:57:57 -0000 1.3 --- xtensa-xtregs.c 12 Mar 2009 14:18:57 -0000 *************** *** 5,11 **** 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 (at your option) any later version. This program is distributed in the hope that it will be useful, --- 5,11 ---- 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 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, --------------030702040404040108070009--