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"