Merge pull request #48 from janevers-sys/main

Add GPL license header to find.c
This commit is contained in:
Lluciocc 2026-05-14 13:07:51 +02:00 committed by GitHub
commit 86d05c6040
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,6 @@
// 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 <stdio.h>
#include <string.h>
#include "syscall.h"