add copyright information to error.c

This commit is contained in:
2025-09-15 14:15:51 +02:00
parent dc3abf992b
commit dd2f4c403c

View File

@@ -1,3 +1,5 @@
/* Copyright (c) 2025 Quinn
* Licensed under the MIT Licence. See LICENSE for details */
#include "error.h"
#include <stdarg.h>