From c2db94125dd9a711827eb9d3ee23b776d3f22f39 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Fri, 21 Jun 2024 17:00:09 +0200 Subject: [PATCH] Add appropriate crediting for Minoca authors for the System Resources component --- xtoskrnl/ke/sysres.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xtoskrnl/ke/sysres.c b/xtoskrnl/ke/sysres.c index f4b4805..8e6c08f 100644 --- a/xtoskrnl/ke/sysres.c +++ b/xtoskrnl/ke/sysres.c @@ -2,7 +2,8 @@ * PROJECT: ExectOS * COPYRIGHT: See COPYING.md in the top level directory * FILE: xtoskrnl/ke/sysres.c - * DESCRIPTION: Builtin system resources management + * DESCRIPTION: System resources management; This code is based on the MinocaOS implementation + * Copyright(C) 2012 Minoca Corp. (https://github.com/minoca/os/blob/master/kernel/ke/sysres.c) * DEVELOPERS: Rafal Kupiec */