summaryrefslogtreecommitdiff
path: root/drivers/net/igb/e1000_manage.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/igb/e1000_manage.c')
-rw-r--r--drivers/net/igb/e1000_manage.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/net/igb/e1000_manage.c b/drivers/net/igb/e1000_manage.c
index e1a2abe08dd2..d02cd15f9cc8 100644
--- a/drivers/net/igb/e1000_manage.c
+++ b/drivers/net/igb/e1000_manage.c
@@ -1,7 +1,7 @@
/*******************************************************************************
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
under the terms and conditions of the GNU General Public License,
@@ -12,14 +12,11 @@
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
more details.
- 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.
-
The full GNU General Public License is included in this distribution in
the file called "COPYING".
Contact Information:
+ Linux NICS <linux.nics@intel.com>
e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
@@ -553,4 +550,3 @@ s32 e1000_load_firmware(struct e1000_hw *hw, u8 *buffer, u32 length)
return E1000_SUCCESS;
}
-