diff options
author | Dave Chapman <dave@dchapman.com> | 2007-02-27 21:22:29 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2007-02-27 21:22:29 +0000 |
commit | e7469e2f43e43521d43b4955597ca48d9b39abd3 (patch) | |
tree | 80c2c59ddd4c3e6fd9829a58bce3b52dbbfd9473 | |
parent | b5b4a16b6dc2c5afb34f83b0395c5806ac20ff7c (diff) |
Correct the (C) info
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12510 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/export/i2c-pp.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/firmware/export/i2c-pp.h b/firmware/export/i2c-pp.h index 1dc5bc358a..3048acbaba 100644 --- a/firmware/export/i2c-pp.h +++ b/firmware/export/i2c-pp.h @@ -7,7 +7,14 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 by Linus Nielsen Feltzing + * PP502X and PP5002 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. |