From 478af73f63671a869561be197205b51812067c46 Mon Sep 17 00:00:00 2001 From: Jan Date: Thu, 14 May 2026 12:57:16 +0200 Subject: [PATCH 1/2] Add GPL license header to find.c Add copyright header and license information --- src/userland/cli/find.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/userland/cli/find.c b/src/userland/cli/find.c index cae8dee..d7abec4 100644 --- a/src/userland/cli/find.c +++ b/src/userland/cli/find.c @@ -1,3 +1,6 @@ +// Copyright (c) 2026 janevers or viper0727 on discord (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. #include #include #include "syscall.h" From faf56e56d9f17efc6e11fe45e3cc4c7b6b2203fa Mon Sep 17 00:00:00 2001 From: Jan Date: Thu, 14 May 2026 13:06:02 +0200 Subject: [PATCH 2/2] Update copyright notice in find.c --- src/userland/cli/find.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/userland/cli/find.c b/src/userland/cli/find.c index d7abec4..49b4199 100644 --- a/src/userland/cli/find.c +++ b/src/userland/cli/find.c @@ -1,4 +1,4 @@ -// Copyright (c) 2026 janevers or viper0727 on discord (https://github.com/janevers-sys) +// Copyright (c) 2026 janevers — Discord: viper0727 (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. #include