summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-02-27 21:22:29 +0000
committerDave Chapman <dave@dchapman.com>2007-02-27 21:22:29 +0000
commite7469e2f43e43521d43b4955597ca48d9b39abd3 (patch)
tree80c2c59ddd4c3e6fd9829a58bce3b52dbbfd9473
parentb5b4a16b6dc2c5afb34f83b0395c5806ac20ff7c (diff)
downloadrockbox-e7469e2f43e43521d43b4955597ca48d9b39abd3.tar.gz
rockbox-e7469e2f43e43521d43b4955597ca48d9b39abd3.zip
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.h9
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 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2002 by Linus Nielsen Feltzing 10 * PP502X and PP5002 I2C driver
11 *
12 * Based on code from the ipodlinux project - http://ipodlinux.org/
13 * Adapted for Rockbox in November 2005
14 *
15 * Original file: linux/arch/armnommu/mach-ipod/hardware.c
16 *
17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org)
11 * 18 *
12 * All files in this archive are subject to the GNU General Public License. 19 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement. 20 * See the file COPYING in the source tree root for full license agreement.