diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-02 15:06:58 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-02 15:06:58 +0100 |
| commit | 7f941a7ac99bcc4afb7deba7f87ddef8629b7add (patch) | |
| tree | e9f35bb6fb9bdac61e15b44fb121c25955c47844 /src/kernel/CFKit | |
| parent | 941e0dfbb41ac539178503351afc0f09de442720 (diff) | |
chore: upstream fixes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/CFKit')
| -rw-r--r-- | src/kernel/CFKit/GUIDWizard.h | 2 | ||||
| -rw-r--r-- | src/kernel/CFKit/GUIDWrapper.h | 2 | ||||
| -rw-r--r-- | src/kernel/CFKit/Property.h | 2 | ||||
| -rw-r--r-- | src/kernel/CFKit/Utils.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/kernel/CFKit/GUIDWizard.h b/src/kernel/CFKit/GUIDWizard.h index caf5a09b..e5a3a4c6 100644 --- a/src/kernel/CFKit/GUIDWizard.h +++ b/src/kernel/CFKit/GUIDWizard.h @@ -1,6 +1,6 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) -// Official repository: https://github.com/nekernel-org/nekernel +// Official repository: https://github.com/ne-foss-org/nekernel #ifndef CFKIT_GUIDWIZARD_H #define CFKIT_GUIDWIZARD_H diff --git a/src/kernel/CFKit/GUIDWrapper.h b/src/kernel/CFKit/GUIDWrapper.h index 264d4eae..3e0b5eac 100644 --- a/src/kernel/CFKit/GUIDWrapper.h +++ b/src/kernel/CFKit/GUIDWrapper.h @@ -1,6 +1,6 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) -// Official repository: https://github.com/nekernel-org/nekernel +// Official repository: https://github.com/ne-foss-org/nekernel #ifndef CFKIT_GUIDWRAPPER_H #define CFKIT_GUIDWRAPPER_H diff --git a/src/kernel/CFKit/Property.h b/src/kernel/CFKit/Property.h index c7eb6d98..35e6de50 100644 --- a/src/kernel/CFKit/Property.h +++ b/src/kernel/CFKit/Property.h @@ -1,6 +1,6 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) -// Official repository: https://github.com/nekernel-org/nekernel +// Official repository: https://github.com/ne-foss-org/nekernel #ifndef CFKIT_PROPS_H #define CFKIT_PROPS_H diff --git a/src/kernel/CFKit/Utils.h b/src/kernel/CFKit/Utils.h index c4c247bb..801c148d 100644 --- a/src/kernel/CFKit/Utils.h +++ b/src/kernel/CFKit/Utils.h @@ -1,6 +1,6 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) -// Official repository: https://github.com/nekernel-org/nekernel +// Official repository: https://github.com/ne-foss-org/nekernel #ifndef CFKIT_UTILS_H #define CFKIT_UTILS_H |
