diff options
Diffstat (limited to 'src/modules/CoreGfx')
| -rw-r--r-- | src/modules/CoreGfx/CoreGfx.h | 4 | ||||
| -rw-r--r-- | src/modules/CoreGfx/TextGfx.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/CoreGfx/CoreGfx.h b/src/modules/CoreGfx/CoreGfx.h index c7ce3d4c..55a8bb72 100644 --- a/src/modules/CoreGfx/CoreGfx.h +++ b/src/modules/CoreGfx/CoreGfx.h @@ -1,7 +1,7 @@ -// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// 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 COREGFX_COREGFX_H #define COREGFX_COREGFX_H diff --git a/src/modules/CoreGfx/TextGfx.h b/src/modules/CoreGfx/TextGfx.h index b29d7ff7..403e4fa8 100644 --- a/src/modules/CoreGfx/TextGfx.h +++ b/src/modules/CoreGfx/TextGfx.h @@ -1,7 +1,7 @@ -// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// 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 COREGFX_TEXTGFX_H #define COREGFX_TEXTGFX_H |
