The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Don Brace <don.brace@pmcs.com>
To: gerry.morong@pmcs.com, axboe@kernel.dk, storagedev@pmcs.com,
	iss_storagedev@hp.com, scott.benesh@pmcs.com
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH v2] cciss: update copyright
Date: Thu, 25 Jun 2015 16:49:04 -0500	[thread overview]
Message-ID: <20150625214904.17018.30918.stgit@brunhilda> (raw)

- add in PMC-Sierra
- change e-mail address

V1->V2: corrected 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..f4e797d 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@pmcs.com
  *
  */
 
diff --git a/drivers/block/cciss.h b/drivers/block/cciss.h
index 7fda30e..7074973 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@pmcs.com
+ *
+ */
+
 #ifndef CCISS_H
 #define CCISS_H
 
diff --git a/drivers/block/cciss_cmd.h b/drivers/block/cciss_cmd.h
index d9be6b4..3178c69 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@pmcs.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..a79026e 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@pmcs.com
  *    
  *    Author: Stephen M. Cameron
  */
diff --git a/drivers/block/cciss_scsi.h b/drivers/block/cciss_scsi.h
index e71d986..6adad20 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@pmcs.com
  *
  */
 #ifdef CONFIG_CISS_SCSI_TAPE


                 reply	other threads:[~2015-06-25 21:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150625214904.17018.30918.stgit@brunhilda \
    --to=don.brace@pmcs.com \
    --cc=axboe@kernel.dk \
    --cc=gerry.morong@pmcs.com \
    --cc=iss_storagedev@hp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=scott.benesh@pmcs.com \
    --cc=storagedev@pmcs.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox