From 69d5f8fefffa1afd529649265b22d497b330d00c Mon Sep 17 00:00:00 2001 From: Lluciocc Date: Wed, 13 May 2026 08:11:00 +0200 Subject: [PATCH] Update header --- src/userland/cli/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/userland/cli/time.c b/src/userland/cli/time.c index 96776a1..c132fc9 100644 --- a/src/userland/cli/time.c +++ b/src/userland/cli/time.c @@ -1,4 +1,4 @@ -// Copyright (c) 2023-2026 Chris (boreddevnl) +// Copyright (c) 2026 Lluciocc (https://github.com/lluciocc) // This software is released under the GNU General Public License v3.0. See LICENSE file for details. // This header needs to maintain in any file it is present in, as per the GPL license terms.