diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-27 08:55:09 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-27 08:55:09 +0100 |
| commit | e159d3895e29f38ec1345d396a593a04b7475b92 (patch) | |
| tree | 5be83ae6f069465780504a642f00955aa3e7b509 /tools | |
| parent | 9e746d42d2e3faa526f12ba222f5ee6924dd30f9 (diff) | |
kernel! giant source code refactor.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/chk.hefs.cc | 8 | ||||
| -rw-r--r-- | tools/libmkfs/mkfs.h | 8 | ||||
| -rw-r--r-- | tools/libmkfs/openhefs.h | 8 | ||||
| -rw-r--r-- | tools/mkfs.hefs.cc | 8 |
4 files changed, 12 insertions, 20 deletions
diff --git a/tools/chk.hefs.cc b/tools/chk.hefs.cc index d880dbd8..cce1c7a9 100644 --- a/tools/chk.hefs.cc +++ b/tools/chk.hefs.cc @@ -1,8 +1,6 @@ -/* ======================================== - - Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - -======================================== */ +// 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 #include <tools/libmkfs/mkfs.h> #include <tools/libmkfs/openhefs.h> diff --git a/tools/libmkfs/mkfs.h b/tools/libmkfs/mkfs.h index 40d63b26..240d7b16 100644 --- a/tools/libmkfs/mkfs.h +++ b/tools/libmkfs/mkfs.h @@ -1,8 +1,6 @@ -/* ======================================== - - Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - -======================================== */ +// 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 #ifndef LIBMKFS_MKFS_H #define LIBMKFS_MKFS_H diff --git a/tools/libmkfs/openhefs.h b/tools/libmkfs/openhefs.h index b729894c..ababf6a4 100644 --- a/tools/libmkfs/openhefs.h +++ b/tools/libmkfs/openhefs.h @@ -1,8 +1,6 @@ -/* ======================================== - - Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - -======================================== */ +// 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 #ifndef LIBMKFS_OPENHEFS_H #define LIBMKFS_OPENHEFS_H diff --git a/tools/mkfs.hefs.cc b/tools/mkfs.hefs.cc index f28620c5..eda81efa 100644 --- a/tools/mkfs.hefs.cc +++ b/tools/mkfs.hefs.cc @@ -1,8 +1,6 @@ -/* ======================================== - - Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - -======================================== */ +// 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 #include <tools/libmkfs/mkfs.h> #include <tools/libmkfs/openhefs.h> |
