diff options
| author | Jitendra Bhivare <jitendra.bhivare@broadcom.com> | 2016-08-19 05:50:24 -0400 |
|---|---|---|
| committer | Martin K. Petersen <martin.petersen@oracle.com> | 2016-08-23 22:42:44 -0400 |
| commit | 60f36e04bb7f580414fff9b6a9e2fe147a190c67 (patch) | |
| tree | f8a85d86c445327da3b3eccca30c94d0c942f5fb /drivers/scsi/be2iscsi | |
| parent | 1b7a7ddceee5559a15c4c93020d7dcd9862babed (diff) | |
scsi: be2iscsi: Update copyright information
Change the copyright to:
Copyright © xxxx - 2016 Broadcom
Update email.ids:
@avagotech.com - @broadcom.com
Signed-off-by: Jitendra Bhivare <jitendra.bhivare@broadcom.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/be2iscsi')
| -rw-r--r-- | drivers/scsi/be2iscsi/be.h | 4 | ||||
| -rw-r--r-- | drivers/scsi/be2iscsi/be_cmds.c | 4 | ||||
| -rw-r--r-- | drivers/scsi/be2iscsi/be_cmds.h | 4 | ||||
| -rw-r--r-- | drivers/scsi/be2iscsi/be_iscsi.c | 6 | ||||
| -rw-r--r-- | drivers/scsi/be2iscsi/be_iscsi.h | 6 | ||||
| -rw-r--r-- | drivers/scsi/be2iscsi/be_main.c | 6 | ||||
| -rw-r--r-- | drivers/scsi/be2iscsi/be_main.h | 6 | ||||
| -rw-r--r-- | drivers/scsi/be2iscsi/be_mgmt.c | 6 | ||||
| -rw-r--r-- | drivers/scsi/be2iscsi/be_mgmt.h | 6 |
9 files changed, 24 insertions, 24 deletions
diff --git a/drivers/scsi/be2iscsi/be.h b/drivers/scsi/be2iscsi/be.h index bb4042c9acfb..b1d0fdc5d5e1 100644 --- a/drivers/scsi/be2iscsi/be.h +++ b/drivers/scsi/be2iscsi/be.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /** | 1 | /** |
| 2 | * Copyright (C) 2005 - 2015 Emulex | 2 | * Copyright (C) 2005 - 2016 Broadcom |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| 5 | * This program is free software; you can redistribute it and/or | 5 | * This program is free software; you can redistribute it and/or |
| @@ -8,7 +8,7 @@ | |||
| 8 | * Public License is included in this distribution in the file called COPYING. | 8 | * Public License is included in this distribution in the file called COPYING. |
| 9 | * | 9 | * |
| 10 | * Contact Information: | 10 | * Contact Information: |
| 11 | * linux-drivers@avagotech.com | 11 | * linux-drivers@broadcom.com |
| 12 | * | 12 | * |
| 13 | * Emulex | 13 | * Emulex |
| 14 | * 3333 Susan Street | 14 | * 3333 Susan Street |
diff --git a/drivers/scsi/be2iscsi/be_cmds.c b/drivers/scsi/be2iscsi/be_cmds.c index 5fe161029585..be65da2988fb 100644 --- a/drivers/scsi/be2iscsi/be_cmds.c +++ b/drivers/scsi/be2iscsi/be_cmds.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /** | 1 | /** |
| 2 | * Copyright (C) 2005 - 2015 Emulex | 2 | * Copyright (C) 2005 - 2016 Broadcom |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| 5 | * This program is free software; you can redistribute it and/or | 5 | * This program is free software; you can redistribute it and/or |
| @@ -8,7 +8,7 @@ | |||
| 8 | * Public License is included in this distribution in the file called COPYING. | 8 | * Public License is included in this distribution in the file called COPYING. |
| 9 | * | 9 | * |
| 10 | * Contact Information: | 10 | * Contact Information: |
| 11 | * linux-drivers@avagotech.com | 11 | * linux-drivers@broadcom.com |
| 12 | * | 12 | * |
| 13 | * Emulex | 13 | * Emulex |
| 14 | * 3333 Susan Street | 14 | * 3333 Susan Street |
diff --git a/drivers/scsi/be2iscsi/be_cmds.h b/drivers/scsi/be2iscsi/be_cmds.h index 8283344c3f93..328fb5b973cd 100644 --- a/drivers/scsi/be2iscsi/be_cmds.h +++ b/drivers/scsi/be2iscsi/be_cmds.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /** | 1 | /** |
| 2 | * Copyright (C) 2005 - 2015 Emulex | 2 | * Copyright (C) 2005 - 2016 Broadcom |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| 5 | * This program is free software; you can redistribute it and/or | 5 | * This program is free software; you can redistribute it and/or |
| @@ -8,7 +8,7 @@ | |||
| 8 | * Public License is included in this distribution in the file called COPYING. | 8 | * Public License is included in this distribution in the file called COPYING. |
| 9 | * | 9 | * |
| 10 | * Contact Information: | 10 | * Contact Information: |
| 11 | * linux-drivers@avagotech.com | 11 | * linux-drivers@broadcom.com |
| 12 | * | 12 | * |
| 13 | * Emulex | 13 | * Emulex |
| 14 | * 3333 Susan Street | 14 | * 3333 Susan Street |
diff --git a/drivers/scsi/be2iscsi/be_iscsi.c b/drivers/scsi/be2iscsi/be_iscsi.c index 35f7d3aab366..ba258217614e 100644 --- a/drivers/scsi/be2iscsi/be_iscsi.c +++ b/drivers/scsi/be2iscsi/be_iscsi.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /** | 1 | /** |
| 2 | * Copyright (C) 2005 - 2015 Emulex | 2 | * Copyright (C) 2005 - 2016 Broadcom |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| 5 | * This program is free software; you can redistribute it and/or | 5 | * This program is free software; you can redistribute it and/or |
| @@ -7,10 +7,10 @@ | |||
| 7 | * as published by the Free Software Foundation. The full GNU General | 7 | * as published by the Free Software Foundation. The full GNU General |
| 8 | * Public License is included in this distribution in the file called COPYING. | 8 | * Public License is included in this distribution in the file called COPYING. |
| 9 | * | 9 | * |
| 10 | * Written by: Jayamohan Kallickal (jayamohan.kallickal@avagotech.com) | 10 | * Written by: Jayamohan Kallickal (jayamohan.kallickal@broadcom.com) |
| 11 | * | 11 | * |
| 12 | * Contact Information: | 12 | * Contact Information: |
| 13 | * linux-drivers@avagotech.com | 13 | * linux-drivers@broadcom.com |
| 14 | * | 14 | * |
| 15 | * Emulex | 15 | * Emulex |
| 16 | * 3333 Susan Street | 16 | * 3333 Susan Street |
diff --git a/drivers/scsi/be2iscsi/be_iscsi.h b/drivers/scsi/be2iscsi/be_iscsi.h index 2a4097a17ad0..e4d67dfea4cb 100644 --- a/drivers/scsi/be2iscsi/be_iscsi.h +++ b/drivers/scsi/be2iscsi/be_iscsi.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /** | 1 | /** |
| 2 | * Copyright (C) 2005 - 2015 Avago Technologies | 2 | * Copyright (C) 2005 - 2016 Broadcom |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| 5 | * This program is free software; you can redistribute it and/or | 5 | * This program is free software; you can redistribute it and/or |
| @@ -7,10 +7,10 @@ | |||
| 7 | * as published by the Free Software Foundation. The full GNU General | 7 | * as published by the Free Software Foundation. The full GNU General |
| 8 | * Public License is included in this distribution in the file called COPYING. | 8 | * Public License is included in this distribution in the file called COPYING. |
| 9 | * | 9 | * |
| 10 | * Written by: Jayamohan Kallickal (jayamohan.kallickal@avagotech.com) | 10 | * Written by: Jayamohan Kallickal (jayamohan.kallickal@broadcom.com) |
| 11 | * | 11 | * |
| 12 | * Contact Information: | 12 | * Contact Information: |
| 13 | * linux-drivers@avagotech.com | 13 | * linux-drivers@broadcom.com |
| 14 | * | 14 | * |
| 15 | * Avago Technologies | 15 | * Avago Technologies |
| 16 | * 3333 Susan Street | 16 | * 3333 Susan Street |
diff --git a/drivers/scsi/be2iscsi/be_main.c b/drivers/scsi/be2iscsi/be_main.c index 7c372b8e7dd5..222edfceb507 100644 --- a/drivers/scsi/be2iscsi/be_main.c +++ b/drivers/scsi/be2iscsi/be_main.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /** | 1 | /** |
| 2 | * Copyright (C) 2005 - 2015 Emulex | 2 | * Copyright (C) 2005 - 2016 Broadcom |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| 5 | * This program is free software; you can redistribute it and/or | 5 | * This program is free software; you can redistribute it and/or |
| @@ -7,10 +7,10 @@ | |||
| 7 | * as published by the Free Software Foundation. The full GNU General | 7 | * as published by the Free Software Foundation. The full GNU General |
| 8 | * Public License is included in this distribution in the file called COPYING. | 8 | * Public License is included in this distribution in the file called COPYING. |
| 9 | * | 9 | * |
| 10 | * Written by: Jayamohan Kallickal (jayamohan.kallickal@avagotech.com) | 10 | * Written by: Jayamohan Kallickal (jayamohan.kallickal@broadcom.com) |
| 11 | * | 11 | * |
| 12 | * Contact Information: | 12 | * Contact Information: |
| 13 | * linux-drivers@avagotech.com | 13 | * linux-drivers@broadcom.com |
| 14 | * | 14 | * |
| 15 | * Emulex | 15 | * Emulex |
| 16 | * 3333 Susan Street | 16 | * 3333 Susan Street |
diff --git a/drivers/scsi/be2iscsi/be_main.h b/drivers/scsi/be2iscsi/be_main.h index e5e3154a8419..7173c035fbd8 100644 --- a/drivers/scsi/be2iscsi/be_main.h +++ b/drivers/scsi/be2iscsi/be_main.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /** | 1 | /** |
| 2 | * Copyright (C) 2005 - 2015 Emulex | 2 | * Copyright (C) 2005 - 2016 Broadcom |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| 5 | * This program is free software; you can redistribute it and/or | 5 | * This program is free software; you can redistribute it and/or |
| @@ -7,10 +7,10 @@ | |||
| 7 | * as published by the Free Software Foundation. The full GNU General | 7 | * as published by the Free Software Foundation. The full GNU General |
| 8 | * Public License is included in this distribution in the file called COPYING. | 8 | * Public License is included in this distribution in the file called COPYING. |
| 9 | * | 9 | * |
| 10 | * Written by: Jayamohan Kallickal (jayamohan.kallickal@avagotech.com) | 10 | * Written by: Jayamohan Kallickal (jayamohan.kallickal@broadcom.com) |
| 11 | * | 11 | * |
| 12 | * Contact Information: | 12 | * Contact Information: |
| 13 | * linux-drivers@avagotech.com | 13 | * linux-drivers@broadcom.com |
| 14 | * | 14 | * |
| 15 | * Emulex | 15 | * Emulex |
| 16 | * 3333 Susan Street | 16 | * 3333 Susan Street |
diff --git a/drivers/scsi/be2iscsi/be_mgmt.c b/drivers/scsi/be2iscsi/be_mgmt.c index adc827b17b91..3ac7b88afc57 100644 --- a/drivers/scsi/be2iscsi/be_mgmt.c +++ b/drivers/scsi/be2iscsi/be_mgmt.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /** | 1 | /** |
| 2 | * Copyright (C) 2005 - 2015 Emulex | 2 | * Copyright (C) 2005 - 2016 Broadcom |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| 5 | * This program is free software; you can redistribute it and/or | 5 | * This program is free software; you can redistribute it and/or |
| @@ -7,10 +7,10 @@ | |||
| 7 | * as published by the Free Software Foundation. The full GNU General | 7 | * as published by the Free Software Foundation. The full GNU General |
| 8 | * Public License is included in this distribution in the file called COPYING. | 8 | * Public License is included in this distribution in the file called COPYING. |
| 9 | * | 9 | * |
| 10 | * Written by: Jayamohan Kallickal (jayamohan.kallickal@avagotech.com) | 10 | * Written by: Jayamohan Kallickal (jayamohan.kallickal@broadcom.com) |
| 11 | * | 11 | * |
| 12 | * Contact Information: | 12 | * Contact Information: |
| 13 | * linux-drivers@avagotech.com | 13 | * linux-drivers@broadcom.com |
| 14 | * | 14 | * |
| 15 | * Emulex | 15 | * Emulex |
| 16 | * 3333 Susan Street | 16 | * 3333 Susan Street |
diff --git a/drivers/scsi/be2iscsi/be_mgmt.h b/drivers/scsi/be2iscsi/be_mgmt.h index ee6fd7e663cd..b897cfd57c72 100644 --- a/drivers/scsi/be2iscsi/be_mgmt.h +++ b/drivers/scsi/be2iscsi/be_mgmt.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /** | 1 | /** |
| 2 | * Copyright (C) 2005 - 2015 Emulex | 2 | * Copyright (C) 2005 - 2016 Broadcom |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| 5 | * This program is free software; you can redistribute it and/or | 5 | * This program is free software; you can redistribute it and/or |
| @@ -7,10 +7,10 @@ | |||
| 7 | * as published by the Free Software Foundation. The full GNU General | 7 | * as published by the Free Software Foundation. The full GNU General |
| 8 | * Public License is included in this distribution in the file called COPYING. | 8 | * Public License is included in this distribution in the file called COPYING. |
| 9 | * | 9 | * |
| 10 | * Written by: Jayamohan Kallickal (jayamohan.kallickal@avagotech.com) | 10 | * Written by: Jayamohan Kallickal (jayamohan.kallickal@broadcom.com) |
| 11 | * | 11 | * |
| 12 | * Contact Information: | 12 | * Contact Information: |
| 13 | * linux-drivers@avagotech.com | 13 | * linux-drivers@broadcom.com |
| 14 | * | 14 | * |
| 15 | * Emulex | 15 | * Emulex |
| 16 | * 3333 Susan Street | 16 | * 3333 Susan Street |
