diff options
Diffstat (limited to 'src/libSystem')
| -rw-r--r-- | src/libSystem/SystemKit/Err.h | 2 | ||||
| -rw-r--r-- | src/libSystem/SystemKit/Jail.h | 2 | ||||
| -rw-r--r-- | src/libSystem/SystemKit/Macros.h | 2 | ||||
| -rw-r--r-- | src/libSystem/SystemKit/Syscall.h | 2 | ||||
| -rw-r--r-- | src/libSystem/SystemKit/System.h | 2 | ||||
| -rw-r--r-- | src/libSystem/SystemKit/Verify.h | 2 | ||||
| -rw-r--r-- | src/libSystem/src/JailCalls.cpp | 2 | ||||
| -rw-r--r-- | src/libSystem/src/SystemCalls.cpp | 2 | ||||
| -rw-r--r-- | src/libSystem/src/Utilities.cpp | 2 | ||||
| -rw-r--r-- | src/libSystem/src/VerifyCalls.cpp | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/src/libSystem/SystemKit/Err.h b/src/libSystem/SystemKit/Err.h index f7e471c6..8b416c30 100644 --- a/src/libSystem/SystemKit/Err.h +++ b/src/libSystem/SystemKit/Err.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 SYSTEMKIT_ERR_H #define SYSTEMKIT_ERR_H diff --git a/src/libSystem/SystemKit/Jail.h b/src/libSystem/SystemKit/Jail.h index 0a5c0082..99a2081a 100644 --- a/src/libSystem/SystemKit/Jail.h +++ b/src/libSystem/SystemKit/Jail.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 SYSTEMKIT_JAIL_H #define SYSTEMKIT_JAIL_H diff --git a/src/libSystem/SystemKit/Macros.h b/src/libSystem/SystemKit/Macros.h index cd337f26..412b78e7 100644 --- a/src/libSystem/SystemKit/Macros.h +++ b/src/libSystem/SystemKit/Macros.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 SYSTEMKIT_MACROS_H #define SYSTEMKIT_MACROS_H diff --git a/src/libSystem/SystemKit/Syscall.h b/src/libSystem/SystemKit/Syscall.h index 18a33980..489fae4e 100644 --- a/src/libSystem/SystemKit/Syscall.h +++ b/src/libSystem/SystemKit/Syscall.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 SYSTEMKIT_SYSCALL_H #define SYSTEMKIT_SYSCALL_H diff --git a/src/libSystem/SystemKit/System.h b/src/libSystem/SystemKit/System.h index 2360b611..72c8899c 100644 --- a/src/libSystem/SystemKit/System.h +++ b/src/libSystem/SystemKit/System.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 SYSTEMKIT_SYSTEM_H #define SYSTEMKIT_SYSTEM_H diff --git a/src/libSystem/SystemKit/Verify.h b/src/libSystem/SystemKit/Verify.h index 0657bc24..fa2b7b55 100644 --- a/src/libSystem/SystemKit/Verify.h +++ b/src/libSystem/SystemKit/Verify.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 SYSTEMKIT_VERIFY_H #define SYSTEMKIT_VERIFY_H diff --git a/src/libSystem/src/JailCalls.cpp b/src/libSystem/src/JailCalls.cpp index e5bfc345..200e4260 100644 --- a/src/libSystem/src/JailCalls.cpp +++ b/src/libSystem/src/JailCalls.cpp @@ -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 #include <libSystem/SystemKit/Err.h> #include <libSystem/SystemKit/Jail.h> diff --git a/src/libSystem/src/SystemCalls.cpp b/src/libSystem/src/SystemCalls.cpp index b9044f43..7b6162ae 100644 --- a/src/libSystem/src/SystemCalls.cpp +++ b/src/libSystem/src/SystemCalls.cpp @@ -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 #include <libSystem/SystemKit/Err.h> #include <libSystem/SystemKit/Syscall.h> diff --git a/src/libSystem/src/Utilities.cpp b/src/libSystem/src/Utilities.cpp index 3ccfafa2..216aed5c 100644 --- a/src/libSystem/src/Utilities.cpp +++ b/src/libSystem/src/Utilities.cpp @@ -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 #include <libSystem/SystemKit/Err.h> #include <libSystem/SystemKit/Syscall.h> diff --git a/src/libSystem/src/VerifyCalls.cpp b/src/libSystem/src/VerifyCalls.cpp index f23417e9..1e422142 100644 --- a/src/libSystem/src/VerifyCalls.cpp +++ b/src/libSystem/src/VerifyCalls.cpp @@ -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 #include <libSystem/SystemKit/Err.h> #include <libSystem/SystemKit/Syscall.h> |
