diff options
Diffstat (limited to 'tools/libmkfs')
| -rw-r--r-- | tools/libmkfs/mkfs.h | 8 | ||||
| -rw-r--r-- | tools/libmkfs/openhefs.h | 8 |
2 files changed, 6 insertions, 10 deletions
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 |
