.. | .. |
---|
3 | 3 | * |
---|
4 | 4 | * Module Name: acapps - common include for ACPI applications/tools |
---|
5 | 5 | * |
---|
6 | | - * Copyright (C) 2000 - 2018, Intel Corp. |
---|
| 6 | + * Copyright (C) 2000 - 2020, Intel Corp. |
---|
7 | 7 | * |
---|
8 | 8 | *****************************************************************************/ |
---|
9 | 9 | |
---|
.. | .. |
---|
17 | 17 | /* Common info for tool signons */ |
---|
18 | 18 | |
---|
19 | 19 | #define ACPICA_NAME "Intel ACPI Component Architecture" |
---|
20 | | -#define ACPICA_COPYRIGHT "Copyright (c) 2000 - 2018 Intel Corporation" |
---|
| 20 | +#define ACPICA_COPYRIGHT "Copyright (c) 2000 - 2020 Intel Corporation" |
---|
21 | 21 | |
---|
22 | 22 | #if ACPI_MACHINE_WIDTH == 64 |
---|
23 | 23 | #define ACPI_WIDTH " (64-bit version)" |
---|