Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cciss: update copyright notices

This patch updates the copyright information for the cciss driver. It
includes extending the year to 2007 (how timely) and some minor corrections
deemed necessary by HP legal and the Open Source Review Board. Please
consider this patch for inclusion.

Signed-off-by: Mike Miller <mike.miller@hp.com>
--------------------------------------------------------------------------------
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

authored by

Mike Miller and committed by
Jens Axboe
bd4f36d6 0a0836a0

+21 -21
+7 -7
drivers/block/cciss.c
··· 1 1 /* 2 - * Disk Array driver for HP SA 5xxx and 6xxx Controllers 3 - * Copyright 2000, 2006 Hewlett-Packard Development Company, L.P. 2 + * Disk Array driver for HP Smart Array controllers. 3 + * (C) Copyright 2000, 2007 Hewlett-Packard Development Company, L.P. 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; either version 2 of the License, or 8 - * (at your option) any later version. 7 + * the Free Software Foundation; version 2 of the License. 9 8 * 10 9 * This program is distributed in the hope that it will be useful, 11 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 13 - * NON INFRINGEMENT. See the GNU General Public License for more details. 11 + * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 + * General Public License for more details. 14 13 * 15 14 * You should have received a copy of the GNU General Public License 16 15 * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 16 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 17 + * 02111-1307, USA. 18 18 * 19 19 * Questions/Comments/Bugfixes to iss_storagedev@hp.com 20 20 *
+7 -7
drivers/block/cciss_scsi.c
··· 1 1 /* 2 - * Disk Array driver for Compaq SA53xx Controllers, SCSI Tape module 3 - * Copyright 2001 Compaq Computer Corporation 2 + * Disk Array driver for HP Smart Array controllers, SCSI Tape module. 3 + * (C) Copyright 2001, 2007 Hewlett-Packard Development Company, L.P. 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; either version 2 of the License, or 8 - * (at your option) any later version. 7 + * the Free Software Foundation; version 2 of the License. 9 8 * 10 9 * This program is distributed in the hope that it will be useful, 11 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 13 - * NON INFRINGEMENT. See the GNU General Public License for more details. 11 + * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 + * General Public License for more details. 14 13 * 15 14 * You should have received a copy of the GNU General Public License 16 15 * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 16 + * Foundation, Inc., 59 Temple Place, Suite 300, Boston, MA 17 + * 02111-1307, USA. 18 18 * 19 19 * Questions/Comments/Bugfixes to iss_storagedev@hp.com 20 20 *
+7 -7
drivers/block/cciss_scsi.h
··· 1 1 /* 2 - * Disk Array driver for Compaq SA53xx Controllers, SCSI Tape module 3 - * Copyright 2001 Compaq Computer Corporation 2 + * Disk Array driver for HP Smart Array controllers, SCSI Tape module. 3 + * (C) Copyright 2001, 2007 Hewlett-Packard Development Company, L.P. 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; either version 2 of the License, or 8 - * (at your option) any later version. 7 + * the Free Software Foundation; version 2 of the License. 9 8 * 10 9 * This program is distributed in the hope that it will be useful, 11 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 13 - * NON INFRINGEMENT. See the GNU General Public License for more details. 11 + * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 + * General Public License for more details. 14 13 * 15 14 * You should have received a copy of the GNU General Public License 16 15 * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 16 + * Foundation, Inc., 59 Temple Place, Suite 300, Boston, MA 17 + * 02111-1307, USA. 18 18 * 19 19 * Questions/Comments/Bugfixes to iss_storagedev@hp.com 20 20 *