Commit 255fa9a3 authored by Jayamohan Kallickal's avatar Jayamohan Kallickal Committed by James Bottomley

[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: default avatarJayamohan Kallickal <jayamohan.kallickal@emulex.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
parent deb1cb63
/** /**
* Copyright (C) 2005 - 2010 ServerEngines * Copyright (C) 2005 - 2011 Emulex
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -8,11 +8,11 @@ ...@@ -8,11 +8,11 @@
* Public License is included in this distribution in the file called COPYING. * Public License is included in this distribution in the file called COPYING.
* *
* Contact Information: * Contact Information:
* linux-drivers@serverengines.com * linux-drivers@emulex.com
* *
* ServerEngines * Emulex
* 209 N. Fair Oaks Ave * 3333 Susan Street
* Sunnyvale, CA 94085 * Costa Mesa, CA 92626
*/ */
#ifndef BEISCSI_H #ifndef BEISCSI_H
......
/** /**
* Copyright (C) 2005 - 2010 ServerEngines * Copyright (C) 2005 - 2011 Emulex
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -8,11 +8,11 @@ ...@@ -8,11 +8,11 @@
* Public License is included in this distribution in the file called COPYING. * Public License is included in this distribution in the file called COPYING.
* *
* Contact Information: * Contact Information:
* linux-drivers@serverengines.com * linux-drivers@emulex.com
* *
* ServerEngines * Emulex
* 209 N. Fair Oaks Ave * 3333 Susan Street
* Sunnyvale, CA 94085 * Costa Mesa, CA 92626
*/ */
#include "be.h" #include "be.h"
......
/** /**
* Copyright (C) 2005 - 2010 ServerEngines * Copyright (C) 2005 - 2011 Emulex
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -8,11 +8,11 @@ ...@@ -8,11 +8,11 @@
* Public License is included in this distribution in the file called COPYING. * Public License is included in this distribution in the file called COPYING.
* *
* Contact Information: * Contact Information:
* linux-drivers@serverengines.com * linux-drivers@emulex.com
* *
* ServerEngines * Emulex
* 209 N. Fair Oaks Ave * 3333 Susan Street
* Sunnyvale, CA 94085 * Costa Mesa, CA 92626
*/ */
#ifndef BEISCSI_CMDS_H #ifndef BEISCSI_CMDS_H
......
/** /**
* Copyright (C) 2005 - 2010 ServerEngines * Copyright (C) 2005 - 2011 Emulex
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -7,15 +7,14 @@ ...@@ -7,15 +7,14 @@
* as published by the Free Software Foundation. The full GNU General * as published by the Free Software Foundation. The full GNU General
* Public License is included in this distribution in the file called COPYING. * Public License is included in this distribution in the file called COPYING.
* *
* Written by: Jayamohan Kallickal (jayamohank@serverengines.com) * Written by: Jayamohan Kallickal (jayamohan.kallickal@emulex.com)
* *
* Contact Information: * Contact Information:
* linux-drivers@serverengines.com * linux-drivers@emulex.com
*
* ServerEngines
* 209 N. Fair Oaks Ave
* Sunnyvale, CA 94085
* *
* Emulex
* 3333 Susan Street
* Costa Mesa, CA 92626
*/ */
#include <scsi/libiscsi.h> #include <scsi/libiscsi.h>
......
/** /**
* Copyright (C) 2005 - 2010 ServerEngines * Copyright (C) 2005 - 2011 Emulex
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -7,15 +7,14 @@ ...@@ -7,15 +7,14 @@
* as published by the Free Software Foundation. The full GNU General * as published by the Free Software Foundation. The full GNU General
* Public License is included in this distribution in the file called COPYING. * Public License is included in this distribution in the file called COPYING.
* *
* Written by: Jayamohan Kallickal (jayamohank@serverengines.com) * Written by: Jayamohan Kallickal (jayamohan.kallickal@emulex.com)
* *
* Contact Information: * Contact Information:
* linux-drivers@serverengines.com * linux-drivers@emulex.com
*
* ServerEngines
* 209 N. Fair Oaks Ave
* Sunnyvale, CA 94085
* *
* Emulex
* 3333 Susan Street
* Costa Mesa, CA 92626
*/ */
#ifndef _BE_ISCSI_ #ifndef _BE_ISCSI_
......
/** /**
* Copyright (C) 2005 - 2010 ServerEngines * Copyright (C) 2005 - 2011 Emulex
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -7,16 +7,16 @@ ...@@ -7,16 +7,16 @@
* as published by the Free Software Foundation. The full GNU General * as published by the Free Software Foundation. The full GNU General
* Public License is included in this distribution in the file called COPYING. * Public License is included in this distribution in the file called COPYING.
* *
* Written by: Jayamohan Kallickal (jayamohank@serverengines.com) * Written by: Jayamohan Kallickal (jayamohan.kallickal@emulex.com)
* *
* Contact Information: * Contact Information:
* linux-drivers@serverengines.com * linux-drivers@emulex.com
*
* ServerEngines
* 209 N. Fair Oaks Ave
* Sunnyvale, CA 94085
* *
* Emulex
* 3333 Susan Street
* Costa Mesa, CA 92626
*/ */
#include <linux/reboot.h> #include <linux/reboot.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/slab.h> #include <linux/slab.h>
......
/** /**
* Copyright (C) 2005 - 2010 ServerEngines * Copyright (C) 2005 - 2011 Emulex
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -7,15 +7,14 @@ ...@@ -7,15 +7,14 @@
* as published by the Free Software Foundation. The full GNU General * as published by the Free Software Foundation. The full GNU General
* Public License is included in this distribution in the file called COPYING. * Public License is included in this distribution in the file called COPYING.
* *
* Written by: Jayamohan Kallickal (jayamohank@serverengines.com) * Written by: Jayamohan Kallickal (jayamohan.kallickal@emulex.com)
* *
* Contact Information: * Contact Information:
* linux-drivers@serverengines.com * linux-drivers@emulex.com
*
* ServerEngines
* 209 N. Fair Oaks Ave
* Sunnyvale, CA 94085
* *
* Emulex
* 3333 Susan Street
* Costa Mesa, CA 92626
*/ */
#ifndef _BEISCSI_MAIN_ #ifndef _BEISCSI_MAIN_
......
/** /**
* Copyright (C) 2005 - 2010 ServerEngines * Copyright (C) 2005 - 2011 Emulex
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -7,15 +7,14 @@ ...@@ -7,15 +7,14 @@
* as published by the Free Software Foundation. The full GNU General * as published by the Free Software Foundation. The full GNU General
* Public License is included in this distribution in the file called COPYING. * Public License is included in this distribution in the file called COPYING.
* *
* Written by: Jayamohan Kallickal (jayamohank@serverengines.com) * Written by: Jayamohan Kallickal (jayamohan.kallickal@emulex.com)
* *
* Contact Information: * Contact Information:
* linux-drivers@serverengines.com * linux-drivers@emulex.com
*
* ServerEngines
* 209 N. Fair Oaks Ave
* Sunnyvale, CA 94085
* *
* Emulex
* 3333 Susan Street
* Costa Mesa, CA 92626
*/ */
#include "be_mgmt.h" #include "be_mgmt.h"
......
/** /**
* Copyright (C) 2005 - 2010 ServerEngines * Copyright (C) 2005 - 2011 Emulex
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -7,15 +7,14 @@ ...@@ -7,15 +7,14 @@
* as published by the Free Software Foundation. The full GNU General * as published by the Free Software Foundation. The full GNU General
* Public License is included in this distribution in the file called COPYING. * Public License is included in this distribution in the file called COPYING.
* *
* Written by: Jayamohan Kallickal (jayamohank@serverengines.com) * Written by: Jayamohan Kallickal (jayamohan.kallickal@emulex.com)
* *
* Contact Information: * Contact Information:
* linux-drivers@serverengines.com * linux-drivers@emulex.com
*
* ServerEngines
* 209 N. Fair Oaks Ave
* Sunnyvale, CA 94085
* *
* Emulex
* 3333 Susan Street
* Costa Mesa, CA 92626
*/ */
#ifndef _BEISCSI_MGMT_ #ifndef _BEISCSI_MGMT_
......
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