Skip to content

Commit 4a9d2d8

Browse files
Andreas HerrmannJames Bottomley
authored andcommitted
[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>
1 parent 979dca3 commit 4a9d2d8

14 files changed

+59
-180
lines changed

drivers/s390/scsi/zfcp_aux.c

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
/*
2+
* This file is part of the zfcp device driver for
3+
* FCP adapters for IBM System z9 and zSeries.
24
*
3-
* linux/drivers/s390/scsi/zfcp_aux.c
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>
5+
* (C) Copyright IBM Corp. 2002, 2006
166
*
177
* This program is free software; you can redistribute it and/or modify
188
* it under the terms of the GNU General Public License as published by
@@ -29,6 +19,20 @@
2919
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
3020
*/
3121

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+
3236
#include "zfcp_ext.h"
3337

3438
/* accumulated log level (module parameter) */
@@ -75,15 +79,9 @@ static struct miscdevice zfcp_cfdc_misc = {
7579
/* declare driver module init/cleanup functions */
7680
module_init(zfcp_module_init);
7781

78-
MODULE_AUTHOR("Heiko Carstens <heiko.carstens@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");
82+
MODULE_AUTHOR("IBM Deutschland Entwicklung GmbH - linux390@de.ibm.com");
8583
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");
8785
MODULE_LICENSE("GPL");
8886

8987
module_param(device, charp, 0400);

drivers/s390/scsi/zfcp_ccw.c

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
/*
2-
* linux/drivers/s390/scsi/zfcp_ccw.c
2+
* This file is part of the zfcp device driver for
3+
* FCP adapters for IBM System z9 and zSeries.
34
*
4-
* FCP adapter driver for IBM eServer zSeries
5-
*
6-
* CCW driver related routines
7-
*
8-
* (C) Copyright IBM Corp. 2003, 2004
9-
*
10-
* Authors:
11-
* Martin Peschke <mpeschke@de.ibm.com>
12-
* Heiko Carstens <heiko.carstens@de.ibm.com>
13-
* Andreas Herrmann <aherrman@de.ibm.com>
5+
* (C) Copyright IBM Corp. 2002, 2006
146
*
157
* This program is free software; you can redistribute it and/or modify
168
* it under the terms of the GNU General Public License as published by

drivers/s390/scsi/zfcp_dbf.c

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
/*
2+
* This file is part of the zfcp device driver for
3+
* FCP adapters for IBM System z9 and zSeries.
24
*
3-
* linux/drivers/s390/scsi/zfcp_dbf.c
4-
*
5-
* FCP adapter driver for IBM eServer zSeries
6-
*
7-
* Debugging facilities
8-
*
9-
* (C) Copyright IBM Corp. 2005
5+
* (C) Copyright IBM Corp. 2002, 2006
106
*
117
* This program is free software; you can redistribute it and/or modify
128
* it under the terms of the GNU General Public License as published by

drivers/s390/scsi/zfcp_def.h

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
/*
2-
*
3-
* linux/drivers/s390/scsi/zfcp_def.h
4-
*
5-
* FCP adapter driver for IBM eServer zSeries
6-
*
7-
* (C) Copyright IBM Corp. 2002, 2004
2+
* This file is part of the zfcp device driver for
3+
* FCP adapters for IBM System z9 and zSeries.
84
*
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-
* Volker Sameske <sameske@de.ibm.com>
5+
* (C) Copyright IBM Corp. 2002, 2006
176
*
187
* This program is free software; you can redistribute it and/or modify
198
* it under the terms of the GNU General Public License as published by

drivers/s390/scsi/zfcp_erp.c

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
/*
2-
*
3-
* linux/drivers/s390/scsi/zfcp_erp.c
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>
2+
* This file is part of the zfcp device driver for
3+
* FCP adapters for IBM System z9 and zSeries.
4+
*
5+
* (C) Copyright IBM Corp. 2002, 2006
166
*
177
* This program is free software; you can redistribute it and/or modify
188
* it under the terms of the GNU General Public License as published by

drivers/s390/scsi/zfcp_ext.h

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
/*
2-
*
3-
* linux/drivers/s390/scsi/zfcp_ext.h
4-
*
5-
* FCP adapter driver for IBM eServer zSeries
6-
*
7-
* (C) Copyright IBM Corp. 2002, 2004
2+
* This file is part of the zfcp device driver for
3+
* FCP adapters for IBM System z9 and zSeries.
84
*
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>
5+
* (C) Copyright IBM Corp. 2002, 2006
166
*
177
* This program is free software; you can redistribute it and/or modify
188
* it under the terms of the GNU General Public License as published by

drivers/s390/scsi/zfcp_fsf.c

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
/*
2+
* This file is part of the zfcp device driver for
3+
* FCP adapters for IBM System z9 and zSeries.
24
*
3-
* linux/drivers/s390/scsi/zfcp_fsf.c
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-
* Volker Sameske <sameske@de.ibm.com>
5+
* (C) Copyright IBM Corp. 2002, 2006
176
*
187
* This program is free software; you can redistribute it and/or modify
198
* it under the terms of the GNU General Public License as published by

drivers/s390/scsi/zfcp_fsf.h

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
/*
2-
*
3-
* linux/drivers/s390/scsi/zfcp_fsf.h
4-
*
5-
* FCP adapter driver for IBM eServer zSeries
6-
*
7-
* (C) Copyright IBM Corp. 2002, 2004
2+
* This file is part of the zfcp device driver for
3+
* FCP adapters for IBM System z9 and zSeries.
84
*
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-
* Volker Sameske <sameske@de.ibm.com>
5+
* (C) Copyright IBM Corp. 2002, 2006
176
*
187
* This program is free software; you can redistribute it and/or modify
198
* it under the terms of the GNU General Public License as published by

drivers/s390/scsi/zfcp_qdio.c

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
/*
2-
* linux/drivers/s390/scsi/zfcp_qdio.c
2+
* This file is part of the zfcp device driver for
3+
* FCP adapters for IBM System z9 and zSeries.
34
*
4-
* FCP adapter driver for IBM eServer zSeries
5-
*
6-
* QDIO related routines
7-
*
8-
* (C) Copyright IBM Corp. 2002, 2004
9-
*
10-
* Authors:
11-
* Martin Peschke <mpeschke@de.ibm.com>
12-
* Raimund Schroeder <raimund.schroeder@de.ibm.com>
13-
* Wolfgang Taphorn
14-
* Heiko Carstens <heiko.carstens@de.ibm.com>
15-
* Andreas Herrmann <aherrman@de.ibm.com>
5+
* (C) Copyright IBM Corp. 2002, 2006
166
*
177
* This program is free software; you can redistribute it and/or modify
188
* it under the terms of the GNU General Public License as published by

drivers/s390/scsi/zfcp_scsi.c

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
/*
2-
*
3-
* linux/drivers/s390/scsi/zfcp_scsi.c
4-
*
5-
* FCP adapter driver for IBM eServer zSeries
6-
*
7-
* (C) Copyright IBM Corp. 2002, 2004
2+
* This file is part of the zfcp device driver for
3+
* FCP adapters for IBM System z9 and zSeries.
84
*
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>
5+
* (C) Copyright IBM Corp. 2002, 2006
166
*
177
* This program is free software; you can redistribute it and/or modify
188
* it under the terms of the GNU General Public License as published by

drivers/s390/scsi/zfcp_sysfs_adapter.c

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
/*
2-
* linux/drivers/s390/scsi/zfcp_sysfs_adapter.c
2+
* This file is part of the zfcp device driver for
3+
* FCP adapters for IBM System z9 and zSeries.
34
*
4-
* FCP adapter driver for IBM eServer zSeries
5-
*
6-
* sysfs adapter related routines
7-
*
8-
* (C) Copyright IBM Corp. 2003, 2004
9-
*
10-
* Authors:
11-
* Martin Peschke <mpeschke@de.ibm.com>
12-
* Heiko Carstens <heiko.carstens@de.ibm.com>
13-
* Andreas Herrmann <aherrman@de.ibm.com>
5+
* (C) Copyright IBM Corp. 2002, 2006
146
*
157
* This program is free software; you can redistribute it and/or modify
168
* it under the terms of the GNU General Public License as published by

drivers/s390/scsi/zfcp_sysfs_driver.c

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
/*
2-
* linux/drivers/s390/scsi/zfcp_sysfs_driver.c
2+
* This file is part of the zfcp device driver for
3+
* FCP adapters for IBM System z9 and zSeries.
34
*
4-
* FCP adapter driver for IBM eServer zSeries
5-
*
6-
* sysfs driver related routines
7-
*
8-
* (C) Copyright IBM Corp. 2003, 2004
9-
*
10-
* Authors:
11-
* Martin Peschke <mpeschke@de.ibm.com>
12-
* Heiko Carstens <heiko.carstens@de.ibm.com>
13-
* Andreas Herrmann <aherrman@de.ibm.com>
5+
* (C) Copyright IBM Corp. 2002, 2006
146
*
157
* This program is free software; you can redistribute it and/or modify
168
* it under the terms of the GNU General Public License as published by

drivers/s390/scsi/zfcp_sysfs_port.c

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
/*
2-
* linux/drivers/s390/scsi/zfcp_sysfs_port.c
2+
* This file is part of the zfcp device driver for
3+
* FCP adapters for IBM System z9 and zSeries.
34
*
4-
* FCP adapter driver for IBM eServer zSeries
5-
*
6-
* sysfs port related routines
7-
*
8-
* (C) Copyright IBM Corp. 2003, 2004
9-
*
10-
* Authors:
11-
* Martin Peschke <mpeschke@de.ibm.com>
12-
* Heiko Carstens <heiko.carstens@de.ibm.com>
13-
* Andreas Herrmann <aherrman@de.ibm.com>
14-
* Volker Sameske <sameske@de.ibm.com>
5+
* (C) Copyright IBM Corp. 2002, 2006
156
*
167
* This program is free software; you can redistribute it and/or modify
178
* it under the terms of the GNU General Public License as published by

drivers/s390/scsi/zfcp_sysfs_unit.c

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
/*
2-
* linux/drivers/s390/scsi/zfcp_sysfs_unit.c
2+
* This file is part of the zfcp device driver for
3+
* FCP adapters for IBM System z9 and zSeries.
34
*
4-
* FCP adapter driver for IBM eServer zSeries
5-
*
6-
* sysfs unit related routines
7-
*
8-
* (C) Copyright IBM Corp. 2003, 2004
9-
*
10-
* Authors:
11-
* Martin Peschke <mpeschke@de.ibm.com>
12-
* Heiko Carstens <heiko.carstens@de.ibm.com>
13-
* Andreas Herrmann <aherrman@de.ibm.com>
14-
* Volker Sameske <sameske@de.ibm.com>
5+
* (C) Copyright IBM Corp. 2002, 2006
156
*
167
* This program is free software; you can redistribute it and/or modify
178
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)