diff options
author | Andreas Herrmann <aherrman@de.ibm.com> | 2006-05-22 12:14:08 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-05-28 12:36:02 -0400 |
commit | 4a9d2d8bf989c77b54add430932fa5ed8a80dba9 (patch) | |
tree | d57022575739b1331d9c5c4edc6c1c32ca1bfbd9 /drivers/s390/scsi/zfcp_aux.c | |
parent | 979dca3826841e5dc9170c28f20bd75ece266a9a (diff) |
[SCSI] zfcp: (cleanup) shortened copyright and author information
Copyright update, shortened file headers, shortened author information.
Signed-off-by: Andreas Herrmann <aherrman@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/s390/scsi/zfcp_aux.c')
-rw-r--r-- | drivers/s390/scsi/zfcp_aux.c | 40 |
1 files changed, 19 insertions, 21 deletions
diff --git a/drivers/s390/scsi/zfcp_aux.c b/drivers/s390/scsi/zfcp_aux.c index 395cfc6a344f..12bc8f2905c4 100644 --- a/drivers/s390/scsi/zfcp_aux.c +++ b/drivers/s390/scsi/zfcp_aux.c | |||
@@ -1,18 +1,8 @@ | |||
1 | /* | 1 | /* |
2 | * This file is part of the zfcp device driver for | ||
3 | * FCP adapters for IBM System z9 and zSeries. | ||
2 | * | 4 | * |
3 | * linux/drivers/s390/scsi/zfcp_aux.c | 5 | * (C) Copyright IBM Corp. 2002, 2006 |
4 | * | ||
5 | * FCP adapter driver for IBM eServer zSeries | ||
6 | * | ||
7 | * (C) Copyright IBM Corp. 2002, 2004 | ||
8 | * | ||
9 | * Author(s): Martin Peschke <mpeschke@de.ibm.com> | ||
10 | * Raimund Schroeder <raimund.schroeder@de.ibm.com> | ||
11 | * Aron Zeh | ||
12 | * Wolfgang Taphorn | ||
13 | * Stefan Bader <stefan.bader@de.ibm.com> | ||
14 | * Heiko Carstens <heiko.carstens@de.ibm.com> | ||
15 | * Andreas Herrmann <aherrman@de.ibm.com> | ||
16 | * | 6 | * |
17 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
18 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
@@ -29,6 +19,20 @@ | |||
29 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 19 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
30 | */ | 20 | */ |
31 | 21 | ||
22 | /* | ||
23 | * Driver authors: | ||
24 | * Martin Peschke (originator of the driver) | ||
25 | * Raimund Schroeder | ||
26 | * Aron Zeh | ||
27 | * Wolfgang Taphorn | ||
28 | * Stefan Bader | ||
29 | * Heiko Carstens (kernel 2.6 port of the driver) | ||
30 | * Andreas Herrmann | ||
31 | * Maxim Shchetynin | ||
32 | * Volker Sameske | ||
33 | * Ralph Wuerthner | ||
34 | */ | ||
35 | |||
32 | #include "zfcp_ext.h" | 36 | #include "zfcp_ext.h" |
33 | 37 | ||
34 | /* accumulated log level (module parameter) */ | 38 | /* accumulated log level (module parameter) */ |
@@ -75,15 +79,9 @@ static struct miscdevice zfcp_cfdc_misc = { | |||
75 | /* declare driver module init/cleanup functions */ | 79 | /* declare driver module init/cleanup functions */ |
76 | module_init(zfcp_module_init); | 80 | module_init(zfcp_module_init); |
77 | 81 | ||
78 | MODULE_AUTHOR("Heiko Carstens <heiko.carstens@de.ibm.com>, " | 82 | MODULE_AUTHOR("IBM Deutschland Entwicklung GmbH - linux390@de.ibm.com"); |
79 | "Andreas Herrman <aherrman@de.ibm.com>, " | ||
80 | "Martin Peschke <mpeschke@de.ibm.com>, " | ||
81 | "Raimund Schroeder <raimund.schroeder@de.ibm.com>, " | ||
82 | "Wolfgang Taphorn <taphorn@de.ibm.com>, " | ||
83 | "Aron Zeh <arzeh@de.ibm.com>, " | ||
84 | "IBM Deutschland Entwicklung GmbH"); | ||
85 | MODULE_DESCRIPTION | 83 | MODULE_DESCRIPTION |
86 | ("FCP (SCSI over Fibre Channel) HBA driver for IBM eServer zSeries"); | 84 | ("FCP (SCSI over Fibre Channel) HBA driver for IBM System z9 and zSeries"); |
87 | MODULE_LICENSE("GPL"); | 85 | MODULE_LICENSE("GPL"); |
88 | 86 | ||
89 | module_param(device, charp, 0400); | 87 | module_param(device, charp, 0400); |