diff options
author | Dhananjay Phadke <dhananjay@netxen.com> | 2009-02-25 10:57:56 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-27 04:00:44 -0500 |
commit | 5d242f1cee2c85721bbe9d8205e98c1c01f5d805 (patch) | |
tree | 8744b15b22066d0adc8930062f58cbe7ae56b537 /drivers/net | |
parent | 465e985087e9a15ddbe8ad62d9a983ae434d84c6 (diff) |
netxen: update copyright
Extend copyright into 2009 and update address.
Signed-off-by: Dhananjay Phadke <dhananjay@netxen.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/netxen/Makefile | 9 | ||||
-rw-r--r-- | drivers/net/netxen/netxen_nic.h | 9 | ||||
-rw-r--r-- | drivers/net/netxen/netxen_nic_ctx.c | 8 | ||||
-rw-r--r-- | drivers/net/netxen/netxen_nic_ethtool.c | 11 | ||||
-rw-r--r-- | drivers/net/netxen/netxen_nic_hdr.h | 9 | ||||
-rw-r--r-- | drivers/net/netxen/netxen_nic_hw.c | 11 | ||||
-rw-r--r-- | drivers/net/netxen/netxen_nic_hw.h | 11 | ||||
-rw-r--r-- | drivers/net/netxen/netxen_nic_init.c | 11 | ||||
-rw-r--r-- | drivers/net/netxen/netxen_nic_main.c | 11 | ||||
-rw-r--r-- | drivers/net/netxen/netxen_nic_niu.c | 11 | ||||
-rw-r--r-- | drivers/net/netxen/netxen_nic_phan_reg.h | 9 |
11 files changed, 47 insertions, 63 deletions
diff --git a/drivers/net/netxen/Makefile b/drivers/net/netxen/Makefile index 8e7c4c910d2a..cf01a9130c91 100644 --- a/drivers/net/netxen/Makefile +++ b/drivers/net/netxen/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # Copyright (C) 2003 - 2006 NetXen, Inc. | 1 | # Copyright (C) 2003 - 2009 NetXen, Inc. |
2 | # All rights reserved. | 2 | # All rights reserved. |
3 | # | 3 | # |
4 | # This program is free software; you can redistribute it and/or | 4 | # This program is free software; you can redistribute it and/or |
@@ -21,11 +21,10 @@ | |||
21 | # | 21 | # |
22 | # Contact Information: | 22 | # Contact Information: |
23 | # info@netxen.com | 23 | # info@netxen.com |
24 | # NetXen, | 24 | # NetXen Inc, |
25 | # 3965 Freedom Circle, Fourth floor, | 25 | # 18922 Forge Drive |
26 | # Santa Clara, CA 95054 | 26 | # Cupertino, CA 95014-0701 |
27 | # | 27 | # |
28 | # Makefile for the NetXen NIC Driver | ||
29 | # | 28 | # |
30 | 29 | ||
31 | 30 | ||
diff --git a/drivers/net/netxen/netxen_nic.h b/drivers/net/netxen/netxen_nic.h index b7261823189d..bbdd8f2d152b 100644 --- a/drivers/net/netxen/netxen_nic.h +++ b/drivers/net/netxen/netxen_nic.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2003 - 2006 NetXen, Inc. | 2 | * Copyright (C) 2003 - 2009 NetXen, Inc. |
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 |
@@ -22,9 +22,10 @@ | |||
22 | * | 22 | * |
23 | * Contact Information: | 23 | * Contact Information: |
24 | * info@netxen.com | 24 | * info@netxen.com |
25 | * NetXen, | 25 | * NetXen Inc, |
26 | * 3965 Freedom Circle, Fourth floor, | 26 | * 18922 Forge Drive |
27 | * Santa Clara, CA 95054 | 27 | * Cupertino, CA 95014-0701 |
28 | * | ||
28 | */ | 29 | */ |
29 | 30 | ||
30 | #ifndef _NETXEN_NIC_H_ | 31 | #ifndef _NETXEN_NIC_H_ |
diff --git a/drivers/net/netxen/netxen_nic_ctx.c b/drivers/net/netxen/netxen_nic_ctx.c index 746bdb470418..3e437065023d 100644 --- a/drivers/net/netxen/netxen_nic_ctx.c +++ b/drivers/net/netxen/netxen_nic_ctx.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2003 - 2008 NetXen, Inc. | 2 | * Copyright (C) 2003 - 2009 NetXen, Inc. |
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 |
@@ -22,9 +22,9 @@ | |||
22 | * | 22 | * |
23 | * Contact Information: | 23 | * Contact Information: |
24 | * info@netxen.com | 24 | * info@netxen.com |
25 | * NetXen, | 25 | * NetXen Inc, |
26 | * 3965 Freedom Circle, Fourth floor, | 26 | * 18922 Forge Drive |
27 | * Santa Clara, CA 95054 | 27 | * Cupertino, CA 95014-0701 |
28 | * | 28 | * |
29 | */ | 29 | */ |
30 | 30 | ||
diff --git a/drivers/net/netxen/netxen_nic_ethtool.c b/drivers/net/netxen/netxen_nic_ethtool.c index 87803f1b2fa8..6b25121cfc1b 100644 --- a/drivers/net/netxen/netxen_nic_ethtool.c +++ b/drivers/net/netxen/netxen_nic_ethtool.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2003 - 2006 NetXen, Inc. | 2 | * Copyright (C) 2003 - 2009 NetXen, Inc. |
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 |
@@ -22,12 +22,9 @@ | |||
22 | * | 22 | * |
23 | * Contact Information: | 23 | * Contact Information: |
24 | * info@netxen.com | 24 | * info@netxen.com |
25 | * NetXen, | 25 | * NetXen Inc, |
26 | * 3965 Freedom Circle, Fourth floor, | 26 | * 18922 Forge Drive |
27 | * Santa Clara, CA 95054 | 27 | * Cupertino, CA 95014-0701 |
28 | * | ||
29 | * | ||
30 | * ethtool support for netxen nic | ||
31 | * | 28 | * |
32 | */ | 29 | */ |
33 | 30 | ||
diff --git a/drivers/net/netxen/netxen_nic_hdr.h b/drivers/net/netxen/netxen_nic_hdr.h index 4695246072f6..e589d4bbd9b3 100644 --- a/drivers/net/netxen/netxen_nic_hdr.h +++ b/drivers/net/netxen/netxen_nic_hdr.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2003 - 2006 NetXen, Inc. | 2 | * Copyright (C) 2003 - 2009 NetXen, Inc. |
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 |
@@ -22,9 +22,10 @@ | |||
22 | * | 22 | * |
23 | * Contact Information: | 23 | * Contact Information: |
24 | * info@netxen.com | 24 | * info@netxen.com |
25 | * NetXen, | 25 | * NetXen Inc, |
26 | * 3965 Freedom Circle, Fourth floor, | 26 | * 18922 Forge Drive |
27 | * Santa Clara, CA 95054 | 27 | * Cupertino, CA 95014-0701 |
28 | * | ||
28 | */ | 29 | */ |
29 | 30 | ||
30 | #ifndef __NETXEN_NIC_HDR_H_ | 31 | #ifndef __NETXEN_NIC_HDR_H_ |
diff --git a/drivers/net/netxen/netxen_nic_hw.c b/drivers/net/netxen/netxen_nic_hw.c index b6b777e62e77..b15246c19da7 100644 --- a/drivers/net/netxen/netxen_nic_hw.c +++ b/drivers/net/netxen/netxen_nic_hw.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2003 - 2006 NetXen, Inc. | 2 | * Copyright (C) 2003 - 2009 NetXen, Inc. |
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 |
@@ -22,12 +22,9 @@ | |||
22 | * | 22 | * |
23 | * Contact Information: | 23 | * Contact Information: |
24 | * info@netxen.com | 24 | * info@netxen.com |
25 | * NetXen, | 25 | * NetXen Inc, |
26 | * 3965 Freedom Circle, Fourth floor, | 26 | * 18922 Forge Drive |
27 | * Santa Clara, CA 95054 | 27 | * Cupertino, CA 95014-0701 |
28 | * | ||
29 | * | ||
30 | * Source file for NIC routines to access the Phantom hardware | ||
31 | * | 28 | * |
32 | */ | 29 | */ |
33 | 30 | ||
diff --git a/drivers/net/netxen/netxen_nic_hw.h b/drivers/net/netxen/netxen_nic_hw.h index 9dcfb3223d84..9fb51627ee54 100644 --- a/drivers/net/netxen/netxen_nic_hw.h +++ b/drivers/net/netxen/netxen_nic_hw.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2003 - 2006 NetXen, Inc. | 2 | * Copyright (C) 2003 - 2009 NetXen, Inc. |
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 |
@@ -22,12 +22,9 @@ | |||
22 | * | 22 | * |
23 | * Contact Information: | 23 | * Contact Information: |
24 | * info@netxen.com | 24 | * info@netxen.com |
25 | * NetXen, | 25 | * NetXen Inc, |
26 | * 3965 Freedom Circle, Fourth floor, | 26 | * 18922 Forge Drive |
27 | * Santa Clara, CA 95054 | 27 | * Cupertino, CA 95014-0701 |
28 | * | ||
29 | * | ||
30 | * Structures, enums, and macros for the MAC | ||
31 | * | 28 | * |
32 | */ | 29 | */ |
33 | 30 | ||
diff --git a/drivers/net/netxen/netxen_nic_init.c b/drivers/net/netxen/netxen_nic_init.c index 688f8807843f..f323cee1b95a 100644 --- a/drivers/net/netxen/netxen_nic_init.c +++ b/drivers/net/netxen/netxen_nic_init.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2003 - 2006 NetXen, Inc. | 2 | * Copyright (C) 2003 - 2009 NetXen, Inc. |
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 |
@@ -22,12 +22,9 @@ | |||
22 | * | 22 | * |
23 | * Contact Information: | 23 | * Contact Information: |
24 | * info@netxen.com | 24 | * info@netxen.com |
25 | * NetXen, | 25 | * NetXen Inc, |
26 | * 3965 Freedom Circle, Fourth floor, | 26 | * 18922 Forge Drive |
27 | * Santa Clara, CA 95054 | 27 | * Cupertino, CA 95014-0701 |
28 | * | ||
29 | * | ||
30 | * Source file for NIC routines to initialize the Phantom Hardware | ||
31 | * | 28 | * |
32 | */ | 29 | */ |
33 | 30 | ||
diff --git a/drivers/net/netxen/netxen_nic_main.c b/drivers/net/netxen/netxen_nic_main.c index c2b551fd711f..02f5240245b9 100644 --- a/drivers/net/netxen/netxen_nic_main.c +++ b/drivers/net/netxen/netxen_nic_main.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2003 - 2006 NetXen, Inc. | 2 | * Copyright (C) 2003 - 2009 NetXen, Inc. |
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 |
@@ -22,12 +22,9 @@ | |||
22 | * | 22 | * |
23 | * Contact Information: | 23 | * Contact Information: |
24 | * info@netxen.com | 24 | * info@netxen.com |
25 | * NetXen, | 25 | * NetXen Inc, |
26 | * 3965 Freedom Circle, Fourth floor, | 26 | * 18922 Forge Drive |
27 | * Santa Clara, CA 95054 | 27 | * Cupertino, CA 95014-0701 |
28 | * | ||
29 | * | ||
30 | * Main source file for NetXen NIC Driver on Linux | ||
31 | * | 28 | * |
32 | */ | 29 | */ |
33 | 30 | ||
diff --git a/drivers/net/netxen/netxen_nic_niu.c b/drivers/net/netxen/netxen_nic_niu.c index 3851a677fd55..d85203203d4d 100644 --- a/drivers/net/netxen/netxen_nic_niu.c +++ b/drivers/net/netxen/netxen_nic_niu.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2003 - 2006 NetXen, Inc. | 2 | * Copyright (C) 2003 - 2009 NetXen, Inc. |
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 |
@@ -22,12 +22,9 @@ | |||
22 | * | 22 | * |
23 | * Contact Information: | 23 | * Contact Information: |
24 | * info@netxen.com | 24 | * info@netxen.com |
25 | * NetXen, | 25 | * NetXen Inc, |
26 | * 3965 Freedom Circle, Fourth floor, | 26 | * 18922 Forge Drive |
27 | * Santa Clara, CA 95054 | 27 | * Cupertino, CA 95014-0701 |
28 | * | ||
29 | * | ||
30 | * Provides access to the Network Interface Unit h/w block. | ||
31 | * | 28 | * |
32 | */ | 29 | */ |
33 | 30 | ||
diff --git a/drivers/net/netxen/netxen_nic_phan_reg.h b/drivers/net/netxen/netxen_nic_phan_reg.h index b293adcc95ab..2a368f284daf 100644 --- a/drivers/net/netxen/netxen_nic_phan_reg.h +++ b/drivers/net/netxen/netxen_nic_phan_reg.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2003 - 2006 NetXen, Inc. | 2 | * Copyright (C) 2003 - 2009 NetXen, Inc. |
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 |
@@ -22,9 +22,10 @@ | |||
22 | * | 22 | * |
23 | * Contact Information: | 23 | * Contact Information: |
24 | * info@netxen.com | 24 | * info@netxen.com |
25 | * NetXen, | 25 | * NetXen Inc, |
26 | * 3965 Freedom Circle, Fourth floor, | 26 | * 18922 Forge Drive |
27 | * Santa Clara, CA 95054 | 27 | * Cupertino, CA 95014-0701 |
28 | * | ||
28 | */ | 29 | */ |
29 | 30 | ||
30 | #ifndef __NIC_PHAN_REG_H_ | 31 | #ifndef __NIC_PHAN_REG_H_ |