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,