.. | .. |
---|
1 | 1 | /******************************************************************* |
---|
2 | 2 | * This file is part of the Emulex Linux Device Driver for * |
---|
3 | 3 | * Fibre Channel Host Bus Adapters. * |
---|
4 | | - * Copyright (C) 2017-2018 Broadcom. All Rights Reserved. The term * |
---|
| 4 | + * Copyright (C) 2017-2020 Broadcom. All Rights Reserved. The term * |
---|
5 | 5 | * “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. * |
---|
6 | 6 | * Copyright (C) 2004-2016 Emulex. All rights reserved. * |
---|
7 | 7 | * EMULEX and SLI are trademarks of Emulex. * |
---|
.. | .. |
---|
20 | 20 | * included with this package. * |
---|
21 | 21 | *******************************************************************/ |
---|
22 | 22 | |
---|
23 | | -#define LPFC_DRIVER_VERSION "12.0.0.6" |
---|
| 23 | +#define LPFC_DRIVER_VERSION "12.8.0.4" |
---|
24 | 24 | #define LPFC_DRIVER_NAME "lpfc" |
---|
25 | 25 | |
---|
26 | 26 | /* Used for SLI 2/3 */ |
---|
.. | .. |
---|
32 | 32 | |
---|
33 | 33 | #define LPFC_MODULE_DESC "Emulex LightPulse Fibre Channel SCSI driver " \ |
---|
34 | 34 | LPFC_DRIVER_VERSION |
---|
35 | | -#define LPFC_COPYRIGHT "Copyright (C) 2017-2018 Broadcom. All Rights " \ |
---|
| 35 | +#define LPFC_COPYRIGHT "Copyright (C) 2017-2019 Broadcom. All Rights " \ |
---|
36 | 36 | "Reserved. The term \"Broadcom\" refers to Broadcom Inc. " \ |
---|
37 | 37 | "and/or its subsidiaries." |
---|