From 1d2617e3b386d33ed1ec023df7e25c4f3c66dc67 Mon Sep 17 00:00:00 2001 From: Quinn Date: Wed, 21 May 2025 12:13:33 +0200 Subject: [PATCH] add lisence information to files that were missing it --- test/src/main.c | 2 ++ test/src/test.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/src/main.c b/test/src/main.c index ebd09e8..73d1720 100644 --- a/test/src/main.c +++ b/test/src/main.c @@ -1,3 +1,5 @@ +// Copyright (c) 2025 Quinn +// Licensed under the MIT Licence. See LICENSE for details #include #include diff --git a/test/src/test.h b/test/src/test.h index ad9381c..1a5d2d0 100644 --- a/test/src/test.h +++ b/test/src/test.h @@ -1,3 +1,5 @@ +// Copyright (c) 2025 Quinn +// Licensed under the MIT Licence. See LICENSE for details #pragma once #include