Update copyright year range in code headers

Modified the copyright year range in code, and corrected "int32_tel"
into "Intel" in two "hypervisor/include/debug/profiling.h" and
"hypervisor/include/debug/profiling_internal.h".

Tracked-On: #7559
Signed-off-by: Ziheng Li <ziheng.li@intel.com>
This commit is contained in:
Ziheng Li
2022-07-13 09:21:24 +08:00
committed by acrnsi-robot
parent d5f3643e4f
commit eb8bcb06b3
588 changed files with 1675 additions and 601 deletions

View File

@@ -1,4 +1,4 @@
# Copyright (C) 2019 Intel Corporation.
# Copyright (C) 2019-2022 Intel Corporation.
# SPDX-License-Identifier: BSD-3-Clause
"""__init__ for acpi generator.

View File

@@ -1,4 +1,4 @@
# Copyright (C) 2019 Intel Corporation.
# Copyright (C) 2019-2022 Intel Corporation.
# SPDX-License-Identifier: BSD-3-Clause
"""constant for offline ACPI generator.

View File

@@ -1,4 +1,4 @@
# Copyright (C) 2019 Intel Corporation.
# Copyright (C) 2019-2022 Intel Corporation.
# SPDX-License-Identifier: BSD-3-Clause
"""the tool to generate ASL code of ACPI tables for Pre-launched VMs.

View File

@@ -1,4 +1,4 @@
# Copyright (C) 2019 Intel Corporation.
# Copyright (C) 2019-2022 Intel Corporation.
# SPDX-License-Identifier: BSD-3-Clause
"""the tool to generate ACPI binary for Pre-launched VMs.