summaryrefslogtreecommitdiff
path: root/flash/bootloader
diff options
context:
space:
mode:
Diffstat (limited to 'flash/bootloader')
-rw-r--r--flash/bootloader/README2
-rw-r--r--flash/bootloader/bootloader.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/flash/bootloader/README b/flash/bootloader/README
index 16c27d9..47583da 100644
--- a/flash/bootloader/README
+++ b/flash/bootloader/README
@@ -1,4 +1,4 @@
-(c) 2003 by Jörg Hohensohn
+(c) 2003 by Jörg Hohensohn
This is the source code for the flash bootloader.
It give the dual boot feature, decompresses one of two software images.
diff --git a/flash/bootloader/bootloader.c b/flash/bootloader/bootloader.c
index d5ce509..e973a30 100644
--- a/flash/bootloader/bootloader.c
+++ b/flash/bootloader/bootloader.c
@@ -7,7 +7,7 @@
* \/ \/ \/ \/ \/
* $Id$
*
- * Copyright (C) 2003 by Jörg Hohensohn
+ * Copyright (C) 2003 by Jörg Hohensohn
*
* Second-level bootloader, with dual-boot feature by holding F1/Menu
* This is the image being descrambled and executed by the boot ROM.