From e72de37642fb094b9b6f96ce9060e9a363129555 Mon Sep 17 00:00:00 2001 From: Quinn Date: Thu, 12 Jun 2025 18:21:35 +0200 Subject: [PATCH] add copyright info to the files that were missing it --- src/util/conf.c | 2 ++ src/util/conf.h | 2 ++ src/util/vec/float2.h | 2 ++ src/util/vec/float3.h | 2 ++ 4 files changed, 8 insertions(+) diff --git a/src/util/conf.c b/src/util/conf.c index b168167..c120553 100644 --- a/src/util/conf.c +++ b/src/util/conf.c @@ -1,3 +1,5 @@ +// Copyright (c) 2025 Quinn +// Licensed under the MIT Licence. See LICENSE for details #include "conf.h" #include diff --git a/src/util/conf.h b/src/util/conf.h index 33bb2cd..c828aa0 100644 --- a/src/util/conf.h +++ b/src/util/conf.h @@ -1,3 +1,5 @@ +// Copyright (c) 2025 Quinn +// Licensed under the MIT Licence. See LICENSE for details #pragma once #include diff --git a/src/util/vec/float2.h b/src/util/vec/float2.h index 61f5ccf..93ded5f 100644 --- a/src/util/vec/float2.h +++ b/src/util/vec/float2.h @@ -1,3 +1,5 @@ +// Copyright (c) 2025 Quinn +// Licensed under the MIT Licence. See LICENSE for details #pragma once #include diff --git a/src/util/vec/float3.h b/src/util/vec/float3.h index 6a223ad..47f78ee 100644 --- a/src/util/vec/float3.h +++ b/src/util/vec/float3.h @@ -1,3 +1,5 @@ +// Copyright (c) 2025 Quinn +// Licensed under the MIT Licence. See LICENSE for details #pragma once #include