From 3434b2e1e27fc908e25008659d529d1cfc5efa46 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 2 Mar 2026 15:14:08 +0100 Subject: chore: upstream fixes. Signed-off-by: Amlal El Mahrouss --- libfdt/libfdt.h | 2 +- libfdt/libfdt_address.c | 2 +- libfdt/libfdt_empty_tree.c | 2 +- libfdt/libfdt_env.h | 2 +- libfdt/libfdt_strerror.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'libfdt') diff --git a/libfdt/libfdt.h b/libfdt/libfdt.h index a48e4bf..a8b8ecd 100644 --- a/libfdt/libfdt.h +++ b/libfdt/libfdt.h @@ -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 #pragma once diff --git a/libfdt/libfdt_address.c b/libfdt/libfdt_address.c index 7e78ea6..e3886af 100644 --- a/libfdt/libfdt_address.c +++ b/libfdt/libfdt_address.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 diff --git a/libfdt/libfdt_empty_tree.c b/libfdt/libfdt_empty_tree.c index 37aeadf..719b8dc 100644 --- a/libfdt/libfdt_empty_tree.c +++ b/libfdt/libfdt_empty_tree.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 diff --git a/libfdt/libfdt_env.h b/libfdt/libfdt_env.h index 46f8931..a0b4ea0 100644 --- a/libfdt/libfdt_env.h +++ b/libfdt/libfdt_env.h @@ -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 #ifndef __NB_FDT_H__ #define __NB_FDT_H__ diff --git a/libfdt/libfdt_strerror.c b/libfdt/libfdt_strerror.c index 5c067b5..004e3b4 100644 --- a/libfdt/libfdt_strerror.c +++ b/libfdt/libfdt_strerror.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 -- cgit v1.2.3