|
@@ -1,7 +1,7 @@
|
|
/*******************************************************************************
|
|
/*******************************************************************************
|
|
|
|
|
|
Intel(R) Gigabit Ethernet Linux driver
|
|
Intel(R) Gigabit Ethernet Linux driver
|
|
- Copyright(c) 2007-2013 Intel Corporation.
|
|
|
|
|
|
+ Copyright(c) 2007-2014 Intel Corporation.
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify it
|
|
This program is free software; you can redistribute it and/or modify it
|
|
under the terms and conditions of the GNU General Public License,
|
|
under the terms and conditions of the GNU General Public License,
|
|
@@ -13,8 +13,7 @@
|
|
more details.
|
|
more details.
|
|
|
|
|
|
You should have received a copy of the GNU General Public License along with
|
|
You should have received a copy of the GNU General Public License along with
|
|
- this program; if not, write to the Free Software Foundation, Inc.,
|
|
|
|
- 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
|
|
+ this program; if not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
The full GNU General Public License is included in this distribution in
|
|
The full GNU General Public License is included in this distribution in
|
|
the file called "COPYING".
|
|
the file called "COPYING".
|
|
@@ -70,7 +69,7 @@ char igb_driver_version[] = DRV_VERSION;
|
|
static const char igb_driver_string[] =
|
|
static const char igb_driver_string[] =
|
|
"Intel(R) Gigabit Ethernet Network Driver";
|
|
"Intel(R) Gigabit Ethernet Network Driver";
|
|
static const char igb_copyright[] =
|
|
static const char igb_copyright[] =
|
|
- "Copyright (c) 2007-2013 Intel Corporation.";
|
|
|
|
|
|
+ "Copyright (c) 2007-2014 Intel Corporation.";
|
|
|
|
|
|
static const struct e1000_info *igb_info_tbl[] = {
|
|
static const struct e1000_info *igb_info_tbl[] = {
|
|
[board_82575] = &e1000_82575_info,
|
|
[board_82575] = &e1000_82575_info,
|