add copyright info to the files that were missing it

This commit is contained in:
2025-06-12 18:21:35 +02:00
parent 51be23d109
commit e72de37642
4 changed files with 8 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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