Commit 2c20ebba authored by Greg Rose's avatar Greg Rose Committed by Jeff Kirsher

igbvf: Update version and Copyright

Update version string and copyright notice
Signed-off-by: default avatarGreg Rose <gregory.v.rose@intel.com>
Tested-by: default avatarEmil Tantilov <emil.s.tantilov@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 5d426ad1
################################################################################ ################################################################################
# #
# Intel(R) 82576 Virtual Function Linux driver # Intel(R) 82576 Virtual Function Linux driver
# Copyright(c) 2009 Intel Corporation. # Copyright(c) 2009 - 2010 Intel Corporation.
# #
# This program is free software; you can redistribute it and/or modify it # This program is free software; you can redistribute it and/or modify it
# under the terms and conditions of the GNU General Public License, # under the terms and conditions of the GNU General Public License,
......
/******************************************************************************* /*******************************************************************************
Intel(R) 82576 Virtual Function Linux driver Intel(R) 82576 Virtual Function Linux driver
Copyright(c) 1999 - 2009 Intel Corporation. Copyright(c) 1999 - 2010 Intel Corporation.
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License, under the terms and conditions of the GNU General Public License,
......
/******************************************************************************* /*******************************************************************************
Intel(R) 82576 Virtual Function Linux driver Intel(R) 82576 Virtual Function Linux driver
Copyright(c) 2009 Intel Corporation. Copyright(c) 2009 - 2010 Intel Corporation.
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License, under the terms and conditions of the GNU General Public License,
......
/******************************************************************************* /*******************************************************************************
Intel(R) 82576 Virtual Function Linux driver Intel(R) 82576 Virtual Function Linux driver
Copyright(c) 2009 Intel Corporation. Copyright(c) 2009 - 2010 Intel Corporation.
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License, under the terms and conditions of the GNU General Public License,
......
/******************************************************************************* /*******************************************************************************
Intel(R) 82576 Virtual Function Linux driver Intel(R) 82576 Virtual Function Linux driver
Copyright(c) 2009 Intel Corporation. Copyright(c) 2009 - 2010 Intel Corporation.
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License, under the terms and conditions of the GNU General Public License,
......
/******************************************************************************* /*******************************************************************************
Intel(R) 82576 Virtual Function Linux driver Intel(R) 82576 Virtual Function Linux driver
Copyright(c) 1999 - 2009 Intel Corporation. Copyright(c) 1999 - 2010 Intel Corporation.
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License, under the terms and conditions of the GNU General Public License,
......
/******************************************************************************* /*******************************************************************************
Intel(R) 82576 Virtual Function Linux driver Intel(R) 82576 Virtual Function Linux driver
Copyright(c) 2009 Intel Corporation. Copyright(c) 2009 - 2010 Intel Corporation.
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License, under the terms and conditions of the GNU General Public License,
...@@ -44,12 +44,13 @@ ...@@ -44,12 +44,13 @@
#include "igbvf.h" #include "igbvf.h"
#define DRV_VERSION "1.0.0-k0" #define DRV_VERSION "1.0.8-k0"
char igbvf_driver_name[] = "igbvf"; char igbvf_driver_name[] = "igbvf";
const char igbvf_driver_version[] = DRV_VERSION; const char igbvf_driver_version[] = DRV_VERSION;
static const char igbvf_driver_string[] = static const char igbvf_driver_string[] =
"Intel(R) Virtual Function Network Driver"; "Intel(R) Virtual Function Network Driver";
static const char igbvf_copyright[] = "Copyright (c) 2009 Intel Corporation."; static const char igbvf_copyright[] =
"Copyright (c) 2009 - 2010 Intel Corporation.";
static int igbvf_poll(struct napi_struct *napi, int budget); static int igbvf_poll(struct napi_struct *napi, int budget);
static void igbvf_reset(struct igbvf_adapter *); static void igbvf_reset(struct igbvf_adapter *);
......
/******************************************************************************* /*******************************************************************************
Intel(R) 82576 Virtual Function Linux driver Intel(R) 82576 Virtual Function Linux driver
Copyright(c) 2009 Intel Corporation. Copyright(c) 2009 - 2010 Intel Corporation.
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License, under the terms and conditions of the GNU General Public License,
......
/******************************************************************************* /*******************************************************************************
Intel(R) 82576 Virtual Function Linux driver Intel(R) 82576 Virtual Function Linux driver
Copyright(c) 2009 Intel Corporation. Copyright(c) 2009 - 2010 Intel Corporation.
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License, under the terms and conditions of the GNU General Public License,
......
/******************************************************************************* /*******************************************************************************
Intel(R) 82576 Virtual Function Linux driver Intel(R) 82576 Virtual Function Linux driver
Copyright(c) 2009 Intel Corporation. Copyright(c) 2009 - 2010 Intel Corporation.
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License, under the terms and conditions of the GNU General Public License,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment