From 396aeafa6c34cc8ee9698b202471a251e815db3c Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Mon, 23 Mar 2009 17:08:46 +0000 Subject: Correct Björn's name in various file headers. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20491 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/speex.c | 2 +- apps/player/keyboard.c | 2 +- apps/plugin.h | 2 +- apps/recorder/keyboard.c | 2 +- firmware/export/kernel.h | 2 +- firmware/export/usb_core.h | 2 +- firmware/kernel.c | 2 +- firmware/target/arm/kernel-pp.c | 2 +- firmware/target/arm/usb-drv-arc.c | 2 +- firmware/target/coldfire/kernel-coldfire.c | 2 +- firmware/target/sh/kernel-sh.c | 2 +- firmware/usbstack/usb_core.c | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/codecs/speex.c b/apps/codecs/speex.c index 70914eeac1..91dce9ef01 100644 --- a/apps/codecs/speex.c +++ b/apps/codecs/speex.c @@ -8,7 +8,7 @@ * * Copyright (C) 2006 Frederik M.J. Vestre * Based on vorbis.c codec interface: - * Copyright (C) 2002 Bjrn Stenberg + * Copyright (C) 2002 Björn Stenberg * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/apps/player/keyboard.c b/apps/player/keyboard.c index 2d186c7cde..114b3fdf24 100644 --- a/apps/player/keyboard.c +++ b/apps/player/keyboard.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 by Björn Stenberg + * Copyright (C) 2002 by Björn Stenberg * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/apps/plugin.h b/apps/plugin.h index cea09a7246..286e6bccfe 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 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c index 4ef91e9057..1375d34792 100644 --- a/apps/recorder/keyboard.c +++ b/apps/recorder/keyboard.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 by Bj�rn Stenberg + * Copyright (C) 2002 by Björn Stenberg * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/firmware/export/kernel.h b/firmware/export/kernel.h index b8f2b906fd..6cdd0b2db8 100644 --- a/firmware/export/kernel.h +++ b/firmware/export/kernel.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 by Björn Stenberg + * Copyright (C) 2002 by Björn Stenberg * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/firmware/export/usb_core.h b/firmware/export/usb_core.h index d0c8270d93..ba2820b1ad 100644 --- a/firmware/export/usb_core.h +++ b/firmware/export/usb_core.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2007 by Björn Stenberg + * Copyright (C) 2007 by Björn Stenberg * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/firmware/kernel.c b/firmware/kernel.c index 0c2b87b139..506725ee72 100644 --- a/firmware/kernel.c +++ b/firmware/kernel.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 by Björn Stenberg + * Copyright (C) 2002 by Björn Stenberg * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/firmware/target/arm/kernel-pp.c b/firmware/target/arm/kernel-pp.c index b9195844ba..23610d2c61 100644 --- a/firmware/target/arm/kernel-pp.c +++ b/firmware/target/arm/kernel-pp.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 by Björn Stenberg + * Copyright (C) 2002 by Björn Stenberg * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/firmware/target/arm/usb-drv-arc.c b/firmware/target/arm/usb-drv-arc.c index aafdbd1f2a..7fd00afe25 100644 --- a/firmware/target/arm/usb-drv-arc.c +++ b/firmware/target/arm/usb-drv-arc.c @@ -9,7 +9,7 @@ * * Driver for ARC USBOTG Device Controller * - * Copyright (C) 2007 by Björn Stenberg + * Copyright (C) 2007 by Björn Stenberg * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/firmware/target/coldfire/kernel-coldfire.c b/firmware/target/coldfire/kernel-coldfire.c index 093736ee91..0b08ed13e3 100644 --- a/firmware/target/coldfire/kernel-coldfire.c +++ b/firmware/target/coldfire/kernel-coldfire.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 by Björn Stenberg + * Copyright (C) 2002 by Björn Stenberg * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/firmware/target/sh/kernel-sh.c b/firmware/target/sh/kernel-sh.c index 905b272fce..65b27e47f0 100644 --- a/firmware/target/sh/kernel-sh.c +++ b/firmware/target/sh/kernel-sh.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 by Björn Stenberg + * Copyright (C) 2002 by Björn Stenberg * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/firmware/usbstack/usb_core.c b/firmware/usbstack/usb_core.c index 5fac5d3815..b28762c6b6 100644 --- a/firmware/usbstack/usb_core.c +++ b/firmware/usbstack/usb_core.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2007 by Bj�rn Stenberg + * Copyright (C) 2007 by Björn Stenberg * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License -- cgit v1.2.3