Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752094AbbFYSgO (ORCPT ); Thu, 25 Jun 2015 14:36:14 -0400 Received: from g9t5008.houston.hp.com ([15.240.92.66]:47887 "EHLO g9t5008.houston.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751964AbbFYSgI (ORCPT ); Thu, 25 Jun 2015 14:36:08 -0400 From: "Elliott, Robert (Server Storage)" To: Don Brace , "gerry.morong@pmcs.com" , "axboe@kernel.uk" , "storagedev@pmcs.com" , ISS StorageDev , "scott.benesh@pmcs.com" CC: "linux-kernel@vger.kernel.org" Subject: RE: [PATCH] cciss: update copyright Thread-Topic: [PATCH] cciss: update copyright Thread-Index: AQHQr29Hp838MI0fK0if/vmseehdnp29jCBg Date: Thu, 25 Jun 2015 18:34:48 +0000 Message-ID: <94D0CD8314A33A4D9D801C0FE68B40295A99AD44@G9W0745.americas.hpqcorp.net> References: <20150625174730.16078.53198.stgit@brunhilda> In-Reply-To: <20150625174730.16078.53198.stgit@brunhilda> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [16.210.192.238] Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id t5PIaIqT025842 Content-Length: 5994 Lines: 171 > -----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 > --- > 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?+???????+%?????ݶ??w??{.n?+????{??G?????{ay?ʇڙ?,j??f???h?????????z_??(?階?ݢj"???m??????G????????????&???~???iO???z??v?^?m???? ????????I?