License under MIT

added the MIT licence and provided the relevant information in the
different source files.
This commit is contained in:
Quinn
2025-04-13 14:42:23 +02:00
committed by Quinn
parent ef0063d9aa
commit cf1759a5c3
6 changed files with 31 additions and 0 deletions

View File

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

View File

@@ -1,3 +1,5 @@
// Copyright (c) 2025 Quinn
// Licensed under the MIT Licence. See LICENSE for details
#include "GLFW/glfw3.h"
#include "error.h"
#include "window/render.h"

View File

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

View File

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

View File

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