summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-ipodvideo.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd-ipodvideo.c')
-rw-r--r--firmware/drivers/lcd-ipodvideo.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/firmware/drivers/lcd-ipodvideo.c b/firmware/drivers/lcd-ipodvideo.c
index 519f185311..096e8edd71 100644
--- a/firmware/drivers/lcd-ipodvideo.c
+++ b/firmware/drivers/lcd-ipodvideo.c
@@ -7,11 +7,14 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2005 by Dave Chapman 10 * LCD driver for iPod Video
11 *
12 * Based on code from the ipodlinux project - http://ipodlinux.org/
13 * Adapted for Rockbox in December 2005
11 * 14 *
12 * Rockbox driver for iPod Video LCDs 15 * Original file: linux/arch/armnommu/mach-ipod/fb.c
13 * 16 *
14 * Based on code from ipodlinux - http://ipodlinux.org 17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org)
15 * 18 *
16 * 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.
17 * 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.