Commit 3f1530c1 authored by adam radford's avatar adam radford Committed by James Bottomley

[SCSI] megaraid_sas: Update GPL headers.

This patch updates the GPL headers in megaraid_sas_base.c and megaraid_sas.h.
Signed-off-by: default avatarAdam Radford <aradford@gmail.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
parent 0d49016b
/* /*
*
* Linux MegaRAID driver for SAS based RAID controllers * Linux MegaRAID driver for SAS based RAID controllers
* *
* Copyright (c) 2003-2005 LSI Corporation. * Copyright (c) 2009-2011 LSI Corporation.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version * as published by the Free Software Foundation; either version 2
* 2 of the License, or (at your option) any later version. * of the License, or (at your option) any later version.
*
* 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.
*
* 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
*
* FILE: megaraid_sas.h
*
* Authors: LSI Corporation
*
* Send feedback to: <megaraidlinux@lsi.com>
* *
* FILE : megaraid_sas.h * Mail to: LSI Corporation, 1621 Barber Lane, Milpitas, CA 95035
* ATTN: Linuxraid
*/ */
#ifndef LSI_MEGARAID_SAS_H #ifndef LSI_MEGARAID_SAS_H
......
/* /*
*
* Linux MegaRAID driver for SAS based RAID controllers * Linux MegaRAID driver for SAS based RAID controllers
* *
* Copyright (c) 2003-2005 LSI Corporation. * Copyright (c) 2009-2011 LSI Corporation.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version * as published by the Free Software Foundation; either version 2
* 2 of the License, or (at your option) any later version. * of the License, or (at your option) any later version.
*
* 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.
*
* 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
* *
* FILE : megaraid_sas.c * FILE: megaraid_sas_base.c
* Version : v00.00.04.31-rc1 * Version : v00.00.05.29-rc1
* *
* Authors: * Authors: LSI Corporation
* (email-id : megaraidlinux@lsi.com)
* Sreenivas Bagalkote * Sreenivas Bagalkote
* Sumant Patro * Sumant Patro
* Bo Yang * Bo Yang
* *
* List of supported controllers * Send feedback to: <megaraidlinux@lsi.com>
* *
* OEM Product Name VID DID SSVID SSID * Mail to: LSI Corporation, 1621 Barber Lane, Milpitas, CA 95035
* --- ------------ --- --- ---- ---- * ATTN: Linuxraid
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment