From e166267015cf0f05161383bf9e1c37cce072d06c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 11 Mar 2026 16:05:32 +0100 Subject: [CHORE] Add SPDX header for files. Signed-off-by: Amlal El Mahrouss --- src/modules/HPET/Config.h | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'src') diff --git a/src/modules/HPET/Config.h b/src/modules/HPET/Config.h index 11ccbe96..f68116bc 100644 --- a/src/modules/HPET/Config.h +++ b/src/modules/HPET/Config.h @@ -1,13 +1,7 @@ -/* ======================================== - - Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - - File: HPET.h - Purpose: HPET builtin. - - Revision History: - -======================================== */ +// SPDX-License-Identifier: Apache-2.0 +// 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 HPET_CONFIG_H #define HPET_CONFIG_H -- cgit v1.2.3