aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKévin Redon <kredon@sysmocom.de>2019-02-07 17:52:08 +0100
committerKévin Redon <kredon@sysmocom.de>2019-02-07 17:52:08 +0100
commit8ed780ec35d046b46d039eaa0a0d19adf3a42dcb (patch)
tree304d4f2eee3a7f0c895aee813a017f7e80d7c622
parentad3414fdf782c5c012ba0ea9d85c84cdd8174d8f (diff)
minor: updated copyright years
-rw-r--r--firmware/apps/cardem/main.c5
-rw-r--r--firmware/apps/dfu/main.c5
2 files changed, 6 insertions, 4 deletions
diff --git a/firmware/apps/cardem/main.c b/firmware/apps/cardem/main.c
index 209c79f..3c5a32c 100644
--- a/firmware/apps/cardem/main.c
+++ b/firmware/apps/cardem/main.c
@@ -1,7 +1,7 @@
/* SIMtrace 2 firmware card emulation application
*
* (C) 2015-2017 by Harald Welte <hwelte@hmw-consulting.de>
- * (C) 2018, sysmocom -s.f.m.c. GmbH, Author: Kevin Redon <kredon@sysmocom.de>
+ * (C) 2018-2019, 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 as published by
@@ -158,7 +158,8 @@ extern int main(void)
printf("\n\r\n\r"
"=============================================================================\n\r"
- "SIMtrace2 firmware " GIT_VERSION " (C) 2010-2016 by Harald Welte\n\r"
+ "SIMtrace2 firmware " GIT_VERSION "\n\r"
+ "(C) 2010-2017 by Harald Welte, 2018-2019 by Kevin Redon\n\r"
"=============================================================================\n\r");
#if (TRACE_LEVEL >= TRACE_LEVEL_INFO)
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);