summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/chk.hefs.cc8
-rw-r--r--tools/libmkfs/mkfs.h8
-rw-r--r--tools/libmkfs/openhefs.h8
-rw-r--r--tools/mkfs.hefs.cc8
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>