diff options
author | Dhananjay Phadke <dhananjay@netxen.com> | 2009-09-11 07:28:15 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-09-11 19:58:51 -0400 |
commit | 13af7a6ea502fcdd4c0e3d7de6e332b102309491 (patch) | |
tree | cea083e14ac3469db1279a584d20a876606d315a | |
parent | 74c520da5414d15b0ab2839d67efab2e7227be75 (diff) |
netxen: update copyright
o Add QLogic copyright, add linux-driver@qlogic.com to
MAINTAINERS.
o Delete old contact information.
Signed-off-by: Dhananjay Phadke <dhananjay@netxen.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/netxen/Makefile | 7 | ||||
-rw-r--r-- | drivers/net/netxen/netxen_nic.h | 7 | ||||
-rw-r--r-- | drivers/net/netxen/netxen_nic_ctx.c | 7 | ||||
-rw-r--r-- | drivers/net/netxen/netxen_nic_ethtool.c | 7 | ||||
-rw-r--r-- | drivers/net/netxen/netxen_nic_hdr.h | 7 | ||||
-rw-r--r-- | drivers/net/netxen/netxen_nic_hw.c | 7 | ||||
-rw-r--r-- | drivers/net/netxen/netxen_nic_hw.h | 7 | ||||
-rw-r--r-- | drivers/net/netxen/netxen_nic_init.c | 7 | ||||
-rw-r--r-- | drivers/net/netxen/netxen_nic_main.c | 7 |
9 files changed, 9 insertions, 54 deletions
diff --git a/drivers/net/netxen/Makefile b/drivers/net/netxen/Makefile index a70b682f616b..11d94e2434e4 100644 --- a/drivers/net/netxen/Makefile +++ b/drivers/net/netxen/Makefile | |||
@@ -1,4 +1,5 @@ | |||
1 | # Copyright (C) 2003 - 2009 NetXen, Inc. | 1 | # Copyright (C) 2003 - 2009 NetXen, Inc. |
2 | # Copyright (C) 2009 - QLogic Corporation. | ||
2 | # All rights reserved. | 3 | # All rights reserved. |
3 | # | 4 | # |
4 | # This program is free software; you can redistribute it and/or | 5 | # This program is free software; you can redistribute it and/or |
@@ -19,12 +20,6 @@ | |||
19 | # The full GNU General Public License is included in this distribution | 20 | # The full GNU General Public License is included in this distribution |
20 | # in the file called LICENSE. | 21 | # in the file called LICENSE. |
21 | # | 22 | # |
22 | # Contact Information: | ||
23 | # info@netxen.com | ||
24 | # NetXen Inc, | ||
25 | # 18922 Forge Drive | ||
26 | # Cupertino, CA 95014-0701 | ||
27 | # | ||
28 | # | 23 | # |
29 | 24 | ||
30 | 25 | ||
diff --git a/drivers/net/netxen/netxen_nic.h b/drivers/net/netxen/netxen_nic.h index 1ae46e8c2dc7..7384f59df615 100644 --- a/drivers/net/netxen/netxen_nic.h +++ b/drivers/net/netxen/netxen_nic.h | |||
@@ -1,5 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2003 - 2009 NetXen, Inc. | 2 | * Copyright (C) 2003 - 2009 NetXen, Inc. |
3 | * Copyright (C) 2009 - QLogic Corporation. | ||
3 | * All rights reserved. | 4 | * All rights reserved. |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or | 6 | * This program is free software; you can redistribute it and/or |
@@ -20,12 +21,6 @@ | |||
20 | * The full GNU General Public License is included in this distribution | 21 | * The full GNU General Public License is included in this distribution |
21 | * in the file called LICENSE. | 22 | * in the file called LICENSE. |
22 | * | 23 | * |
23 | * Contact Information: | ||
24 | * info@netxen.com | ||
25 | * NetXen Inc, | ||
26 | * 18922 Forge Drive | ||
27 | * Cupertino, CA 95014-0701 | ||
28 | * | ||
29 | */ | 24 | */ |
30 | 25 | ||
31 | #ifndef _NETXEN_NIC_H_ | 26 | #ifndef _NETXEN_NIC_H_ |
diff --git a/drivers/net/netxen/netxen_nic_ctx.c b/drivers/net/netxen/netxen_nic_ctx.c index 33f82db01293..9cb8f6878047 100644 --- a/drivers/net/netxen/netxen_nic_ctx.c +++ b/drivers/net/netxen/netxen_nic_ctx.c | |||
@@ -1,5 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2003 - 2009 NetXen, Inc. | 2 | * Copyright (C) 2003 - 2009 NetXen, Inc. |
3 | * Copyright (C) 2009 - QLogic Corporation. | ||
3 | * All rights reserved. | 4 | * All rights reserved. |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or | 6 | * This program is free software; you can redistribute it and/or |
@@ -20,12 +21,6 @@ | |||
20 | * The full GNU General Public License is included in this distribution | 21 | * The full GNU General Public License is included in this distribution |
21 | * in the file called LICENSE. | 22 | * in the file called LICENSE. |
22 | * | 23 | * |
23 | * Contact Information: | ||
24 | * info@netxen.com | ||
25 | * NetXen Inc, | ||
26 | * 18922 Forge Drive | ||
27 | * Cupertino, CA 95014-0701 | ||
28 | * | ||
29 | */ | 24 | */ |
30 | 25 | ||
31 | #include "netxen_nic_hw.h" | 26 | #include "netxen_nic_hw.h" |
diff --git a/drivers/net/netxen/netxen_nic_ethtool.c b/drivers/net/netxen/netxen_nic_ethtool.c index d18832ce4b58..714f38791a9a 100644 --- a/drivers/net/netxen/netxen_nic_ethtool.c +++ b/drivers/net/netxen/netxen_nic_ethtool.c | |||
@@ -1,5 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2003 - 2009 NetXen, Inc. | 2 | * Copyright (C) 2003 - 2009 NetXen, Inc. |
3 | * Copyright (C) 2009 - QLogic Corporation. | ||
3 | * All rights reserved. | 4 | * All rights reserved. |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or | 6 | * This program is free software; you can redistribute it and/or |
@@ -20,12 +21,6 @@ | |||
20 | * The full GNU General Public License is included in this distribution | 21 | * The full GNU General Public License is included in this distribution |
21 | * in the file called LICENSE. | 22 | * in the file called LICENSE. |
22 | * | 23 | * |
23 | * Contact Information: | ||
24 | * info@netxen.com | ||
25 | * NetXen Inc, | ||
26 | * 18922 Forge Drive | ||
27 | * Cupertino, CA 95014-0701 | ||
28 | * | ||
29 | */ | 24 | */ |
30 | 25 | ||
31 | #include <linux/types.h> | 26 | #include <linux/types.h> |
diff --git a/drivers/net/netxen/netxen_nic_hdr.h b/drivers/net/netxen/netxen_nic_hdr.h index 26188b43abe9..7a7177421d7c 100644 --- a/drivers/net/netxen/netxen_nic_hdr.h +++ b/drivers/net/netxen/netxen_nic_hdr.h | |||
@@ -1,5 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2003 - 2009 NetXen, Inc. | 2 | * Copyright (C) 2003 - 2009 NetXen, Inc. |
3 | * Copyright (C) 2009 - QLogic Corporation. | ||
3 | * All rights reserved. | 4 | * All rights reserved. |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or | 6 | * This program is free software; you can redistribute it and/or |
@@ -20,12 +21,6 @@ | |||
20 | * The full GNU General Public License is included in this distribution | 21 | * The full GNU General Public License is included in this distribution |
21 | * in the file called LICENSE. | 22 | * in the file called LICENSE. |
22 | * | 23 | * |
23 | * Contact Information: | ||
24 | * info@netxen.com | ||
25 | * NetXen Inc, | ||
26 | * 18922 Forge Drive | ||
27 | * Cupertino, CA 95014-0701 | ||
28 | * | ||
29 | */ | 24 | */ |
30 | 25 | ||
31 | #ifndef __NETXEN_NIC_HDR_H_ | 26 | #ifndef __NETXEN_NIC_HDR_H_ |
diff --git a/drivers/net/netxen/netxen_nic_hw.c b/drivers/net/netxen/netxen_nic_hw.c index 018cf429c308..32314000dfcd 100644 --- a/drivers/net/netxen/netxen_nic_hw.c +++ b/drivers/net/netxen/netxen_nic_hw.c | |||
@@ -1,5 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2003 - 2009 NetXen, Inc. | 2 | * Copyright (C) 2003 - 2009 NetXen, Inc. |
3 | * Copyright (C) 2009 - QLogic Corporation. | ||
3 | * All rights reserved. | 4 | * All rights reserved. |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or | 6 | * This program is free software; you can redistribute it and/or |
@@ -20,12 +21,6 @@ | |||
20 | * The full GNU General Public License is included in this distribution | 21 | * The full GNU General Public License is included in this distribution |
21 | * in the file called LICENSE. | 22 | * in the file called LICENSE. |
22 | * | 23 | * |
23 | * Contact Information: | ||
24 | * info@netxen.com | ||
25 | * NetXen Inc, | ||
26 | * 18922 Forge Drive | ||
27 | * Cupertino, CA 95014-0701 | ||
28 | * | ||
29 | */ | 24 | */ |
30 | 25 | ||
31 | #include "netxen_nic.h" | 26 | #include "netxen_nic.h" |
diff --git a/drivers/net/netxen/netxen_nic_hw.h b/drivers/net/netxen/netxen_nic_hw.h index 98e4b95788b7..3fd1dcb3583a 100644 --- a/drivers/net/netxen/netxen_nic_hw.h +++ b/drivers/net/netxen/netxen_nic_hw.h | |||
@@ -1,5 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2003 - 2009 NetXen, Inc. | 2 | * Copyright (C) 2003 - 2009 NetXen, Inc. |
3 | * Copyright (C) 2009 - QLogic Corporation. | ||
3 | * All rights reserved. | 4 | * All rights reserved. |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or | 6 | * This program is free software; you can redistribute it and/or |
@@ -20,12 +21,6 @@ | |||
20 | * The full GNU General Public License is included in this distribution | 21 | * The full GNU General Public License is included in this distribution |
21 | * in the file called LICENSE. | 22 | * in the file called LICENSE. |
22 | * | 23 | * |
23 | * Contact Information: | ||
24 | * info@netxen.com | ||
25 | * NetXen Inc, | ||
26 | * 18922 Forge Drive | ||
27 | * Cupertino, CA 95014-0701 | ||
28 | * | ||
29 | */ | 24 | */ |
30 | 25 | ||
31 | #ifndef __NETXEN_NIC_HW_H_ | 26 | #ifndef __NETXEN_NIC_HW_H_ |
diff --git a/drivers/net/netxen/netxen_nic_init.c b/drivers/net/netxen/netxen_nic_init.c index 128d1b65402d..91c2bc61c8eb 100644 --- a/drivers/net/netxen/netxen_nic_init.c +++ b/drivers/net/netxen/netxen_nic_init.c | |||
@@ -1,5 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2003 - 2009 NetXen, Inc. | 2 | * Copyright (C) 2003 - 2009 NetXen, Inc. |
3 | * Copyright (C) 2009 - QLogic Corporation. | ||
3 | * All rights reserved. | 4 | * All rights reserved. |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or | 6 | * This program is free software; you can redistribute it and/or |
@@ -20,12 +21,6 @@ | |||
20 | * The full GNU General Public License is included in this distribution | 21 | * The full GNU General Public License is included in this distribution |
21 | * in the file called LICENSE. | 22 | * in the file called LICENSE. |
22 | * | 23 | * |
23 | * Contact Information: | ||
24 | * info@netxen.com | ||
25 | * NetXen Inc, | ||
26 | * 18922 Forge Drive | ||
27 | * Cupertino, CA 95014-0701 | ||
28 | * | ||
29 | */ | 24 | */ |
30 | 25 | ||
31 | #include <linux/netdevice.h> | 26 | #include <linux/netdevice.h> |
diff --git a/drivers/net/netxen/netxen_nic_main.c b/drivers/net/netxen/netxen_nic_main.c index 53bd44e808eb..f7bdde111dfc 100644 --- a/drivers/net/netxen/netxen_nic_main.c +++ b/drivers/net/netxen/netxen_nic_main.c | |||
@@ -1,5 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2003 - 2009 NetXen, Inc. | 2 | * Copyright (C) 2003 - 2009 NetXen, Inc. |
3 | * Copyright (C) 2009 - QLogic Corporation. | ||
3 | * All rights reserved. | 4 | * All rights reserved. |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or | 6 | * This program is free software; you can redistribute it and/or |
@@ -20,12 +21,6 @@ | |||
20 | * The full GNU General Public License is included in this distribution | 21 | * The full GNU General Public License is included in this distribution |
21 | * in the file called LICENSE. | 22 | * in the file called LICENSE. |
22 | * | 23 | * |
23 | * Contact Information: | ||
24 | * info@netxen.com | ||
25 | * NetXen Inc, | ||
26 | * 18922 Forge Drive | ||
27 | * Cupertino, CA 95014-0701 | ||
28 | * | ||
29 | */ | 24 | */ |
30 | 25 | ||
31 | #include <linux/vmalloc.h> | 26 | #include <linux/vmalloc.h> |