From e21dd756bfe4c13ef0ff4ebd3ba41124c57e66f5 Mon Sep 17 00:00:00 2001 From: "maro.xt" <157622851+whitehai11@users.noreply.github.com> Date: Wed, 13 May 2026 00:19:33 +0200 Subject: [PATCH] Update copyright holder in grep.c --- src/userland/cli/grep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/userland/cli/grep.c b/src/userland/cli/grep.c index aaa69ad..96de516 100644 --- a/src/userland/cli/grep.c +++ b/src/userland/cli/grep.c @@ -1,4 +1,4 @@ -// Copyright (c) 2023-2026 Chris (boreddevnl) +// Copyright (c) 2023-2026 Maro (whitehai11) // 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. // BOREDOS_APP_DESC: Search for text inside a file.