aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/apps/dfu/main.c
diff options
context:
space:
mode:
authorKévin Redon <kredon@sysmocom.de>2019-02-07 17:52:08 +0100
committerHarald Welte <laforge@osmocom.org>2019-12-02 19:26:11 +0100
commit9b367872c8473d46ce7c1100d30a5db97434e089 (patch)
tree9f0fdb77e41d6a49f43366bdedd1e125d1284185 /firmware/apps/dfu/main.c
parent0b7e5f3af0c642839bb79f2e618f29c3e26b96b3 (diff)
minor: updated copyright years
Diffstat (limited to 'firmware/apps/dfu/main.c')
-rw-r--r--firmware/apps/dfu/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/apps/dfu/main.c b/firmware/apps/dfu/main.c
index f9b6aed..271fbec 100644
--- a/firmware/apps/dfu/main.c
+++ b/firmware/apps/dfu/main.c
@@ -1,7 +1,7 @@
/* SIMtrace 2 firmware USB DFU bootloader
*
* (C) 2015-2017 by Harald Welte <hwelte@hmw-consulting.de>
- * (C) 2018 by sysmocom -s.f.m.c. GmbH, Author: Kevin Redon <kredon@sysmocom.de>
+ * (C) 2018-2019 by sysmocom -s.f.m.c. GmbH, Author: Kevin Redon <kredon@sysmocom.de>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -248,7 +248,8 @@ extern int main(void)
printf("\n\r\n\r"
"=============================================================================\n\r"
- "DFU bootloader %s for board %s (C) 2010-2017 by Harald Welte\n\r"
+ "DFU bootloader %s for board %s\n\r"
+ "(C) 2010-2017 by Harald Welte, 2018-2019 by Kevin Redon\n\r"
"=============================================================================\n\r",
manifest_revision, manifest_board);