aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/hostio-errno.c
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2009-03-13 07:57:47 +0000
committerNathan Sidwell <nathan@codesourcery.com>2009-03-13 07:57:47 +0000
commit32de4b9db94cbb1dbdf2003e3748324d2d32da8a (patch)
tree9786ee4ead012f2fccef625fadcc6ecc72baf53c /gdb/gdbserver/hostio-errno.c
parent24f818742e35c6c9de0d16b4acd4fe3083676044 (diff)
downloadgdb-32de4b9db94cbb1dbdf2003e3748324d2d32da8a.zip
gdb-32de4b9db94cbb1dbdf2003e3748324d2d32da8a.tar.gz
gdb-32de4b9db94cbb1dbdf2003e3748324d2d32da8a.tar.bz2
* Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
GPLv3, update license URL.
Diffstat (limited to 'gdb/gdbserver/hostio-errno.c')
-rw-r--r--gdb/gdbserver/hostio-errno.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/gdbserver/hostio-errno.c b/gdb/gdbserver/hostio-errno.c
index bec1e1d..5d33fbe 100644
--- a/gdb/gdbserver/hostio-errno.c
+++ b/gdb/gdbserver/hostio-errno.c
@@ -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. */