From 357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8 Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Mon, 5 May 2008 10:32:46 +0000 Subject: 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 --- apps/codecs.c | 2 +- apps/codecs.h | 2 +- apps/codecs/liba52/AUTHORS | 2 +- apps/codecs/libfaad/syntax.c | 4 ++-- apps/codecs/vorbis.c | 2 +- apps/debug_menu.c | 4 ++-- apps/filetree.c | 2 +- apps/filetree.h | 2 +- apps/gui/pitchscreen.c | 2 +- apps/keyboard.h | 2 +- apps/main.c | 2 +- apps/onplay.c | 2 +- apps/onplay.h | 2 +- apps/playlist_menu.h | 2 +- apps/plugin.c | 2 +- apps/plugin.h | 2 +- apps/plugins/alpine_cdc.c | 2 +- apps/plugins/chessbox/chessbox.c | 2 +- apps/plugins/clock/clock.c | 2 +- apps/plugins/clock/clock.h | 2 +- apps/plugins/clock/clock_bitmap_strings.c | 2 +- apps/plugins/clock/clock_bitmap_strings.h | 2 +- apps/plugins/clock/clock_bitmaps.c | 2 +- apps/plugins/clock/clock_bitmaps.h | 2 +- apps/plugins/clock/clock_draw.c | 2 +- apps/plugins/clock/clock_draw.h | 2 +- apps/plugins/clock/clock_draw_analog.c | 2 +- apps/plugins/clock/clock_draw_analog.h | 2 +- apps/plugins/clock/clock_draw_binary.c | 2 +- apps/plugins/clock/clock_draw_binary.h | 2 +- apps/plugins/clock/clock_draw_digital.c | 2 +- apps/plugins/clock/clock_draw_digital.h | 2 +- apps/plugins/clock/clock_settings.c | 2 +- apps/plugins/clock/clock_settings.h | 2 +- apps/plugins/firmware_flash.c | 2 +- apps/plugins/helloworld.c | 2 +- apps/plugins/jackpot.c | 2 +- apps/plugins/jpeg.c | 2 +- apps/plugins/lib/picture.c | 2 +- apps/plugins/lib/picture.h | 2 +- apps/plugins/matrix.c | 2 +- apps/plugins/mpegplayer/AUTHORS | 2 +- apps/plugins/rockblox.c | 2 +- apps/plugins/rockbox_flash.c | 2 +- apps/plugins/rockpaint.c | 6 +++--- apps/plugins/wavplay.c | 2 +- apps/screens.c | 2 +- apps/screens.h | 2 +- apps/sound_menu.h | 2 +- apps/talk.c | 2 +- apps/talk.h | 2 +- apps/version.h | 2 +- 52 files changed, 56 insertions(+), 56 deletions(-) (limited to 'apps') diff --git a/apps/codecs.c b/apps/codecs.c index c0adb5d08f..3e52dfb392 100644 --- a/apps/codecs.c +++ b/apps/codecs.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 Björn Stenberg + * Copyright (C) 2002 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/apps/codecs.h b/apps/codecs.h index c543226935..06016567be 100644 --- a/apps/codecs.h +++ b/apps/codecs.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 Björn Stenberg + * Copyright (C) 2002 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/apps/codecs/liba52/AUTHORS b/apps/codecs/liba52/AUTHORS index b9ded1bc4d..a6bd695228 100644 --- a/apps/codecs/liba52/AUTHORS +++ b/apps/codecs/liba52/AUTHORS @@ -9,7 +9,7 @@ Other contributors include: Billy Biggs - most of liba52.txt Jeroen Dobbelaere - fixed point version Eduard Hasenleithner - gcc 3.0 fixes - Håkan Hjort - Solaris output, mlib code + HÃ¥kan Hjort - Solaris output, mlib code Charles M. Hannum - fixes Chris Hodges - made the library reentrant Michael Holzt - OSS output.c and misc errata diff --git a/apps/codecs/libfaad/syntax.c b/apps/codecs/libfaad/syntax.c index 77a2e886ec..595f69fff6 100644 --- a/apps/codecs/libfaad/syntax.c +++ b/apps/codecs/libfaad/syntax.c @@ -2065,11 +2065,11 @@ static uint16_t extension_payload(bitfile *ld, drc_info *drc, uint16_t count) return n; case EXT_FILL_DATA: /* fill_nibble = */ faad_getbits(ld, 4 - DEBUGVAR(1,136,"extension_payload(): fill_nibble")); /* must be æ0000Æ */ + DEBUGVAR(1,136,"extension_payload(): fill_nibble")); /* must be æ0000Æ */ for (i = 0; i < count-1; i++) { /* fill_byte[i] = */ faad_getbits(ld, 8 - DEBUGVAR(1,88,"extension_payload(): fill_byte")); /* must be æ10100101Æ */ + DEBUGVAR(1,88,"extension_payload(): fill_byte")); /* must be æ10100101Æ */ } return count; case EXT_DATA_ELEMENT: diff --git a/apps/codecs/vorbis.c b/apps/codecs/vorbis.c index 2f7a4f4f72..ad53ecd0b6 100644 --- a/apps/codecs/vorbis.c +++ b/apps/codecs/vorbis.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 Björn Stenberg + * Copyright (C) 2002 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/apps/debug_menu.c b/apps/debug_menu.c index 6a14ea5c33..81ea97fcd9 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -375,7 +375,7 @@ static bool dbg_buffering_thread(void) if (ticks > 0) { - int boostquota = boost_ticks * 1000 / ticks; /* in °/oo */ + int boostquota = boost_ticks * 1000 / ticks; /* in °/oo */ int avgclock = freq_sum * 10 / ticks; /* in 100 kHz */ snprintf(buf, sizeof(buf), "boost ratio: %3d.%d%% (%2d.%dMHz)", boostquota/10, boostquota%10, avgclock/10, avgclock%10); @@ -1732,7 +1732,7 @@ static int disk_callback(int btn, struct gui_synclist *lists) static const unsigned char i_vmin[] = { 0, 1, 5, 10, 25, 35, 60, 100 }; static const unsigned char i_vmax[] = { 1, 5, 10, 25, 35, 45, 80, 200 }; static const unsigned char *kbit_units[] = { "kBit/s", "MBit/s", "GBit/s" }; - static const unsigned char *nsec_units[] = { "ns", "�s", "ms" }; + static const unsigned char *nsec_units[] = { "ns", "µs", "ms" }; static const char *spec_vers[] = { "1.0-1.2", "1.4", "2.0-2.2", "3.1-3.31", "4.0" }; if ((btn == ACTION_STD_OK) || (btn == SYS_FS_CHANGED) || (btn == ACTION_REDRAW)) diff --git a/apps/filetree.c b/apps/filetree.c index 64a12b5050..29335fdcbe 100644 --- a/apps/filetree.c +++ b/apps/filetree.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2005 by Björn Stenberg + * Copyright (C) 2005 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/apps/filetree.h b/apps/filetree.h index c9d1157fe9..7d8f2f052b 100644 --- a/apps/filetree.h +++ b/apps/filetree.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2005 by Björn Stenberg + * Copyright (C) 2005 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/apps/gui/pitchscreen.c b/apps/gui/pitchscreen.c index b790835fcb..f6623dd0d4 100644 --- a/apps/gui/pitchscreen.c +++ b/apps/gui/pitchscreen.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 Björn Stenberg + * Copyright (C) 2002 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/apps/keyboard.h b/apps/keyboard.h index 3ba2822e36..e0de3b0a0f 100644 --- a/apps/keyboard.h +++ b/apps/keyboard.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. diff --git a/apps/main.c b/apps/main.c index e84a672476..8af488d0b1 100644 --- a/apps/main.c +++ b/apps/main.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 Björn Stenberg + * Copyright (C) 2002 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/apps/onplay.c b/apps/onplay.c index b65d2fe62f..a3cbebc2ff 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 Björn Stenberg + * Copyright (C) 2002 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/apps/onplay.h b/apps/onplay.h index f842764eb5..324e34fd76 100644 --- a/apps/onplay.h +++ b/apps/onplay.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 Björn Stenberg + * Copyright (C) 2002 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/apps/playlist_menu.h b/apps/playlist_menu.h index 1f60337273..9938d0b07f 100644 --- a/apps/playlist_menu.h +++ b/apps/playlist_menu.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 Björn Stenberg + * Copyright (C) 2002 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/apps/plugin.c b/apps/plugin.c index aa3f73e4c5..fd495bdc87 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 Björn Stenberg + * Copyright (C) 2002 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/apps/plugin.h b/apps/plugin.h index d332a0d004..c9d118e873 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 Björn Stenberg + * Copyright (C) 2002 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/apps/plugins/alpine_cdc.c b/apps/plugins/alpine_cdc.c index f781509e80..89fc8401ac 100644 --- a/apps/plugins/alpine_cdc.c +++ b/apps/plugins/alpine_cdc.c @@ -8,7 +8,7 @@ * $Id$ * * - * Copyright (C) 2003-2005 Jörg Hohensohn + * Copyright (C) 2003-2005 Jörg Hohensohn * * Alpine CD changer Project * This is a feasibility study for Archos emulating an Alpine M-Bus CD changer. diff --git a/apps/plugins/chessbox/chessbox.c b/apps/plugins/chessbox/chessbox.c index 4129a3c1fb..f9e1020461 100644 --- a/apps/plugins/chessbox/chessbox.c +++ b/apps/plugins/chessbox/chessbox.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * -* Copyright (C) 2006 Miguel A. Arévalo +* Copyright (C) 2006 Miguel A. Arévalo * Color graphics from eboard * GNUChess v2 chess engine Copyright (c) 1988 John Stanback * diff --git a/apps/plugins/clock/clock.c b/apps/plugins/clock/clock.c index d0b8f90847..07057d21b2 100644 --- a/apps/plugins/clock/clock.c +++ b/apps/plugins/clock/clock.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id: clock.c 14095 2007-07-31 10:53:53Z nls $ * - * Copyright (C) 2007 Kévin Ferrare, graphic design 2003 Zakk Roberts + * Copyright (C) 2007 Kévin Ferrare, graphic design 2003 Zakk Roberts * * 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/apps/plugins/clock/clock.h b/apps/plugins/clock/clock.h index bd5b74fa56..eeb04380a2 100644 --- a/apps/plugins/clock/clock.h +++ b/apps/plugins/clock/clock.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id: jackpot.c 14034 2007-07-28 05:42:55Z kevin $ * - * Copyright (C) 2007 Copyright Kévin Ferrare + * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_bitmap_strings.c b/apps/plugins/clock/clock_bitmap_strings.c index f2bef78f12..980d432fd6 100644 --- a/apps/plugins/clock/clock_bitmap_strings.c +++ b/apps/plugins/clock/clock_bitmap_strings.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id: jackpot.c 14034 2007-07-28 05:42:55Z kevin $ * - * Copyright (C) 2007 Copyright Kévin Ferrare + * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_bitmap_strings.h b/apps/plugins/clock/clock_bitmap_strings.h index 61f5ac5953..22ad1fccbe 100644 --- a/apps/plugins/clock/clock_bitmap_strings.h +++ b/apps/plugins/clock/clock_bitmap_strings.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id: jackpot.c 14034 2007-07-28 05:42:55Z kevin $ * - * Copyright (C) 2007 Copyright Kévin Ferrare + * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_bitmaps.c b/apps/plugins/clock/clock_bitmaps.c index c8550d180a..e127161cfc 100644 --- a/apps/plugins/clock/clock_bitmaps.c +++ b/apps/plugins/clock/clock_bitmaps.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id: jackpot.c 14034 2007-07-28 05:42:55Z kevin $ * - * Copyright (C) 2007 Copyright Kévin Ferrare + * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_bitmaps.h b/apps/plugins/clock/clock_bitmaps.h index a3986f3b4f..9a80a75fbb 100644 --- a/apps/plugins/clock/clock_bitmaps.h +++ b/apps/plugins/clock/clock_bitmaps.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id: jackpot.c 14034 2007-07-28 05:42:55Z kevin $ * - * Copyright (C) 2007 Copyright Kévin Ferrare + * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_draw.c b/apps/plugins/clock/clock_draw.c index daf19f7363..c9564aded6 100644 --- a/apps/plugins/clock/clock_draw.c +++ b/apps/plugins/clock/clock_draw.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id: jackpot.c 14034 2007-07-28 05:42:55Z kevin $ * - * Copyright (C) 2007 Copyright Kévin Ferrare + * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_draw.h b/apps/plugins/clock/clock_draw.h index b589b7ee0e..aa14f7e6a6 100644 --- a/apps/plugins/clock/clock_draw.h +++ b/apps/plugins/clock/clock_draw.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id: jackpot.c 14034 2007-07-28 05:42:55Z kevin $ * - * Copyright (C) 2007 Copyright Kévin Ferrare + * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_draw_analog.c b/apps/plugins/clock/clock_draw_analog.c index c4d12a83a2..3b15671114 100644 --- a/apps/plugins/clock/clock_draw_analog.c +++ b/apps/plugins/clock/clock_draw_analog.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id: jackpot.c 14034 2007-07-28 05:42:55Z kevin $ * - * Copyright (C) 2007 Copyright Kévin Ferrare based on Zakk Roberts's work + * Copyright (C) 2007 Copyright Kévin Ferrare based on Zakk Roberts's work * * 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/apps/plugins/clock/clock_draw_analog.h b/apps/plugins/clock/clock_draw_analog.h index 4b8f3f8432..12e90177d1 100644 --- a/apps/plugins/clock/clock_draw_analog.h +++ b/apps/plugins/clock/clock_draw_analog.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id: jackpot.c 14034 2007-07-28 05:42:55Z kevin $ * - * Copyright (C) 2007 Copyright Kévin Ferrare + * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_draw_binary.c b/apps/plugins/clock/clock_draw_binary.c index b92118d9ce..78d658c6e6 100644 --- a/apps/plugins/clock/clock_draw_binary.c +++ b/apps/plugins/clock/clock_draw_binary.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id: jackpot.c 14034 2007-07-28 05:42:55Z kevin $ * - * Copyright (C) 2007 Copyright Kévin Ferrare + * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_draw_binary.h b/apps/plugins/clock/clock_draw_binary.h index 323a640442..8384598fbd 100644 --- a/apps/plugins/clock/clock_draw_binary.h +++ b/apps/plugins/clock/clock_draw_binary.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id: jackpot.c 14034 2007-07-28 05:42:55Z kevin $ * - * Copyright (C) 2007 Copyright Kévin Ferrare + * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_draw_digital.c b/apps/plugins/clock/clock_draw_digital.c index 07864c1cec..790beb4c29 100644 --- a/apps/plugins/clock/clock_draw_digital.c +++ b/apps/plugins/clock/clock_draw_digital.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id: jackpot.c 14034 2007-07-28 05:42:55Z kevin $ * - * Copyright (C) 2007 Copyright Kévin Ferrare + * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_draw_digital.h b/apps/plugins/clock/clock_draw_digital.h index b967e67571..e48c801ba0 100644 --- a/apps/plugins/clock/clock_draw_digital.h +++ b/apps/plugins/clock/clock_draw_digital.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id: jackpot.c 14034 2007-07-28 05:42:55Z kevin $ * - * Copyright (C) 2007 Copyright Kévin Ferrare + * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_settings.c b/apps/plugins/clock/clock_settings.c index 233be6565f..611c722122 100644 --- a/apps/plugins/clock/clock_settings.c +++ b/apps/plugins/clock/clock_settings.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id: jackpot.c 14034 2007-07-28 05:42:55Z kevin $ * - * Copyright (C) 2007 Copyright Kévin Ferrare based on Zakk Roberts's work + * Copyright (C) 2007 Copyright Kévin Ferrare based on Zakk Roberts's work * * 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/apps/plugins/clock/clock_settings.h b/apps/plugins/clock/clock_settings.h index c30f090357..5573ed96b5 100644 --- a/apps/plugins/clock/clock_settings.h +++ b/apps/plugins/clock/clock_settings.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id: jackpot.c 14034 2007-07-28 05:42:55Z kevin $ * - * Copyright (C) 2007 Copyright Kévin Ferrare based on Zakk Roberts's work + * Copyright (C) 2007 Copyright Kévin Ferrare based on Zakk Roberts's work * * 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/apps/plugins/firmware_flash.c b/apps/plugins/firmware_flash.c index b841be91d2..f4daab2fcd 100644 --- a/apps/plugins/firmware_flash.c +++ b/apps/plugins/firmware_flash.c @@ -10,7 +10,7 @@ * Plugin for reprogramming the whole Flash ROM chip with a new content. * !!! DON'T MESS WITH THIS CODE UNLESS YOU'RE ABSOLUTELY SURE WHAT YOU DO !!! * -* 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/apps/plugins/helloworld.c b/apps/plugins/helloworld.c index 6ef5b584ce..eca9d2e85a 100644 --- a/apps/plugins/helloworld.c +++ b/apps/plugins/helloworld.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 Björn Stenberg + * Copyright (C) 2002 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/apps/plugins/jackpot.c b/apps/plugins/jackpot.c index 8dac5e4f7a..de99eae2a9 100644 --- a/apps/plugins/jackpot.c +++ b/apps/plugins/jackpot.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2007 Copyright Kévin Ferrare based on work by Pierre Delore + * Copyright (C) 2007 Copyright Kévin Ferrare based on work by Pierre Delore * * 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/apps/plugins/jpeg.c b/apps/plugins/jpeg.c index cac8038418..e95c10bbfa 100644 --- a/apps/plugins/jpeg.c +++ b/apps/plugins/jpeg.c @@ -11,7 +11,7 @@ * (This is a real mess if it has to be coded in one single C file) * * File scrolling addition (C) 2005 Alexander Spyridakis -* Copyright (C) 2004 Jörg Hohensohn aka [IDC]Dragon +* Copyright (C) 2004 Jörg Hohensohn aka [IDC]Dragon * Heavily borrowed from the IJG implementation (C) Thomas G. Lane * Small & fast downscaling IDCT (C) 2002 by Guido Vollbeding JPEGclub.org * diff --git a/apps/plugins/lib/picture.c b/apps/plugins/lib/picture.c index f214dfcdfd..932b408e56 100644 --- a/apps/plugins/lib/picture.c +++ b/apps/plugins/lib/picture.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id: jackpot.c 14034 2007-07-28 05:42:55Z kevin $ * - * Copyright (C) 2007 Copyright Kévin Ferrare + * Copyright (C) 2007 Copyright 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/apps/plugins/lib/picture.h b/apps/plugins/lib/picture.h index 4bd550a2f3..d102764c08 100644 --- a/apps/plugins/lib/picture.h +++ b/apps/plugins/lib/picture.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id: jackpot.c 14034 2007-07-28 05:42:55Z kevin $ * - * Copyright (C) 2007 Copyright Kévin Ferrare + * Copyright (C) 2007 Copyright 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/apps/plugins/matrix.c b/apps/plugins/matrix.c index 008600794f..33509dc69a 100644 --- a/apps/plugins/matrix.c +++ b/apps/plugins/matrix.c @@ -9,7 +9,7 @@ * * Copyright (C) 1999 Chris Allegretta * Copyright (C) 2005 Alastair S - ported to podzilla - * Copyright (C) 2005 Jonas Häggqvist - ported to rockbox + * Copyright (C) 2005 Jonas Häggqvist - ported to rockbox * * * All files in this archive are subject to the GNU General Public License. diff --git a/apps/plugins/mpegplayer/AUTHORS b/apps/plugins/mpegplayer/AUTHORS index 901810bc3d..4722897c97 100644 --- a/apps/plugins/mpegplayer/AUTHORS +++ b/apps/plugins/mpegplayer/AUTHORS @@ -13,7 +13,7 @@ Other contributors include: Didier Gautheron - bug fixes Ryan C. Gordon - SDL support Peter Gubanov - MMX IDCT scheduling - Håkan Hjort - Solaris fixes, mlib code + HÃ¥kan Hjort - Solaris fixes, mlib code Nicolas Joly - assorted bug fixes Gerd Knorr - Xv support David I. Lehn - motion_comp mmx code diff --git a/apps/plugins/rockblox.c b/apps/plugins/rockblox.c index 42efa6f308..62e7c747e1 100644 --- a/apps/plugins/rockblox.c +++ b/apps/plugins/rockblox.c @@ -9,7 +9,7 @@ * * Copyright (C) 2005 Eli Sherer * - * Heavily modified for embedded use by Björn Stenberg (bjorn@haxx.se) + * Heavily modified for embedded use by Björn Stenberg (bjorn@haxx.se) * * 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/apps/plugins/rockbox_flash.c b/apps/plugins/rockbox_flash.c index 7ea149dc4e..ed0fd17f53 100644 --- a/apps/plugins/rockbox_flash.c +++ b/apps/plugins/rockbox_flash.c @@ -10,7 +10,7 @@ * Plugin for reprogramming only the second image in Flash ROM. * !!! DON'T MESS WITH THIS CODE UNLESS YOU'RE ABSOLUTELY SURE WHAT YOU DO !!! * -* Copyright (C) 2003 Jörg Hohensohn aka [IDC]Dragon +* Copyright (C) 2003 Jörg Hohensohn aka [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/apps/plugins/rockpaint.c b/apps/plugins/rockpaint.c index 433ebd289c..997cbef0f3 100644 --- a/apps/plugins/rockpaint.c +++ b/apps/plugins/rockpaint.c @@ -548,9 +548,9 @@ static struct menu_items select_menu[] = { SELECT_MENU_INVERT, "Invert" }, { SELECT_MENU_HFLIP, "Horizontal flip" }, { SELECT_MENU_VFLIP, "Vertical flip" }, -// { SELECT_MENU_ROTATE90, "Rotate 90°" }, - { SELECT_MENU_ROTATE180, "Rotate 180°" }, -// { SELECT_MENU_ROTATE270, "Rotate 270°" }, +// { SELECT_MENU_ROTATE90, "Rotate 90°" }, + { SELECT_MENU_ROTATE180, "Rotate 180°" }, +// { SELECT_MENU_ROTATE270, "Rotate 270°" }, { SELECT_MENU_CANCEL, "Cancel" }, { MENU_END, "" } }; diff --git a/apps/plugins/wavplay.c b/apps/plugins/wavplay.c index bf06787dd9..e20fa55d84 100644 --- a/apps/plugins/wavplay.c +++ b/apps/plugins/wavplay.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2006 Jörg Hohensohn + * Copyright (C) 2006 Jörg Hohensohn * * 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/apps/screens.c b/apps/screens.c index 48a5a873a1..eb6956ab4e 100644 --- a/apps/screens.c +++ b/apps/screens.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 Björn Stenberg + * Copyright (C) 2002 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/apps/screens.h b/apps/screens.h index 8037900846..f8da69b394 100644 --- a/apps/screens.h +++ b/apps/screens.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 Björn Stenberg + * Copyright (C) 2002 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/apps/sound_menu.h b/apps/sound_menu.h index aa858c91f2..2bf1016e4c 100644 --- a/apps/sound_menu.h +++ b/apps/sound_menu.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 Björn Stenberg + * Copyright (C) 2002 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/apps/talk.c b/apps/talk.c index 0635e506fe..5bbe0d4f3e 100644 --- a/apps/talk.c +++ b/apps/talk.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2004 Jörg Hohensohn + * Copyright (C) 2004 Jörg Hohensohn * * This module collects the Talkbox and voice UI functions. * (Talkbox reads directory names from mp3 clips called thumbnails, diff --git a/apps/talk.h b/apps/talk.h index d94979421c..6e56c9039f 100644 --- a/apps/talk.h +++ b/apps/talk.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2004 Jörg Hohensohn + * Copyright (C) 2004 Jörg Hohensohn * * This module collects the Talkbox and voice UI functions. * (Talkbox reads directory names from mp3 clips called thumbnails, diff --git a/apps/version.h b/apps/version.h index 2eb9c26857..222356c8e4 100644 --- a/apps/version.h +++ b/apps/version.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 Björn Stenberg + * Copyright (C) 2002 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. -- cgit v1.2.3