aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/acapps.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/acpica/acapps.h')
-rw-r--r--drivers/acpi/acpica/acapps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/acapps.h b/drivers/acpi/acpica/acapps.h
index 2243c8164b34..e65478593f9a 100644
--- a/drivers/acpi/acpica/acapps.h
+++ b/drivers/acpi/acpica/acapps.h
@@ -5,7 +5,7 @@
5 *****************************************************************************/ 5 *****************************************************************************/
6 6
7/* 7/*
8 * Copyright (C) 2000 - 2017, Intel Corp. 8 * Copyright (C) 2000 - 2018, Intel Corp.
9 * All rights reserved. 9 * All rights reserved.
10 * 10 *
11 * Redistribution and use in source and binary forms, with or without 11 * Redistribution and use in source and binary forms, with or without
@@ -51,7 +51,7 @@
51/* Common info for tool signons */ 51/* Common info for tool signons */
52 52
53#define ACPICA_NAME "Intel ACPI Component Architecture" 53#define ACPICA_NAME "Intel ACPI Component Architecture"
54#define ACPICA_COPYRIGHT "Copyright (c) 2000 - 2017 Intel Corporation" 54#define ACPICA_COPYRIGHT "Copyright (c) 2000 - 2018 Intel Corporation"
55 55
56#if ACPI_MACHINE_WIDTH == 64 56#if ACPI_MACHINE_WIDTH == 64
57#define ACPI_WIDTH " (64-bit version)" 57#define ACPI_WIDTH " (64-bit version)"