diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2017-05-18 23:20:43 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2017-05-18 23:20:43 +0100 |
commit | e2b122f129b969633ba4ca1ca15b21ee13db7f19 (patch) | |
tree | 88ed344a0609eafb191b2cf5094f6dc2335d5a1f | |
parent | 83ad7ea3f3f6ab802987cf4a0e677e68c002cb29 (diff) | |
download | hktool-master.tar.gz hktool-master.tar.xz hktool-master.zip |
-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", |