diff options
| -rw-r--r-- | halfkay.c | 2 | ||||
| -rw-r--r-- | hktool.c | 4 | 
2 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@   * halfkay.c -- HalfKay protocol implementation   * Based on Teensy Loader (cli) (http://www.pjrc.com/teensy/loader_cli.html)   * - * Copyright (C) 2016 Tomasz Kramkowski <tk@the-tk.com> + * Copyright (C) 2016-2017 Tomasz Kramkowski <tk@the-tk.com>   *   * This program is free software: you can redistribute it and/or modify   * it under the terms of the GNU General Public License as published by @@ -2,7 +2,7 @@   * HalfKay loader - Load binary data to HalfKay protocol based MCUs.   * Based on Teensy Loader (cli) (http://www.pjrc.com/teensy/loader_cli.html)   * - * Copyright (C) 2016 Tomasz Kramkowski <tk@the-tk.com> + * Copyright (C) 2016-2017 Tomasz Kramkowski <tk@the-tk.com>   *   * This program is free software: you can redistribute it and/or modify   * it under the terms of the GNU General Public License as published by @@ -53,7 +53,7 @@ static void version(void)  {  	fprintf(stderr,  		"hktool %s\n" -		"Copyright (C) 2016 Tomasz Kramkowski <tk@the-tk.com>\n" +		"Copyright (C) 2016-2017 Tomasz Kramkowski <tk@the-tk.com>\n"  		"License GPLv3: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"  		"This is free software: you are free to change and redistribute it.\n"  		"There is NO WARRANTY, to the extent permitted by law.\n",  | 
