aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--halfkay.c2
-rw-r--r--hktool.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/halfkay.c b/halfkay.c
index 2b69f9e..08f27b6 100644
--- a/halfkay.c
+++ b/halfkay.c
@@ -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
diff --git a/hktool.c b/hktool.c
index d46a851..dad7915 100644
--- a/hktool.c
+++ b/hktool.c
@@ -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",