From 94768017f106d158b756690e79a73368c2a97139 Mon Sep 17 00:00:00 2001 From: Jan Date: Fri, 15 May 2026 16:56:58 +0200 Subject: [PATCH] Update copyright notice in rev.c file --- src/userland/cli/rev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/userland/cli/rev.c b/src/userland/cli/rev.c index ae05ed3..5aea551 100644 --- a/src/userland/cli/rev.c +++ b/src/userland/cli/rev.c @@ -1,4 +1,4 @@ -// Copyright (c) 2026 janevers (https://github.com/zeyadhost) +// Copyright (c) 2026 janevers (https://github.com/janevers-sys) // 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.