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

ixgbe: Update copyright dates, bump the driver version number

New year, new copyright date ranges. Also bump the driver version
number to reflect many of the recent changes.

Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Peter P Waskiewicz Jr and committed by
David S. Miller
3efac5a0 eb7f139c

+17 -17
+1 -1
drivers/net/ixgbe/Makefile
··· 1 1 ################################################################################ 2 2 # 3 3 # Intel 10 Gigabit PCI Express Linux driver 4 - # Copyright(c) 1999 - 2007 Intel Corporation. 4 + # Copyright(c) 1999 - 2009 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/ixgbe/ixgbe.h
··· 1 1 /******************************************************************************* 2 2 3 3 Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2008 Intel Corporation. 4 + Copyright(c) 1999 - 2009 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/ixgbe/ixgbe_82598.c
··· 1 1 /******************************************************************************* 2 2 3 3 Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2008 Intel Corporation. 4 + Copyright(c) 1999 - 2009 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/ixgbe/ixgbe_common.c
··· 1 1 /******************************************************************************* 2 2 3 3 Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2008 Intel Corporation. 4 + Copyright(c) 1999 - 2009 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/ixgbe/ixgbe_common.h
··· 1 1 /******************************************************************************* 2 2 3 3 Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2008 Intel Corporation. 4 + Copyright(c) 1999 - 2009 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/ixgbe/ixgbe_dcb.c
··· 1 1 /******************************************************************************* 2 2 3 3 Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2007 Intel Corporation. 4 + Copyright(c) 1999 - 2009 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/ixgbe/ixgbe_dcb.h
··· 1 1 /******************************************************************************* 2 2 3 3 Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2007 Intel Corporation. 4 + Copyright(c) 1999 - 2009 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/ixgbe/ixgbe_dcb_82598.c
··· 1 1 /******************************************************************************* 2 2 3 3 Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2007 Intel Corporation. 4 + Copyright(c) 1999 - 2009 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/ixgbe/ixgbe_dcb_82598.h
··· 1 1 /******************************************************************************* 2 2 3 3 Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2007 Intel Corporation. 4 + Copyright(c) 1999 - 2009 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/ixgbe/ixgbe_dcb_nl.c
··· 1 1 /******************************************************************************* 2 2 3 3 Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2008 Intel Corporation. 4 + Copyright(c) 1999 - 2009 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/ixgbe/ixgbe_ethtool.c
··· 1 1 /******************************************************************************* 2 2 3 3 Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2008 Intel Corporation. 4 + Copyright(c) 1999 - 2009 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/ixgbe/ixgbe_main.c
··· 1 1 /******************************************************************************* 2 2 3 3 Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2008 Intel Corporation. 4 + Copyright(c) 1999 - 2009 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, ··· 47 47 static const char ixgbe_driver_string[] = 48 48 "Intel(R) 10 Gigabit PCI Express Network Driver"; 49 49 50 - #define DRV_VERSION "1.3.30-k2" 50 + #define DRV_VERSION "1.3.56-k2" 51 51 const char ixgbe_driver_version[] = DRV_VERSION; 52 - static char ixgbe_copyright[] = "Copyright (c) 1999-2007 Intel Corporation."; 52 + static char ixgbe_copyright[] = "Copyright (c) 1999-2009 Intel Corporation."; 53 53 54 54 static const struct ixgbe_info *ixgbe_info_tbl[] = { 55 55 [board_82598] = &ixgbe_82598_info,
+1 -1
drivers/net/ixgbe/ixgbe_phy.c
··· 1 1 /******************************************************************************* 2 2 3 3 Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2008 Intel Corporation. 4 + Copyright(c) 1999 - 2009 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/ixgbe/ixgbe_phy.h
··· 1 1 /******************************************************************************* 2 2 3 3 Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2008 Intel Corporation. 4 + Copyright(c) 1999 - 2009 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/ixgbe/ixgbe_type.h
··· 1 1 /******************************************************************************* 2 2 3 3 Intel 10 Gigabit PCI Express Linux driver 4 - Copyright(c) 1999 - 2008 Intel Corporation. 4 + Copyright(c) 1999 - 2009 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,