mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-13 10:24:45 +00:00
Fix io.gdb license
This commit is contained in:
parent
bbe6e8c8a2
commit
2dff3946c4
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user