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

igbvf: Update version and Copyright

Update version string and copyright notice

Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Tested-by: Emil Tantilov <emil.s.tantilov@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>

authored by

Greg Rose and committed by
Jeff Kirsher
2c20ebba 5d426ad1

+13 -12
+1 -1
drivers/net/igbvf/Makefile
··· 1 1 ################################################################################ 2 2 # 3 3 # Intel(R) 82576 Virtual Function Linux driver 4 - # Copyright(c) 2009 Intel Corporation. 4 + # Copyright(c) 2009 - 2010 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/igbvf/defines.h
··· 1 1 /******************************************************************************* 2 2 3 3 Intel(R) 82576 Virtual Function Linux driver 4 - Copyright(c) 1999 - 2009 Intel Corporation. 4 + Copyright(c) 1999 - 2010 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/igbvf/ethtool.c
··· 1 1 /******************************************************************************* 2 2 3 3 Intel(R) 82576 Virtual Function Linux driver 4 - Copyright(c) 2009 Intel Corporation. 4 + Copyright(c) 2009 - 2010 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/igbvf/igbvf.h
··· 1 1 /******************************************************************************* 2 2 3 3 Intel(R) 82576 Virtual Function Linux driver 4 - Copyright(c) 2009 Intel Corporation. 4 + Copyright(c) 2009 - 2010 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/igbvf/mbx.c
··· 1 1 /******************************************************************************* 2 2 3 3 Intel(R) 82576 Virtual Function Linux driver 4 - Copyright(c) 2009 Intel Corporation. 4 + Copyright(c) 2009 - 2010 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/igbvf/mbx.h
··· 1 1 /******************************************************************************* 2 2 3 3 Intel(R) 82576 Virtual Function Linux driver 4 - Copyright(c) 1999 - 2009 Intel Corporation. 4 + Copyright(c) 1999 - 2010 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,
+4 -3
drivers/net/igbvf/netdev.c
··· 1 1 /******************************************************************************* 2 2 3 3 Intel(R) 82576 Virtual Function Linux driver 4 - Copyright(c) 2009 Intel Corporation. 4 + Copyright(c) 2009 - 2010 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, ··· 44 44 45 45 #include "igbvf.h" 46 46 47 - #define DRV_VERSION "1.0.0-k0" 47 + #define DRV_VERSION "1.0.8-k0" 48 48 char igbvf_driver_name[] = "igbvf"; 49 49 const char igbvf_driver_version[] = DRV_VERSION; 50 50 static const char igbvf_driver_string[] = 51 51 "Intel(R) Virtual Function Network Driver"; 52 - static const char igbvf_copyright[] = "Copyright (c) 2009 Intel Corporation."; 52 + static const char igbvf_copyright[] = 53 + "Copyright (c) 2009 - 2010 Intel Corporation."; 53 54 54 55 static int igbvf_poll(struct napi_struct *napi, int budget); 55 56 static void igbvf_reset(struct igbvf_adapter *);
+1 -1
drivers/net/igbvf/regs.h
··· 1 1 /******************************************************************************* 2 2 3 3 Intel(R) 82576 Virtual Function Linux driver 4 - Copyright(c) 2009 Intel Corporation. 4 + Copyright(c) 2009 - 2010 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/igbvf/vf.c
··· 1 1 /******************************************************************************* 2 2 3 3 Intel(R) 82576 Virtual Function Linux driver 4 - Copyright(c) 2009 Intel Corporation. 4 + Copyright(c) 2009 - 2010 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/igbvf/vf.h
··· 1 1 /******************************************************************************* 2 2 3 3 Intel(R) 82576 Virtual Function Linux driver 4 - Copyright(c) 2009 Intel Corporation. 4 + Copyright(c) 2009 - 2010 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,