Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* some missing gplv3 notices
@ 2009-03-12 15:14 Nathan Sidwell
  2009-03-12 16:32 ` Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: Nathan Sidwell @ 2009-03-12 15:14 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 397 bytes --]

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


[-- Attachment #2: all.diff --]
[-- Type: text/plain, Size: 6128 bytes --]

2009-03-12  Nathan Sidwell  <nathan@codesourcery.com>

	* 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 <http://www.gnu.org/licenses/>.
  
  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 <http://www.gnu.org/licenses/>.  */
  
  /* 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 <http://www.gnu.org/licenses/>.  */
  
  #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,

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-12 16:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-12 15:14 some missing gplv3 notices Nathan Sidwell
2009-03-12 16:32 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox