diff --git a/src/dat/mcx.c b/src/dat/mcx.c index 3794023..69548f3 100644 --- a/src/dat/mcx.c +++ b/src/dat/mcx.c @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #include "mcx.h" #include diff --git a/src/dat/mcx.h b/src/dat/mcx.h index c28e28c..40fd203 100644 --- a/src/dat/mcx.h +++ b/src/dat/mcx.h @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #pragma once #include diff --git a/src/dat/nbt.c b/src/dat/nbt.c index 7424acf..f27380c 100644 --- a/src/dat/nbt.c +++ b/src/dat/nbt.c @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #include "nbt.h" #include diff --git a/src/dat/nbt.h b/src/dat/nbt.h index d3ffa93..e023d04 100644 --- a/src/dat/nbt.h +++ b/src/dat/nbt.h @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #pragma once #include diff --git a/src/io/input.c b/src/io/input.c index e1d4189..788233e 100644 --- a/src/io/input.c +++ b/src/io/input.c @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #include "input.h" #include diff --git a/src/io/input.h b/src/io/input.h index 5b397a4..528376b 100644 --- a/src/io/input.h +++ b/src/io/input.h @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #pragma once #include diff --git a/src/io/render.c b/src/io/render.c index 3040967..97b7ed8 100644 --- a/src/io/render.c +++ b/src/io/render.c @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #include "render.h" #include diff --git a/src/io/render.h b/src/io/render.h index 00bdb93..74f6471 100644 --- a/src/io/render.h +++ b/src/io/render.h @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #pragma once #include diff --git a/src/io/render/mapcolour.c b/src/io/render/mapcolour.c index ea12d0a..9c9d3b5 100644 --- a/src/io/render/mapcolour.c +++ b/src/io/render/mapcolour.c @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #include "mapcolour.h" #include "../../util/vec.h" diff --git a/src/io/render/mapcolour.h b/src/io/render/mapcolour.h index 0c2ac3e..2ab8ef4 100644 --- a/src/io/render/mapcolour.h +++ b/src/io/render/mapcolour.h @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #pragma once #include "../../util/vec.h" diff --git a/src/io/shader.c b/src/io/shader.c index aa1372a..8239ff2 100644 --- a/src/io/shader.c +++ b/src/io/shader.c @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #include "shader.h" #include diff --git a/src/io/shader.h b/src/io/shader.h index 068f739..39e64c0 100644 --- a/src/io/shader.h +++ b/src/io/shader.h @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #pragma once #include diff --git a/src/io/window.c b/src/io/window.c index d416e10..7f5027b 100644 --- a/src/io/window.c +++ b/src/io/window.c @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #include "window.h" #include diff --git a/src/io/window.h b/src/io/window.h index 4b5da1a..a3d1145 100644 --- a/src/io/window.h +++ b/src/io/window.h @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #pragma once /* Set up the window, enabling OpenGL, and diff --git a/src/main.c b/src/main.c index d113d40..90bd923 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #include #include #include diff --git a/src/types.h b/src/types.h index f770034..9cb7c92 100644 --- a/src/types.h +++ b/src/types.h @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #pragma once typedef signed long long int llong; diff --git a/src/util/atrb.h b/src/util/atrb.h index 901eea4..6c80260 100644 --- a/src/util/atrb.h +++ b/src/util/atrb.h @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #pragma once #if defined(__GNUC__) diff --git a/src/util/compat/io.h b/src/util/compat/io.h index 6a54736..6d2c2fd 100644 --- a/src/util/compat/io.h +++ b/src/util/compat/io.h @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #pragma once #if defined __unix__ diff --git a/src/util/compat/os.h b/src/util/compat/os.h index a2fa7cd..97071f3 100644 --- a/src/util/compat/os.h +++ b/src/util/compat/os.h @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #pragma once #if defined(__unix__) diff --git a/src/util/conf.c b/src/util/conf.c index d1a1695..68bd5ae 100644 --- a/src/util/conf.c +++ b/src/util/conf.c @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #include "conf.h" #include diff --git a/src/util/conf.h b/src/util/conf.h index 906ca8f..0df2f1a 100644 --- a/src/util/conf.h +++ b/src/util/conf.h @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #pragma once #include diff --git a/src/util/error.c b/src/util/error.c index cfea6ee..0a9500d 100644 --- a/src/util/error.c +++ b/src/util/error.c @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #include "error.h" #include diff --git a/src/util/error.h b/src/util/error.h index afbb74a..78d24d3 100644 --- a/src/util/error.h +++ b/src/util/error.h @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #pragma once #include diff --git a/src/util/macro.h b/src/util/macro.h index 450ee6c..bb09d8f 100644 --- a/src/util/macro.h +++ b/src/util/macro.h @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #pragma once #define WIDTHOF(t) (sizeof(t) * 8) // gets the bit width of a type diff --git a/src/util/util.h b/src/util/util.h index f289668..05f142a 100644 --- a/src/util/util.h +++ b/src/util/util.h @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #pragma once /* Acquires the next power of two of value `x`. diff --git a/src/util/vec.h b/src/util/vec.h index 0211acf..1aef26e 100644 --- a/src/util/vec.h +++ b/src/util/vec.h @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #pragma once #include "../types.h" diff --git a/test/main.c b/test/main.c index 8551609..b9fa09b 100644 --- a/test/main.c +++ b/test/main.c @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #include #include diff --git a/test/test.c b/test/test.c index e034a5c..0a61c45 100644 --- a/test/test.c +++ b/test/test.c @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #include "test.h" #include "../src/types.h" diff --git a/test/test.h b/test/test.h index d8bcfd9..21f1932 100644 --- a/test/test.h +++ b/test/test.h @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #pragma once #include diff --git a/test/test_conf.c b/test/test_conf.c index 2cbb096..9d195d3 100644 --- a/test/test_conf.c +++ b/test/test_conf.c @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #include "test_conf.h" #include diff --git a/test/test_conf.h b/test/test_conf.h index 7fc6b80..b4cbd5b 100644 --- a/test/test_conf.h +++ b/test/test_conf.h @@ -1,6 +1,6 @@ /* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is - * licensed under the MIT Licence. See included LICENSE file for details. */ + * licensed under the MIT Licence. See the project's LICENSE file for details. */ #pragma once #include "../src/types.h"