mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
[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>
This commit is contained in:
parent
979dca3826
commit
4a9d2d8bf9
@ -1,18 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
* This file is part of the zfcp device driver for
|
||||||
|
* FCP adapters for IBM System z9 and zSeries.
|
||||||
*
|
*
|
||||||
* linux/drivers/s390/scsi/zfcp_aux.c
|
* (C) Copyright IBM Corp. 2002, 2006
|
||||||
*
|
|
||||||
* FCP adapter driver for IBM eServer zSeries
|
|
||||||
*
|
|
||||||
* (C) Copyright IBM Corp. 2002, 2004
|
|
||||||
*
|
|
||||||
* Author(s): Martin Peschke <mpeschke@de.ibm.com>
|
|
||||||
* Raimund Schroeder <raimund.schroeder@de.ibm.com>
|
|
||||||
* Aron Zeh
|
|
||||||
* Wolfgang Taphorn
|
|
||||||
* Stefan Bader <stefan.bader@de.ibm.com>
|
|
||||||
* Heiko Carstens <heiko.carstens@de.ibm.com>
|
|
||||||
* Andreas Herrmann <aherrman@de.ibm.com>
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -29,6 +19,20 @@
|
|||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Driver authors:
|
||||||
|
* Martin Peschke (originator of the driver)
|
||||||
|
* Raimund Schroeder
|
||||||
|
* Aron Zeh
|
||||||
|
* Wolfgang Taphorn
|
||||||
|
* Stefan Bader
|
||||||
|
* Heiko Carstens (kernel 2.6 port of the driver)
|
||||||
|
* Andreas Herrmann
|
||||||
|
* Maxim Shchetynin
|
||||||
|
* Volker Sameske
|
||||||
|
* Ralph Wuerthner
|
||||||
|
*/
|
||||||
|
|
||||||
#include "zfcp_ext.h"
|
#include "zfcp_ext.h"
|
||||||
|
|
||||||
/* accumulated log level (module parameter) */
|
/* accumulated log level (module parameter) */
|
||||||
@ -75,15 +79,9 @@ static struct miscdevice zfcp_cfdc_misc = {
|
|||||||
/* declare driver module init/cleanup functions */
|
/* declare driver module init/cleanup functions */
|
||||||
module_init(zfcp_module_init);
|
module_init(zfcp_module_init);
|
||||||
|
|
||||||
MODULE_AUTHOR("Heiko Carstens <heiko.carstens@de.ibm.com>, "
|
MODULE_AUTHOR("IBM Deutschland Entwicklung GmbH - linux390@de.ibm.com");
|
||||||
"Andreas Herrman <aherrman@de.ibm.com>, "
|
|
||||||
"Martin Peschke <mpeschke@de.ibm.com>, "
|
|
||||||
"Raimund Schroeder <raimund.schroeder@de.ibm.com>, "
|
|
||||||
"Wolfgang Taphorn <taphorn@de.ibm.com>, "
|
|
||||||
"Aron Zeh <arzeh@de.ibm.com>, "
|
|
||||||
"IBM Deutschland Entwicklung GmbH");
|
|
||||||
MODULE_DESCRIPTION
|
MODULE_DESCRIPTION
|
||||||
("FCP (SCSI over Fibre Channel) HBA driver for IBM eServer zSeries");
|
("FCP (SCSI over Fibre Channel) HBA driver for IBM System z9 and zSeries");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
||||||
module_param(device, charp, 0400);
|
module_param(device, charp, 0400);
|
||||||
|
@ -1,16 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* linux/drivers/s390/scsi/zfcp_ccw.c
|
* This file is part of the zfcp device driver for
|
||||||
|
* FCP adapters for IBM System z9 and zSeries.
|
||||||
*
|
*
|
||||||
* FCP adapter driver for IBM eServer zSeries
|
* (C) Copyright IBM Corp. 2002, 2006
|
||||||
*
|
|
||||||
* CCW driver related routines
|
|
||||||
*
|
|
||||||
* (C) Copyright IBM Corp. 2003, 2004
|
|
||||||
*
|
|
||||||
* Authors:
|
|
||||||
* Martin Peschke <mpeschke@de.ibm.com>
|
|
||||||
* Heiko Carstens <heiko.carstens@de.ibm.com>
|
|
||||||
* Andreas Herrmann <aherrman@de.ibm.com>
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,12 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
* This file is part of the zfcp device driver for
|
||||||
|
* FCP adapters for IBM System z9 and zSeries.
|
||||||
*
|
*
|
||||||
* linux/drivers/s390/scsi/zfcp_dbf.c
|
* (C) Copyright IBM Corp. 2002, 2006
|
||||||
*
|
|
||||||
* FCP adapter driver for IBM eServer zSeries
|
|
||||||
*
|
|
||||||
* Debugging facilities
|
|
||||||
*
|
|
||||||
* (C) Copyright IBM Corp. 2005
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,19 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
* This file is part of the zfcp device driver for
|
||||||
|
* FCP adapters for IBM System z9 and zSeries.
|
||||||
*
|
*
|
||||||
* linux/drivers/s390/scsi/zfcp_def.h
|
* (C) Copyright IBM Corp. 2002, 2006
|
||||||
*
|
|
||||||
* FCP adapter driver for IBM eServer zSeries
|
|
||||||
*
|
|
||||||
* (C) Copyright IBM Corp. 2002, 2004
|
|
||||||
*
|
|
||||||
* Author(s): Martin Peschke <mpeschke@de.ibm.com>
|
|
||||||
* Raimund Schroeder <raimund.schroeder@de.ibm.com>
|
|
||||||
* Aron Zeh
|
|
||||||
* Wolfgang Taphorn
|
|
||||||
* Stefan Bader <stefan.bader@de.ibm.com>
|
|
||||||
* Heiko Carstens <heiko.carstens@de.ibm.com>
|
|
||||||
* Andreas Herrmann <aherrman@de.ibm.com>
|
|
||||||
* Volker Sameske <sameske@de.ibm.com>
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,18 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
* This file is part of the zfcp device driver for
|
||||||
|
* FCP adapters for IBM System z9 and zSeries.
|
||||||
*
|
*
|
||||||
* linux/drivers/s390/scsi/zfcp_erp.c
|
* (C) Copyright IBM Corp. 2002, 2006
|
||||||
*
|
|
||||||
* FCP adapter driver for IBM eServer zSeries
|
|
||||||
*
|
|
||||||
* (C) Copyright IBM Corp. 2002, 2004
|
|
||||||
*
|
|
||||||
* Author(s): Martin Peschke <mpeschke@de.ibm.com>
|
|
||||||
* Raimund Schroeder <raimund.schroeder@de.ibm.com>
|
|
||||||
* Aron Zeh
|
|
||||||
* Wolfgang Taphorn
|
|
||||||
* Stefan Bader <stefan.bader@de.ibm.com>
|
|
||||||
* Heiko Carstens <heiko.carstens@de.ibm.com>
|
|
||||||
* Andreas Herrmann <aherrman@de.ibm.com>
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,18 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
* This file is part of the zfcp device driver for
|
||||||
|
* FCP adapters for IBM System z9 and zSeries.
|
||||||
*
|
*
|
||||||
* linux/drivers/s390/scsi/zfcp_ext.h
|
* (C) Copyright IBM Corp. 2002, 2006
|
||||||
*
|
|
||||||
* FCP adapter driver for IBM eServer zSeries
|
|
||||||
*
|
|
||||||
* (C) Copyright IBM Corp. 2002, 2004
|
|
||||||
*
|
|
||||||
* Author(s): Martin Peschke <mpeschke@de.ibm.com>
|
|
||||||
* Raimund Schroeder <raimund.schroeder@de.ibm.com>
|
|
||||||
* Aron Zeh
|
|
||||||
* Wolfgang Taphorn
|
|
||||||
* Stefan Bader <stefan.bader@de.ibm.com>
|
|
||||||
* Heiko Carstens <heiko.carstens@de.ibm.com>
|
|
||||||
* Andreas Herrmann <aherrman@de.ibm.com>
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,19 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
* This file is part of the zfcp device driver for
|
||||||
|
* FCP adapters for IBM System z9 and zSeries.
|
||||||
*
|
*
|
||||||
* linux/drivers/s390/scsi/zfcp_fsf.c
|
* (C) Copyright IBM Corp. 2002, 2006
|
||||||
*
|
|
||||||
* FCP adapter driver for IBM eServer zSeries
|
|
||||||
*
|
|
||||||
* (C) Copyright IBM Corp. 2002, 2004
|
|
||||||
*
|
|
||||||
* Author(s): Martin Peschke <mpeschke@de.ibm.com>
|
|
||||||
* Raimund Schroeder <raimund.schroeder@de.ibm.com>
|
|
||||||
* Aron Zeh
|
|
||||||
* Wolfgang Taphorn
|
|
||||||
* Stefan Bader <stefan.bader@de.ibm.com>
|
|
||||||
* Heiko Carstens <heiko.carstens@de.ibm.com>
|
|
||||||
* Andreas Herrmann <aherrman@de.ibm.com>
|
|
||||||
* Volker Sameske <sameske@de.ibm.com>
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,19 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
* This file is part of the zfcp device driver for
|
||||||
|
* FCP adapters for IBM System z9 and zSeries.
|
||||||
*
|
*
|
||||||
* linux/drivers/s390/scsi/zfcp_fsf.h
|
* (C) Copyright IBM Corp. 2002, 2006
|
||||||
*
|
|
||||||
* FCP adapter driver for IBM eServer zSeries
|
|
||||||
*
|
|
||||||
* (C) Copyright IBM Corp. 2002, 2004
|
|
||||||
*
|
|
||||||
* Author(s): Martin Peschke <mpeschke@de.ibm.com>
|
|
||||||
* Raimund Schroeder <raimund.schroeder@de.ibm.com>
|
|
||||||
* Aron Zeh
|
|
||||||
* Wolfgang Taphorn
|
|
||||||
* Stefan Bader <stefan.bader@de.ibm.com>
|
|
||||||
* Heiko Carstens <heiko.carstens@de.ibm.com>
|
|
||||||
* Andreas Herrmann <aherrman@de.ibm.com>
|
|
||||||
* Volker Sameske <sameske@de.ibm.com>
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,18 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* linux/drivers/s390/scsi/zfcp_qdio.c
|
* This file is part of the zfcp device driver for
|
||||||
|
* FCP adapters for IBM System z9 and zSeries.
|
||||||
*
|
*
|
||||||
* FCP adapter driver for IBM eServer zSeries
|
* (C) Copyright IBM Corp. 2002, 2006
|
||||||
*
|
|
||||||
* QDIO related routines
|
|
||||||
*
|
|
||||||
* (C) Copyright IBM Corp. 2002, 2004
|
|
||||||
*
|
|
||||||
* Authors:
|
|
||||||
* Martin Peschke <mpeschke@de.ibm.com>
|
|
||||||
* Raimund Schroeder <raimund.schroeder@de.ibm.com>
|
|
||||||
* Wolfgang Taphorn
|
|
||||||
* Heiko Carstens <heiko.carstens@de.ibm.com>
|
|
||||||
* Andreas Herrmann <aherrman@de.ibm.com>
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,18 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
* This file is part of the zfcp device driver for
|
||||||
|
* FCP adapters for IBM System z9 and zSeries.
|
||||||
*
|
*
|
||||||
* linux/drivers/s390/scsi/zfcp_scsi.c
|
* (C) Copyright IBM Corp. 2002, 2006
|
||||||
*
|
|
||||||
* FCP adapter driver for IBM eServer zSeries
|
|
||||||
*
|
|
||||||
* (C) Copyright IBM Corp. 2002, 2004
|
|
||||||
*
|
|
||||||
* Author(s): Martin Peschke <mpeschke@de.ibm.com>
|
|
||||||
* Raimund Schroeder <raimund.schroeder@de.ibm.com>
|
|
||||||
* Aron Zeh
|
|
||||||
* Wolfgang Taphorn
|
|
||||||
* Stefan Bader <stefan.bader@de.ibm.com>
|
|
||||||
* Heiko Carstens <heiko.carstens@de.ibm.com>
|
|
||||||
* Andreas Herrmann <aherrman@de.ibm.com>
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,16 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* linux/drivers/s390/scsi/zfcp_sysfs_adapter.c
|
* This file is part of the zfcp device driver for
|
||||||
|
* FCP adapters for IBM System z9 and zSeries.
|
||||||
*
|
*
|
||||||
* FCP adapter driver for IBM eServer zSeries
|
* (C) Copyright IBM Corp. 2002, 2006
|
||||||
*
|
|
||||||
* sysfs adapter related routines
|
|
||||||
*
|
|
||||||
* (C) Copyright IBM Corp. 2003, 2004
|
|
||||||
*
|
|
||||||
* Authors:
|
|
||||||
* Martin Peschke <mpeschke@de.ibm.com>
|
|
||||||
* Heiko Carstens <heiko.carstens@de.ibm.com>
|
|
||||||
* Andreas Herrmann <aherrman@de.ibm.com>
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,16 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* linux/drivers/s390/scsi/zfcp_sysfs_driver.c
|
* This file is part of the zfcp device driver for
|
||||||
|
* FCP adapters for IBM System z9 and zSeries.
|
||||||
*
|
*
|
||||||
* FCP adapter driver for IBM eServer zSeries
|
* (C) Copyright IBM Corp. 2002, 2006
|
||||||
*
|
|
||||||
* sysfs driver related routines
|
|
||||||
*
|
|
||||||
* (C) Copyright IBM Corp. 2003, 2004
|
|
||||||
*
|
|
||||||
* Authors:
|
|
||||||
* Martin Peschke <mpeschke@de.ibm.com>
|
|
||||||
* Heiko Carstens <heiko.carstens@de.ibm.com>
|
|
||||||
* Andreas Herrmann <aherrman@de.ibm.com>
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,17 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* linux/drivers/s390/scsi/zfcp_sysfs_port.c
|
* This file is part of the zfcp device driver for
|
||||||
|
* FCP adapters for IBM System z9 and zSeries.
|
||||||
*
|
*
|
||||||
* FCP adapter driver for IBM eServer zSeries
|
* (C) Copyright IBM Corp. 2002, 2006
|
||||||
*
|
|
||||||
* sysfs port related routines
|
|
||||||
*
|
|
||||||
* (C) Copyright IBM Corp. 2003, 2004
|
|
||||||
*
|
|
||||||
* Authors:
|
|
||||||
* Martin Peschke <mpeschke@de.ibm.com>
|
|
||||||
* Heiko Carstens <heiko.carstens@de.ibm.com>
|
|
||||||
* Andreas Herrmann <aherrman@de.ibm.com>
|
|
||||||
* Volker Sameske <sameske@de.ibm.com>
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,17 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* linux/drivers/s390/scsi/zfcp_sysfs_unit.c
|
* This file is part of the zfcp device driver for
|
||||||
|
* FCP adapters for IBM System z9 and zSeries.
|
||||||
*
|
*
|
||||||
* FCP adapter driver for IBM eServer zSeries
|
* (C) Copyright IBM Corp. 2002, 2006
|
||||||
*
|
|
||||||
* sysfs unit related routines
|
|
||||||
*
|
|
||||||
* (C) Copyright IBM Corp. 2003, 2004
|
|
||||||
*
|
|
||||||
* Authors:
|
|
||||||
* Martin Peschke <mpeschke@de.ibm.com>
|
|
||||||
* Heiko Carstens <heiko.carstens@de.ibm.com>
|
|
||||||
* Andreas Herrmann <aherrman@de.ibm.com>
|
|
||||||
* Volker Sameske <sameske@de.ibm.com>
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
Loading…
x
Reference in New Issue
Block a user