diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-12-19 14:30:52 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-12-19 14:30:52 +0000 |
| commit | c3f9d0063ff07423d968ce80d144d0be5f99691d (patch) | |
| tree | 7b9c5d2b5ae19af708c96ebddc2eb0309938204c /firmware/drivers | |
| parent | 278f2b3d5ae685660b3bb11e70a46a207610257b (diff) | |
| download | rockbox-c3f9d0063ff07423d968ce80d144d0be5f99691d.zip rockbox-c3f9d0063ff07423d968ce80d144d0be5f99691d.tar.gz rockbox-c3f9d0063ff07423d968ce80d144d0be5f99691d.tar.bz2 rockbox-c3f9d0063ff07423d968ce80d144d0be5f99691d.tar.xz | |
Correctly attribute Bernard Leach as the (C) holder for code taken from ipodlinux.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8264 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers')
| -rw-r--r-- | firmware/drivers/button.c | 6 | ||||
| -rw-r--r-- | firmware/drivers/i2c-pp5020.c | 9 | ||||
| -rw-r--r-- | firmware/drivers/lcd-ipod.c | 9 | ||||
| -rw-r--r-- | firmware/drivers/lcd-ipodvideo.c | 9 | ||||
| -rw-r--r-- | firmware/drivers/pcf50605.c | 9 | ||||
| -rw-r--r-- | firmware/drivers/wm8975.c | 9 |
6 files changed, 40 insertions, 11 deletions
diff --git a/firmware/drivers/button.c b/firmware/drivers/button.c index 15276a9..983941c 100644 --- a/firmware/drivers/button.c +++ b/firmware/drivers/button.c @@ -9,6 +9,12 @@ * * Copyright (C) 2002 by Daniel Stenberg * + * iPod driver based on code from the ipodlinux project - http://ipodlinux.org + * Adapted for Rockbox in December 2005 + * Original file: linux/arch/armnommu/mach-ipod/keyboard.c + * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) + * + * * 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/drivers/i2c-pp5020.c b/firmware/drivers/i2c-pp5020.c index ec6bcef..fccaffc 100644 --- a/firmware/drivers/i2c-pp5020.c +++ b/firmware/drivers/i2c-pp5020.c @@ -7,7 +7,14 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2005 by Dave Chapman + * PP5020 I2C driver + * + * Based on code from the ipodlinux project - http://ipodlinux.org/ + * Adapted for Rockbox in November 2005 + * + * Original file: linux/arch/armnommu/mach-ipod/hardware.c + * + * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) * * 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/drivers/lcd-ipod.c b/firmware/drivers/lcd-ipod.c index 8aa5130..154158c 100644 --- a/firmware/drivers/lcd-ipod.c +++ b/firmware/drivers/lcd-ipod.c @@ -7,11 +7,14 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2005 by Dave Chapman - * * Rockbox driver for iPod LCDs * - * Based on code from ipodlinux - http://ipodlinux.org + * Based on code from the ipodlinux project - http://ipodlinux.org/ + * Adapted for Rockbox in November 2005 + * + * Original file: linux/arch/armnommu/mach-ipod/fb.c + * + * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) * * 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/drivers/lcd-ipodvideo.c b/firmware/drivers/lcd-ipodvideo.c index 519f185..096e8ed 100644 --- a/firmware/drivers/lcd-ipodvideo.c +++ b/firmware/drivers/lcd-ipodvideo.c @@ -7,11 +7,14 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2005 by Dave Chapman + * LCD driver for iPod Video + * + * Based on code from the ipodlinux project - http://ipodlinux.org/ + * Adapted for Rockbox in December 2005 * - * Rockbox driver for iPod Video LCDs + * Original file: linux/arch/armnommu/mach-ipod/fb.c * - * Based on code from ipodlinux - http://ipodlinux.org + * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) * * 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/drivers/pcf50605.c b/firmware/drivers/pcf50605.c index 87ef957..c7a8db5 100644 --- a/firmware/drivers/pcf50605.c +++ b/firmware/drivers/pcf50605.c @@ -7,9 +7,14 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2005 by Dave Chapman + * Driver for pcf50605 PMU and RTC * - * Based on code from the iPodLinux project (C) 2004-2005 Bernard Leach + * Based on code from the ipodlinux project - http://ipodlinux.org/ + * Adapted for Rockbox in December 2005 + * + * Original file: linux/arch/armnommu/mach-ipod/pcf50605.c + * + * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) * * 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/drivers/wm8975.c b/firmware/drivers/wm8975.c index 18a81fb..802bcfa 100644 --- a/firmware/drivers/wm8975.c +++ b/firmware/drivers/wm8975.c @@ -7,9 +7,14 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2005 by Dave Chapman + * Driver for WM8975 audio codec * - * Based on code from the iPodLinux project (C) 2003-2005 Bernard Leach + * Based on code from the ipodlinux project - http://ipodlinux.org/ + * Adapted for Rockbox in December 2005 + * + * Original file: linux/arch/armnommu/mach-ipod/audio.c + * + * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) * * 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. |