summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-07-29 23:33:20 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-29 23:33:20 +0200
commita1e7c0c5efba4eebdb1ed178b5e3604226a1421a (patch)
tree1561ebe7f4da6085009bc924d19d6a7ee3cf25a1 /firmware
parentd56bb35e907e2d7c4507b7240e36d8b69d272bce (diff)
sam7dfu: update copyright years
Diffstat (limited to 'firmware')
-rw-r--r--firmware/src/dfu/dfu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/src/dfu/dfu.c b/firmware/src/dfu/dfu.c
index e126539..6a2f59c 100644
--- a/firmware/src/dfu/dfu.c
+++ b/firmware/src/dfu/dfu.c
@@ -914,7 +914,7 @@ void __dfufunc dfu_main(void)
AT91F_DBGU_Init();
AT91F_DBGU_Printk("\n\r\n\rsam7dfu - AT91SAM7 USB DFU bootloader\n\r"
- "(C) 2006-2008 by Harald Welte <hwelte@hmw-consulting.de>\n\r"
+ "(C) 2006-2011 by Harald Welte <hwelte@hmw-consulting.de>\n\r"
"This software is FREE SOFTWARE licensed under GNU GPL\n\r");
AT91F_DBGU_Printk("Version " COMPILE_SVNREV
" compiled " COMPILE_DATE
personal git repositories of Harald Welte. Your mileage may vary