summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/pcf50605.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-12-19 14:30:52 +0000
committerDave Chapman <dave@dchapman.com>2005-12-19 14:30:52 +0000
commitc3f9d0063ff07423d968ce80d144d0be5f99691d (patch)
tree7b9c5d2b5ae19af708c96ebddc2eb0309938204c /firmware/drivers/pcf50605.c
parent278f2b3d5ae685660b3bb11e70a46a207610257b (diff)
downloadrockbox-c3f9d0063ff07423d968ce80d144d0be5f99691d.tar.gz
rockbox-c3f9d0063ff07423d968ce80d144d0be5f99691d.zip
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/pcf50605.c')
-rw-r--r--firmware/drivers/pcf50605.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/firmware/drivers/pcf50605.c b/firmware/drivers/pcf50605.c
index 87ef9576b6..c7a8db5941 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.