From e8f7d7a96c12981ef6d0e3b4a21e663449290a30 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 23 Feb 2026 12:23:12 +0100 Subject: feat: kernel: Update copyright year for release prep. Signed-off-by: Amlal El Mahrouss --- src/kernel/KernelKit/IPEFDylibObject.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/kernel/KernelKit/IPEFDylibObject.h') diff --git a/src/kernel/KernelKit/IPEFDylibObject.h b/src/kernel/KernelKit/IPEFDylibObject.h index a325cf52..13cfc3b0 100644 --- a/src/kernel/KernelKit/IPEFDylibObject.h +++ b/src/kernel/KernelKit/IPEFDylibObject.h @@ -1,9 +1,9 @@ -// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Copyright 2024-2026, 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 __KERNELKIT_PEF_SHARED_OBJECT_H__ -#define __KERNELKIT_PEF_SHARED_OBJECT_H__ +#ifndef KERNELKIT_PEF_SHARED_OBJECT_H +#define KERNELKIT_PEF_SHARED_OBJECT_H #include #include @@ -12,6 +12,7 @@ #include namespace Kernel { + /** * @brief Shared Library class * Load library from this class @@ -82,6 +83,7 @@ using IDylibRef = IPEFDylibObject*; EXTERN_C IDylibRef rtl_init_dylib_pef(UserProcess& header); EXTERN_C Void rtl_fini_dylib_pef(UserProcess& header, IDylibRef lib, Bool* successful); + } // namespace Kernel #endif /* ifndef __KERNELKIT_PEF_SHARED_OBJECT_H__ */ -- cgit v1.2.3