Fix io.gdb license

This commit is contained in:
pancake 2013-12-10 04:19:43 +01:00
parent bbe6e8c8a2
commit 2dff3946c4

View File

@ -119,7 +119,7 @@ RIOPlugin r_io_plugin_gdb = {
//void *plugin;
.name = "gdb",
.desc = "Attach to gdbserver, 'qemu -s', gdb://localhost:1234",
.license = "LGPL3",
.license = "GPL2",
.open = __open,
.close = __close,
.read = __read,