Commit 4441e55d authored by Bob Moore's avatar Bob Moore Committed by Rafael J. Wysocki
Browse files

ACPICA: Updated all copyrights to 2021

This affects all ACPICA source code modules.

ACPICA commit c570953c914437e621dd5f160f26ddf352e0d2f4

Link: https://github.com/acpica/acpica/commit/c570953c


Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarErik Kaneda <erik.kaneda@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 9a5c7de7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 *
 * Module Name: acapps - common include for ACPI applications/tools
 *
 * Copyright (C) 2000 - 2020, Intel Corp.
 * Copyright (C) 2000 - 2021, Intel Corp.
 *
 *****************************************************************************/

@@ -17,7 +17,7 @@
/* Common info for tool signons */

#define ACPICA_NAME                 "Intel ACPI Component Architecture"
#define ACPICA_COPYRIGHT            "Copyright (c) 2000 - 2020 Intel Corporation"
#define ACPICA_COPYRIGHT            "Copyright (c) 2000 - 2021 Intel Corporation"

#if ACPI_MACHINE_WIDTH == 64
#define ACPI_WIDTH          " (64-bit version)"
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 *
 * Name: accommon.h - Common include files for generation of ACPICA source
 *
 * Copyright (C) 2000 - 2020, Intel Corp.
 * Copyright (C) 2000 - 2021, Intel Corp.
 *
 *****************************************************************************/

+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 *
 * Module Name: acapps - common include for ACPI applications/tools
 *
 * Copyright (C) 2000 - 2020, Intel Corp.
 * Copyright (C) 2000 - 2021, Intel Corp.
 *
 *****************************************************************************/

+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 *
 * Name: acdebug.h - ACPI/AML debugger
 *
 * Copyright (C) 2000 - 2020, Intel Corp.
 * Copyright (C) 2000 - 2021, Intel Corp.
 *
 *****************************************************************************/

+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 *
 * Name: acdispat.h - dispatcher (parser to interpreter interface)
 *
 * Copyright (C) 2000 - 2020, Intel Corp.
 * Copyright (C) 2000 - 2021, Intel Corp.
 *
 *****************************************************************************/

Loading