aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/be2iscsi/be_main.c
diff options
context:
space:
mode:
authorJayamohan Kallickal <jayamohan.kallickal@emulex.com>2011-03-25 17:23:57 -0400
committerJames Bottomley <James.Bottomley@suse.de>2011-04-15 17:46:15 -0400
commit255fa9a3cce3e344ff245cf3b4fbb738bd7e3f48 (patch)
tree81eb5cfb08f554084a7cc0b80bf8716fdf024ded /drivers/scsi/be2iscsi/be_main.c
parentdeb1cb63d220fc6f24baef39a0ebb48e598f617b (diff)
[SCSI] be2iscsi: change in copyright notice
- Modifying copyright year to 2011 - Replacing Serverengines with Emulex as Serverengines Corp has been acquired by Emulex Corp Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/be2iscsi/be_main.c')
-rw-r--r--drivers/scsi/be2iscsi/be_main.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/scsi/be2iscsi/be_main.c b/drivers/scsi/be2iscsi/be_main.c
index 24e20ba9633..7fe38a49bbb 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 - 2010 ServerEngines 2 * Copyright (C) 2005 - 2011 Emulex
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,16 +7,16 @@
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 (jayamohank@serverengines.com) 10 * Written by: Jayamohan Kallickal (jayamohan.kallickal@emulex.com)
11 * 11 *
12 * Contact Information: 12 * Contact Information:
13 * linux-drivers@serverengines.com 13 * linux-drivers@emulex.com
14 *
15 * ServerEngines
16 * 209 N. Fair Oaks Ave
17 * Sunnyvale, CA 94085
18 * 14 *
15 * Emulex
16 * 3333 Susan Street
17 * Costa Mesa, CA 92626
19 */ 18 */
19
20#include <linux/reboot.h> 20#include <linux/reboot.h>
21#include <linux/delay.h> 21#include <linux/delay.h>
22#include <linux/slab.h> 22#include <linux/slab.h>