aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-dma.c
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-02-01 17:09:33 -0500
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-02-01 17:09:33 -0500
commit59bca8cc995428c34d8cdfadfa87c8e3f01c4340 (patch)
tree8c50895494db34913d09cc3017b46fe28ec4c102 /drivers/ide/ide-dma.c
parent58f189fccc72bb8a91de1854e519b47d64fbdbaa (diff)
ide: update/add my Copyrights
The last years stuff and a trip down memory lane... Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/ide-dma.c')
-rw-r--r--drivers/ide/ide-dma.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/ide/ide-dma.c b/drivers/ide/ide-dma.c
index 79f795afba2a..7beaf1e9be12 100644
--- a/drivers/ide/ide-dma.c
+++ b/drivers/ide/ide-dma.c
@@ -1,14 +1,13 @@
1/* 1/*
2 * Copyright (c) 1999-2000 Andre Hedrick <andre@linux-ide.org> 2 * Copyright (C) 1995-1998 Mark Lord
3 * Copyright (C) 1999-2000 Andre Hedrick <andre@linux-ide.org>
4 * Copyright (C) 2004, 2007 Bartlomiej Zolnierkiewicz
3 * 5 *
4 * May be copied or modified under the terms of the GNU General Public License 6 * May be copied or modified under the terms of the GNU General Public License
5 */ 7 */
6 8
7/* 9/*
8 * Special Thanks to Mark for his Six years of work. 10 * Special Thanks to Mark for his Six years of work.
9 *
10 * Copyright (c) 1995-1998 Mark Lord
11 * May be copied or modified under the terms of the GNU General Public License
12 */ 11 */
13 12
14/* 13/*