diff options
author | Akeem G. Abodunrin <akeem.g.abodunrin@intel.com> | 2013-01-08 13:31:12 -0500 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2013-01-19 08:05:05 -0500 |
commit | 4b9ea4626b52c113c367c4776c9bb11b7231393d (patch) | |
tree | bca7767b87726a306c1fdc98bfc589e546c77ef2 /drivers/net/ethernet/intel/igb/igb_main.c | |
parent | 70d289bcef24eca45dadf2f10fe79a936589216e (diff) |
igb: Copyright string update to year 2013
This patch updates Copyright year to 2013
v2: Changed Copyright year on Makefile
Signed-off-by: Akeem G. Abodunrin <akeem.g.abodunrin@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/igb/igb_main.c')
-rw-r--r-- | drivers/net/ethernet/intel/igb/igb_main.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/igb/igb_main.c b/drivers/net/ethernet/intel/igb/igb_main.c index 78354046cb3b..b81a95370914 100644 --- a/drivers/net/ethernet/intel/igb/igb_main.c +++ b/drivers/net/ethernet/intel/igb/igb_main.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /******************************************************************************* | 1 | /******************************************************************************* |
2 | 2 | ||
3 | Intel(R) Gigabit Ethernet Linux driver | 3 | Intel(R) Gigabit Ethernet Linux driver |
4 | Copyright(c) 2007-2012 Intel Corporation. | 4 | Copyright(c) 2007-2013 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, |
@@ -69,7 +69,8 @@ char igb_driver_name[] = "igb"; | |||
69 | char igb_driver_version[] = DRV_VERSION; | 69 | char igb_driver_version[] = DRV_VERSION; |
70 | static const char igb_driver_string[] = | 70 | static const char igb_driver_string[] = |
71 | "Intel(R) Gigabit Ethernet Network Driver"; | 71 | "Intel(R) Gigabit Ethernet Network Driver"; |
72 | static const char igb_copyright[] = "Copyright (c) 2007-2012 Intel Corporation."; | 72 | static const char igb_copyright[] = |
73 | "Copyright (c) 2007-2013 Intel Corporation."; | ||
73 | 74 | ||
74 | static const struct e1000_info *igb_info_tbl[] = { | 75 | static const struct e1000_info *igb_info_tbl[] = { |
75 | [board_82575] = &e1000_82575_info, | 76 | [board_82575] = &e1000_82575_info, |