diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 16:05:32 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 16:05:32 +0100 |
| commit | e166267015cf0f05161383bf9e1c37cce072d06c (patch) | |
| tree | 128806706fffcb07a55ca65b78b0f635d5706fbc | |
| parent | bc14004a24f107e9821b6ba88fed801f0f6df6ca (diff) | |
[CHORE] Add SPDX header for files.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | src/modules/HPET/Config.h | 14 |
1 files changed, 4 insertions, 10 deletions
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 |
