|
@@ -1,7 +1,7 @@
|
|
|
/*******************************************************************************
|
|
|
|
|
|
Intel(R) 82576 Virtual Function Linux driver
|
|
|
- Copyright(c) 2009 - 2010 Intel Corporation.
|
|
|
+ Copyright(c) 2009 - 2012 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,
|
|
@@ -53,7 +53,7 @@ const char igbvf_driver_version[] = DRV_VERSION;
|
|
|
static const char igbvf_driver_string[] =
|
|
|
"Intel(R) Gigabit Virtual Function Network Driver";
|
|
|
static const char igbvf_copyright[] =
|
|
|
- "Copyright (c) 2009 - 2011 Intel Corporation.";
|
|
|
+ "Copyright (c) 2009 - 2012 Intel Corporation.";
|
|
|
|
|
|
static int igbvf_poll(struct napi_struct *napi, int budget);
|
|
|
static void igbvf_reset(struct igbvf_adapter *);
|