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/libDDK | |
| parent | 941e0dfbb41ac539178503351afc0f09de442720 (diff) | |
chore: upstream fixes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/libDDK')
| -rw-r--r-- | src/libDDK/DriverKit/Defines.h | 2 | ||||
| -rw-r--r-- | src/libDDK/DriverKit/Device.h | 2 | ||||
| -rw-r--r-- | src/libDDK/DriverKit/DriverKit.h | 2 | ||||
| -rw-r--r-- | src/libDDK/DriverKit/IO.h | 2 | ||||
| -rw-r--r-- | src/libDDK/DriverKit/ObjectKit/Base.h | 2 | ||||
| -rw-r--r-- | src/libDDK/DriverKit/ObjectKit/Checksum.h | 2 | ||||
| -rw-r--r-- | src/libDDK/DriverKit/ObjectKit/DriverKit.h | 2 | ||||
| -rw-r--r-- | src/libDDK/DriverKit/String.h | 2 | ||||
| -rw-r--r-- | src/libDDK/src/CxxABI.cpp | 2 | ||||
| -rw-r--r-- | src/libDDK/src/DriverBase.cpp | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/src/libDDK/DriverKit/Defines.h b/src/libDDK/DriverKit/Defines.h index 2817d809..9b629428 100644 --- a/src/libDDK/DriverKit/Defines.h +++ b/src/libDDK/DriverKit/Defines.h @@ -1,6 +1,6 @@ // 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/nekernel-org/nekernel +// Official repository: https://github.com/ne-foss-org/nekernel #ifndef DRIVERKIT_MACROS_H #define DRIVERKIT_MACROS_H diff --git a/src/libDDK/DriverKit/Device.h b/src/libDDK/DriverKit/Device.h index 6511b452..5f26d5d5 100644 --- a/src/libDDK/DriverKit/Device.h +++ b/src/libDDK/DriverKit/Device.h @@ -1,6 +1,6 @@ // 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/nekernel-org/nekernel +// Official repository: https://github.com/ne-foss-org/nekernel #ifndef DRIVERKIT_DEV_H #define DRIVERKIT_DEV_H diff --git a/src/libDDK/DriverKit/DriverKit.h b/src/libDDK/DriverKit/DriverKit.h index 29bde0a6..09cf2365 100644 --- a/src/libDDK/DriverKit/DriverKit.h +++ b/src/libDDK/DriverKit/DriverKit.h @@ -1,6 +1,6 @@ // 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/nekernel-org/nekernel +// Official repository: https://github.com/ne-foss-org/nekernel #ifndef DRIVERKIT_DDK_H #define DRIVERKIT_DDK_H diff --git a/src/libDDK/DriverKit/IO.h b/src/libDDK/DriverKit/IO.h index 060f7f9b..277a84d4 100644 --- a/src/libDDK/DriverKit/IO.h +++ b/src/libDDK/DriverKit/IO.h @@ -1,6 +1,6 @@ // 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/nekernel-org/nekernel +// Official repository: https://github.com/ne-foss-org/nekernel #ifndef DRIVERKIT_IO_H #define DRIVERKIT_IO_H diff --git a/src/libDDK/DriverKit/ObjectKit/Base.h b/src/libDDK/DriverKit/ObjectKit/Base.h index 4d2f6072..b700b402 100644 --- a/src/libDDK/DriverKit/ObjectKit/Base.h +++ b/src/libDDK/DriverKit/ObjectKit/Base.h @@ -1,6 +1,6 @@ // 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/nekernel-org/nekernel +// Official repository: https://github.com/ne-foss-org/nekernel #ifndef DRIVERKIT_OBJECTKIT_DRIVER_BASE_H #define DRIVERKIT_OBJECTKIT_DRIVER_BASE_H diff --git a/src/libDDK/DriverKit/ObjectKit/Checksum.h b/src/libDDK/DriverKit/ObjectKit/Checksum.h index e925f9ca..0452799e 100644 --- a/src/libDDK/DriverKit/ObjectKit/Checksum.h +++ b/src/libDDK/DriverKit/ObjectKit/Checksum.h @@ -1,6 +1,6 @@ // 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/nekernel-org/nekernel +// Official repository: https://github.com/ne-foss-org/nekernel #ifndef DRIVERKIT_CHECKSUM_H #define DRIVERKIT_CHECKSUM_H diff --git a/src/libDDK/DriverKit/ObjectKit/DriverKit.h b/src/libDDK/DriverKit/ObjectKit/DriverKit.h index 490e7d03..697d6a59 100644 --- a/src/libDDK/DriverKit/ObjectKit/DriverKit.h +++ b/src/libDDK/DriverKit/ObjectKit/DriverKit.h @@ -1,6 +1,6 @@ // 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/nekernel-org/nekernel +// Official repository: https://github.com/ne-foss-org/nekernel #ifndef DRIVERKIT_DDK_H #define DRIVERKIT_DDK_H diff --git a/src/libDDK/DriverKit/String.h b/src/libDDK/DriverKit/String.h index 5f56f95b..c0ee0e14 100644 --- a/src/libDDK/DriverKit/String.h +++ b/src/libDDK/DriverKit/String.h @@ -1,6 +1,6 @@ // 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/nekernel-org/nekernel +// Official repository: https://github.com/ne-foss-org/nekernel #ifndef DRIVERKIT_STR_H #define DRIVERKIT_STR_H diff --git a/src/libDDK/src/CxxABI.cpp b/src/libDDK/src/CxxABI.cpp index 9863471d..d5e16e35 100644 --- a/src/libDDK/src/CxxABI.cpp +++ b/src/libDDK/src/CxxABI.cpp @@ -1,6 +1,6 @@ // 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/nekernel-org/nekernel +// Official repository: https://github.com/ne-foss-org/nekernel #include <DriverKit/DriverKit.h> diff --git a/src/libDDK/src/DriverBase.cpp b/src/libDDK/src/DriverBase.cpp index 29e9a9c4..ca222579 100644 --- a/src/libDDK/src/DriverBase.cpp +++ b/src/libDDK/src/DriverBase.cpp @@ -1,6 +1,6 @@ // 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/nekernel-org/nekernel +// Official repository: https://github.com/ne-foss-org/nekernel #include <DriverKit/ObjectKit/Base.h> |
