]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 13 Mar 2009 07:57:47 +0000 (07:57 +0000)
committerNathan Sidwell <nathan@codesourcery.com>
Fri, 13 Mar 2009 07:57:47 +0000 (07:57 +0000)
GPLv3, update license URL.

gdb/gdbserver/ChangeLog
gdb/gdbserver/Makefile.in
gdb/gdbserver/hostio-errno.c
gdb/gdbserver/hostio.c
gdb/gdbserver/xtensa-xtregs.c

index 421eec8a52fcf11a425e945605edad7159a7f657..89d088ad87db8f94627dd77be30986bc70f8a38f 100644 (file)
@@ -1,3 +1,8 @@
+2009-03-13  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
+       GPLv3, update license URL.
+
 2009-03-01  Doug Evans  <dje@google.com>
 
        * Makefile.in (INCLUDE_CFLAGS): Add -I$(srcdir)/../common.
index 27878c20fe917017dea1d59ac279d0897bafb4ec..8274a3bffc2c5ed931e741a9d164a848deb87d19 100644 (file)
@@ -6,7 +6,7 @@
 
 # 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,
@@ -15,8 +15,7 @@
 # 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.
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
index bec1e1d96f362dc60486b5c4190bd6db35e96b57..5d33fbed0b960633d31fa77da0e2231f84372a3e 100644 (file)
@@ -7,7 +7,7 @@
 
    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,
@@ -16,9 +16,7 @@
    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.  */
+   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 375bfe060816a162ab17e875e1576775cdf50e8b..b59b03abd3acda645b68ed5e2203e7a2911f7b98 100644 (file)
@@ -7,7 +7,7 @@
 
    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,
@@ -16,9 +16,7 @@
    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.  */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "server.h"
 #include "gdb/fileio.h"
index f090e707180a4758429229c9833d9614f9f9a2c0..c10e8638c39469af2b4245295808063117ddd621 100644 (file)
@@ -5,7 +5,7 @@
 
    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
+   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,