Commit 365597cf authored by Shivasharan S's avatar Shivasharan S Committed by Martin K. Petersen

scsi: megaraid_sas: Update copyright information

Change copyright to Broadcom Inc. Also update any references to Avago with
Broadcom. Update copyright duration wherever required.
Signed-off-by: default avatarShivasharan S <shivasharan.srikanteshwara@broadcom.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent de93b40d
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
* Linux MegaRAID driver for SAS based RAID controllers * Linux MegaRAID driver for SAS based RAID controllers
* *
* Copyright (c) 2003-2013 LSI Corporation * Copyright (c) 2003-2013 LSI Corporation
* Copyright (c) 2013-2014 Avago Technologies * Copyright (c) 2013-2016 Avago Technologies
* Copyright (c) 2016-2018 Broadcom Inc.
* *
* 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
...@@ -19,14 +20,11 @@ ...@@ -19,14 +20,11 @@
* *
* FILE: megaraid_sas.h * FILE: megaraid_sas.h
* *
* Authors: Avago Technologies * Authors: Broadcom Inc.
* Kashyap Desai <kashyap.desai@avagotech.com> * Kashyap Desai <kashyap.desai@broadcom.com>
* Sumit Saxena <sumit.saxena@avagotech.com> * Sumit Saxena <sumit.saxena@broadcom.com>
* *
* Send feedback to: megaraidlinux.pdl@avagotech.com * Send feedback to: megaraidlinux.pdl@broadcom.com
*
* Mail to: Avago Technologies, 350 West Trimble Road, Building 90,
* San Jose, California 95131
*/ */
#ifndef LSI_MEGARAID_SAS_H #ifndef LSI_MEGARAID_SAS_H
......
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
* Linux MegaRAID driver for SAS based RAID controllers * Linux MegaRAID driver for SAS based RAID controllers
* *
* Copyright (c) 2003-2013 LSI Corporation * Copyright (c) 2003-2013 LSI Corporation
* Copyright (c) 2013-2014 Avago Technologies * Copyright (c) 2013-2016 Avago Technologies
* Copyright (c) 2016-2018 Broadcom Inc.
* *
* 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
...@@ -17,18 +18,15 @@ ...@@ -17,18 +18,15 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
* *
* Authors: Avago Technologies * Authors: Broadcom Inc.
* Sreenivas Bagalkote * Sreenivas Bagalkote
* Sumant Patro * Sumant Patro
* Bo Yang * Bo Yang
* Adam Radford * Adam Radford
* Kashyap Desai <kashyap.desai@avagotech.com> * Kashyap Desai <kashyap.desai@broadcom.com>
* Sumit Saxena <sumit.saxena@avagotech.com> * Sumit Saxena <sumit.saxena@broadcom.com>
* *
* Send feedback to: megaraidlinux.pdl@avagotech.com * Send feedback to: megaraidlinux.pdl@broadcom.com
*
* Mail to: Avago Technologies, 350 West Trimble Road, Building 90,
* San Jose, California 95131
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
...@@ -108,8 +106,8 @@ MODULE_PARM_DESC(scmd_timeout, "scsi command timeout (10-90s), default 90s. See ...@@ -108,8 +106,8 @@ MODULE_PARM_DESC(scmd_timeout, "scsi command timeout (10-90s), default 90s. See
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_VERSION(MEGASAS_VERSION); MODULE_VERSION(MEGASAS_VERSION);
MODULE_AUTHOR("megaraidlinux.pdl@avagotech.com"); MODULE_AUTHOR("megaraidlinux.pdl@broadcom.com");
MODULE_DESCRIPTION("Avago MegaRAID SAS Driver"); MODULE_DESCRIPTION("Broadcom MegaRAID SAS Driver");
int megasas_transition_to_ready(struct megasas_instance *instance, int ocr); int megasas_transition_to_ready(struct megasas_instance *instance, int ocr);
static int megasas_get_pd_list(struct megasas_instance *instance); static int megasas_get_pd_list(struct megasas_instance *instance);
......
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
* Linux MegaRAID driver for SAS based RAID controllers * Linux MegaRAID driver for SAS based RAID controllers
* *
* Copyright (c) 2009-2013 LSI Corporation * Copyright (c) 2009-2013 LSI Corporation
* Copyright (c) 2013-2014 Avago Technologies * Copyright (c) 2013-2016 Avago Technologies
* Copyright (c) 2016-2018 Broadcom Inc.
* *
* 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
...@@ -19,17 +20,14 @@ ...@@ -19,17 +20,14 @@
* *
* FILE: megaraid_sas_fp.c * FILE: megaraid_sas_fp.c
* *
* Authors: Avago Technologies * Authors: Broadcom Inc.
* Sumant Patro * Sumant Patro
* Varad Talamacki * Varad Talamacki
* Manoj Jose * Manoj Jose
* Kashyap Desai <kashyap.desai@avagotech.com> * Kashyap Desai <kashyap.desai@broadcom.com>
* Sumit Saxena <sumit.saxena@avagotech.com> * Sumit Saxena <sumit.saxena@broadcom.com>
* *
* Send feedback to: megaraidlinux.pdl@avagotech.com * Send feedback to: megaraidlinux.pdl@broadcom.com
*
* Mail to: Avago Technologies, 350 West Trimble Road, Building 90,
* San Jose, California 95131
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
......
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
* Linux MegaRAID driver for SAS based RAID controllers * Linux MegaRAID driver for SAS based RAID controllers
* *
* Copyright (c) 2009-2013 LSI Corporation * Copyright (c) 2009-2013 LSI Corporation
* Copyright (c) 2013-2014 Avago Technologies * Copyright (c) 2013-2016 Avago Technologies
* Copyright (c) 2016-2018 Broadcom Inc.
* *
* 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
...@@ -19,16 +20,13 @@ ...@@ -19,16 +20,13 @@
* *
* FILE: megaraid_sas_fusion.c * FILE: megaraid_sas_fusion.c
* *
* Authors: Avago Technologies * Authors: Broadcom Inc.
* Sumant Patro * Sumant Patro
* Adam Radford * Adam Radford
* Kashyap Desai <kashyap.desai@avagotech.com> * Kashyap Desai <kashyap.desai@broadcom.com>
* Sumit Saxena <sumit.saxena@avagotech.com> * Sumit Saxena <sumit.saxena@broadcom.com>
* *
* Send feedback to: megaraidlinux.pdl@avagotech.com * Send feedback to: megaraidlinux.pdl@broadcom.com
*
* Mail to: Avago Technologies, 350 West Trimble Road, Building 90,
* San Jose, California 95131
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
......
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
* Linux MegaRAID driver for SAS based RAID controllers * Linux MegaRAID driver for SAS based RAID controllers
* *
* Copyright (c) 2009-2013 LSI Corporation * Copyright (c) 2009-2013 LSI Corporation
* Copyright (c) 2013-2014 Avago Technologies * Copyright (c) 2013-2016 Avago Technologies
* Copyright (c) 2016-2018 Broadcom Inc.
* *
* 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
...@@ -19,16 +20,13 @@ ...@@ -19,16 +20,13 @@
* *
* FILE: megaraid_sas_fusion.h * FILE: megaraid_sas_fusion.h
* *
* Authors: Avago Technologies * Authors: Broadcom Inc.
* Manoj Jose * Manoj Jose
* Sumant Patro * Sumant Patro
* Kashyap Desai <kashyap.desai@avagotech.com> * Kashyap Desai <kashyap.desai@broadcom.com>
* Sumit Saxena <sumit.saxena@avagotech.com> * Sumit Saxena <sumit.saxena@broadcom.com>
* *
* Send feedback to: megaraidlinux.pdl@avagotech.com * Send feedback to: megaraidlinux.pdl@broadcom.com
*
* Mail to: Avago Technologies, 350 West Trimble Road, Building 90,
* San Jose, California 95131
*/ */
#ifndef _MEGARAID_SAS_FUSION_H_ #ifndef _MEGARAID_SAS_FUSION_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