aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorCarolyn Wyborny <carolyn.wyborny@intel.com>2011-02-17 04:02:30 -0500
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-02-24 05:39:49 -0500
commit4c4b42cb2f7b8273f8e458a23f08b62d89c337f3 (patch)
tree3a51d53d0732ae5539ff20dcf995864df31b4736 /drivers
parent17dc566c5ee46e14021e6b8dd89098d3cb237208 (diff)
igb: Update Intel copyright notice for driver source.
This fix updates copyright information to include current year 2011. Signed-off-by: Carolyn Wyborny <carolyn.wyborny@intel.com> Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/igb/igb_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/igb/igb_main.c b/drivers/net/igb/igb_main.c
index 88f8925b2d85..a55fa1708baa 100644
--- a/drivers/net/igb/igb_main.c
+++ b/drivers/net/igb/igb_main.c
@@ -55,7 +55,7 @@ char igb_driver_name[] = "igb";
55char igb_driver_version[] = DRV_VERSION; 55char igb_driver_version[] = DRV_VERSION;
56static const char igb_driver_string[] = 56static const char igb_driver_string[] =
57 "Intel(R) Gigabit Ethernet Network Driver"; 57 "Intel(R) Gigabit Ethernet Network Driver";
58static const char igb_copyright[] = "Copyright (c) 2007-2009 Intel Corporation."; 58static const char igb_copyright[] = "Copyright (c) 2007-2011 Intel Corporation.";
59 59
60static const struct e1000_info *igb_info_tbl[] = { 60static const struct e1000_info *igb_info_tbl[] = {
61 [board_82575] = &e1000_82575_info, 61 [board_82575] = &e1000_82575_info,