Fixed 'mon version' to show license as GPLv3+.

This commit is contained in:
Gareth McMullin 2011-02-05 15:12:24 +13:00
parent d0a1c7f4df
commit 202de4f703
1 changed files with 3 additions and 2 deletions

View File

@ -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)