diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-02-15 13:41:08 +0100 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-02-15 22:59:41 +0100 |
commit | fa1cfc2d4da808f752518d3221619bc2e1ea628b (patch) | |
tree | 71c3257d57d61fd64354643d63a4fb80b96dc8d5 /src/helper | |
parent | 58699923148fa1e0bc3eee4308e351cedecf296a (diff) | |
download | openocd_libswd-fa1cfc2d4da808f752518d3221619bc2e1ea628b.tar.gz openocd_libswd-fa1cfc2d4da808f752518d3221619bc2e1ea628b.tar.bz2 openocd_libswd-fa1cfc2d4da808f752518d3221619bc2e1ea628b.tar.xz openocd_libswd-fa1cfc2d4da808f752518d3221619bc2e1ea628b.zip |
gpl: fix GPL startup message
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'src/helper')
-rw-r--r-- | src/helper/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/options.c b/src/helper/options.c index 63c5b057..3a95df46 100644 --- a/src/helper/options.c +++ b/src/helper/options.c @@ -190,7 +190,7 @@ int parse_cmdline_args(struct command_context *cmd_ctx, int argc, char *argv[]) if (help_flag) { - LOG_OUTPUT("Open On-Chip Debugger\n(c) 2005-2008 by Dominic Rath\n\n"); + LOG_OUTPUT("Open On-Chip Debugger\nLicensed under GNU GPL v2\n"); LOG_OUTPUT("--help | -h\tdisplay this help\n"); LOG_OUTPUT("--version | -v\tdisplay OpenOCD version\n"); LOG_OUTPUT("--file | -f\tuse configuration file <name>\n"); |