diff options
Diffstat (limited to 'src/arm64')
| -rw-r--r-- | src/arm64/arm64-30pin.c | 2 | ||||
| -rw-r--r-- | src/arm64/arm64-err.c | 2 | ||||
| -rw-r--r-- | src/arm64/arm64-uart.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/arm64/arm64-30pin.c b/src/arm64/arm64-30pin.c index c9cbef8..536f584 100644 --- a/src/arm64/arm64-30pin.c +++ b/src/arm64/arm64-30pin.c @@ -1,7 +1,7 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Apache Software License, Version 2.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0) -// Official repository: https://github.com/nekernel-org/neboot +// Official repository: https://github.com/ne-foss-org/neboot #include <include/30pin.h> #include <include/partition-map.h> diff --git a/src/arm64/arm64-err.c b/src/arm64/arm64-err.c index 5a7c801..59219fc 100644 --- a/src/arm64/arm64-err.c +++ b/src/arm64/arm64-err.c @@ -1,7 +1,7 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Apache Software License, Version 2.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0) -// Official repository: https://github.com/nekernel-org/neboot +// Official repository: https://github.com/ne-foss-org/neboot #include <include/boot.h> diff --git a/src/arm64/arm64-uart.c b/src/arm64/arm64-uart.c index 461a9ce..f2496d9 100644 --- a/src/arm64/arm64-uart.c +++ b/src/arm64/arm64-uart.c @@ -1,7 +1,7 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Apache Software License, Version 2.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0) -// Official repository: https://github.com/nekernel-org/neboot +// Official repository: https://github.com/ne-foss-org/neboot #include <include/boot.h> #include <include/string.h> |
