From aeec34749d5c21c4d39b17a673fc6e436ad9ca37 Mon Sep 17 00:00:00 2001 From: "maro.xt" <157622851+whitehai11@users.noreply.github.com> Date: Wed, 13 May 2026 00:26:35 +0200 Subject: [PATCH] Update copyright year 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 96de516..0b6aceb 100644 --- a/src/userland/cli/grep.c +++ b/src/userland/cli/grep.c @@ -1,4 +1,4 @@ -// Copyright (c) 2023-2026 Maro (whitehai11) +// Copyright (c) 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.