|
@@ -1,4 +1,4 @@
|
|
|
-/* Intel Ethernet Switch Host Interface Driver
|
|
|
+/* Intel(R) Ethernet Switch Host Interface Driver
|
|
|
* Copyright(c) 2013 - 2016 Intel Corporation.
|
|
|
*
|
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
@@ -34,7 +34,7 @@ const char fm10k_driver_version[] = DRV_VERSION;
|
|
|
char fm10k_driver_name[] = "fm10k";
|
|
|
static const char fm10k_driver_string[] = DRV_SUMMARY;
|
|
|
static const char fm10k_copyright[] =
|
|
|
- "Copyright (c) 2013 Intel Corporation.";
|
|
|
+ "Copyright (c) 2013 - 2016 Intel Corporation.";
|
|
|
|
|
|
MODULE_AUTHOR("Intel Corporation, <linux.nics@intel.com>");
|
|
|
MODULE_DESCRIPTION(DRV_SUMMARY);
|