Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ixgb: update copyright dates and versions

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

authored by

Jesse Brandeburg and committed by
Jeff Garzik
f731a9ef 6d37ab28

+13 -13
+1 -1
drivers/net/ixgb/Makefile
··· 1 1 ################################################################################ 2 2 # 3 3 # Intel PRO/10GbE Linux driver 4 - # Copyright(c) 1999 - 2006 Intel Corporation. 4 + # Copyright(c) 1999 - 2008 Intel Corporation. 5 5 # 6 6 # This program is free software; you can redistribute it and/or modify it 7 7 # under the terms and conditions of the GNU General Public License,
+1 -1
drivers/net/ixgb/ixgb.h
··· 1 1 /******************************************************************************* 2 2 3 3 Intel PRO/10GbE Linux driver 4 - Copyright(c) 1999 - 2006 Intel Corporation. 4 + Copyright(c) 1999 - 2008 Intel Corporation. 5 5 6 6 This program is free software; you can redistribute it and/or modify it 7 7 under the terms and conditions of the GNU General Public License,
+1 -1
drivers/net/ixgb/ixgb_ee.c
··· 1 1 /******************************************************************************* 2 2 3 3 Intel PRO/10GbE Linux driver 4 - Copyright(c) 1999 - 2006 Intel Corporation. 4 + Copyright(c) 1999 - 2008 Intel Corporation. 5 5 6 6 This program is free software; you can redistribute it and/or modify it 7 7 under the terms and conditions of the GNU General Public License,
+1 -1
drivers/net/ixgb/ixgb_ee.h
··· 1 1 /******************************************************************************* 2 2 3 3 Intel PRO/10GbE Linux driver 4 - Copyright(c) 1999 - 2006 Intel Corporation. 4 + Copyright(c) 1999 - 2008 Intel Corporation. 5 5 6 6 This program is free software; you can redistribute it and/or modify it 7 7 under the terms and conditions of the GNU General Public License,
+1 -1
drivers/net/ixgb/ixgb_ethtool.c
··· 1 1 /******************************************************************************* 2 2 3 3 Intel PRO/10GbE Linux driver 4 - Copyright(c) 1999 - 2006 Intel Corporation. 4 + Copyright(c) 1999 - 2008 Intel Corporation. 5 5 6 6 This program is free software; you can redistribute it and/or modify it 7 7 under the terms and conditions of the GNU General Public License,
+1 -1
drivers/net/ixgb/ixgb_hw.c
··· 1 1 /******************************************************************************* 2 2 3 3 Intel PRO/10GbE Linux driver 4 - Copyright(c) 1999 - 2006 Intel Corporation. 4 + Copyright(c) 1999 - 2008 Intel Corporation. 5 5 6 6 This program is free software; you can redistribute it and/or modify it 7 7 under the terms and conditions of the GNU General Public License,
+1 -1
drivers/net/ixgb/ixgb_hw.h
··· 1 1 /******************************************************************************* 2 2 3 3 Intel PRO/10GbE Linux driver 4 - Copyright(c) 1999 - 2006 Intel Corporation. 4 + Copyright(c) 1999 - 2008 Intel Corporation. 5 5 6 6 This program is free software; you can redistribute it and/or modify it 7 7 under the terms and conditions of the GNU General Public License,
+1 -1
drivers/net/ixgb/ixgb_ids.h
··· 1 1 /******************************************************************************* 2 2 3 3 Intel PRO/10GbE Linux driver 4 - Copyright(c) 1999 - 2006 Intel Corporation. 4 + Copyright(c) 1999 - 2008 Intel Corporation. 5 5 6 6 This program is free software; you can redistribute it and/or modify it 7 7 under the terms and conditions of the GNU General Public License,
+3 -3
drivers/net/ixgb/ixgb_main.c
··· 1 1 /******************************************************************************* 2 2 3 3 Intel PRO/10GbE Linux driver 4 - Copyright(c) 1999 - 2006 Intel Corporation. 4 + Copyright(c) 1999 - 2008 Intel Corporation. 5 5 6 6 This program is free software; you can redistribute it and/or modify it 7 7 under the terms and conditions of the GNU General Public License, ··· 32 32 static char ixgb_driver_string[] = "Intel(R) PRO/10GbE Network Driver"; 33 33 34 34 #define DRIVERNAPI "-NAPI" 35 - #define DRV_VERSION "1.0.126" DRIVERNAPI 35 + #define DRV_VERSION "1.0.135-k2" DRIVERNAPI 36 36 const char ixgb_driver_version[] = DRV_VERSION; 37 - static const char ixgb_copyright[] = "Copyright (c) 1999-2006 Intel Corporation."; 37 + static const char ixgb_copyright[] = "Copyright (c) 1999-2008 Intel Corporation."; 38 38 39 39 #define IXGB_CB_LENGTH 256 40 40 static unsigned int copybreak __read_mostly = IXGB_CB_LENGTH;
+1 -1
drivers/net/ixgb/ixgb_osdep.h
··· 1 1 /******************************************************************************* 2 2 3 3 Intel PRO/10GbE Linux driver 4 - Copyright(c) 1999 - 2006 Intel Corporation. 4 + Copyright(c) 1999 - 2008 Intel Corporation. 5 5 6 6 This program is free software; you can redistribute it and/or modify it 7 7 under the terms and conditions of the GNU General Public License,
+1 -1
drivers/net/ixgb/ixgb_param.c
··· 1 1 /******************************************************************************* 2 2 3 3 Intel PRO/10GbE Linux driver 4 - Copyright(c) 1999 - 2006 Intel Corporation. 4 + Copyright(c) 1999 - 2008 Intel Corporation. 5 5 6 6 This program is free software; you can redistribute it and/or modify it 7 7 under the terms and conditions of the GNU General Public License,