diff options
Diffstat (limited to 'libfdt')
| -rw-r--r-- | libfdt/libfdt.h | 9 | ||||
| -rw-r--r-- | libfdt/libfdt_address.c | 9 | ||||
| -rw-r--r-- | libfdt/libfdt_empty_tree.c | 9 | ||||
| -rw-r--r-- | libfdt/libfdt_env.h | 11 | ||||
| -rw-r--r-- | libfdt/libfdt_strerror.c | 9 |
5 files changed, 21 insertions, 26 deletions
diff --git a/libfdt/libfdt.h b/libfdt/libfdt.h index fe09657..1e53e1d 100644 --- a/libfdt/libfdt.h +++ b/libfdt/libfdt.h @@ -1,8 +1,7 @@ -/* ------------------------------------------- - - Copyright (C) 2024, Amlal El Mahrouss, licensed under Apache 2.0. - -------------------------------------------- */ +// 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 #pragma once diff --git a/libfdt/libfdt_address.c b/libfdt/libfdt_address.c index ffcd767..7e78ea6 100644 --- a/libfdt/libfdt_address.c +++ b/libfdt/libfdt_address.c @@ -1,8 +1,7 @@ -/* ------------------------------------------- - - Copyright (C) 2024, Amlal El Mahrouss, licensed under Apache 2.0. - -------------------------------------------- */ +// 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 #include <libfdt/libfdt_env.h> diff --git a/libfdt/libfdt_empty_tree.c b/libfdt/libfdt_empty_tree.c index af958ea..37aeadf 100644 --- a/libfdt/libfdt_empty_tree.c +++ b/libfdt/libfdt_empty_tree.c @@ -1,8 +1,7 @@ -/* ------------------------------------------- - - Copyright (C) 2024, Amlal El Mahrouss, licensed under Apache 2.0. - -------------------------------------------- */ +// 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 #include <libfdt/libfdt_env.h> diff --git a/libfdt/libfdt_env.h b/libfdt/libfdt_env.h index f980f48..46f8931 100644 --- a/libfdt/libfdt_env.h +++ b/libfdt/libfdt_env.h @@ -1,13 +1,12 @@ -/* ------------------------------------------- - - Copyright (C) 2024, Amlal El Mahrouss, licensed under Apache 2.0. - -------------------------------------------- */ +// 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 #ifndef __NB_FDT_H__ #define __NB_FDT_H__ -#include <lib/boot.h> +#include <include/boot.h> #ifdef __USE_SPARSE__ #define FDT_FORCE __attribute__((force)) diff --git a/libfdt/libfdt_strerror.c b/libfdt/libfdt_strerror.c index a6898fb..e9a56b3 100644 --- a/libfdt/libfdt_strerror.c +++ b/libfdt/libfdt_strerror.c @@ -1,8 +1,7 @@ -/* ------------------------------------------- - - Copyright (C) 2024, Amlal El Mahrouss, licensed under Apache 2.0. - -------------------------------------------- */ +// 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 #include <libfdt/libfdt.h> #include <libfdt/libfdt_env.h> |
