The last years stuff and a trip down memory lane... Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx> --- drivers/ide/ide-cd.c | 8 ++++---- drivers/ide/ide-disk.c | 9 +++++---- drivers/ide/ide-dma.c | 7 +++---- drivers/ide/ide-floppy.c | 5 +++-- drivers/ide/ide-probe.c | 3 ++- drivers/ide/ide-tape.c | 3 ++- drivers/ide/ide-taskfile.c | 8 ++++---- drivers/ide/ide.c | 3 ++- drivers/ide/setup-pci.c | 5 +++-- drivers/scsi/ide-scsi.c | 3 ++- 10 files changed, 30 insertions(+), 24 deletions(-) Index: b/drivers/ide/ide-cd.c =================================================================== --- a/drivers/ide/ide-cd.c +++ b/drivers/ide/ide-cd.c @@ -1,10 +1,10 @@ /* * ATAPI CD-ROM driver. * - * Copyright (C) 1994-1996 Scott Snyder <snyder@xxxxxxxxxxxxxxx> - * Copyright (C) 1996-1998 Erik Andersen <andersee@xxxxxxxxxx> - * Copyright (C) 1998-2000 Jens Axboe <axboe@xxxxxxx> - * Copyright (C) 2007 Bartlomiej Zolnierkiewicz + * Copyright (C) 1994-1996 Scott Snyder <snyder@xxxxxxxxxxxxxxx> + * Copyright (C) 1996-1998 Erik Andersen <andersee@xxxxxxxxxx> + * Copyright (C) 1998-2000 Jens Axboe <axboe@xxxxxxx> + * Copyright (C) 2005, 2007 Bartlomiej Zolnierkiewicz * * May be copied or modified under the terms of the GNU General Public * License. See linux/COPYING for more information. Index: b/drivers/ide/ide-disk.c =================================================================== --- a/drivers/ide/ide-disk.c +++ b/drivers/ide/ide-disk.c @@ -1,8 +1,9 @@ /* - * Copyright (C) 1994-1998 Linus Torvalds & authors (see below) - * Copyright (C) 1998-2002 Linux ATA Development - * Andre Hedrick <andre@xxxxxxxxxxxxx> - * Copyright (C) 2003 Red Hat <alan@xxxxxxxxxx> + * Copyright (C) 1994-1998 Linus Torvalds & authors (see below) + * Copyright (C) 1998-2002 Linux ATA Development + * Andre Hedrick <andre@xxxxxxxxxxxxx> + * Copyright (C) 2003 Red Hat <alan@xxxxxxxxxx> + * Copyright (C) 2003-2005, 2007 Bartlomiej Zolnierkiewicz */ /* Index: b/drivers/ide/ide-dma.c =================================================================== --- a/drivers/ide/ide-dma.c +++ b/drivers/ide/ide-dma.c @@ -1,14 +1,13 @@ /* - * Copyright (c) 1999-2000 Andre Hedrick <andre@xxxxxxxxxxxxx> + * Copyright (C) 1995-1998 Mark Lord + * Copyright (C) 1999-2000 Andre Hedrick <andre@xxxxxxxxxxxxx> + * Copyright (C) 2004, 2007 Bartlomiej Zolnierkiewicz * * May be copied or modified under the terms of the GNU General Public License */ /* * Special Thanks to Mark for his Six years of work. - * - * Copyright (c) 1995-1998 Mark Lord - * May be copied or modified under the terms of the GNU General Public License */ /* Index: b/drivers/ide/ide-floppy.c =================================================================== --- a/drivers/ide/ide-floppy.c +++ b/drivers/ide/ide-floppy.c @@ -1,6 +1,7 @@ /* - * Copyright (C) 1996 - 1999 Gadi Oxman <gadio@xxxxxxxxxxxxxxxx> - * Copyright (C) 2000 - 2002 Paul Bristow <paul@xxxxxxxxxxxxxxx> + * Copyright (C) 1996-1999 Gadi Oxman <gadio@xxxxxxxxxxxxxxxx> + * Copyright (C) 2000-2002 Paul Bristow <paul@xxxxxxxxxxxxxxx> + * Copyright (C) 2005 Bartlomiej Zolnierkiewicz */ /* Index: b/drivers/ide/ide-probe.c =================================================================== --- a/drivers/ide/ide-probe.c +++ b/drivers/ide/ide-probe.c @@ -1,5 +1,6 @@ /* - * Copyright (C) 1994-1998 Linus Torvalds & authors (see below) + * Copyright (C) 1994-1998 Linus Torvalds & authors (see below) + * Copyright (C) 2005, 2007 Bartlomiej Zolnierkiewicz */ /* Index: b/drivers/ide/ide-tape.c =================================================================== --- a/drivers/ide/ide-tape.c +++ b/drivers/ide/ide-tape.c @@ -1,5 +1,6 @@ /* - * Copyright (C) 1995 - 1999 Gadi Oxman <gadio@xxxxxxxxxxxxxxxx> + * Copyright (C) 1995-1999 Gadi Oxman <gadio@xxxxxxxxxxxxxxxx> + * Copyright (C) 2003-2005 Bartlomiej Zolnierkiewicz * * $Header$ * Index: b/drivers/ide/ide-taskfile.c =================================================================== --- a/drivers/ide/ide-taskfile.c +++ b/drivers/ide/ide-taskfile.c @@ -1,9 +1,9 @@ /* - * Copyright (C) 2000-2002 Michael Cornwell <cornwell@xxxxxxx> - * Copyright (C) 2000-2002 Andre Hedrick <andre@xxxxxxxxxxxxx> - * Copyright (C) 2001-2002 Klaus Smolin + * Copyright (C) 2000-2002 Michael Cornwell <cornwell@xxxxxxx> + * Copyright (C) 2000-2002 Andre Hedrick <andre@xxxxxxxxxxxxx> + * Copyright (C) 2001-2002 Klaus Smolin * IBM Storage Technology Division - * Copyright (C) 2003-2004 Bartlomiej Zolnierkiewicz + * Copyright (C) 2003-2004, 2007 Bartlomiej Zolnierkiewicz * * The big the bad and the ugly. */ Index: b/drivers/ide/ide.c =================================================================== --- a/drivers/ide/ide.c +++ b/drivers/ide/ide.c @@ -1,5 +1,6 @@ /* - * Copyright (C) 1994-1998 Linus Torvalds & authors (see below) + * Copyright (C) 1994-1998 Linus Torvalds & authors (see below) + * Copyrifht (C) 2003-2005, 2007 Bartlomiej Zolnierkiewicz */ /* Index: b/drivers/ide/setup-pci.c =================================================================== --- a/drivers/ide/setup-pci.c +++ b/drivers/ide/setup-pci.c @@ -1,6 +1,7 @@ /* - * Copyright (c) 1998-2000 Andre Hedrick <andre@xxxxxxxxxxxxx> - * Copyright (c) 1995-1998 Mark Lord + * Copyright (C) 1998-2000 Andre Hedrick <andre@xxxxxxxxxxxxx> + * Copyright (C) 1995-1998 Mark Lord + * Copyright (C) 2007 Bartlomiej Zolnierkiewicz * * May be copied or modified under the terms of the GNU General Public License */ Index: b/drivers/scsi/ide-scsi.c =================================================================== --- a/drivers/scsi/ide-scsi.c +++ b/drivers/scsi/ide-scsi.c @@ -1,5 +1,6 @@ /* - * Copyright (C) 1996 - 1999 Gadi Oxman <gadio@xxxxxxxxxxxxxxxx> + * Copyright (C) 1996-1999 Gadi Oxman <gadio@xxxxxxxxxxxxxxxx> + * Copyright (C) 2004-2005 Bartlomiej Zolnierkiewicz */ /* - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html