update copyright information in all files

the comment was using single-line comments, I prefer multi-line comments
now.
This bothered me for much too long.
This commit is contained in:
2025-08-29 09:35:44 +02:00
parent 9a45294e56
commit 0baadfca75
33 changed files with 67 additions and 48 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,3 +1,5 @@
/* Copyright (c) 2025 Quinn
* Licensed under the MIT Licence. See LICENSE for details */
#include "mapcolour.h"
#include "../../util/vec.h"

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
// Copyright (c) 2025 Quinn
// Licensed under the MIT Licence. See LICENSE for details
/* Copyright (c) 2025 Quinn
* Licensed under the MIT Licence. See LICENSE for details */
#pragma once
int window_init(void); // initializes the global window, returns non-zero upon failure