From 6beb1eef9a4537077780ec48c4a7c2b17723ca9e Mon Sep 17 00:00:00 2001
From: Spartan322 <Megacake1234@gmail.com>
Date: Sun, 27 Oct 2024 11:17:29 -0400
Subject: Fix copyright headers referring to Godot

---
 tests/core/config/test_project_settings.h      | 4 ++--
 tests/core/input/test_input_event.h            | 4 ++--
 tests/core/input/test_input_event_key.h        | 4 ++--
 tests/core/input/test_input_event_mouse.h      | 4 ++--
 tests/core/input/test_shortcut.h               | 4 ++--
 tests/core/io/test_config_file.h               | 4 ++--
 tests/core/io/test_file_access.h               | 4 ++--
 tests/core/io/test_http_client.h               | 4 ++--
 tests/core/io/test_image.h                     | 4 ++--
 tests/core/io/test_ip.h                        | 4 ++--
 tests/core/io/test_json.h                      | 4 ++--
 tests/core/io/test_json_native.h               | 4 ++--
 tests/core/io/test_marshalls.h                 | 4 ++--
 tests/core/io/test_packet_peer.h               | 4 ++--
 tests/core/io/test_pck_packer.h                | 4 ++--
 tests/core/io/test_resource.h                  | 4 ++--
 tests/core/io/test_stream_peer.h               | 4 ++--
 tests/core/io/test_stream_peer_buffer.h        | 4 ++--
 tests/core/io/test_xml_parser.h                | 4 ++--
 tests/core/math/test_aabb.h                    | 4 ++--
 tests/core/math/test_astar.h                   | 4 ++--
 tests/core/math/test_basis.h                   | 4 ++--
 tests/core/math/test_color.h                   | 4 ++--
 tests/core/math/test_expression.h              | 4 ++--
 tests/core/math/test_geometry_2d.h             | 4 ++--
 tests/core/math/test_geometry_3d.h             | 4 ++--
 tests/core/math/test_math_funcs.h              | 4 ++--
 tests/core/math/test_plane.h                   | 4 ++--
 tests/core/math/test_projection.h              | 4 ++--
 tests/core/math/test_quaternion.h              | 4 ++--
 tests/core/math/test_random_number_generator.h | 4 ++--
 tests/core/math/test_rect2.h                   | 4 ++--
 tests/core/math/test_rect2i.h                  | 4 ++--
 tests/core/math/test_transform_2d.h            | 4 ++--
 tests/core/math/test_transform_3d.h            | 4 ++--
 tests/core/math/test_vector2.h                 | 4 ++--
 tests/core/math/test_vector2i.h                | 4 ++--
 tests/core/math/test_vector3.h                 | 4 ++--
 tests/core/math/test_vector3i.h                | 4 ++--
 tests/core/math/test_vector4.h                 | 4 ++--
 tests/core/math/test_vector4i.h                | 4 ++--
 tests/core/object/test_class_db.h              | 4 ++--
 tests/core/object/test_method_bind.h           | 4 ++--
 tests/core/object/test_object.h                | 4 ++--
 tests/core/object/test_undo_redo.h             | 4 ++--
 tests/core/os/test_os.h                        | 4 ++--
 tests/core/string/test_node_path.h             | 4 ++--
 tests/core/string/test_string.h                | 4 ++--
 tests/core/string/test_translation.h           | 4 ++--
 tests/core/string/test_translation_server.h    | 4 ++--
 tests/core/templates/test_command_queue.h      | 4 ++--
 tests/core/templates/test_hash_map.h           | 4 ++--
 tests/core/templates/test_hash_set.h           | 4 ++--
 tests/core/templates/test_list.h               | 4 ++--
 tests/core/templates/test_local_vector.h       | 4 ++--
 tests/core/templates/test_lru.h                | 4 ++--
 tests/core/templates/test_oa_hash_map.h        | 4 ++--
 tests/core/templates/test_paged_array.h        | 4 ++--
 tests/core/templates/test_rid.h                | 4 ++--
 tests/core/templates/test_vector.h             | 4 ++--
 tests/core/test_crypto.h                       | 4 ++--
 tests/core/test_hashing_context.h              | 4 ++--
 tests/core/test_time.h                         | 4 ++--
 tests/core/threads/test_worker_thread_pool.h   | 4 ++--
 tests/core/variant/test_array.h                | 4 ++--
 tests/core/variant/test_callable.h             | 4 ++--
 tests/core/variant/test_dictionary.h           | 4 ++--
 tests/core/variant/test_variant.h              | 4 ++--
 tests/core/variant/test_variant_utility.h      | 4 ++--
 69 files changed, 138 insertions(+), 138 deletions(-)

(limited to 'tests/core')

diff --git a/tests/core/config/test_project_settings.h b/tests/core/config/test_project_settings.h
index 77501dcf7b..e93fa2b3ac 100644
--- a/tests/core/config/test_project_settings.h
+++ b/tests/core/config/test_project_settings.h
@@ -2,8 +2,8 @@
 /*  test_project_settings.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)        */
diff --git a/tests/core/input/test_input_event.h b/tests/core/input/test_input_event.h
index 69c29975ca..62f9469227 100644
--- a/tests/core/input/test_input_event.h
+++ b/tests/core/input/test_input_event.h
@@ -2,8 +2,8 @@
 /*  test_input_event.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)        */
diff --git a/tests/core/input/test_input_event_key.h b/tests/core/input/test_input_event_key.h
index a77de904f4..baeae5dcb5 100644
--- a/tests/core/input/test_input_event_key.h
+++ b/tests/core/input/test_input_event_key.h
@@ -2,8 +2,8 @@
 /*  test_input_event_key.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)        */
diff --git a/tests/core/input/test_input_event_mouse.h b/tests/core/input/test_input_event_mouse.h
index 90f34d68ed..43db7f35f9 100644
--- a/tests/core/input/test_input_event_mouse.h
+++ b/tests/core/input/test_input_event_mouse.h
@@ -2,8 +2,8 @@
 /*  test_input_event_mouse.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)        */
diff --git a/tests/core/input/test_shortcut.h b/tests/core/input/test_shortcut.h
index e885d83e6d..99c4a9956f 100644
--- a/tests/core/input/test_shortcut.h
+++ b/tests/core/input/test_shortcut.h
@@ -2,8 +2,8 @@
 /*  test_shortcut.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)        */
diff --git a/tests/core/io/test_config_file.h b/tests/core/io/test_config_file.h
index e77b6f597f..36bfeeacf9 100644
--- a/tests/core/io/test_config_file.h
+++ b/tests/core/io/test_config_file.h
@@ -2,8 +2,8 @@
 /*  test_config_file.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)        */
diff --git a/tests/core/io/test_file_access.h b/tests/core/io/test_file_access.h
index 4f5a590f29..b4604a2161 100644
--- a/tests/core/io/test_file_access.h
+++ b/tests/core/io/test_file_access.h
@@ -2,8 +2,8 @@
 /*  test_file_access.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)        */
diff --git a/tests/core/io/test_http_client.h b/tests/core/io/test_http_client.h
index 3c93366384..b869eadeeb 100644
--- a/tests/core/io/test_http_client.h
+++ b/tests/core/io/test_http_client.h
@@ -2,8 +2,8 @@
 /*  test_http_client.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)        */
diff --git a/tests/core/io/test_image.h b/tests/core/io/test_image.h
index ac64a61054..f5afda0bb5 100644
--- a/tests/core/io/test_image.h
+++ b/tests/core/io/test_image.h
@@ -2,8 +2,8 @@
 /*  test_image.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)        */
diff --git a/tests/core/io/test_ip.h b/tests/core/io/test_ip.h
index c15b934d47..4e3ef5778b 100644
--- a/tests/core/io/test_ip.h
+++ b/tests/core/io/test_ip.h
@@ -2,8 +2,8 @@
 /*  test_ip.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)        */
diff --git a/tests/core/io/test_json.h b/tests/core/io/test_json.h
index fe78f55f80..6934e4d211 100644
--- a/tests/core/io/test_json.h
+++ b/tests/core/io/test_json.h
@@ -2,8 +2,8 @@
 /*  test_json.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)        */
diff --git a/tests/core/io/test_json_native.h b/tests/core/io/test_json_native.h
index 455bd993db..6bb205ec31 100644
--- a/tests/core/io/test_json_native.h
+++ b/tests/core/io/test_json_native.h
@@ -2,8 +2,8 @@
 /*  test_json_native.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)        */
diff --git a/tests/core/io/test_marshalls.h b/tests/core/io/test_marshalls.h
index 18d37d888e..d97b0e34c5 100644
--- a/tests/core/io/test_marshalls.h
+++ b/tests/core/io/test_marshalls.h
@@ -2,8 +2,8 @@
 /*  test_marshalls.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)        */
diff --git a/tests/core/io/test_packet_peer.h b/tests/core/io/test_packet_peer.h
index 00685c426b..e0ea570684 100644
--- a/tests/core/io/test_packet_peer.h
+++ b/tests/core/io/test_packet_peer.h
@@ -2,8 +2,8 @@
 /*  test_packet_peer.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)        */
diff --git a/tests/core/io/test_pck_packer.h b/tests/core/io/test_pck_packer.h
index bd86d69f7d..1891398327 100644
--- a/tests/core/io/test_pck_packer.h
+++ b/tests/core/io/test_pck_packer.h
@@ -2,8 +2,8 @@
 /*  test_pck_packer.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)        */
diff --git a/tests/core/io/test_resource.h b/tests/core/io/test_resource.h
index ef35cafd0c..21cb6cc83f 100644
--- a/tests/core/io/test_resource.h
+++ b/tests/core/io/test_resource.h
@@ -2,8 +2,8 @@
 /*  test_resource.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)        */
diff --git a/tests/core/io/test_stream_peer.h b/tests/core/io/test_stream_peer.h
index 0b8d15cedb..ee9cadb67c 100644
--- a/tests/core/io/test_stream_peer.h
+++ b/tests/core/io/test_stream_peer.h
@@ -2,8 +2,8 @@
 /*  test_stream_peer.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)        */
diff --git a/tests/core/io/test_stream_peer_buffer.h b/tests/core/io/test_stream_peer_buffer.h
index 7ebaba14b5..6fcece3025 100644
--- a/tests/core/io/test_stream_peer_buffer.h
+++ b/tests/core/io/test_stream_peer_buffer.h
@@ -2,8 +2,8 @@
 /*  test_stream_peer_buffer.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)        */
diff --git a/tests/core/io/test_xml_parser.h b/tests/core/io/test_xml_parser.h
index 555697fa4d..84158de61a 100644
--- a/tests/core/io/test_xml_parser.h
+++ b/tests/core/io/test_xml_parser.h
@@ -2,8 +2,8 @@
 /*  test_xml_parser.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)        */
diff --git a/tests/core/math/test_aabb.h b/tests/core/math/test_aabb.h
index 540ab38251..9665bad1d7 100644
--- a/tests/core/math/test_aabb.h
+++ b/tests/core/math/test_aabb.h
@@ -2,8 +2,8 @@
 /*  test_aabb.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)        */
diff --git a/tests/core/math/test_astar.h b/tests/core/math/test_astar.h
index 09b34c1b66..13399c2476 100644
--- a/tests/core/math/test_astar.h
+++ b/tests/core/math/test_astar.h
@@ -2,8 +2,8 @@
 /*  test_astar.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)        */
