From dd2f4c403ccec6308a08920dbb72cf6b1f450c15 Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 15 Sep 2025 14:15:51 +0200 Subject: [PATCH] add copyright information to `error.c` --- src/error.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/error.c b/src/error.c index bda67b0..f027e2b 100644 --- a/src/error.c +++ b/src/error.c @@ -1,3 +1,5 @@ +/* Copyright (c) 2025 Quinn + * Licensed under the MIT Licence. See LICENSE for details */ #include "error.h" #include