aboutsummaryrefslogtreecommitdiff
path: root/src/command.c
diff options
context:
space:
mode:
authorGareth McMullin2011-02-05 15:12:24 +1300
committerGareth McMullin2011-02-05 15:12:24 +1300
commit202de4f703009fa12d6f4caf9f5377c737a2b82f (patch)
treeed5cc85965e7cf17a1f033aabc052bdf9cb86f50 /src/command.c
parentd0a1c7f4df964952984285da741a36f628136f23 (diff)
Fixed 'mon version' to show license as GPLv3+.
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/command.c b/src/command.c
index 66a017e..26c712e 100644
--- a/src/command.c
+++ b/src/command.c
@@ -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)