aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxge/vxge-main.c
diff options
context:
space:
mode:
authorJon Mason <jon.mason@exar.com>2010-07-15 04:47:26 -0400
committerDavid S. Miller <davem@davemloft.net>2010-07-15 23:46:22 -0400
commit926bd900b192986ccb742177b1492e8523579a35 (patch)
tree7d1e2018c2a8e54503374134a52871e296c98812 /drivers/net/vxge/vxge-main.c
parent98f45da247c5b8023d4f3677d65f21b64692f543 (diff)
vxge: Update copyright information
Update copyright information to reflect the Exar purchase of Neterion Signed-off-by: Jon Mason <jon.mason@exar.com> Signed-off-by: Sreenivasa Honnur <sreenivasa.honnur@exar.com> Signed-off-by: Ramkrishna Vepa <ramkrishna.vepa@exar.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/vxge/vxge-main.c')
-rw-r--r--drivers/net/vxge/vxge-main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/vxge/vxge-main.c b/drivers/net/vxge/vxge-main.c
index 48f17321a663..94d87e80abcd 100644
--- a/drivers/net/vxge/vxge-main.c
+++ b/drivers/net/vxge/vxge-main.c
@@ -7,9 +7,9 @@
7* system is licensed under the GPL. 7* system is licensed under the GPL.
8* See the file COPYING in this distribution for more information. 8* See the file COPYING in this distribution for more information.
9* 9*
10* vxge-main.c: Driver for Neterion Inc's X3100 Series 10GbE PCIe I/O 10* vxge-main.c: Driver for Exar Corp's X3100 Series 10GbE PCIe I/O
11* Virtualized Server Adapter. 11* Virtualized Server Adapter.
12* Copyright(c) 2002-2009 Neterion Inc. 12* Copyright(c) 2002-2010 Exar Corp.
13* 13*
14* The module loadable parameters that are supported by the driver and a brief 14* The module loadable parameters that are supported by the driver and a brief
15* explanation of all the variables: 15* explanation of all the variables:
@@ -4433,7 +4433,7 @@ vxge_starter(void)
4433 char version[32]; 4433 char version[32];
4434 snprintf(version, 32, "%s", DRV_VERSION); 4434 snprintf(version, 32, "%s", DRV_VERSION);
4435 4435
4436 printk(KERN_INFO "%s: Copyright(c) 2002-2009 Neterion Inc\n", 4436 printk(KERN_INFO "%s: Copyright(c) 2002-2010 Exar Corp.\n",
4437 VXGE_DRIVER_NAME); 4437 VXGE_DRIVER_NAME);
4438 printk(KERN_INFO "%s: Driver version: %s\n", 4438 printk(KERN_INFO "%s: Driver version: %s\n",
4439 VXGE_DRIVER_NAME, version); 4439 VXGE_DRIVER_NAME, version);