* [PATCH] cciss: update copyright
@ 2015-06-25 17:47 Don Brace
2015-06-25 18:34 ` Elliott, Robert (Server Storage)
0 siblings, 1 reply; 2+ messages in thread
From: Don Brace @ 2015-06-25 17:47 UTC (permalink / raw)
To: gerry.morong, axboe, storagedev, iss_storagedev, scott.benesh
Cc: linux-kernel
- add in PMC-Sierra
- change e-mail address
Signed-off-by: Don Brace <don.brace@pmcs.com>
---
drivers/block/cciss.c | 8 ++------
drivers/block/cciss.h | 18 ++++++++++++++++++
drivers/block/cciss_cmd.h | 18 ++++++++++++++++++
drivers/block/cciss_scsi.c | 8 ++------
drivers/block/cciss_scsi.h | 8 ++------
5 files changed, 42 insertions(+), 18 deletions(-)
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c
index 0422c47..04b8dfb 100644
--- a/drivers/block/cciss.c
+++ b/drivers/block/cciss.c
@@ -1,5 +1,6 @@
/*
* Disk Array driver for HP Smart Array controllers.
+ * (C) Copyright 2014-2015 PMC-Sierra, Inc.
* (C) Copyright 2000, 2007 Hewlett-Packard Development Company, L.P.
*
* This program is free software; you can redistribute it and/or modify
@@ -11,12 +12,7 @@
* MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- * 02111-1307, USA.
- *
- * Questions/Comments/Bugfixes to iss_storagedev@hp.com
+ * Questions/Comments/Bugfixes to storagedev@hp.com
*
*/
diff --git a/drivers/block/cciss.h b/drivers/block/cciss.h
index 7fda30e..2c5be7a 100644
--- a/drivers/block/cciss.h
+++ b/drivers/block/cciss.h
@@ -1,3 +1,21 @@
+/*
+ * Disk Array driver for HP Smart Array controllers.
+ * (C) Copyright 2014-2015 PMC-Sierra, Inc.
+ * (C) Copyright 2000, 2007 Hewlett-Packard Development Company, L.P.
+ *
+ * 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
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * Questions/Comments/Bugfixes to storagedev@hp.com
+ *
+ */
+
#ifndef CCISS_H
#define CCISS_H
diff --git a/drivers/block/cciss_cmd.h b/drivers/block/cciss_cmd.h
index d9be6b4..808cb92 100644
--- a/drivers/block/cciss_cmd.h
+++ b/drivers/block/cciss_cmd.h
@@ -1,3 +1,21 @@
+/*
+ * Disk Array driver for HP Smart Array controllers.
+ * (C) Copyright 2014-2015 PMC-Sierra, Inc.
+ * (C) Copyright 2000, 2007 Hewlett-Packard Development Company, L.P.
+ *
+ * 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
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * Questions/Comments/Bugfixes to storagedev@hp.com
+ *
+ */
+
#ifndef CCISS_CMD_H
#define CCISS_CMD_H
diff --git a/drivers/block/cciss_scsi.c b/drivers/block/cciss_scsi.c
index 1537302..13e46c4 100644
--- a/drivers/block/cciss_scsi.c
+++ b/drivers/block/cciss_scsi.c
@@ -1,5 +1,6 @@
/*
* Disk Array driver for HP Smart Array controllers, SCSI Tape module.
+ * (C) Copyright 2014-2015 PMC-Sierra, Inc.
* (C) Copyright 2001, 2007 Hewlett-Packard Development Company, L.P.
*
* This program is free software; you can redistribute it and/or modify
@@ -11,12 +12,7 @@
* MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 300, Boston, MA
- * 02111-1307, USA.
- *
- * Questions/Comments/Bugfixes to iss_storagedev@hp.com
+ * Questions/Comments/Bugfixes to storagedev@hp.com
*
* Author: Stephen M. Cameron
*/
diff --git a/drivers/block/cciss_scsi.h b/drivers/block/cciss_scsi.h
index e71d986..e6eb915 100644
--- a/drivers/block/cciss_scsi.h
+++ b/drivers/block/cciss_scsi.h
@@ -1,5 +1,6 @@
/*
* Disk Array driver for HP Smart Array controllers, SCSI Tape module.
+ * (C) Copyright 2014-2015 PMC-Sierra, Inc.
* (C) Copyright 2001, 2007 Hewlett-Packard Development Company, L.P.
*
* This program is free software; you can redistribute it and/or modify
@@ -11,12 +12,7 @@
* MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 300, Boston, MA
- * 02111-1307, USA.
- *
- * Questions/Comments/Bugfixes to iss_storagedev@hp.com
+ * Questions/Comments/Bugfixes to storagedev@hp.com
*
*/
#ifdef CONFIG_CISS_SCSI_TAPE
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: [PATCH] cciss: update copyright
2015-06-25 17:47 [PATCH] cciss: update copyright Don Brace
@ 2015-06-25 18:34 ` Elliott, Robert (Server Storage)
0 siblings, 0 replies; 2+ messages in thread
From: Elliott, Robert (Server Storage) @ 2015-06-25 18:34 UTC (permalink / raw)
To: Don Brace, gerry.morong, axboe, storagedev, ISS StorageDev, scott.benesh
Cc: linux-kernel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 5994 bytes --]
> -----Original Message-----
> From: Don Brace [mailto:don.brace@pmcs.com]
> Sent: Thursday, June 25, 2015 7:48 PM
> To: gerry.morong@pmcs.com; axboe@kernel.uk; storagedev@pmcs.com; ISS
> StorageDev; scott.benesh@pmcs.com
> Cc: linux-kernel@vger.kernel.org
> Subject: [PATCH] cciss: update copyright
>
> - add in PMC-Sierra
> - change e-mail address
>
> Signed-off-by: Don Brace <don.brace@pmcs.com>
> ---
> drivers/block/cciss.c | 8 ++------
> drivers/block/cciss.h | 18 ++++++++++++++++++
> drivers/block/cciss_cmd.h | 18 ++++++++++++++++++
> drivers/block/cciss_scsi.c | 8 ++------
> drivers/block/cciss_scsi.h | 8 ++------
> 5 files changed, 42 insertions(+), 18 deletions(-)
>
> diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c
> index 0422c47..04b8dfb 100644
> --- a/drivers/block/cciss.c
> +++ b/drivers/block/cciss.c
> @@ -1,5 +1,6 @@
> /*
> * Disk Array driver for HP Smart Array controllers.
> + * (C) Copyright 2014-2015 PMC-Sierra, Inc.
> * (C) Copyright 2000, 2007 Hewlett-Packard Development Company, L.P.
> *
> * This program is free software; you can redistribute it and/or
> modify
> @@ -11,12 +12,7 @@
> * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> * General Public License for more details.
> *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
> - * 02111-1307, USA.
> - *
> - * Questions/Comments/Bugfixes to iss_storagedev@hp.com
> + * Questions/Comments/Bugfixes to storagedev@hp.com
wrong company
> *
> */
>
> diff --git a/drivers/block/cciss.h b/drivers/block/cciss.h
> index 7fda30e..2c5be7a 100644
> --- a/drivers/block/cciss.h
> +++ b/drivers/block/cciss.h
> @@ -1,3 +1,21 @@
> +/*
> + * Disk Array driver for HP Smart Array controllers.
> + * (C) Copyright 2014-2015 PMC-Sierra, Inc.
> + * (C) Copyright 2000, 2007 Hewlett-Packard Development Company, L.P.
> + *
> + * 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
> + * the Free Software Foundation; version 2 of the License.
> + *
> + * This program is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> + * General Public License for more details.
> + *
> + * Questions/Comments/Bugfixes to storagedev@hp.com
> + *
> + */
> +
> #ifndef CCISS_H
> #define CCISS_H
>
> diff --git a/drivers/block/cciss_cmd.h b/drivers/block/cciss_cmd.h
> index d9be6b4..808cb92 100644
> --- a/drivers/block/cciss_cmd.h
> +++ b/drivers/block/cciss_cmd.h
> @@ -1,3 +1,21 @@
> +/*
> + * Disk Array driver for HP Smart Array controllers.
> + * (C) Copyright 2014-2015 PMC-Sierra, Inc.
> + * (C) Copyright 2000, 2007 Hewlett-Packard Development Company, L.P.
> + *
> + * 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
> + * the Free Software Foundation; version 2 of the License.
> + *
> + * This program is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> + * General Public License for more details.
> + *
> + * Questions/Comments/Bugfixes to storagedev@hp.com
ditto
> + *
> + */
> +
> #ifndef CCISS_CMD_H
> #define CCISS_CMD_H
>
> diff --git a/drivers/block/cciss_scsi.c b/drivers/block/cciss_scsi.c
> index 1537302..13e46c4 100644
> --- a/drivers/block/cciss_scsi.c
> +++ b/drivers/block/cciss_scsi.c
> @@ -1,5 +1,6 @@
> /*
> * Disk Array driver for HP Smart Array controllers, SCSI Tape module.
> + * (C) Copyright 2014-2015 PMC-Sierra, Inc.
> * (C) Copyright 2001, 2007 Hewlett-Packard Development Company, L.P.
> *
> * This program is free software; you can redistribute it and/or
> modify
> @@ -11,12 +12,7 @@
> * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> * General Public License for more details.
> *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 300, Boston, MA
> - * 02111-1307, USA.
> - *
> - * Questions/Comments/Bugfixes to iss_storagedev@hp.com
> + * Questions/Comments/Bugfixes to storagedev@hp.com
ditto
> *
> * Author: Stephen M. Cameron
> */
> diff --git a/drivers/block/cciss_scsi.h b/drivers/block/cciss_scsi.h
> index e71d986..e6eb915 100644
> --- a/drivers/block/cciss_scsi.h
> +++ b/drivers/block/cciss_scsi.h
> @@ -1,5 +1,6 @@
> /*
> * Disk Array driver for HP Smart Array controllers, SCSI Tape module.
> + * (C) Copyright 2014-2015 PMC-Sierra, Inc.
> * (C) Copyright 2001, 2007 Hewlett-Packard Development Company, L.P.
> *
> * This program is free software; you can redistribute it and/or
> modify
> @@ -11,12 +12,7 @@
> * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> * General Public License for more details.
> *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 300, Boston, MA
> - * 02111-1307, USA.
> - *
> - * Questions/Comments/Bugfixes to iss_storagedev@hp.com
> + * Questions/Comments/Bugfixes to storagedev@hp.com
ditto
> *
> */
> #ifdef CONFIG_CISS_SCSI_TAPE
ÿôèº{.nÇ+·®+%Ëÿ±éݶ\x17¥wÿº{.nÇ+·¥{±þG«éÿ{ayº\x1dÊÚë,j\a¢f£¢·hïêÿêçz_è®\x03(éÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?¨èÚ&£ø§~á¶iOæ¬z·vØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?I¥
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-25 18:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-25 17:47 [PATCH] cciss: update copyright Don Brace
2015-06-25 18:34 ` Elliott, Robert (Server Storage)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®