diff --git a/tests/core/math/test_basis.h b/tests/core/math/test_basis.h
index 214b16f027..594dd2623d 100644
--- a/tests/core/math/test_basis.h
+++ b/tests/core/math/test_basis.h
@@ -2,8 +2,8 @@
 /*  test_basis.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)        */
diff --git a/tests/core/math/test_color.h b/tests/core/math/test_color.h
index 3ed282c460..988ec66f9d 100644
--- a/tests/core/math/test_color.h
+++ b/tests/core/math/test_color.h
@@ -2,8 +2,8 @@
 /*  test_color.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)        */
diff --git a/tests/core/math/test_expression.h b/tests/core/math/test_expression.h
index b78044f1f2..4266b65bb1 100644
--- a/tests/core/math/test_expression.h
+++ b/tests/core/math/test_expression.h
@@ -2,8 +2,8 @@
 /*  test_expression.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)        */
diff --git a/tests/core/math/test_geometry_2d.h b/tests/core/math/test_geometry_2d.h
index 209fde3e6b..877b625623 100644
--- a/tests/core/math/test_geometry_2d.h
+++ b/tests/core/math/test_geometry_2d.h
@@ -2,8 +2,8 @@
 /*  test_geometry_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)        */
diff --git a/tests/core/math/test_geometry_3d.h b/tests/core/math/test_geometry_3d.h
index 652d57df20..a30405cb5e 100644
--- a/tests/core/math/test_geometry_3d.h
+++ b/tests/core/math/test_geometry_3d.h
@@ -2,8 +2,8 @@
 /*  test_geometry_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)        */
diff --git a/tests/core/math/test_math_funcs.h b/tests/core/math/test_math_funcs.h
index 92cbbe1b21..1a692e7eff 100644
--- a/tests/core/math/test_math_funcs.h
+++ b/tests/core/math/test_math_funcs.h
@@ -2,8 +2,8 @@
 /*  test_math_funcs.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)        */
diff --git a/tests/core/math/test_plane.h b/tests/core/math/test_plane.h
index 4aa4417bf5..e759da8f74 100644
--- a/tests/core/math/test_plane.h
+++ b/tests/core/math/test_plane.h
@@ -2,8 +2,8 @@
 /*  test_plane.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)        */
diff --git a/tests/core/math/test_projection.h b/tests/core/math/test_projection.h
index 2cd6198cba..b2ef620565 100644
--- a/tests/core/math/test_projection.h
+++ b/tests/core/math/test_projection.h
@@ -2,8 +2,8 @@
 /*  test_projection.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)        */
diff --git a/tests/core/math/test_quaternion.h b/tests/core/math/test_quaternion.h
index 56d1d9d639..d78a7e55d0 100644
--- a/tests/core/math/test_quaternion.h
+++ b/tests/core/math/test_quaternion.h
@@ -2,8 +2,8 @@
 /*  test_quaternion.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)        */
diff --git a/tests/core/math/test_random_number_generator.h b/tests/core/math/test_random_number_generator.h
index d4e8902199..5123756ca1 100644
--- a/tests/core/math/test_random_number_generator.h
+++ b/tests/core/math/test_random_number_generator.h
@@ -2,8 +2,8 @@
 /*  test_random_number_generator.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)        */
diff --git a/tests/core/math/test_rect2.h b/tests/core/math/test_rect2.h
index 9fd9590989..2736d528ed 100644
--- a/tests/core/math/test_rect2.h
+++ b/tests/core/math/test_rect2.h
@@ -2,8 +2,8 @@
 /*  test_rect2.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)        */
diff --git a/tests/core/math/test_rect2i.h b/tests/core/math/test_rect2i.h
index 7d49b95587..4ae50ab5e3 100644
--- a/tests/core/math/test_rect2i.h
+++ b/tests/core/math/test_rect2i.h
@@ -2,8 +2,8 @@
 /*  test_rect2i.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)        */
diff --git a/tests/core/math/test_transform_2d.h b/tests/core/math/test_transform_2d.h
index 3c1089ecff..da472de504 100644
--- a/tests/core/math/test_transform_2d.h
+++ b/tests/core/math/test_transform_2d.h
@@ -2,8 +2,8 @@
 /*  test_transform_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)        */
diff --git a/tests/core/math/test_transform_3d.h b/tests/core/math/test_transform_3d.h
index d903afe39d..4ef8358304 100644
--- a/tests/core/math/test_transform_3d.h
+++ b/tests/core/math/test_transform_3d.h
@@ -2,8 +2,8 @@
 /*  test_transform_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)        */
diff --git a/tests/core/math/test_vector2.h b/tests/core/math/test_vector2.h
index 8e3248f1e4..3ca329a312 100644
--- a/tests/core/math/test_vector2.h
+++ b/tests/core/math/test_vector2.h
@@ -2,8 +2,8 @@
 /*  test_vector2.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)        */
diff --git a/tests/core/math/test_vector2i.h b/tests/core/math/test_vector2i.h
index 0c5c03351e..c4b26f4db6 100644
--- a/tests/core/math/test_vector2i.h
+++ b/tests/core/math/test_vector2i.h
@@ -2,8 +2,8 @@
 /*  test_vector2i.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)        */
diff --git a/tests/core/math/test_vector3.h b/tests/core/math/test_vector3.h
index 4904471757..f6b61c2cdf 100644
--- a/tests/core/math/test_vector3.h
+++ b/tests/core/math/test_vector3.h
@@ -2,8 +2,8 @@
 /*  test_vector3.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)        */
diff --git a/tests/core/math/test_vector3i.h b/tests/core/math/test_vector3i.h
index 74b6ee6e7b..38b93bf571 100644
--- a/tests/core/math/test_vector3i.h
+++ b/tests/core/math/test_vector3i.h
@@ -2,8 +2,8 @@
 /*  test_vector3i.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)        */
diff --git a/tests/core/math/test_vector4.h b/tests/core/math/test_vector4.h
index d866c29490..1cdac02156 100644
--- a/tests/core/math/test_vector4.h
+++ b/tests/core/math/test_vector4.h
@@ -2,8 +2,8 @@
 /*  test_vector4.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)        */
diff --git a/tests/core/math/test_vector4i.h b/tests/core/math/test_vector4i.h
index 5d8bcaafe6..f3f9778bd6 100644
--- a/tests/core/math/test_vector4i.h
+++ b/tests/core/math/test_vector4i.h
@@ -2,8 +2,8 @@
 /*  test_vector4i.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)        */
diff --git a/tests/core/object/test_class_db.h b/tests/core/object/test_class_db.h
index f2b5b4af3e..57b80c2a22 100644
--- a/tests/core/object/test_class_db.h
+++ b/tests/core/object/test_class_db.h
@@ -2,8 +2,8 @@
 /*  test_class_db.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)        */
diff --git a/tests/core/object/test_method_bind.h b/tests/core/object/test_method_bind.h
index 3f24bcf59b..c7fce1a19c 100644
--- a/tests/core/object/test_method_bind.h
+++ b/tests/core/object/test_method_bind.h
@@ -2,8 +2,8 @@
 /*  test_method_bind.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)        */
diff --git a/tests/core/object/test_object.h b/tests/core/object/test_object.h
index f40fe05daf..9abf69f930 100644
--- a/tests/core/object/test_object.h
+++ b/tests/core/object/test_object.h
@@ -2,8 +2,8 @@
 /*  test_object.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)        */
diff --git a/tests/core/object/test_undo_redo.h b/tests/core/object/test_undo_redo.h
index c591a5b02e..1f99483b57 100644
--- a/tests/core/object/test_undo_redo.h
+++ b/tests/core/object/test_undo_redo.h
@@ -2,8 +2,8 @@
 /*  test_undo_redo.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)        */
diff --git a/tests/core/os/test_os.h b/tests/core/os/test_os.h
index 0d1011b146..a37902bb76 100644
--- a/tests/core/os/test_os.h
+++ b/tests/core/os/test_os.h
@@ -2,8 +2,8 @@
 /*  test_os.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)        */
diff --git a/tests/core/string/test_node_path.h b/tests/core/string/test_node_path.h
index 5b14f0acd4..1ee2d3ab97 100644
--- a/tests/core/string/test_node_path.h
+++ b/tests/core/string/test_node_path.h
@@ -2,8 +2,8 @@
 /*  test_node_path.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)        */
diff --git a/tests/core/string/test_string.h b/tests/core/string/test_string.h
index 7733105c27..b967dd7294 100644
--- a/tests/core/string/test_string.h
+++ b/tests/core/string/test_string.h
@@ -2,8 +2,8 @@
 /*  test_string.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)        */
diff --git a/tests/core/string/test_translation.h b/tests/core/string/test_translation.h
index 90f4a90967..a31aa044ae 100644
--- a/tests/core/string/test_translation.h
+++ b/tests/core/string/test_translation.h
@@ -2,8 +2,8 @@
 /*  test_translation.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)        */
diff --git a/tests/core/string/test_translation_server.h b/tests/core/string/test_translation_server.h
index def436d9ff..e2d530f1ef 100644
--- a/tests/core/string/test_translation_server.h
+++ b/tests/core/string/test_translation_server.h
@@ -2,8 +2,8 @@
 /*  test_translation_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)        */
diff --git a/tests/core/templates/test_command_queue.h b/tests/core/templates/test_command_queue.h
index 5a4fe1c393..ad3c10fb2d 100644
--- a/tests/core/templates/test_command_queue.h
+++ b/tests/core/templates/test_command_queue.h
@@ -2,8 +2,8 @@
 /*  test_command_queue.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)        */
diff --git a/tests/core/templates/test_hash_map.h b/tests/core/templates/test_hash_map.h
index 5178e8e146..7da884ce29 100644
--- a/tests/core/templates/test_hash_map.h
+++ b/tests/core/templates/test_hash_map.h
@@ -2,8 +2,8 @@
 /*  test_hash_map.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)        */
diff --git a/tests/core/templates/test_hash_set.h b/tests/core/templates/test_hash_set.h
index 219abbab76..315a6acaeb 100644
--- a/tests/core/templates/test_hash_set.h
+++ b/tests/core/templates/test_hash_set.h
@@ -2,8 +2,8 @@
 /*  test_hash_set.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)        */
diff --git a/tests/core/templates/test_list.h b/tests/core/templates/test_list.h
index eb8b33b397..6b50ddecaa 100644
--- a/tests/core/templates/test_list.h
+++ b/tests/core/templates/test_list.h
@@ -2,8 +2,8 @@
 /*  test_list.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)        */
diff --git a/tests/core/templates/test_local_vector.h b/tests/core/templates/test_local_vector.h
index fe422cb979..a02f123562 100644
--- a/tests/core/templates/test_local_vector.h
+++ b/tests/core/templates/test_local_vector.h
@@ -2,8 +2,8 @@
 /*  test_local_vector.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)        */
diff --git a/tests/core/templates/test_lru.h b/tests/core/templates/test_lru.h
index 635b207b5f..a6b872e46f 100644
--- a/tests/core/templates/test_lru.h
+++ b/tests/core/templates/test_lru.h
@@ -2,8 +2,8 @@
 /*  test_lru.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)        */
diff --git a/tests/core/templates/test_oa_hash_map.h b/tests/core/templates/test_oa_hash_map.h
index 6ce8830eab..3ffb8335d8 100644
--- a/tests/core/templates/test_oa_hash_map.h
+++ b/tests/core/templates/test_oa_hash_map.h
@@ -2,8 +2,8 @@
 /*  test_oa_hash_map.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)        */
diff --git a/tests/core/templates/test_paged_array.h b/tests/core/templates/test_paged_array.h
index 8fc3ea4638..5c3b2acc04 100644
--- a/tests/core/templates/test_paged_array.h
+++ b/tests/core/templates/test_paged_array.h
@@ -2,8 +2,8 @@
 /*  test_paged_array.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)        */
diff --git a/tests/core/templates/test_rid.h b/tests/core/templates/test_rid.h
index 3840352442..cbb88910a3 100644
--- a/tests/core/templates/test_rid.h
+++ b/tests/core/templates/test_rid.h
@@ -2,8 +2,8 @@
 /*  test_rid.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)        */
diff --git a/tests/core/templates/test_vector.h b/tests/core/templates/test_vector.h
index 158568b997..e46e1aef81 100644
--- a/tests/core/templates/test_vector.h
+++ b/tests/core/templates/test_vector.h
@@ -2,8 +2,8 @@
 /*  test_vector.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)        */
diff --git a/tests/core/test_crypto.h b/tests/core/test_crypto.h
index 7a59f09977..c7e444326f 100644
--- a/tests/core/test_crypto.h
+++ b/tests/core/test_crypto.h
@@ -2,8 +2,8 @@
 /*  test_crypto.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)        */
diff --git a/tests/core/test_hashing_context.h b/tests/core/test_hashing_context.h
index 29d85eee7e..a3e7b62881 100644
--- a/tests/core/test_hashing_context.h
+++ b/tests/core/test_hashing_context.h
@@ -2,8 +2,8 @@
 /*  test_hashing_context.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)        */
diff --git a/tests/core/test_time.h b/tests/core/test_time.h
index 869170c710..5f010c9138 100644
--- a/tests/core/test_time.h
+++ b/tests/core/test_time.h
@@ -2,8 +2,8 @@
 /*  test_time.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)        */
diff --git a/tests/core/threads/test_worker_thread_pool.h b/tests/core/threads/test_worker_thread_pool.h
index 64cb316138..388140a534 100644
--- a/tests/core/threads/test_worker_thread_pool.h
+++ b/tests/core/threads/test_worker_thread_pool.h
@@ -2,8 +2,8 @@
 /*  test_worker_thread_pool.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)        */
diff --git a/tests/core/variant/test_array.h b/tests/core/variant/test_array.h
index 2756f64688..4c16a53169 100644
--- a/tests/core/variant/test_array.h
+++ b/tests/core/variant/test_array.h
@@ -2,8 +2,8 @@
 /*  test_array.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)        */
diff --git a/tests/core/variant/test_callable.h b/tests/core/variant/test_callable.h
index 955ccbe52f..92610b7a76 100644
--- a/tests/core/variant/test_callable.h
+++ b/tests/core/variant/test_callable.h
@@ -2,8 +2,8 @@
 /*  test_callable.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)        */
diff --git a/tests/core/variant/test_dictionary.h b/tests/core/variant/test_dictionary.h
index 9ebd2a4e80..65f5dbb979 100644
--- a/tests/core/variant/test_dictionary.h
+++ b/tests/core/variant/test_dictionary.h
@@ -2,8 +2,8 @@
 /*  test_dictionary.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)        */
diff --git a/tests/core/variant/test_variant.h b/tests/core/variant/test_variant.h
index e23e598227..e3322a1326 100644
--- a/tests/core/variant/test_variant.h
+++ b/tests/core/variant/test_variant.h
@@ -2,8 +2,8 @@
 /*  test_variant.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)        */
diff --git a/tests/core/variant/test_variant_utility.h b/tests/core/variant/test_variant_utility.h
index a102099adb..f25e8ac40d 100644
--- a/tests/core/variant/test_variant_utility.h
+++ b/tests/core/variant/test_variant_utility.h
@@ -2,8 +2,8 @@
 /*  test_variant_utility.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)        */
-- 
cgit v1.2.3