diff options
| author | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2008-05-05 10:32:46 +0000 |
|---|---|---|
| committer | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2008-05-05 10:32:46 +0000 |
| commit | 357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8 (patch) | |
| tree | 29035132e1313259010b945c7e37595939d369d9 /firmware/include | |
| parent | ef5fa8eaf541a19ccf953051f119e4f56cf3c445 (diff) | |
| download | rockbox-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/include')
| -rw-r--r-- | firmware/include/crc32.h | 2 | ||||
| -rw-r--r-- | firmware/include/dir.h | 2 | ||||
| -rw-r--r-- | firmware/include/dir_uncached.h | 2 | ||||
| -rw-r--r-- | firmware/include/file.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/firmware/include/crc32.h b/firmware/include/crc32.h index a2b7ae2..1d1bdc2 100644 --- a/firmware/include/crc32.h +++ b/firmware/include/crc32.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2003 Jörg Hohensohn [IDC]Dragon + * Copyright (C) 2003 Jörg Hohensohn [IDC]Dragon * * 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/include/dir.h b/firmware/include/dir.h index 6433f1d..d4ead2d 100644 --- a/firmware/include/dir.h +++ b/firmware/include/dir.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2007 by Kévin Ferrare + * Copyright (C) 2007 by Kévin Ferrare * * 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/include/dir_uncached.h b/firmware/include/dir_uncached.h index dd00c2c..30ead75 100644 --- a/firmware/include/dir_uncached.h +++ b/firmware/include/dir_uncached.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id: dir.h 13741 2007-06-30 02:08:27Z jethead71 $ * - * Copyright (C) 2002 by Björn Stenberg + * Copyright (C) 2002 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/include/file.h b/firmware/include/file.h index d050a69..0cc2720 100644 --- a/firmware/include/file.h +++ b/firmware/include/file.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 by Björn Stenberg + * Copyright (C) 2002 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. |