diff options
author | Bruce Allan <bruce.w.allan@intel.com> | 2010-06-16 09:28:11 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-06-19 01:12:18 -0400 |
commit | 451152d97f3f4bababcb9c68b22c3d94bcdda67f (patch) | |
tree | f4208fb6be4742c0f4890c137ecf8cda5b25b859 /drivers/net/e1000e/netdev.c | |
parent | e52997f96008fda655d7ec3aa4297d1272e8a385 (diff) |
e1000e: update copyright information
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/e1000e/netdev.c')
-rw-r--r-- | drivers/net/e1000e/netdev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/e1000e/netdev.c b/drivers/net/e1000e/netdev.c index f296f6f32a36..77747c760644 100644 --- a/drivers/net/e1000e/netdev.c +++ b/drivers/net/e1000e/netdev.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /******************************************************************************* | 1 | /******************************************************************************* |
2 | 2 | ||
3 | Intel PRO/1000 Linux driver | 3 | Intel PRO/1000 Linux driver |
4 | Copyright(c) 1999 - 2009 Intel Corporation. | 4 | Copyright(c) 1999 - 2010 Intel Corporation. |
5 | 5 | ||
6 | This program is free software; you can redistribute it and/or modify it | 6 | This program is free software; you can redistribute it and/or modify it |
7 | under the terms and conditions of the GNU General Public License, | 7 | under the terms and conditions of the GNU General Public License, |
@@ -6028,7 +6028,7 @@ static int __init e1000_init_module(void) | |||
6028 | int ret; | 6028 | int ret; |
6029 | pr_info("Intel(R) PRO/1000 Network Driver - %s\n", | 6029 | pr_info("Intel(R) PRO/1000 Network Driver - %s\n", |
6030 | e1000e_driver_version); | 6030 | e1000e_driver_version); |
6031 | pr_info("Copyright (c) 1999 - 2009 Intel Corporation.\n"); | 6031 | pr_info("Copyright (c) 1999 - 2010 Intel Corporation.\n"); |
6032 | ret = pci_register_driver(&e1000_driver); | 6032 | ret = pci_register_driver(&e1000_driver); |
6033 | 6033 | ||
6034 | return ret; | 6034 | return ret; |