summaryrefslogtreecommitdiff
path: root/firmware/usbstack
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2008-05-05 10:32:46 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2008-05-05 10:32:46 +0000
commit357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8 (patch)
tree29035132e1313259010b945c7e37595939d369d9 /firmware/usbstack
parentef5fa8eaf541a19ccf953051f119e4f56cf3c445 (diff)
downloadrockbox-357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8.zip
rockbox-357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8.tar.gz
rockbox-357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8.tar.bz2
rockbox-357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8.tar.xz
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17369 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/usbstack')
-rw-r--r--firmware/usbstack/usb_storage.c2
-rw-r--r--firmware/usbstack/usb_storage.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/usbstack/usb_storage.c b/firmware/usbstack/usb_storage.c
index 3b2c3c3..1796bd4 100644
--- a/firmware/usbstack/usb_storage.c
+++ b/firmware/usbstack/usb_storage.c
@@ -7,7 +7,7 @@
* \/ \/ \/ \/ \/
* $Id$
*
- * Copyright (C) 2007 by Björn Stenberg
+ * Copyright (C) 2007 by Björn Stenberg
*
* All files in this archive are subject to the GNU General Public License.
* See the file COPYING in the source tree root for full license agreement.
diff --git a/firmware/usbstack/usb_storage.h b/firmware/usbstack/usb_storage.h
index e657e03..ca5199c 100644
--- a/firmware/usbstack/usb_storage.h
+++ b/firmware/usbstack/usb_storage.h
@@ -7,7 +7,7 @@
* \/ \/ \/ \/ \/
* $Id$
*
- * Copyright (C) 2007 by Björn Stenberg
+ * Copyright (C) 2007 by Björn Stenberg
*
* All files in this archive are subject to the GNU General Public License.
* See the file COPYING in the source tree root for full license agreement.