Skip to content

Commit 840c02c

Browse files
acpibobrafaeljw
authored andcommitted
ACPICA: All acpica: Update copyrights to 2019
ACPICA commit 62f4f98e941d86e41969bf2ab5a93b8dc94dc49e The update includes userspace tool signons. Link: acpica/acpica@62f4f98e Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Erik Schmauss <erik.schmauss@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 894b5cc commit 840c02c

File tree

174 files changed

+175
-175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+175
-175
lines changed

drivers/acpi/acpica/acapps.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Module Name: acapps - common include for ACPI applications/tools
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

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

1919
#define ACPICA_NAME "Intel ACPI Component Architecture"
20-
#define ACPICA_COPYRIGHT "Copyright (c) 2000 - 2018 Intel Corporation"
20+
#define ACPICA_COPYRIGHT "Copyright (c) 2000 - 2019 Intel Corporation"
2121

2222
#if ACPI_MACHINE_WIDTH == 64
2323
#define ACPI_WIDTH " (64-bit version)"

drivers/acpi/acpica/accommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Name: accommon.h - Common include files for generation of ACPICA source
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/acconvert.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Module Name: acapps - common include for ACPI applications/tools
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/acdebug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Name: acdebug.h - ACPI/AML debugger
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/acdispat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Name: acdispat.h - dispatcher (parser to interpreter interface)
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/acevents.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Name: acevents.h - Event subcomponent prototypes and defines
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/acglobal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Name: acglobal.h - Declarations for global variables
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/achware.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Name: achware.h -- hardware specific interfaces
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/acinterp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Name: acinterp.h - Interpreter subcomponent prototypes and defines
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/aclocal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Name: aclocal.h - Internal data types used across the ACPI subsystem
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/acmacros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Name: acmacros.h - C macros for the entire subsystem.
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/acnamesp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Name: acnamesp.h - Namespace subcomponent prototypes and defines
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/acobject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Name: acobject.h - Definition of union acpi_operand_object (Internal object only)
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/acopcode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Name: acopcode.h - AML opcode information for the AML parser and interpreter
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/acparser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Module Name: acparser.h - AML Parser subcomponent prototypes and defines
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/acpredef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Name: acpredef - Information table for ACPI predefined methods and objects
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/acresrc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Name: acresrc.h - Resource Manager function prototypes
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/acstruct.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Name: acstruct.h - Internal structs
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/actables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Name: actables.h - ACPI table management
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/acutils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Name: acutils.h -- prototypes for the common (subsystem-wide) procedures
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/amlcode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Declarations and definitions contained herein are derived
66
* directly from the ACPI specification.
77
*
8-
* Copyright (C) 2000 - 2018, Intel Corp.
8+
* Copyright (C) 2000 - 2019, Intel Corp.
99
*
1010
*****************************************************************************/
1111

drivers/acpi/acpica/amlresrc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Module Name: amlresrc.h - AML resource descriptors
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/dbhistry.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Module Name: dbhistry - debugger HISTORY command
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/dsargs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Module Name: dsargs - Support for execution of dynamic arguments for static
55
* objects (regions, fields, buffer fields, etc.)
66
*
7-
* Copyright (C) 2000 - 2018, Intel Corp.
7+
* Copyright (C) 2000 - 2019, Intel Corp.
88
*
99
*****************************************************************************/
1010

drivers/acpi/acpica/dscontrol.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Module Name: dscontrol - Support for execution control opcodes -
55
* if/else/while/return
66
*
7-
* Copyright (C) 2000 - 2018, Intel Corp.
7+
* Copyright (C) 2000 - 2019, Intel Corp.
88
*
99
*****************************************************************************/
1010

drivers/acpi/acpica/dsdebug.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Module Name: dsdebug - Parser/Interpreter interface - debugging
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/dsfield.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Module Name: dsfield - Dispatcher field routines
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/dsinit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Module Name: dsinit - Object initialization namespace walk
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/dsmethod.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Module Name: dsmethod - Parser/Interpreter interface - control method parsing
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/dsobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Module Name: dsobject - Dispatcher object management routines
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/dsopcode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Module Name: dsopcode - Dispatcher support for regions and fields
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/dspkginit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Module Name: dspkginit - Completion of deferred package initialization
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/dswexec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Module Name: dswexec - Dispatcher method execution callbacks;
55
* dispatch to interpreter.
66
*
7-
* Copyright (C) 2000 - 2018, Intel Corp.
7+
* Copyright (C) 2000 - 2019, Intel Corp.
88
*
99
*****************************************************************************/
1010

drivers/acpi/acpica/dswload.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Module Name: dswload - Dispatcher first pass namespace load callbacks
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/dswload2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Module Name: dswload2 - Dispatcher second pass namespace load callbacks
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/dswscope.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Module Name: dswscope - Scope stack manipulation
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/dswstate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Module Name: dswstate - Dispatcher parse tree walk management routines
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/evevent.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Module Name: evevent - Fixed Event handling and dispatch
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/evglock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Module Name: evglock - Global Lock support
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/evgpe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Module Name: evgpe - General Purpose Event handling and dispatch
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/evgpeblk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Module Name: evgpeblk - GPE block creation and initialization.
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/evgpeinit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Module Name: evgpeinit - System GPE initialization and update
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

drivers/acpi/acpica/evgpeutil.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Module Name: evgpeutil - GPE utilities
55
*
6-
* Copyright (C) 2000 - 2018, Intel Corp.
6+
* Copyright (C) 2000 - 2019, Intel Corp.
77
*
88
*****************************************************************************/
99

0 commit comments

Comments
 (0)