diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 15:49:13 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 15:49:13 +0100 |
| commit | b5ca51474e67d9e238b62499986923fc08e5e5c5 (patch) | |
| tree | b6bc910345733276c40269c634cc8200939422fc /include | |
| parent | 91adc0314eb3b9fed7c82888427231e693707099 (diff) | |
[CHORE] Add SPDX for System and Drivers headers.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/Drivers/Ne.h | 1 | ||||
| -rw-r--r-- | include/System/Config.h | 1 | ||||
| -rw-r--r-- | include/System/Ne.h | 1 | ||||
| -rw-r--r-- | include/System/X11+Fwd.h | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/include/Drivers/Ne.h b/include/Drivers/Ne.h index cee3ab3..fe042fa 100644 --- a/include/Drivers/Ne.h +++ b/include/Drivers/Ne.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: Apache-2.0 // Copyright 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/src diff --git a/include/System/Config.h b/include/System/Config.h index 8be94f4..9a7bfb3 100644 --- a/include/System/Config.h +++ b/include/System/Config.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: Apache-2.0 // Copyright 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/src diff --git a/include/System/Ne.h b/include/System/Ne.h index 9bacc81..b0c3b0c 100644 --- a/include/System/Ne.h +++ b/include/System/Ne.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: Apache-2.0 // Copyright 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/ne_system diff --git a/include/System/X11+Fwd.h b/include/System/X11+Fwd.h index e18136c..480c76a 100644 --- a/include/System/X11+Fwd.h +++ b/include/System/X11+Fwd.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: Apache-2.0 // Copyright 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/src |
