From: Nathan Sidwell <nathan@codesourcery.com>
To: gdb-patches@sourceware.org
Subject: some missing gplv3 notices
Date: Thu, 12 Mar 2009 15:14:00 -0000 [thread overview]
Message-ID: <49B91B1B.5020405@codesourcery.com> (raw)
[-- 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,
next reply other threads:[~2009-03-12 14:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-12 15:14 Nathan Sidwell [this message]
2009-03-12 16:32 ` Daniel Jacobowitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49B91B1B.5020405@codesourcery.com \
--to=nathan@codesourcery.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox