diff options
Diffstat (limited to 'tests/servers')
-rw-r--r-- | tests/servers/rendering/test_shader_preprocessor.h | 8 | ||||
-rw-r--r-- | tests/servers/test_navigation_server_2d.h | 6 | ||||
-rw-r--r-- | tests/servers/test_navigation_server_3d.h | 6 | ||||
-rw-r--r-- | tests/servers/test_text_server.h | 6 |
4 files changed, 17 insertions, 9 deletions
diff --git a/tests/servers/rendering/test_shader_preprocessor.h b/tests/servers/rendering/test_shader_preprocessor.h index e12da8a2db..00cba03a92 100644 --- a/tests/servers/rendering/test_shader_preprocessor.h +++ b/tests/servers/rendering/test_shader_preprocessor.h @@ -2,9 +2,11 @@ /* test_shader_preprocessor.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ +/* Copyright (c) 2024-present Redot Engine contributors */ +/* (see REDOT_AUTHORS.md) */ /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ @@ -229,7 +231,7 @@ TEST_CASE("[ShaderPreprocessor] Concatenation") { TEST_CASE("[ShaderPreprocessor] Nested concatenation") { // Concatenation ## should not expand adjacent tokens if they are macros, - // but this is currently not implemented in Godot's shader preprocessor. + // but this is currently not implemented in Redot's shader preprocessor. // To force expanding, an extra macro should be required (B in this case). String code( diff --git a/tests/servers/test_navigation_server_2d.h b/tests/servers/test_navigation_server_2d.h index ff9bb620be..7c82619358 100644 --- a/tests/servers/test_navigation_server_2d.h +++ b/tests/servers/test_navigation_server_2d.h @@ -2,9 +2,11 @@ /* test_navigation_server_2d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ +/* Copyright (c) 2024-present Redot Engine contributors */ +/* (see REDOT_AUTHORS.md) */ /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ diff --git a/tests/servers/test_navigation_server_3d.h b/tests/servers/test_navigation_server_3d.h index 1b2a5e0db2..f622aac6ad 100644 --- a/tests/servers/test_navigation_server_3d.h +++ b/tests/servers/test_navigation_server_3d.h @@ -2,9 +2,11 @@ /* test_navigation_server_3d.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ +/* Copyright (c) 2024-present Redot Engine contributors */ +/* (see REDOT_AUTHORS.md) */ /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ diff --git a/tests/servers/test_text_server.h b/tests/servers/test_text_server.h index d982102a03..73536f7599 100644 --- a/tests/servers/test_text_server.h +++ b/tests/servers/test_text_server.h @@ -2,9 +2,11 @@ /* test_text_server.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ +/* Copyright (c) 2024-present Redot Engine contributors */ +/* (see REDOT_AUTHORS.md) */ /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ |