Fixed 'mon version' to show license as GPLv3+.
This commit is contained in:
parent
d0a1c7f4df
commit
202de4f703
|
@ -88,8 +88,9 @@ int command_process(char *cmd)
|
|||
void cmd_version(void)
|
||||
{
|
||||
gdb_out("Black Magic Probe (Firmware 1.5, build " BUILDDATE ")\n");
|
||||
gdb_out("Copyright (C) 2010 Black Sphere Technologies\n");
|
||||
gdb_out("All rights reserved.\n\n");
|
||||
gdb_out("Copyright (C) 2011 Black Sphere Technologies Ltd.\n");
|
||||
gdb_out("License GPLv3+: GNU GPL version 3 or later "
|
||||
"<http://gnu.org/licenses/gpl.html>\n\n");
|
||||
}
|
||||
|
||||
void cmd_help(void)
|
||||
|
|
Loading…
Reference in New Issue