summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
diff options
context:
space:
mode:
authorAlice Michael2019-05-28 19:59:21 +0200
committerJeff Kirsher2019-06-26 18:18:54 +0200
commit559ac25c89adaaed4238c9909fa7f729c91b1f16 (patch)
tree9ce4dfa509f9dec66281a7dd5277a9ac3078cde8 /drivers/net/ethernet/intel
parenti40e: Fix descriptor count manipulation (diff)
downloadkernel-qcow2-linux-559ac25c89adaaed4238c9909fa7f729c91b1f16.tar.gz
kernel-qcow2-linux-559ac25c89adaaed4238c9909fa7f729c91b1f16.tar.xz
kernel-qcow2-linux-559ac25c89adaaed4238c9909fa7f729c91b1f16.zip
i40e: update copyright string
It was found that the string that prints our copyright was not up to date. Updating to reflect our copyright. Signed-off-by: Alice Michael <alice.michael@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel')
-rw-r--r--drivers/net/ethernet/intel/i40e/i40e_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/i40e/i40e_main.c b/drivers/net/ethernet/intel/i40e/i40e_main.c
index ff1525e0dc3d..8b0c29b7809b 100644
--- a/drivers/net/ethernet/intel/i40e/i40e_main.c
+++ b/drivers/net/ethernet/intel/i40e/i40e_main.c
@@ -32,7 +32,7 @@ static const char i40e_driver_string[] =
__stringify(DRV_VERSION_MINOR) "." \
__stringify(DRV_VERSION_BUILD) DRV_KERN
const char i40e_driver_version_str[] = DRV_VERSION;
-static const char i40e_copyright[] = "Copyright (c) 2013 - 2014 Intel Corporation.";
+static const char i40e_copyright[] = "Copyright (c) 2013 - 2019 Intel Corporation.";
/* a bit of forward declarations */
static void i40e_vsi_reinit_locked(struct i40e_vsi *vsi);