aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_osdep.h
diff options
context:
space:
mode:
authorGreg Rose <gregory.v.rose@intel.com>2013-12-18 08:45:51 -0500
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2014-01-09 05:10:23 -0500
commitdc641b7319f19a17639ed7d36aaddbf090206644 (patch)
tree8519ea25958595824c76b0da3a40cbccae045110 /drivers/net/ethernet/intel/i40e/i40e_osdep.h
parentc02e0fd393792b5f4c0992c97f64b9006eff334c (diff)
i40e: Fix GPL header
The GPL header included in each file in the i40e driver doesn't need to include the "this program" text since this driver is already part of the larger kernel. Signed-off-by: Greg Rose <gregory.v.rose@intel.com> Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Tested-by: Kavindya Deegala <kavindya.s.deegala@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/i40e/i40e_osdep.h')
-rw-r--r--drivers/net/ethernet/intel/i40e/i40e_osdep.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/net/ethernet/intel/i40e/i40e_osdep.h b/drivers/net/ethernet/intel/i40e/i40e_osdep.h
index 702c81ba86e3..ecd0f0b663c9 100644
--- a/drivers/net/ethernet/intel/i40e/i40e_osdep.h
+++ b/drivers/net/ethernet/intel/i40e/i40e_osdep.h
@@ -1,7 +1,7 @@
1/******************************************************************************* 1/*******************************************************************************
2 * 2 *
3 * Intel Ethernet Controller XL710 Family Linux Driver 3 * Intel Ethernet Controller XL710 Family Linux Driver
4 * Copyright(c) 2013 Intel Corporation. 4 * Copyright(c) 2013 - 2014 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,
@@ -12,9 +12,8 @@
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 * more details. 13 * more details.
14 * 14 *
15 * You should have received a copy of the GNU General Public License along with 15 * You should have received a copy of the GNU General Public License along
16 * this program; if not, write to the Free Software Foundation, Inc., 16 * with this program. If not, see <http://www.gnu.org/licenses/>.
17 * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
18 * 17 *
19 * The full GNU General Public License is included in this distribution in 18 * The full GNU General Public License is included in this distribution in
20 * the file called "COPYING". 19 * the file called "COPYING".