From aaf43eec4e4212578d0e900b546695c42bc203c0 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 11 Mar 2026 16:24:17 +0100 Subject: [CHORE] Add SPDX header for files. Signed-off-by: Amlal El Mahrouss --- src/modules/ACPI/ACPI.h | 1 + src/modules/ACPI/ACPIFactoryInterface.h | 1 + 2 files changed, 2 insertions(+) (limited to 'src/modules/ACPI') diff --git a/src/modules/ACPI/ACPI.h b/src/modules/ACPI/ACPI.h index 677f9ecd..7a9faa33 100644 --- a/src/modules/ACPI/ACPI.h +++ b/src/modules/ACPI/ACPI.h @@ -2,6 +2,7 @@ // Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel + #ifndef __ACPI__ #define __ACPI__ diff --git a/src/modules/ACPI/ACPIFactoryInterface.h b/src/modules/ACPI/ACPIFactoryInterface.h index f82497d5..fb151b9c 100644 --- a/src/modules/ACPI/ACPIFactoryInterface.h +++ b/src/modules/ACPI/ACPIFactoryInterface.h @@ -2,6 +2,7 @@ // Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel + #ifndef __MOD_ACPI_H__ #define __MOD_ACPI_H__ -- cgit v1.2.3