summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorGeorge L. Albany <Megacake1234@gmail.com>2024-10-27 18:45:17 +0000
committerGitHub <noreply@github.com>2024-10-27 18:45:17 +0000
commita5e575b12aef5bed1efeaffdc577d209b2d23864 (patch)
tree92137e80f585bacb25bc3c75e2e2584719e09930 /core
parentccd801948daafcbe6bffd4f8b55e9e557fc8d020 (diff)
parent008b165147becf3097db4385eca4f94f44f472be (diff)
downloadredot-engine-a5e575b12aef5bed1efeaffdc577d209b2d23864.tar.gz
Merge pull request #817 from Spartan322/4.3-fixup/copyright-headers
[4.3] Fix copyright headers referring to Godot
Diffstat (limited to 'core')
-rw-r--r--core/config/engine.cpp4
-rw-r--r--core/config/engine.h4
-rw-r--r--core/config/project_settings.cpp4
-rw-r--r--core/config/project_settings.h4
-rw-r--r--core/core_bind.cpp4
-rw-r--r--core/core_bind.h4
-rw-r--r--core/core_constants.cpp4
-rw-r--r--core/core_constants.h4
-rw-r--r--core/core_globals.cpp4
-rw-r--r--core/core_globals.h4
-rw-r--r--core/core_string_names.cpp4
-rw-r--r--core/core_string_names.h4
-rw-r--r--core/crypto/aes_context.cpp4
-rw-r--r--core/crypto/aes_context.h4
-rw-r--r--core/crypto/crypto.cpp4
-rw-r--r--core/crypto/crypto.h4
-rw-r--r--core/crypto/crypto_core.cpp4
-rw-r--r--core/crypto/crypto_core.h4
-rw-r--r--core/crypto/hashing_context.cpp4
-rw-r--r--core/crypto/hashing_context.h4
-rw-r--r--core/debugger/debugger_marshalls.cpp4
-rw-r--r--core/debugger/debugger_marshalls.h4
-rw-r--r--core/debugger/engine_debugger.cpp4
-rw-r--r--core/debugger/engine_debugger.h4
-rw-r--r--core/debugger/engine_profiler.cpp4
-rw-r--r--core/debugger/engine_profiler.h4
-rw-r--r--core/debugger/local_debugger.cpp4
-rw-r--r--core/debugger/local_debugger.h4
-rw-r--r--core/debugger/remote_debugger.cpp4
-rw-r--r--core/debugger/remote_debugger.h4
-rw-r--r--core/debugger/remote_debugger_peer.cpp4
-rw-r--r--core/debugger/remote_debugger_peer.h4
-rw-r--r--core/debugger/script_debugger.cpp4
-rw-r--r--core/debugger/script_debugger.h4
-rw-r--r--core/doc_data.cpp4
-rw-r--r--core/doc_data.h4
-rw-r--r--core/error/error_list.cpp4
-rw-r--r--core/error/error_list.h4
-rw-r--r--core/error/error_macros.cpp4
-rw-r--r--core/error/error_macros.h4
-rw-r--r--core/extension/extension_api_dump.cpp4
-rw-r--r--core/extension/extension_api_dump.h4
-rw-r--r--core/extension/gdextension.compat.inc4
-rw-r--r--core/extension/gdextension.cpp4
-rw-r--r--core/extension/gdextension.h4
-rw-r--r--core/extension/gdextension_compat_hashes.cpp4
-rw-r--r--core/extension/gdextension_compat_hashes.h4
-rw-r--r--core/extension/gdextension_interface.cpp4
-rw-r--r--core/extension/gdextension_interface.h4
-rw-r--r--core/extension/gdextension_manager.cpp4
-rw-r--r--core/extension/gdextension_manager.h4
-rw-r--r--core/input/default_controller_mappings.h4
-rw-r--r--core/input/input.compat.inc4
-rw-r--r--core/input/input.cpp4
-rw-r--r--core/input/input.h4
-rw-r--r--core/input/input_enums.h4
-rw-r--r--core/input/input_event.cpp4
-rw-r--r--core/input/input_event.h4
-rw-r--r--core/input/input_map.cpp4
-rw-r--r--core/input/input_map.h4
-rw-r--r--core/input/shortcut.cpp4
-rw-r--r--core/input/shortcut.h4
-rw-r--r--core/io/compression.cpp4
-rw-r--r--core/io/compression.h4
-rw-r--r--core/io/config_file.cpp4
-rw-r--r--core/io/config_file.h4
-rw-r--r--core/io/dir_access.cpp4
-rw-r--r--core/io/dir_access.h4
-rw-r--r--core/io/dtls_server.cpp4
-rw-r--r--core/io/dtls_server.h4
-rw-r--r--core/io/file_access.cpp4
-rw-r--r--core/io/file_access.h4
-rw-r--r--core/io/file_access_compressed.cpp4
-rw-r--r--core/io/file_access_compressed.h4
-rw-r--r--core/io/file_access_encrypted.cpp4
-rw-r--r--core/io/file_access_encrypted.h4
-rw-r--r--core/io/file_access_memory.cpp4
-rw-r--r--core/io/file_access_memory.h4
-rw-r--r--core/io/file_access_pack.cpp4
-rw-r--r--core/io/file_access_pack.h4
-rw-r--r--core/io/file_access_zip.cpp4
-rw-r--r--core/io/file_access_zip.h4
-rw-r--r--core/io/http_client.cpp4
-rw-r--r--core/io/http_client.h4
-rw-r--r--core/io/http_client_tcp.cpp4
-rw-r--r--core/io/http_client_tcp.h4
-rw-r--r--core/io/image.cpp4
-rw-r--r--core/io/image.h4
-rw-r--r--core/io/image_loader.cpp4
-rw-r--r--core/io/image_loader.h4
-rw-r--r--core/io/ip.cpp4
-rw-r--r--core/io/ip.h4
-rw-r--r--core/io/ip_address.cpp4
-rw-r--r--core/io/ip_address.h4
-rw-r--r--core/io/json.cpp4
-rw-r--r--core/io/json.h4
-rw-r--r--core/io/logger.cpp4
-rw-r--r--core/io/logger.h4
-rw-r--r--core/io/marshalls.cpp4
-rw-r--r--core/io/marshalls.h4
-rw-r--r--core/io/missing_resource.cpp4
-rw-r--r--core/io/missing_resource.h4
-rw-r--r--core/io/net_socket.cpp4
-rw-r--r--core/io/net_socket.h4
-rw-r--r--core/io/packed_data_container.cpp4
-rw-r--r--core/io/packed_data_container.h4
-rw-r--r--core/io/packet_peer.cpp4
-rw-r--r--core/io/packet_peer.h4
-rw-r--r--core/io/packet_peer_dtls.cpp4
-rw-r--r--core/io/packet_peer_dtls.h4
-rw-r--r--core/io/packet_peer_udp.cpp4
-rw-r--r--core/io/packet_peer_udp.h4
-rw-r--r--core/io/pck_packer.cpp4
-rw-r--r--core/io/pck_packer.h4
-rw-r--r--core/io/plist.cpp4
-rw-r--r--core/io/plist.h4
-rw-r--r--core/io/remote_filesystem_client.cpp4
-rw-r--r--core/io/remote_filesystem_client.h4
-rw-r--r--core/io/resource.cpp4
-rw-r--r--core/io/resource.h4
-rw-r--r--core/io/resource_format_binary.cpp4
-rw-r--r--core/io/resource_format_binary.h4
-rw-r--r--core/io/resource_importer.cpp4
-rw-r--r--core/io/resource_importer.h4
-rw-r--r--core/io/resource_loader.cpp4
-rw-r--r--core/io/resource_loader.h4
-rw-r--r--core/io/resource_saver.cpp4
-rw-r--r--core/io/resource_saver.h4
-rw-r--r--core/io/resource_uid.cpp4
-rw-r--r--core/io/resource_uid.h4
-rw-r--r--core/io/stream_peer.cpp4
-rw-r--r--core/io/stream_peer.h4
-rw-r--r--core/io/stream_peer_gzip.cpp4
-rw-r--r--core/io/stream_peer_gzip.h4
-rw-r--r--core/io/stream_peer_tcp.cpp4
-rw-r--r--core/io/stream_peer_tcp.h4
-rw-r--r--core/io/stream_peer_tls.cpp4
-rw-r--r--core/io/stream_peer_tls.h4
-rw-r--r--core/io/tcp_server.cpp4
-rw-r--r--core/io/tcp_server.h4
-rw-r--r--core/io/translation_loader_po.cpp4
-rw-r--r--core/io/translation_loader_po.h4
-rw-r--r--core/io/udp_server.cpp4
-rw-r--r--core/io/udp_server.h4
-rw-r--r--core/io/xml_parser.cpp4
-rw-r--r--core/io/xml_parser.h4
-rw-r--r--core/io/zip_io.cpp4
-rw-r--r--core/io/zip_io.h4
-rw-r--r--core/math/a_star.compat.inc4
-rw-r--r--core/math/a_star.cpp4
-rw-r--r--core/math/a_star.h4
-rw-r--r--core/math/a_star_grid_2d.compat.inc4
-rw-r--r--core/math/a_star_grid_2d.cpp4
-rw-r--r--core/math/a_star_grid_2d.h4
-rw-r--r--core/math/aabb.cpp4
-rw-r--r--core/math/aabb.h4
-rw-r--r--core/math/audio_frame.h4
-rw-r--r--core/math/basis.cpp4
-rw-r--r--core/math/basis.h4
-rw-r--r--core/math/bvh.h4
-rw-r--r--core/math/bvh_abb.h4
-rw-r--r--core/math/bvh_tree.h4
-rw-r--r--core/math/color.cpp4
-rw-r--r--core/math/color.h4
-rw-r--r--core/math/color_names.inc4
-rw-r--r--core/math/convex_hull.cpp4
-rw-r--r--core/math/convex_hull.h4
-rw-r--r--core/math/delaunay_2d.h4
-rw-r--r--core/math/delaunay_3d.h4
-rw-r--r--core/math/disjoint_set.h4
-rw-r--r--core/math/dynamic_bvh.cpp4
-rw-r--r--core/math/dynamic_bvh.h4
-rw-r--r--core/math/expression.cpp4
-rw-r--r--core/math/expression.h4
-rw-r--r--core/math/face3.cpp4
-rw-r--r--core/math/face3.h4
-rw-r--r--core/math/geometry_2d.cpp4
-rw-r--r--core/math/geometry_2d.h4
-rw-r--r--core/math/geometry_3d.cpp4
-rw-r--r--core/math/geometry_3d.h4
-rw-r--r--core/math/math_defs.h4
-rw-r--r--core/math/math_fieldwise.cpp4
-rw-r--r--core/math/math_fieldwise.h4
-rw-r--r--core/math/math_funcs.cpp4
-rw-r--r--core/math/math_funcs.h4
-rw-r--r--core/math/plane.cpp4
-rw-r--r--core/math/plane.h4
-rw-r--r--core/math/projection.cpp4
-rw-r--r--core/math/projection.h4
-rw-r--r--core/math/quaternion.cpp4
-rw-r--r--core/math/quaternion.h4
-rw-r--r--core/math/quick_hull.cpp4
-rw-r--r--core/math/quick_hull.h4
-rw-r--r--core/math/random_number_generator.cpp4
-rw-r--r--core/math/random_number_generator.h4
-rw-r--r--core/math/random_pcg.cpp4
-rw-r--r--core/math/random_pcg.h4
-rw-r--r--core/math/rect2.cpp4
-rw-r--r--core/math/rect2.h4
-rw-r--r--core/math/rect2i.cpp4
-rw-r--r--core/math/rect2i.h4
-rw-r--r--core/math/static_raycaster.cpp4
-rw-r--r--core/math/static_raycaster.h4
-rw-r--r--core/math/transform_2d.cpp4
-rw-r--r--core/math/transform_2d.h4
-rw-r--r--core/math/transform_3d.cpp4
-rw-r--r--core/math/transform_3d.h4
-rw-r--r--core/math/transform_interpolator.cpp4
-rw-r--r--core/math/transform_interpolator.h4
-rw-r--r--core/math/triangle_mesh.cpp4
-rw-r--r--core/math/triangle_mesh.h4
-rw-r--r--core/math/triangulate.cpp4
-rw-r--r--core/math/triangulate.h4
-rw-r--r--core/math/vector2.cpp4
-rw-r--r--core/math/vector2.h4
-rw-r--r--core/math/vector2i.cpp4
-rw-r--r--core/math/vector2i.h4
-rw-r--r--core/math/vector3.cpp4
-rw-r--r--core/math/vector3.h4
-rw-r--r--core/math/vector3i.cpp4
-rw-r--r--core/math/vector3i.h4
-rw-r--r--core/math/vector4.cpp4
-rw-r--r--core/math/vector4.h4
-rw-r--r--core/math/vector4i.cpp4
-rw-r--r--core/math/vector4i.h4
-rw-r--r--core/object/callable_method_pointer.cpp4
-rw-r--r--core/object/callable_method_pointer.h4
-rw-r--r--core/object/class_db.cpp4
-rw-r--r--core/object/class_db.h4
-rw-r--r--core/object/message_queue.cpp4
-rw-r--r--core/object/message_queue.h4
-rw-r--r--core/object/method_bind.cpp4
-rw-r--r--core/object/method_bind.h4
-rw-r--r--core/object/object.compat.inc4
-rw-r--r--core/object/object.cpp4
-rw-r--r--core/object/object.h4
-rw-r--r--core/object/object_id.h4
-rw-r--r--core/object/ref_counted.cpp4
-rw-r--r--core/object/ref_counted.h4
-rw-r--r--core/object/script_instance.cpp4
-rw-r--r--core/object/script_instance.h4
-rw-r--r--core/object/script_language.cpp4
-rw-r--r--core/object/script_language.h4
-rw-r--r--core/object/script_language_extension.cpp4
-rw-r--r--core/object/script_language_extension.h4
-rw-r--r--core/object/undo_redo.cpp4
-rw-r--r--core/object/undo_redo.h4
-rw-r--r--core/object/worker_thread_pool.cpp4
-rw-r--r--core/object/worker_thread_pool.h4
-rw-r--r--core/os/condition_variable.h4
-rw-r--r--core/os/keyboard.cpp4
-rw-r--r--core/os/keyboard.h4
-rw-r--r--core/os/main_loop.cpp4
-rw-r--r--core/os/main_loop.h4
-rw-r--r--core/os/memory.cpp4
-rw-r--r--core/os/memory.h4
-rw-r--r--core/os/midi_driver.cpp4
-rw-r--r--core/os/midi_driver.h4
-rw-r--r--core/os/mutex.cpp4
-rw-r--r--core/os/mutex.h4
-rw-r--r--core/os/os.cpp4
-rw-r--r--core/os/os.h4
-rw-r--r--core/os/pool_allocator.cpp4
-rw-r--r--core/os/pool_allocator.h4
-rw-r--r--core/os/rw_lock.h4
-rw-r--r--core/os/safe_binary_mutex.h4
-rw-r--r--core/os/semaphore.h4
-rw-r--r--core/os/shared_object.h4
-rw-r--r--core/os/spin_lock.h4
-rw-r--r--core/os/thread.cpp4
-rw-r--r--core/os/thread.h4
-rw-r--r--core/os/thread_safe.cpp4
-rw-r--r--core/os/thread_safe.h4
-rw-r--r--core/os/time.cpp4
-rw-r--r--core/os/time.h4
-rw-r--r--core/os/time_enums.h4
-rw-r--r--core/register_core_types.cpp4
-rw-r--r--core/register_core_types.h4
-rw-r--r--core/string/char_range.inc4
-rw-r--r--core/string/char_utils.h4
-rw-r--r--core/string/locales.h4
-rw-r--r--core/string/node_path.cpp4
-rw-r--r--core/string/node_path.h4
-rw-r--r--core/string/optimized_translation.cpp4
-rw-r--r--core/string/optimized_translation.h4
-rw-r--r--core/string/print_string.cpp4
-rw-r--r--core/string/print_string.h4
-rw-r--r--core/string/string_buffer.h4
-rw-r--r--core/string/string_builder.cpp4
-rw-r--r--core/string/string_builder.h4
-rw-r--r--core/string/string_name.cpp4
-rw-r--r--core/string/string_name.h4
-rw-r--r--core/string/translation.compat.inc4
-rw-r--r--core/string/translation.cpp4
-rw-r--r--core/string/translation.h4
-rw-r--r--core/string/translation_po.cpp4
-rw-r--r--core/string/translation_po.h4
-rw-r--r--core/string/ucaps.h4
-rw-r--r--core/string/ustring.cpp4
-rw-r--r--core/string/ustring.h4
-rw-r--r--core/templates/bin_sorted_array.h4
-rw-r--r--core/templates/command_queue_mt.cpp4
-rw-r--r--core/templates/command_queue_mt.h4
-rw-r--r--core/templates/cowdata.h4
-rw-r--r--core/templates/hash_map.h4
-rw-r--r--core/templates/hash_set.h4
-rw-r--r--core/templates/hashfuncs.h4
-rw-r--r--core/templates/list.h4
-rw-r--r--core/templates/local_vector.h4
-rw-r--r--core/templates/lru.h4
-rw-r--r--core/templates/oa_hash_map.h4
-rw-r--r--core/templates/paged_allocator.h4
-rw-r--r--core/templates/paged_array.h4
-rw-r--r--core/templates/pair.h4
-rw-r--r--core/templates/pass_func.h4
-rw-r--r--core/templates/pooled_list.h4
-rw-r--r--core/templates/rb_map.h4
-rw-r--r--core/templates/rb_set.h4
-rw-r--r--core/templates/rid.h4
-rw-r--r--core/templates/rid_owner.cpp4
-rw-r--r--core/templates/rid_owner.h4
-rw-r--r--core/templates/ring_buffer.h4
-rw-r--r--core/templates/safe_list.h4
-rw-r--r--core/templates/safe_refcount.h4
-rw-r--r--core/templates/search_array.h4
-rw-r--r--core/templates/self_list.h4
-rw-r--r--core/templates/simple_type.h4
-rw-r--r--core/templates/sort_array.h4
-rw-r--r--core/templates/vector.h4
-rw-r--r--core/templates/vmap.h4
-rw-r--r--core/templates/vset.h4
-rw-r--r--core/typedefs.h4
-rw-r--r--core/variant/array.cpp4
-rw-r--r--core/variant/array.h4
-rw-r--r--core/variant/binder_common.h4
-rw-r--r--core/variant/callable.cpp4
-rw-r--r--core/variant/callable.h4
-rw-r--r--core/variant/callable_bind.cpp4
-rw-r--r--core/variant/callable_bind.h4
-rw-r--r--core/variant/container_type_validate.h4
-rw-r--r--core/variant/dictionary.cpp4
-rw-r--r--core/variant/dictionary.h4
-rw-r--r--core/variant/method_ptrcall.h4
-rw-r--r--core/variant/native_ptr.h4
-rw-r--r--core/variant/type_info.h4
-rw-r--r--core/variant/typed_array.h4
-rw-r--r--core/variant/variant.cpp4
-rw-r--r--core/variant/variant.h4
-rw-r--r--core/variant/variant_call.cpp4
-rw-r--r--core/variant/variant_callable.cpp4
-rw-r--r--core/variant/variant_callable.h4
-rw-r--r--core/variant/variant_construct.cpp4
-rw-r--r--core/variant/variant_construct.h4
-rw-r--r--core/variant/variant_destruct.cpp4
-rw-r--r--core/variant/variant_destruct.h4
-rw-r--r--core/variant/variant_internal.h4
-rw-r--r--core/variant/variant_op.cpp4
-rw-r--r--core/variant/variant_op.h4
-rw-r--r--core/variant/variant_parser.cpp4
-rw-r--r--core/variant/variant_parser.h4
-rw-r--r--core/variant/variant_setget.cpp4
-rw-r--r--core/variant/variant_setget.h4
-rw-r--r--core/variant/variant_utility.cpp4
-rw-r--r--core/variant/variant_utility.h4
-rw-r--r--core/version.h4
365 files changed, 730 insertions, 730 deletions
diff --git a/core/config/engine.cpp b/core/config/engine.cpp
index ecdf728aa7..ed3b117380 100644
--- a/core/config/engine.cpp
+++ b/core/config/engine.cpp
@@ -2,8 +2,8 @@
/* engine.cpp */
/**************************************************************************/
/* 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/core/config/engine.h b/core/config/engine.h
index df1901ead5..d9372bc013 100644
--- a/core/config/engine.h
+++ b/core/config/engine.h
@@ -2,8 +2,8 @@
/* engine.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/core/config/project_settings.cpp b/core/config/project_settings.cpp
index 59301f0895..d25b9cf384 100644
--- a/core/config/project_settings.cpp
+++ b/core/config/project_settings.cpp
@@ -2,8 +2,8 @@
/* project_settings.cpp */
/**************************************************************************/
/* 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/core/config/project_settings.h b/core/config/project_settings.h
index f90124c48e..fa44a7309b 100644
--- a/core/config/project_settings.h
+++ b/core/config/project_settings.h
@@ -2,8 +2,8 @@
/* 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/core/core_bind.cpp b/core/core_bind.cpp
index b96e025fe1..ecbbaa3159 100644
--- a/core/core_bind.cpp
+++ b/core/core_bind.cpp
@@ -2,8 +2,8 @@
/* core_bind.cpp */
/**************************************************************************/
/* 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/core/core_bind.h b/core/core_bind.h
index a5241a08d8..663ed7147b 100644
--- a/core/core_bind.h
+++ b/core/core_bind.h
@@ -2,8 +2,8 @@
/* core_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/core/core_constants.cpp b/core/core_constants.cpp
index 196e0c9146..3f6fc1d6a5 100644
--- a/core/core_constants.cpp
+++ b/core/core_constants.cpp
@@ -2,8 +2,8 @@
/* core_constants.cpp */
/**************************************************************************/
/* 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/core/core_constants.h b/core/core_constants.h
index dae39b30e2..ec7d16cdf3 100644
--- a/core/core_constants.h
+++ b/core/core_constants.h
@@ -2,8 +2,8 @@
/* core_constants.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/core/core_globals.cpp b/core/core_globals.cpp
index c2ee8c5ff0..ea73058f00 100644
--- a/core/core_globals.cpp
+++ b/core/core_globals.cpp
@@ -2,8 +2,8 @@
/* core_globals.cpp */
/**************************************************************************/
/* 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/core/core_globals.h b/core/core_globals.h
index f955b77278..11698f8679 100644
--- a/core/core_globals.h
+++ b/core/core_globals.h
@@ -2,8 +2,8 @@
/* core_globals.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/core/core_string_names.cpp b/core/core_string_names.cpp
index 7a58aee8a6..081e3f57d7 100644
--- a/core/core_string_names.cpp
+++ b/core/core_string_names.cpp
@@ -2,8 +2,8 @@
/* core_string_names.cpp */
/**************************************************************************/
/* 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/core/core_string_names.h b/core/core_string_names.h
index f19fa7aba8..3922bfe66e 100644
--- a/core/core_string_names.h
+++ b/core/core_string_names.h
@@ -2,8 +2,8 @@
/* core_string_names.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/core/crypto/aes_context.cpp b/core/crypto/aes_context.cpp
index fc82a0c8f9..2c3cd5ae70 100644
--- a/core/crypto/aes_context.cpp
+++ b/core/crypto/aes_context.cpp
@@ -2,8 +2,8 @@
/* aes_context.cpp */
/**************************************************************************/
/* 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/core/crypto/aes_context.h b/core/crypto/aes_context.h
index a0c1eeca69..874fda27c0 100644
--- a/core/crypto/aes_context.h
+++ b/core/crypto/aes_context.h
@@ -2,8 +2,8 @@
/* aes_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/core/crypto/crypto.cpp b/core/crypto/crypto.cpp
index fbb47ca51a..612cf26ef0 100644
--- a/core/crypto/crypto.cpp
+++ b/core/crypto/crypto.cpp
@@ -2,8 +2,8 @@
/* crypto.cpp */
/**************************************************************************/
/* 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/core/crypto/crypto.h b/core/crypto/crypto.h
index ba4af3369b..edc6832a60 100644
--- a/core/crypto/crypto.h
+++ b/core/crypto/crypto.h
@@ -2,8 +2,8 @@
/* 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/core/crypto/crypto_core.cpp b/core/crypto/crypto_core.cpp
index 20e65a0214..1071a0f0ae 100644
--- a/core/crypto/crypto_core.cpp
+++ b/core/crypto/crypto_core.cpp
@@ -2,8 +2,8 @@
/* crypto_core.cpp */
/**************************************************************************/
/* 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/core/crypto/crypto_core.h b/core/crypto/crypto_core.h
index c5b5c161ea..54fb7cc1f3 100644
--- a/core/crypto/crypto_core.h
+++ b/core/crypto/crypto_core.h
@@ -2,8 +2,8 @@
/* crypto_core.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/core/crypto/hashing_context.cpp b/core/crypto/hashing_context.cpp
index 8269fb0939..5108058e22 100644
--- a/core/crypto/hashing_context.cpp
+++ b/core/crypto/hashing_context.cpp
@@ -2,8 +2,8 @@
/* hashing_context.cpp */
/**************************************************************************/
/* 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/core/crypto/hashing_context.h b/core/crypto/hashing_context.h
index 2b32890a7b..fe43e09c67 100644
--- a/core/crypto/hashing_context.h
+++ b/core/crypto/hashing_context.h
@@ -2,8 +2,8 @@
/* 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/core/debugger/debugger_marshalls.cpp b/core/debugger/debugger_marshalls.cpp
index cdd94356d8..4bb324db08 100644
--- a/core/debugger/debugger_marshalls.cpp
+++ b/core/debugger/debugger_marshalls.cpp
@@ -2,8 +2,8 @@
/* debugger_marshalls.cpp */
/**************************************************************************/
/* 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/core/debugger/debugger_marshalls.h b/core/debugger/debugger_marshalls.h
index 49c655ec83..abc72bea83 100644
--- a/core/debugger/debugger_marshalls.h
+++ b/core/debugger/debugger_marshalls.h
@@ -2,8 +2,8 @@
/* debugger_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/core/debugger/engine_debugger.cpp b/core/debugger/engine_debugger.cpp
index abc8f76dc0..3c27691857 100644
--- a/core/debugger/engine_debugger.cpp
+++ b/core/debugger/engine_debugger.cpp
@@ -2,8 +2,8 @@
/* engine_debugger.cpp */
/**************************************************************************/
/* 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/core/debugger/engine_debugger.h b/core/debugger/engine_debugger.h
index 87bcbb01b8..f0295dfe75 100644
--- a/core/debugger/engine_debugger.h
+++ b/core/debugger/engine_debugger.h
@@ -2,8 +2,8 @@
/* engine_debugger.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/core/debugger/engine_profiler.cpp b/core/debugger/engine_profiler.cpp
index f3c719d4f2..1a92cea998 100644
--- a/core/debugger/engine_profiler.cpp
+++ b/core/debugger/engine_profiler.cpp
@@ -2,8 +2,8 @@
/* engine_profiler.cpp */
/**************************************************************************/
/* 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/core/debugger/engine_profiler.h b/core/debugger/engine_profiler.h
index 2f9f2b4ddf..28de64435b 100644
--- a/core/debugger/engine_profiler.h
+++ b/core/debugger/engine_profiler.h
@@ -2,8 +2,8 @@
/* engine_profiler.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/core/debugger/local_debugger.cpp b/core/debugger/local_debugger.cpp
index 4dfeb23472..95798c3654 100644
--- a/core/debugger/local_debugger.cpp
+++ b/core/debugger/local_debugger.cpp
@@ -2,8 +2,8 @@
/* local_debugger.cpp */
/**************************************************************************/
/* 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/core/debugger/local_debugger.h b/core/debugger/local_debugger.h
index 0f4fc0b387..c26c32fe99 100644
--- a/core/debugger/local_debugger.h
+++ b/core/debugger/local_debugger.h
@@ -2,8 +2,8 @@
/* local_debugger.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/core/debugger/remote_debugger.cpp b/core/debugger/remote_debugger.cpp
index 0bad9009d0..ab165d2651 100644
--- a/core/debugger/remote_debugger.cpp
+++ b/core/debugger/remote_debugger.cpp
@@ -2,8 +2,8 @@
/* remote_debugger.cpp */
/**************************************************************************/
/* 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/core/debugger/remote_debugger.h b/core/debugger/remote_debugger.h
index 41294b317e..4121c67608 100644
--- a/core/debugger/remote_debugger.h
+++ b/core/debugger/remote_debugger.h
@@ -2,8 +2,8 @@
/* remote_debugger.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/core/debugger/remote_debugger_peer.cpp b/core/debugger/remote_debugger_peer.cpp
index 042f9974f1..0899772587 100644
--- a/core/debugger/remote_debugger_peer.cpp
+++ b/core/debugger/remote_debugger_peer.cpp
@@ -2,8 +2,8 @@
/* remote_debugger_peer.cpp */
/**************************************************************************/
/* 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/core/debugger/remote_debugger_peer.h b/core/debugger/remote_debugger_peer.h
index ccfd87889b..278da45daf 100644
--- a/core/debugger/remote_debugger_peer.h
+++ b/core/debugger/remote_debugger_peer.h
@@ -2,8 +2,8 @@
/* remote_debugger_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/core/debugger/script_debugger.cpp b/core/debugger/script_debugger.cpp
index 02621b7637..4a13fc8b63 100644
--- a/core/debugger/script_debugger.cpp
+++ b/core/debugger/script_debugger.cpp
@@ -2,8 +2,8 @@
/* script_debugger.cpp */
/**************************************************************************/
/* 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/core/debugger/script_debugger.h b/core/debugger/script_debugger.h
index 00806c1fd8..8b1c7dfc86 100644
--- a/core/debugger/script_debugger.h
+++ b/core/debugger/script_debugger.h
@@ -2,8 +2,8 @@
/* script_debugger.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/core/doc_data.cpp b/core/doc_data.cpp
index 6f8ed72897..ac3b0279a6 100644
--- a/core/doc_data.cpp
+++ b/core/doc_data.cpp
@@ -2,8 +2,8 @@
/* doc_data.cpp */
/**************************************************************************/
/* 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/core/doc_data.h b/core/doc_data.h
index a05873cc57..18ecfe909c 100644
--- a/core/doc_data.h
+++ b/core/doc_data.h
@@ -2,8 +2,8 @@
/* doc_data.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/core/error/error_list.cpp b/core/error/error_list.cpp
index f3a7142577..5571904d4e 100644
--- a/core/error/error_list.cpp
+++ b/core/error/error_list.cpp
@@ -2,8 +2,8 @@
/* error_list.cpp */
/**************************************************************************/
/* 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/core/error/error_list.h b/core/error/error_list.h
index 8a2c48eca3..9c275dfdbd 100644
--- a/core/error/error_list.h
+++ b/core/error/error_list.h
@@ -2,8 +2,8 @@
/* error_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/core/error/error_macros.cpp b/core/error/error_macros.cpp
index 4235d5ed50..6b8008ccc4 100644
--- a/core/error/error_macros.cpp
+++ b/core/error/error_macros.cpp
@@ -2,8 +2,8 @@
/* error_macros.cpp */
/**************************************************************************/
/* 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/core/error/error_macros.h b/core/error/error_macros.h
index 637cc714b2..478a5e4c15 100644
--- a/core/error/error_macros.h
+++ b/core/error/error_macros.h
@@ -2,8 +2,8 @@
/* error_macros.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/core/extension/extension_api_dump.cpp b/core/extension/extension_api_dump.cpp
index 0456ff6a05..f31af80c52 100644
--- a/core/extension/extension_api_dump.cpp
+++ b/core/extension/extension_api_dump.cpp
@@ -2,8 +2,8 @@
/* extension_api_dump.cpp */
/**************************************************************************/
/* 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/core/extension/extension_api_dump.h b/core/extension/extension_api_dump.h
index a625a96356..247a0b032d 100644
--- a/core/extension/extension_api_dump.h
+++ b/core/extension/extension_api_dump.h
@@ -2,8 +2,8 @@
/* extension_api_dump.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/core/extension/gdextension.compat.inc b/core/extension/gdextension.compat.inc
index ef06874982..ce76b75206 100644
--- a/core/extension/gdextension.compat.inc
+++ b/core/extension/gdextension.compat.inc
@@ -2,8 +2,8 @@
/* gdextension.compat.inc */
/**************************************************************************/
/* 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/core/extension/gdextension.cpp b/core/extension/gdextension.cpp
index 9d3dfe2024..c12f0e3361 100644
--- a/core/extension/gdextension.cpp
+++ b/core/extension/gdextension.cpp
@@ -2,8 +2,8 @@
/* gdextension.cpp */
/**************************************************************************/
/* 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/core/extension/gdextension.h b/core/extension/gdextension.h
index c2a7b5ea60..9dc841cf1f 100644
--- a/core/extension/gdextension.h
+++ b/core/extension/gdextension.h
@@ -2,8 +2,8 @@
/* gdextension.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/core/extension/gdextension_compat_hashes.cpp b/core/extension/gdextension_compat_hashes.cpp
index 8d07c6752b..826f698376 100644
--- a/core/extension/gdextension_compat_hashes.cpp
+++ b/core/extension/gdextension_compat_hashes.cpp
@@ -2,8 +2,8 @@
/* gdextension_compat_hashes.cpp */
/**************************************************************************/
/* 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/core/extension/gdextension_compat_hashes.h b/core/extension/gdextension_compat_hashes.h
index 6afcd21e42..db7c88928f 100644
--- a/core/extension/gdextension_compat_hashes.h
+++ b/core/extension/gdextension_compat_hashes.h
@@ -2,8 +2,8 @@
/* gdextension_compat_hashes.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/core/extension/gdextension_interface.cpp b/core/extension/gdextension_interface.cpp
index 071d42088f..135868c8e4 100644
--- a/core/extension/gdextension_interface.cpp
+++ b/core/extension/gdextension_interface.cpp
@@ -2,8 +2,8 @@
/* gdextension_interface.cpp */
/**************************************************************************/
/* 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/core/extension/gdextension_interface.h b/core/extension/gdextension_interface.h
index 99c758a12c..a892327ccf 100644
--- a/core/extension/gdextension_interface.h
+++ b/core/extension/gdextension_interface.h
@@ -2,8 +2,8 @@
/* gdextension_interface.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/core/extension/gdextension_manager.cpp b/core/extension/gdextension_manager.cpp
index 9236ca020d..39731af523 100644
--- a/core/extension/gdextension_manager.cpp
+++ b/core/extension/gdextension_manager.cpp
@@ -2,8 +2,8 @@
/* gdextension_manager.cpp */
/**************************************************************************/
/* 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/core/extension/gdextension_manager.h b/core/extension/gdextension_manager.h
index 01680640e7..4ba9b2eb16 100644
--- a/core/extension/gdextension_manager.h
+++ b/core/extension/gdextension_manager.h
@@ -2,8 +2,8 @@
/* gdextension_manager.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/core/input/default_controller_mappings.h b/core/input/default_controller_mappings.h
index 6097dc5234..618ae8a29b 100644
--- a/core/input/default_controller_mappings.h
+++ b/core/input/default_controller_mappings.h
@@ -2,8 +2,8 @@
/* default_controller_mappings.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/core/input/input.compat.inc b/core/input/input.compat.inc
index e1b159ff76..dacaadf8ce 100644
--- a/core/input/input.compat.inc
+++ b/core/input/input.compat.inc
@@ -2,8 +2,8 @@
/* input.compat.inc */
/**************************************************************************/
/* 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/core/input/input.cpp b/core/input/input.cpp
index b24818b333..cbeab46f42 100644
--- a/core/input/input.cpp
+++ b/core/input/input.cpp
@@ -2,8 +2,8 @@
/* input.cpp */
/**************************************************************************/
/* 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/core/input/input.h b/core/input/input.h
index e576daecdd..9448b63c2d 100644
--- a/core/input/input.h
+++ b/core/input/input.h
@@ -2,8 +2,8 @@
/* input.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/core/input/input_enums.h b/core/input/input_enums.h
index 8986a5e9f4..f6cfebf241 100644
--- a/core/input/input_enums.h
+++ b/core/input/input_enums.h
@@ -2,8 +2,8 @@
/* input_enums.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/core/input/input_event.cpp b/core/input/input_event.cpp
index a7299eb783..dadbfc5fe3 100644
--- a/core/input/input_event.cpp
+++ b/core/input/input_event.cpp
@@ -2,8 +2,8 @@
/* input_event.cpp */
/**************************************************************************/
/* 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/core/input/input_event.h b/core/input/input_event.h
index 9b067ae5af..e7cd43a042 100644
--- a/core/input/input_event.h
+++ b/core/input/input_event.h
@@ -2,8 +2,8 @@
/* 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/core/input/input_map.cpp b/core/input/input_map.cpp
index 78b85d66b2..489fd526de 100644
--- a/core/input/input_map.cpp
+++ b/core/input/input_map.cpp
@@ -2,8 +2,8 @@
/* input_map.cpp */
/**************************************************************************/
/* 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/core/input/input_map.h b/core/input/input_map.h
index 3d86bea004..4bebad41b1 100644
--- a/core/input/input_map.h
+++ b/core/input/input_map.h
@@ -2,8 +2,8 @@
/* input_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/core/input/shortcut.cpp b/core/input/shortcut.cpp
index cd967a2bf0..6b90391b65 100644
--- a/core/input/shortcut.cpp
+++ b/core/input/shortcut.cpp
@@ -2,8 +2,8 @@
/* shortcut.cpp */
/**************************************************************************/
/* 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/core/input/shortcut.h b/core/input/shortcut.h
index 4a60fcb5e9..196b9c7857 100644
--- a/core/input/shortcut.h
+++ b/core/input/shortcut.h
@@ -2,8 +2,8 @@
/* 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/core/io/compression.cpp b/core/io/compression.cpp
index 1d1e26bcfa..9b559c6eb5 100644
--- a/core/io/compression.cpp
+++ b/core/io/compression.cpp
@@ -2,8 +2,8 @@
/* compression.cpp */
/**************************************************************************/
/* 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/core/io/compression.h b/core/io/compression.h
index 94dad6f14c..6242d747bb 100644
--- a/core/io/compression.h
+++ b/core/io/compression.h
@@ -2,8 +2,8 @@
/* compression.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/core/io/config_file.cpp b/core/io/config_file.cpp
index 921d9bd4dc..66d86befff 100644
--- a/core/io/config_file.cpp
+++ b/core/io/config_file.cpp
@@ -2,8 +2,8 @@
/* config_file.cpp */
/**************************************************************************/
/* 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/core/io/config_file.h b/core/io/config_file.h
index dd6b3dc63d..f0f2c3e381 100644
--- a/core/io/config_file.h
+++ b/core/io/config_file.h
@@ -2,8 +2,8 @@
/* 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/core/io/dir_access.cpp b/core/io/dir_access.cpp
index e059943348..7d76156309 100644
--- a/core/io/dir_access.cpp
+++ b/core/io/dir_access.cpp
@@ -2,8 +2,8 @@
/* dir_access.cpp */
/**************************************************************************/
/* 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/core/io/dir_access.h b/core/io/dir_access.h
index f4a37ef29f..e358ce11a5 100644
--- a/core/io/dir_access.h
+++ b/core/io/dir_access.h
@@ -2,8 +2,8 @@
/* dir_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/core/io/dtls_server.cpp b/core/io/dtls_server.cpp
index 414c0ea54b..fec603bb11 100644
--- a/core/io/dtls_server.cpp
+++ b/core/io/dtls_server.cpp
@@ -2,8 +2,8 @@
/* dtls_server.cpp */
/**************************************************************************/
/* 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/core/io/dtls_server.h b/core/io/dtls_server.h
index 8fc35c8d08..28a7c4eed8 100644
--- a/core/io/dtls_server.h
+++ b/core/io/dtls_server.h
@@ -2,8 +2,8 @@
/* dtls_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/core/io/file_access.cpp b/core/io/file_access.cpp
index 3c665bfa38..beac47c426 100644
--- a/core/io/file_access.cpp
+++ b/core/io/file_access.cpp
@@ -2,8 +2,8 @@
/* file_access.cpp */
/**************************************************************************/
/* 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/core/io/file_access.h b/core/io/file_access.h
index e348fce0e0..73f4cf2314 100644
--- a/core/io/file_access.h
+++ b/core/io/file_access.h
@@ -2,8 +2,8 @@
/* 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/core/io/file_access_compressed.cpp b/core/io/file_access_compressed.cpp
index 94df3215bc..a5efdb8b48 100644
--- a/core/io/file_access_compressed.cpp
+++ b/core/io/file_access_compressed.cpp
@@ -2,8 +2,8 @@
/* file_access_compressed.cpp */
/**************************************************************************/
/* 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/core/io/file_access_compressed.h b/core/io/file_access_compressed.h
index d7154486a6..0caf36dcd1 100644
--- a/core/io/file_access_compressed.h
+++ b/core/io/file_access_compressed.h
@@ -2,8 +2,8 @@
/* file_access_compressed.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/core/io/file_access_encrypted.cpp b/core/io/file_access_encrypted.cpp
index 7de14e01d6..fe39999cdd 100644
--- a/core/io/file_access_encrypted.cpp
+++ b/core/io/file_access_encrypted.cpp
@@ -2,8 +2,8 @@
/* file_access_encrypted.cpp */
/**************************************************************************/
/* 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/core/io/file_access_encrypted.h b/core/io/file_access_encrypted.h
index edb87ccd13..c1b3ab1c2e 100644
--- a/core/io/file_access_encrypted.h
+++ b/core/io/file_access_encrypted.h
@@ -2,8 +2,8 @@
/* file_access_encrypted.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/core/io/file_access_memory.cpp b/core/io/file_access_memory.cpp
index c2eba8e31c..fe6173d2d8 100644
--- a/core/io/file_access_memory.cpp
+++ b/core/io/file_access_memory.cpp
@@ -2,8 +2,8 @@
/* file_access_memory.cpp */
/**************************************************************************/
/* 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/core/io/file_access_memory.h b/core/io/file_access_memory.h
index 1ce23efbce..56b8c6e2d5 100644
--- a/core/io/file_access_memory.h
+++ b/core/io/file_access_memory.h
@@ -2,8 +2,8 @@
/* file_access_memory.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/core/io/file_access_pack.cpp b/core/io/file_access_pack.cpp
index 77e84cfd80..3af8c151d9 100644
--- a/core/io/file_access_pack.cpp
+++ b/core/io/file_access_pack.cpp
@@ -2,8 +2,8 @@
/* file_access_pack.cpp */
/**************************************************************************/
/* 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/core/io/file_access_pack.h b/core/io/file_access_pack.h
index dff45606a3..fcb390fb5b 100644
--- a/core/io/file_access_pack.h
+++ b/core/io/file_access_pack.h
@@ -2,8 +2,8 @@
/* file_access_pack.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/core/io/file_access_zip.cpp b/core/io/file_access_zip.cpp
index 21e92e5b19..c8d2f4d006 100644
--- a/core/io/file_access_zip.cpp
+++ b/core/io/file_access_zip.cpp
@@ -2,8 +2,8 @@
/* file_access_zip.cpp */
/**************************************************************************/
/* 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/core/io/file_access_zip.h b/core/io/file_access_zip.h
index ec36d540d9..84b76c17d5 100644
--- a/core/io/file_access_zip.h
+++ b/core/io/file_access_zip.h
@@ -2,8 +2,8 @@
/* file_access_zip.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/core/io/http_client.cpp b/core/io/http_client.cpp
index 7823c56af1..fd92505cfe 100644
--- a/core/io/http_client.cpp
+++ b/core/io/http_client.cpp
@@ -2,8 +2,8 @@
/* http_client.cpp */
/**************************************************************************/
/* 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/core/io/http_client.h b/core/io/http_client.h
index 83c86d9056..de88528bb5 100644
--- a/core/io/http_client.h
+++ b/core/io/http_client.h
@@ -2,8 +2,8 @@
/* 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/core/io/http_client_tcp.cpp b/core/io/http_client_tcp.cpp
index ac1ac977dc..9aefc1ecd9 100644
--- a/core/io/http_client_tcp.cpp
+++ b/core/io/http_client_tcp.cpp
@@ -2,8 +2,8 @@
/* http_client_tcp.cpp */
/**************************************************************************/
/* 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/core/io/http_client_tcp.h b/core/io/http_client_tcp.h
index 00f69f6abb..b6f465bc84 100644
--- a/core/io/http_client_tcp.h
+++ b/core/io/http_client_tcp.h
@@ -2,8 +2,8 @@
/* http_client_tcp.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/core/io/image.cpp b/core/io/image.cpp
index 72bc25d7ca..e2c784b310 100644
--- a/core/io/image.cpp
+++ b/core/io/image.cpp
@@ -2,8 +2,8 @@
/* image.cpp */
/**************************************************************************/
/* 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/core/io/image.h b/core/io/image.h
index 9dccc56232..34e6556130 100644
--- a/core/io/image.h
+++ b/core/io/image.h
@@ -2,8 +2,8 @@
/* 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/core/io/image_loader.cpp b/core/io/image_loader.cpp
index 64a8481b0d..5724cd66a9 100644
--- a/core/io/image_loader.cpp
+++ b/core/io/image_loader.cpp
@@ -2,8 +2,8 @@
/* image_loader.cpp */
/**************************************************************************/
/* 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/core/io/image_loader.h b/core/io/image_loader.h
index 4b8619f4be..95ffd1c9e2 100644
--- a/core/io/image_loader.h
+++ b/core/io/image_loader.h
@@ -2,8 +2,8 @@
/* image_loader.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/core/io/ip.cpp b/core/io/ip.cpp
index 283470709b..b977281cbd 100644
--- a/core/io/ip.cpp
+++ b/core/io/ip.cpp
@@ -2,8 +2,8 @@
/* ip.cpp */
/**************************************************************************/
/* 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/core/io/ip.h b/core/io/ip.h
index 5c6203a105..1f57b7a652 100644
--- a/core/io/ip.h
+++ b/core/io/ip.h
@@ -2,8 +2,8 @@
/* 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/core/io/ip_address.cpp b/core/io/ip_address.cpp
index 518b11a2ea..fcbab3185e 100644
--- a/core/io/ip_address.cpp
+++ b/core/io/ip_address.cpp
@@ -2,8 +2,8 @@
/* ip_address.cpp */
/**************************************************************************/
/* 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/core/io/ip_address.h b/core/io/ip_address.h
index 530ecd9758..a9fdc05bea 100644
--- a/core/io/ip_address.h
+++ b/core/io/ip_address.h
@@ -2,8 +2,8 @@
/* ip_address.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/core/io/json.cpp b/core/io/json.cpp
index 68dd288c1c..17fcc5b88a 100644
--- a/core/io/json.cpp
+++ b/core/io/json.cpp
@@ -2,8 +2,8 @@
/* json.cpp */
/**************************************************************************/
/* 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/core/io/json.h b/core/io/json.h
index 88e28d3073..1cc9b676ce 100644
--- a/core/io/json.h
+++ b/core/io/json.h
@@ -2,8 +2,8 @@
/* 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/core/io/logger.cpp b/core/io/logger.cpp
index c3d2ea0456..02860c042a 100644
--- a/core/io/logger.cpp
+++ b/core/io/logger.cpp
@@ -2,8 +2,8 @@
/* logger.cpp */
/**************************************************************************/
/* 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/core/io/logger.h b/core/io/logger.h
index 926023f0de..03b4b3a053 100644
--- a/core/io/logger.h
+++ b/core/io/logger.h
@@ -2,8 +2,8 @@
/* logger.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/core/io/marshalls.cpp b/core/io/marshalls.cpp
index 4d171a5ff5..8d6334b4ab 100644
--- a/core/io/marshalls.cpp
+++ b/core/io/marshalls.cpp
@@ -2,8 +2,8 @@
/* marshalls.cpp */
/**************************************************************************/
/* 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/core/io/marshalls.h b/core/io/marshalls.h
index 360c711458..3da24b905f 100644
--- a/core/io/marshalls.h
+++ b/core/io/marshalls.h
@@ -2,8 +2,8 @@
/* 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/core/io/missing_resource.cpp b/core/io/missing_resource.cpp
index b1a847830e..4736f790f5 100644
--- a/core/io/missing_resource.cpp
+++ b/core/io/missing_resource.cpp
@@ -2,8 +2,8 @@
/* missing_resource.cpp */
/**************************************************************************/
/* 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/core/io/missing_resource.h b/core/io/missing_resource.h
index ce7ad26e4c..291a894d96 100644
--- a/core/io/missing_resource.h
+++ b/core/io/missing_resource.h
@@ -2,8 +2,8 @@
/* missing_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/core/io/net_socket.cpp b/core/io/net_socket.cpp
index 9db13e4157..e0c7961c0e 100644
--- a/core/io/net_socket.cpp
+++ b/core/io/net_socket.cpp
@@ -2,8 +2,8 @@
/* net_socket.cpp */
/**************************************************************************/
/* 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/core/io/net_socket.h b/core/io/net_socket.h
index beee7a269a..906218230e 100644
--- a/core/io/net_socket.h
+++ b/core/io/net_socket.h
@@ -2,8 +2,8 @@
/* net_socket.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/core/io/packed_data_container.cpp b/core/io/packed_data_container.cpp
index ed65614827..71e11cebb3 100644
--- a/core/io/packed_data_container.cpp
+++ b/core/io/packed_data_container.cpp
@@ -2,8 +2,8 @@
/* packed_data_container.cpp */
/**************************************************************************/
/* 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/core/io/packed_data_container.h b/core/io/packed_data_container.h
index a56a01284e..5bb22c9df3 100644
--- a/core/io/packed_data_container.h
+++ b/core/io/packed_data_container.h
@@ -2,8 +2,8 @@
/* packed_data_container.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/core/io/packet_peer.cpp b/core/io/packet_peer.cpp
index 30ddcab53d..b27343e3a4 100644
--- a/core/io/packet_peer.cpp
+++ b/core/io/packet_peer.cpp
@@ -2,8 +2,8 @@
/* packet_peer.cpp */
/**************************************************************************/
/* 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/core/io/packet_peer.h b/core/io/packet_peer.h
index b361bb42dd..640873fef3 100644
--- a/core/io/packet_peer.h
+++ b/core/io/packet_peer.h
@@ -2,8 +2,8 @@
/* 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/core/io/packet_peer_dtls.cpp b/core/io/packet_peer_dtls.cpp
index 91ce97dfea..13f66b5215 100644
--- a/core/io/packet_peer_dtls.cpp
+++ b/core/io/packet_peer_dtls.cpp
@@ -2,8 +2,8 @@
/* packet_peer_dtls.cpp */
/**************************************************************************/
/* 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/core/io/packet_peer_dtls.h b/core/io/packet_peer_dtls.h
index d032409ce5..3ec7fc5b7a 100644
--- a/core/io/packet_peer_dtls.h
+++ b/core/io/packet_peer_dtls.h
@@ -2,8 +2,8 @@
/* packet_peer_dtls.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/core/io/packet_peer_udp.cpp b/core/io/packet_peer_udp.cpp
index 499b7fc1a2..198df4c016 100644
--- a/core/io/packet_peer_udp.cpp
+++ b/core/io/packet_peer_udp.cpp
@@ -2,8 +2,8 @@
/* packet_peer_udp.cpp */
/**************************************************************************/
/* 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/core/io/packet_peer_udp.h b/core/io/packet_peer_udp.h
index a36029aa9b..9848ed532d 100644
--- a/core/io/packet_peer_udp.h
+++ b/core/io/packet_peer_udp.h
@@ -2,8 +2,8 @@
/* packet_peer_udp.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/core/io/pck_packer.cpp b/core/io/pck_packer.cpp
index fe5a4749f9..f3ad9aa3ba 100644
--- a/core/io/pck_packer.cpp
+++ b/core/io/pck_packer.cpp
@@ -2,8 +2,8 @@
/* pck_packer.cpp */
/**************************************************************************/
/* 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/core/io/pck_packer.h b/core/io/pck_packer.h
index 50a2412b18..ca37c667b0 100644
--- a/core/io/pck_packer.h
+++ b/core/io/pck_packer.h
@@ -2,8 +2,8 @@
/* 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/core/io/plist.cpp b/core/io/plist.cpp
index e5a161557b..f23a0b0ba5 100644
--- a/core/io/plist.cpp
+++ b/core/io/plist.cpp
@@ -2,8 +2,8 @@
/* plist.cpp */
/**************************************************************************/
/* 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/core/io/plist.h b/core/io/plist.h
index 782e6153f1..a52fddba48 100644
--- a/core/io/plist.h
+++ b/core/io/plist.h
@@ -2,8 +2,8 @@
/* plist.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/core/io/remote_filesystem_client.cpp b/core/io/remote_filesystem_client.cpp
index a30240f954..ee44f19ec1 100644
--- a/core/io/remote_filesystem_client.cpp
+++ b/core/io/remote_filesystem_client.cpp
@@ -2,8 +2,8 @@
/* remote_filesystem_client.cpp */
/**************************************************************************/
/* 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/core/io/remote_filesystem_client.h b/core/io/remote_filesystem_client.h
index 19c360f735..67a10e4017 100644
--- a/core/io/remote_filesystem_client.h
+++ b/core/io/remote_filesystem_client.h
@@ -2,8 +2,8 @@
/* remote_filesystem_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/core/io/resource.cpp b/core/io/resource.cpp
index acdd8dd9e8..83d9770c88 100644
--- a/core/io/resource.cpp
+++ b/core/io/resource.cpp
@@ -2,8 +2,8 @@
/* resource.cpp */
/**************************************************************************/
/* 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/core/io/resource.h b/core/io/resource.h
index 1b8d278f32..2821886287 100644
--- a/core/io/resource.h
+++ b/core/io/resource.h
@@ -2,8 +2,8 @@
/* 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/core/io/resource_format_binary.cpp b/core/io/resource_format_binary.cpp
index 04333a25ba..664e852eb0 100644
--- a/core/io/resource_format_binary.cpp
+++ b/core/io/resource_format_binary.cpp
@@ -2,8 +2,8 @@
/* resource_format_binary.cpp */
/**************************************************************************/
/* 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/core/io/resource_format_binary.h b/core/io/resource_format_binary.h
index 6b4c9a75c8..ef30de56fa 100644
--- a/core/io/resource_format_binary.h
+++ b/core/io/resource_format_binary.h
@@ -2,8 +2,8 @@
/* resource_format_binary.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/core/io/resource_importer.cpp b/core/io/resource_importer.cpp
index 2f71852a40..f155802657 100644
--- a/core/io/resource_importer.cpp
+++ b/core/io/resource_importer.cpp
@@ -2,8 +2,8 @@
/* resource_importer.cpp */
/**************************************************************************/
/* 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/core/io/resource_importer.h b/core/io/resource_importer.h
index 66dbb3bbf4..8a2a3ea68d 100644
--- a/core/io/resource_importer.h
+++ b/core/io/resource_importer.h
@@ -2,8 +2,8 @@
/* resource_importer.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/core/io/resource_loader.cpp b/core/io/resource_loader.cpp
index e6cd4f116b..502ffc96c9 100644
--- a/core/io/resource_loader.cpp
+++ b/core/io/resource_loader.cpp
@@ -2,8 +2,8 @@
/* resource_loader.cpp */
/**************************************************************************/
/* 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/core/io/resource_loader.h b/core/io/resource_loader.h
index 8d2e8f8e8f..9fa558299c 100644
--- a/core/io/resource_loader.h
+++ b/core/io/resource_loader.h
@@ -2,8 +2,8 @@
/* resource_loader.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/core/io/resource_saver.cpp b/core/io/resource_saver.cpp
index b3dd546f8c..d6f00719f8 100644
--- a/core/io/resource_saver.cpp
+++ b/core/io/resource_saver.cpp
@@ -2,8 +2,8 @@
/* resource_saver.cpp */
/**************************************************************************/
/* 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/core/io/resource_saver.h b/core/io/resource_saver.h
index f7df92ff24..8aa1533b30 100644
--- a/core/io/resource_saver.h
+++ b/core/io/resource_saver.h
@@ -2,8 +2,8 @@
/* resource_saver.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/core/io/resource_uid.cpp b/core/io/resource_uid.cpp
index 9c41431c64..0c564ce33b 100644
--- a/core/io/resource_uid.cpp
+++ b/core/io/resource_uid.cpp
@@ -2,8 +2,8 @@
/* resource_uid.cpp */
/**************************************************************************/
/* 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/core/io/resource_uid.h b/core/io/resource_uid.h
index 0f746b33a2..19ccf90e8c 100644
--- a/core/io/resource_uid.h
+++ b/core/io/resource_uid.h
@@ -2,8 +2,8 @@
/* resource_uid.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/core/io/stream_peer.cpp b/core/io/stream_peer.cpp
index da74dad962..7a40796c20 100644
--- a/core/io/stream_peer.cpp
+++ b/core/io/stream_peer.cpp
@@ -2,8 +2,8 @@
/* stream_peer.cpp */
/**************************************************************************/
/* 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/core/io/stream_peer.h b/core/io/stream_peer.h
index 0aeef09ca9..682a6affa0 100644
--- a/core/io/stream_peer.h
+++ b/core/io/stream_peer.h
@@ -2,8 +2,8 @@
/* 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/core/io/stream_peer_gzip.cpp b/core/io/stream_peer_gzip.cpp
index e77f850760..bbf1e135c8 100644
--- a/core/io/stream_peer_gzip.cpp
+++ b/core/io/stream_peer_gzip.cpp
@@ -2,8 +2,8 @@
/* stream_peer_gzip.cpp */
/**************************************************************************/
/* 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/core/io/stream_peer_gzip.h b/core/io/stream_peer_gzip.h
index fc0f4b7fc1..1ac3c3c2bf 100644
--- a/core/io/stream_peer_gzip.h
+++ b/core/io/stream_peer_gzip.h
@@ -2,8 +2,8 @@
/* stream_peer_gzip.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/core/io/stream_peer_tcp.cpp b/core/io/stream_peer_tcp.cpp
index 156649341b..8e002f98f7 100644
--- a/core/io/stream_peer_tcp.cpp
+++ b/core/io/stream_peer_tcp.cpp
@@ -2,8 +2,8 @@
/* stream_peer_tcp.cpp */
/**************************************************************************/
/* 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/core/io/stream_peer_tcp.h b/core/io/stream_peer_tcp.h
index c79ace607c..0320b2e1fd 100644
--- a/core/io/stream_peer_tcp.h
+++ b/core/io/stream_peer_tcp.h
@@ -2,8 +2,8 @@
/* stream_peer_tcp.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/core/io/stream_peer_tls.cpp b/core/io/stream_peer_tls.cpp
index 23b19b78be..b520f365a0 100644
--- a/core/io/stream_peer_tls.cpp
+++ b/core/io/stream_peer_tls.cpp
@@ -2,8 +2,8 @@
/* stream_peer_tls.cpp */
/**************************************************************************/
/* 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/core/io/stream_peer_tls.h b/core/io/stream_peer_tls.h
index b7eb3e8f23..8955faaae4 100644
--- a/core/io/stream_peer_tls.h
+++ b/core/io/stream_peer_tls.h
@@ -2,8 +2,8 @@
/* stream_peer_tls.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/core/io/tcp_server.cpp b/core/io/tcp_server.cpp
index 7372810a37..39dc6d8897 100644
--- a/core/io/tcp_server.cpp
+++ b/core/io/tcp_server.cpp
@@ -2,8 +2,8 @@
/* tcp_server.cpp */
/**************************************************************************/
/* 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/core/io/tcp_server.h b/core/io/tcp_server.h
index 5a538e5370..d521a391c8 100644
--- a/core/io/tcp_server.h
+++ b/core/io/tcp_server.h
@@ -2,8 +2,8 @@
/* tcp_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/core/io/translation_loader_po.cpp b/core/io/translation_loader_po.cpp
index b82330d5e5..40dfd550c8 100644
--- a/core/io/translation_loader_po.cpp
+++ b/core/io/translation_loader_po.cpp
@@ -2,8 +2,8 @@
/* translation_loader_po.cpp */
/**************************************************************************/
/* 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/core/io/translation_loader_po.h b/core/io/translation_loader_po.h
index 0ef8ba06fd..9b17c0ecc5 100644
--- a/core/io/translation_loader_po.h
+++ b/core/io/translation_loader_po.h
@@ -2,8 +2,8 @@
/* translation_loader_po.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/core/io/udp_server.cpp b/core/io/udp_server.cpp
index 575873cceb..41ff9122cb 100644
--- a/core/io/udp_server.cpp
+++ b/core/io/udp_server.cpp
@@ -2,8 +2,8 @@
/* udp_server.cpp */
/**************************************************************************/
/* 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/core/io/udp_server.h b/core/io/udp_server.h
index 50000489b5..ad5980f60f 100644
--- a/core/io/udp_server.h
+++ b/core/io/udp_server.h
@@ -2,8 +2,8 @@
/* udp_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/core/io/xml_parser.cpp b/core/io/xml_parser.cpp
index d5f66d31d1..69cb8d9f64 100644
--- a/core/io/xml_parser.cpp
+++ b/core/io/xml_parser.cpp
@@ -2,8 +2,8 @@
/* xml_parser.cpp */
/**************************************************************************/
/* 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/core/io/xml_parser.h b/core/io/xml_parser.h
index a29a3a71b8..72afdb6179 100644
--- a/core/io/xml_parser.h
+++ b/core/io/xml_parser.h
@@ -2,8 +2,8 @@
/* 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/core/io/zip_io.cpp b/core/io/zip_io.cpp
index 3f9162b60a..6c25977f76 100644
--- a/core/io/zip_io.cpp
+++ b/core/io/zip_io.cpp
@@ -2,8 +2,8 @@
/* zip_io.cpp */
/**************************************************************************/
/* 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/core/io/zip_io.h b/core/io/zip_io.h
index 807436fc05..e70b9a2ce3 100644
--- a/core/io/zip_io.h
+++ b/core/io/zip_io.h
@@ -2,8 +2,8 @@
/* zip_io.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/core/math/a_star.compat.inc b/core/math/a_star.compat.inc
index 75803ef87f..a3f813906a 100644
--- a/core/math/a_star.compat.inc
+++ b/core/math/a_star.compat.inc
@@ -2,8 +2,8 @@
/* a_star.compat.inc */
/**************************************************************************/
/* 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/core/math/a_star.cpp b/core/math/a_star.cpp
index d70becb918..8c4825eb33 100644
--- a/core/math/a_star.cpp
+++ b/core/math/a_star.cpp
@@ -2,8 +2,8 @@
/* a_star.cpp */
/**************************************************************************/
/* 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/core/math/a_star.h b/core/math/a_star.h
index 981e4c7d53..03e9b0f4cd 100644
--- a/core/math/a_star.h
+++ b/core/math/a_star.h
@@ -2,8 +2,8 @@
/* a_star.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/core/math/a_star_grid_2d.compat.inc b/core/math/a_star_grid_2d.compat.inc
index 2c136c0ac5..fe5536ae40 100644
--- a/core/math/a_star_grid_2d.compat.inc
+++ b/core/math/a_star_grid_2d.compat.inc
@@ -2,8 +2,8 @@
/* a_star_grid_2d.compat.inc */
/**************************************************************************/
/* 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/core/math/a_star_grid_2d.cpp b/core/math/a_star_grid_2d.cpp
index 5b08fb2c55..06f30614e7 100644
--- a/core/math/a_star_grid_2d.cpp
+++ b/core/math/a_star_grid_2d.cpp
@@ -2,8 +2,8 @@
/* a_star_grid_2d.cpp */
/**************************************************************************/
/* 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/core/math/a_star_grid_2d.h b/core/math/a_star_grid_2d.h
index 509ace8c7e..1650d45de5 100644
--- a/core/math/a_star_grid_2d.h
+++ b/core/math/a_star_grid_2d.h
@@ -2,8 +2,8 @@
/* a_star_grid_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/core/math/aabb.cpp b/core/math/aabb.cpp
index da42d89f54..aeca60a177 100644
--- a/core/math/aabb.cpp
+++ b/core/math/aabb.cpp
@@ -2,8 +2,8 @@
/* aabb.cpp */
/**************************************************************************/
/* 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/core/math/aabb.h b/core/math/aabb.h
index 3eedd4498b..822fb4cf6a 100644
--- a/core/math/aabb.h
+++ b/core/math/aabb.h
@@ -2,8 +2,8 @@
/* 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/core/math/audio_frame.h b/core/math/audio_frame.h
index 49b1ec6ae1..2d7b60ed81 100644
--- a/core/math/audio_frame.h
+++ b/core/math/audio_frame.h
@@ -2,8 +2,8 @@
/* audio_frame.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/core/math/basis.cpp b/core/math/basis.cpp
index 7c73bd94a6..fcc5f8d0e8 100644
--- a/core/math/basis.cpp
+++ b/core/math/basis.cpp
@@ -2,8 +2,8 @@
/* basis.cpp */
/**************************************************************************/
/* 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/core/math/basis.h b/core/math/basis.h
index e95da8ce0c..3155f83a04 100644
--- a/core/math/basis.h
+++ b/core/math/basis.h
@@ -2,8 +2,8 @@
/* 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/core/math/bvh.h b/core/math/bvh.h
index 2445c3c4e3..501ef3f221 100644
--- a/core/math/bvh.h
+++ b/core/math/bvh.h
@@ -2,8 +2,8 @@
/* bvh.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/core/math/bvh_abb.h b/core/math/bvh_abb.h
index 6ccb4db30b..cd348081c2 100644
--- a/core/math/bvh_abb.h
+++ b/core/math/bvh_abb.h
@@ -2,8 +2,8 @@
/* bvh_abb.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/core/math/bvh_tree.h b/core/math/bvh_tree.h
index d971a4ce41..184c1ce5c4 100644
--- a/core/math/bvh_tree.h
+++ b/core/math/bvh_tree.h
@@ -2,8 +2,8 @@
/* bvh_tree.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/core/math/color.cpp b/core/math/color.cpp
index bf191fafc2..c09477d3af 100644
--- a/core/math/color.cpp
+++ b/core/math/color.cpp
@@ -2,8 +2,8 @@
/* color.cpp */
/**************************************************************************/
/* 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/core/math/color.h b/core/math/color.h
index 029262903b..c578e6e2ec 100644
--- a/core/math/color.h
+++ b/core/math/color.h
@@ -2,8 +2,8 @@
/* 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/core/math/color_names.inc b/core/math/color_names.inc
index 77f23558e5..fec3037f1e 100644
--- a/core/math/color_names.inc
+++ b/core/math/color_names.inc
@@ -2,8 +2,8 @@
/* color_names.inc */
/**************************************************************************/
/* 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/core/math/convex_hull.cpp b/core/math/convex_hull.cpp
index 41641142d5..960ba5cde5 100644
--- a/core/math/convex_hull.cpp
+++ b/core/math/convex_hull.cpp
@@ -2,8 +2,8 @@
/* convex_hull.cpp */
/**************************************************************************/
/* 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/core/math/convex_hull.h b/core/math/convex_hull.h
index d0904b1d09..88462ab47e 100644
--- a/core/math/convex_hull.h
+++ b/core/math/convex_hull.h
@@ -2,8 +2,8 @@
/* convex_hull.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/core/math/delaunay_2d.h b/core/math/delaunay_2d.h
index 1eea1651df..4f9f829c1a 100644
--- a/core/math/delaunay_2d.h
+++ b/core/math/delaunay_2d.h
@@ -2,8 +2,8 @@
/* delaunay_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/core/math/delaunay_3d.h b/core/math/delaunay_3d.h
index da7f8505ed..5c7feae873 100644
--- a/core/math/delaunay_3d.h
+++ b/core/math/delaunay_3d.h
@@ -2,8 +2,8 @@
/* delaunay_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/core/math/disjoint_set.h b/core/math/disjoint_set.h
index 36cd7ccf34..8f0416b18f 100644
--- a/core/math/disjoint_set.h
+++ b/core/math/disjoint_set.h
@@ -2,8 +2,8 @@
/* disjoint_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/core/math/dynamic_bvh.cpp b/core/math/dynamic_bvh.cpp
index 374bcf21e8..eb0f0ce300 100644
--- a/core/math/dynamic_bvh.cpp
+++ b/core/math/dynamic_bvh.cpp
@@ -2,8 +2,8 @@
/* dynamic_bvh.cpp */
/**************************************************************************/
/* 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/core/math/dynamic_bvh.h b/core/math/dynamic_bvh.h
index dc5b3045a2..75ad2abcff 100644
--- a/core/math/dynamic_bvh.h
+++ b/core/math/dynamic_bvh.h
@@ -2,8 +2,8 @@
/* dynamic_bvh.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/core/math/expression.cpp b/core/math/expression.cpp
index a7a1a70270..6b8205a726 100644
--- a/core/math/expression.cpp
+++ b/core/math/expression.cpp
@@ -2,8 +2,8 @@
/* expression.cpp */
/**************************************************************************/
/* 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/core/math/expression.h b/core/math/expression.h
index 8d87726ca9..24af4a819c 100644
--- a/core/math/expression.h
+++ b/core/math/expression.h
@@ -2,8 +2,8 @@
/* 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/core/math/face3.cpp b/core/math/face3.cpp
index 234d020ebc..55856d6844 100644
--- a/core/math/face3.cpp
+++ b/core/math/face3.cpp
@@ -2,8 +2,8 @@
/* face3.cpp */
/**************************************************************************/
/* 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/core/math/face3.h b/core/math/face3.h
index 91d48f8bfe..4037799d9d 100644
--- a/core/math/face3.h
+++ b/core/math/face3.h
@@ -2,8 +2,8 @@
/* face3.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/core/math/geometry_2d.cpp b/core/math/geometry_2d.cpp
index 68e236df3d..9a781bcc50 100644
--- a/core/math/geometry_2d.cpp
+++ b/core/math/geometry_2d.cpp
@@ -2,8 +2,8 @@
/* geometry_2d.cpp */
/**************************************************************************/
/* 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/core/math/geometry_2d.h b/core/math/geometry_2d.h
index 1a9ede981c..c32d9187af 100644
--- a/core/math/geometry_2d.h
+++ b/core/math/geometry_2d.h
@@ -2,8 +2,8 @@
/* 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/core/math/geometry_3d.cpp b/core/math/geometry_3d.cpp
index 5b92fb0e51..860de1f8f4 100644
--- a/core/math/geometry_3d.cpp
+++ b/core/math/geometry_3d.cpp
@@ -2,8 +2,8 @@
/* geometry_3d.cpp */
/**************************************************************************/
/* 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/core/math/geometry_3d.h b/core/math/geometry_3d.h
index 138529a5df..76ca06efa7 100644
--- a/core/math/geometry_3d.h
+++ b/core/math/geometry_3d.h
@@ -2,8 +2,8 @@
/* 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/core/math/math_defs.h b/core/math/math_defs.h
index 5de2756e18..d1bbbd4074 100644
--- a/core/math/math_defs.h
+++ b/core/math/math_defs.h
@@ -2,8 +2,8 @@
/* math_defs.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/core/math/math_fieldwise.cpp b/core/math/math_fieldwise.cpp
index cacf2e3fba..e4d08a373f 100644
--- a/core/math/math_fieldwise.cpp
+++ b/core/math/math_fieldwise.cpp
@@ -2,8 +2,8 @@
/* math_fieldwise.cpp */
/**************************************************************************/
/* 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/core/math/math_fieldwise.h b/core/math/math_fieldwise.h
index dfaccec879..87d1c1d7fe 100644
--- a/core/math/math_fieldwise.h
+++ b/core/math/math_fieldwise.h
@@ -2,8 +2,8 @@
/* math_fieldwise.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/core/math/math_funcs.cpp b/core/math/math_funcs.cpp
index 4a306dbc79..5724d62074 100644
--- a/core/math/math_funcs.cpp
+++ b/core/math/math_funcs.cpp
@@ -2,8 +2,8 @@
/* math_funcs.cpp */
/**************************************************************************/
/* 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/core/math/math_funcs.h b/core/math/math_funcs.h
index 3ae3c5ecf6..71d8d6cb26 100644
--- a/core/math/math_funcs.h
+++ b/core/math/math_funcs.h
@@ -2,8 +2,8 @@
/* 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/core/math/plane.cpp b/core/math/plane.cpp
index 06eb4cd6c2..3ae4503fe4 100644
--- a/core/math/plane.cpp
+++ b/core/math/plane.cpp
@@ -2,8 +2,8 @@
/* plane.cpp */
/**************************************************************************/
/* 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/core/math/plane.h b/core/math/plane.h
index 07d2da90f4..39baf25022 100644
--- a/core/math/plane.h
+++ b/core/math/plane.h
@@ -2,8 +2,8 @@
/* 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/core/math/projection.cpp b/core/math/projection.cpp
index 119d0a8142..da28682393 100644
--- a/core/math/projection.cpp
+++ b/core/math/projection.cpp
@@ -2,8 +2,8 @@
/* projection.cpp */
/**************************************************************************/
/* 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/core/math/projection.h b/core/math/projection.h
index 093745b64a..a163c08b85 100644
--- a/core/math/projection.h
+++ b/core/math/projection.h
@@ -2,8 +2,8 @@
/* 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/core/math/quaternion.cpp b/core/math/quaternion.cpp
index 891ca7d353..d342bc10cc 100644
--- a/core/math/quaternion.cpp
+++ b/core/math/quaternion.cpp
@@ -2,8 +2,8 @@
/* quaternion.cpp */
/**************************************************************************/
/* 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/core/math/quaternion.h b/core/math/quaternion.h
index bda615bbc5..da2a960eca 100644
--- a/core/math/quaternion.h
+++ b/core/math/quaternion.h
@@ -2,8 +2,8 @@
/* 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/core/math/quick_hull.cpp b/core/math/quick_hull.cpp
index 0cee972ca5..76bd7122c4 100644
--- a/core/math/quick_hull.cpp
+++ b/core/math/quick_hull.cpp
@@ -2,8 +2,8 @@
/* quick_hull.cpp */
/**************************************************************************/
/* 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/core/math/quick_hull.h b/core/math/quick_hull.h
index 00f6381dc6..e4c5870ef6 100644
--- a/core/math/quick_hull.h
+++ b/core/math/quick_hull.h
@@ -2,8 +2,8 @@
/* quick_hull.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/core/math/random_number_generator.cpp b/core/math/random_number_generator.cpp
index 1746998593..43ca07e761 100644
--- a/core/math/random_number_generator.cpp
+++ b/core/math/random_number_generator.cpp
@@ -2,8 +2,8 @@
/* random_number_generator.cpp */
/**************************************************************************/
/* 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/core/math/random_number_generator.h b/core/math/random_number_generator.h
index 0b9285923a..4aa3e2b98f 100644
--- a/core/math/random_number_generator.h
+++ b/core/math/random_number_generator.h
@@ -2,8 +2,8 @@
/* 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/core/math/random_pcg.cpp b/core/math/random_pcg.cpp
index b1d11a7524..4267d765ed 100644
--- a/core/math/random_pcg.cpp
+++ b/core/math/random_pcg.cpp
@@ -2,8 +2,8 @@
/* random_pcg.cpp */
/**************************************************************************/
/* 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/core/math/random_pcg.h b/core/math/random_pcg.h
index 8774506ba8..699795c3b9 100644
--- a/core/math/random_pcg.h
+++ b/core/math/random_pcg.h
@@ -2,8 +2,8 @@
/* random_pcg.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/core/math/rect2.cpp b/core/math/rect2.cpp
index 6c47d4c309..20b5b05f5e 100644
--- a/core/math/rect2.cpp
+++ b/core/math/rect2.cpp
@@ -2,8 +2,8 @@
/* rect2.cpp */
/**************************************************************************/
/* 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/core/math/rect2.h b/core/math/rect2.h
index afc4b15fe5..f11e8bf112 100644
--- a/core/math/rect2.h
+++ b/core/math/rect2.h
@@ -2,8 +2,8 @@
/* 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/core/math/rect2i.cpp b/core/math/rect2i.cpp
index 1008b92a12..55da033222 100644
--- a/core/math/rect2i.cpp
+++ b/core/math/rect2i.cpp
@@ -2,8 +2,8 @@
/* rect2i.cpp */
/**************************************************************************/
/* 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/core/math/rect2i.h b/core/math/rect2i.h
index df1fcb5690..4d19e444bd 100644
--- a/core/math/rect2i.h
+++ b/core/math/rect2i.h
@@ -2,8 +2,8 @@
/* 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/core/math/static_raycaster.cpp b/core/math/static_raycaster.cpp
index 808e4ed6e5..1265ad34f2 100644
--- a/core/math/static_raycaster.cpp
+++ b/core/math/static_raycaster.cpp
@@ -2,8 +2,8 @@
/* static_raycaster.cpp */
/**************************************************************************/
/* 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/core/math/static_raycaster.h b/core/math/static_raycaster.h
index 88b5b3a434..d29890e885 100644
--- a/core/math/static_raycaster.h
+++ b/core/math/static_raycaster.h
@@ -2,8 +2,8 @@
/* static_raycaster.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/core/math/transform_2d.cpp b/core/math/transform_2d.cpp
index 262d9e6ef1..e08f1b7a6a 100644
--- a/core/math/transform_2d.cpp
+++ b/core/math/transform_2d.cpp
@@ -2,8 +2,8 @@
/* transform_2d.cpp */
/**************************************************************************/
/* 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/core/math/transform_2d.h b/core/math/transform_2d.h
index ce0a197467..8bd4555d34 100644
--- a/core/math/transform_2d.h
+++ b/core/math/transform_2d.h
@@ -2,8 +2,8 @@
/* 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/core/math/transform_3d.cpp b/core/math/transform_3d.cpp
index 1aab01c62a..b63946ecfb 100644
--- a/core/math/transform_3d.cpp
+++ b/core/math/transform_3d.cpp
@@ -2,8 +2,8 @@
/* transform_3d.cpp */
/**************************************************************************/
/* 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/core/math/transform_3d.h b/core/math/transform_3d.h
index fe3fd62f4f..2efdd94e69 100644
--- a/core/math/transform_3d.h
+++ b/core/math/transform_3d.h
@@ -2,8 +2,8 @@
/* 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/core/math/transform_interpolator.cpp b/core/math/transform_interpolator.cpp
index f3c2d63098..a710802109 100644
--- a/core/math/transform_interpolator.cpp
+++ b/core/math/transform_interpolator.cpp
@@ -2,8 +2,8 @@
/* transform_interpolator.cpp */
/**************************************************************************/
/* 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/core/math/transform_interpolator.h b/core/math/transform_interpolator.h
index 018295c451..ac815511cd 100644
--- a/core/math/transform_interpolator.h
+++ b/core/math/transform_interpolator.h
@@ -2,8 +2,8 @@
/* transform_interpolator.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/core/math/triangle_mesh.cpp b/core/math/triangle_mesh.cpp
index 08809d1788..af3aa43c0e 100644
--- a/core/math/triangle_mesh.cpp
+++ b/core/math/triangle_mesh.cpp
@@ -2,8 +2,8 @@
/* triangle_mesh.cpp */
/**************************************************************************/
/* 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/core/math/triangle_mesh.h b/core/math/triangle_mesh.h
index e427c1f8b3..2debe41e89 100644
--- a/core/math/triangle_mesh.h
+++ b/core/math/triangle_mesh.h
@@ -2,8 +2,8 @@
/* triangle_mesh.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/core/math/triangulate.cpp b/core/math/triangulate.cpp
index 7e39d40b02..2f8b41de99 100644
--- a/core/math/triangulate.cpp
+++ b/core/math/triangulate.cpp
@@ -2,8 +2,8 @@
/* triangulate.cpp */
/**************************************************************************/
/* 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/core/math/triangulate.h b/core/math/triangulate.h
index 395ef1965f..42dde911a1 100644
--- a/core/math/triangulate.h
+++ b/core/math/triangulate.h
@@ -2,8 +2,8 @@
/* triangulate.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/core/math/vector2.cpp b/core/math/vector2.cpp
index bf7595acad..5ec9aeb9c2 100644
--- a/core/math/vector2.cpp
+++ b/core/math/vector2.cpp
@@ -2,8 +2,8 @@
/* vector2.cpp */
/**************************************************************************/
/* 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/core/math/vector2.h b/core/math/vector2.h
index a7da94fbd7..dd5d1fa538 100644
--- a/core/math/vector2.h
+++ b/core/math/vector2.h
@@ -2,8 +2,8 @@
/* 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/core/math/vector2i.cpp b/core/math/vector2i.cpp
index a055fdf085..ae5b6b7fd1 100644
--- a/core/math/vector2i.cpp
+++ b/core/math/vector2i.cpp
@@ -2,8 +2,8 @@
/* vector2i.cpp */
/**************************************************************************/
/* 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/core/math/vector2i.h b/core/math/vector2i.h
index 0163817df3..5a2154a321 100644
--- a/core/math/vector2i.h
+++ b/core/math/vector2i.h
@@ -2,8 +2,8 @@
/* 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/core/math/vector3.cpp b/core/math/vector3.cpp
index 558629db34..e1794222ad 100644
--- a/core/math/vector3.cpp
+++ b/core/math/vector3.cpp
@@ -2,8 +2,8 @@
/* vector3.cpp */
/**************************************************************************/
/* 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/core/math/vector3.h b/core/math/vector3.h
index 03e77bdb3b..35a69d3860 100644
--- a/core/math/vector3.h
+++ b/core/math/vector3.h
@@ -2,8 +2,8 @@
/* 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/core/math/vector3i.cpp b/core/math/vector3i.cpp
index 48d8fc23bf..0264a76155 100644
--- a/core/math/vector3i.cpp
+++ b/core/math/vector3i.cpp
@@ -2,8 +2,8 @@
/* vector3i.cpp */
/**************************************************************************/
/* 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/core/math/vector3i.h b/core/math/vector3i.h
index 128d58dc42..c3c9dff575 100644
--- a/core/math/vector3i.h
+++ b/core/math/vector3i.h
@@ -2,8 +2,8 @@
/* 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/core/math/vector4.cpp b/core/math/vector4.cpp
index 276a7d29fc..603446baf9 100644
--- a/core/math/vector4.cpp
+++ b/core/math/vector4.cpp
@@ -2,8 +2,8 @@
/* vector4.cpp */
/**************************************************************************/
/* 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/core/math/vector4.h b/core/math/vector4.h
index 2c5ffa3d82..0e90cb0450 100644
--- a/core/math/vector4.h
+++ b/core/math/vector4.h
@@ -2,8 +2,8 @@
/* 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/core/math/vector4i.cpp b/core/math/vector4i.cpp
index d31928dd90..1ce8306183 100644
--- a/core/math/vector4i.cpp
+++ b/core/math/vector4i.cpp
@@ -2,8 +2,8 @@
/* vector4i.cpp */
/**************************************************************************/
/* 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/core/math/vector4i.h b/core/math/vector4i.h
index b9ac2927bd..b152766897 100644
--- a/core/math/vector4i.h
+++ b/core/math/vector4i.h
@@ -2,8 +2,8 @@
/* 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/core/object/callable_method_pointer.cpp b/core/object/callable_method_pointer.cpp
index 1852f90a30..234cb804b1 100644
--- a/core/object/callable_method_pointer.cpp
+++ b/core/object/callable_method_pointer.cpp
@@ -2,8 +2,8 @@
/* callable_method_pointer.cpp */
/**************************************************************************/
/* 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/core/object/callable_method_pointer.h b/core/object/callable_method_pointer.h
index 5897252e88..ba92904f53 100644
--- a/core/object/callable_method_pointer.h
+++ b/core/object/callable_method_pointer.h
@@ -2,8 +2,8 @@
/* callable_method_pointer.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/core/object/class_db.cpp b/core/object/class_db.cpp
index a7e7d6dfc4..dcd41c9fb0 100644
--- a/core/object/class_db.cpp
+++ b/core/object/class_db.cpp
@@ -2,8 +2,8 @@
/* class_db.cpp */
/**************************************************************************/
/* 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/core/object/class_db.h b/core/object/class_db.h
index 5bac645406..38eed063fe 100644
--- a/core/object/class_db.h
+++ b/core/object/class_db.h
@@ -2,8 +2,8 @@
/* 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/core/object/message_queue.cpp b/core/object/message_queue.cpp
index dc41f38d6d..25296bbd36 100644
--- a/core/object/message_queue.cpp
+++ b/core/object/message_queue.cpp
@@ -2,8 +2,8 @@
/* message_queue.cpp */
/**************************************************************************/
/* 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/core/object/message_queue.h b/core/object/message_queue.h
index 49431722ee..ee62919356 100644
--- a/core/object/message_queue.h
+++ b/core/object/message_queue.h
@@ -2,8 +2,8 @@
/* message_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/core/object/method_bind.cpp b/core/object/method_bind.cpp
index 86ff6085fa..4cbba21642 100644
--- a/core/object/method_bind.cpp
+++ b/core/object/method_bind.cpp
@@ -2,8 +2,8 @@
/* method_bind.cpp */
/**************************************************************************/
/* 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/core/object/method_bind.h b/core/object/method_bind.h
index 10fbe04ee5..f7d7330986 100644
--- a/core/object/method_bind.h
+++ b/core/object/method_bind.h
@@ -2,8 +2,8 @@
/* 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/core/object/object.compat.inc b/core/object/object.compat.inc
index 4751922169..6e1916f956 100644
--- a/core/object/object.compat.inc
+++ b/core/object/object.compat.inc
@@ -2,8 +2,8 @@
/* object.compat.inc */
/**************************************************************************/
/* 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/core/object/object.cpp b/core/object/object.cpp
index cddb5ad869..fdbee1e5f8 100644
--- a/core/object/object.cpp
+++ b/core/object/object.cpp
@@ -2,8 +2,8 @@
/* object.cpp */
/**************************************************************************/
/* 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/core/object/object.h b/core/object/object.h
index cf299ef231..75829681c9 100644
--- a/core/object/object.h
+++ b/core/object/object.h
@@ -2,8 +2,8 @@
/* 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/core/object/object_id.h b/core/object/object_id.h
index e48fa2e442..b2d09c8438 100644
--- a/core/object/object_id.h
+++ b/core/object/object_id.h
@@ -2,8 +2,8 @@
/* object_id.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/core/object/ref_counted.cpp b/core/object/ref_counted.cpp
index 9996f79c28..d98e7ddec7 100644
--- a/core/object/ref_counted.cpp
+++ b/core/object/ref_counted.cpp
@@ -2,8 +2,8 @@
/* ref_counted.cpp */
/**************************************************************************/
/* 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/core/object/ref_counted.h b/core/object/ref_counted.h
index deb26f12dd..d9c01c0e58 100644
--- a/core/object/ref_counted.h
+++ b/core/object/ref_counted.h
@@ -2,8 +2,8 @@
/* ref_counted.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/core/object/script_instance.cpp b/core/object/script_instance.cpp
index f49e557bc2..10a4c1b2ff 100644
--- a/core/object/script_instance.cpp
+++ b/core/object/script_instance.cpp
@@ -2,8 +2,8 @@
/* script_instance.cpp */
/**************************************************************************/
/* 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/core/object/script_instance.h b/core/object/script_instance.h
index f5bfa81cc1..ef039f41e0 100644
--- a/core/object/script_instance.h
+++ b/core/object/script_instance.h
@@ -2,8 +2,8 @@
/* script_instance.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/core/object/script_language.cpp b/core/object/script_language.cpp
index 65aa6f7363..faf1f87c9e 100644
--- a/core/object/script_language.cpp
+++ b/core/object/script_language.cpp
@@ -2,8 +2,8 @@
/* script_language.cpp */
/**************************************************************************/
/* 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/core/object/script_language.h b/core/object/script_language.h
index ad797a5606..829fcf53bc 100644
--- a/core/object/script_language.h
+++ b/core/object/script_language.h
@@ -2,8 +2,8 @@
/* script_language.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/core/object/script_language_extension.cpp b/core/object/script_language_extension.cpp
index 780083aa14..8928f21fb2 100644
--- a/core/object/script_language_extension.cpp
+++ b/core/object/script_language_extension.cpp
@@ -2,8 +2,8 @@
/* script_language_extension.cpp */
/**************************************************************************/
/* 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/core/object/script_language_extension.h b/core/object/script_language_extension.h
index 9591678b2e..a1dd449a4a 100644
--- a/core/object/script_language_extension.h
+++ b/core/object/script_language_extension.h
@@ -2,8 +2,8 @@
/* script_language_extension.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/core/object/undo_redo.cpp b/core/object/undo_redo.cpp
index 936e5eea14..3a327ccdeb 100644
--- a/core/object/undo_redo.cpp
+++ b/core/object/undo_redo.cpp
@@ -2,8 +2,8 @@
/* undo_redo.cpp */
/**************************************************************************/
/* 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/core/object/undo_redo.h b/core/object/undo_redo.h
index bca2c15a96..0fcf991680 100644
--- a/core/object/undo_redo.h
+++ b/core/object/undo_redo.h
@@ -2,8 +2,8 @@
/* 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/core/object/worker_thread_pool.cpp b/core/object/worker_thread_pool.cpp
index e2a8b7aea4..5131349192 100644
--- a/core/object/worker_thread_pool.cpp
+++ b/core/object/worker_thread_pool.cpp
@@ -2,8 +2,8 @@
/* worker_thread_pool.cpp */
/**************************************************************************/
/* 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/core/object/worker_thread_pool.h b/core/object/worker_thread_pool.h
index ef19cfa86d..6e80ab83ff 100644
--- a/core/object/worker_thread_pool.h
+++ b/core/object/worker_thread_pool.h
@@ -2,8 +2,8 @@
/* 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/core/os/condition_variable.h b/core/os/condition_variable.h
index 6d0eb7dbf4..77d8fd8b8a 100644
--- a/core/os/condition_variable.h
+++ b/core/os/condition_variable.h
@@ -2,8 +2,8 @@
/* condition_variable.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/core/os/keyboard.cpp b/core/os/keyboard.cpp
index fe36dad278..75242fc4a1 100644
--- a/core/os/keyboard.cpp
+++ b/core/os/keyboard.cpp
@@ -2,8 +2,8 @@
/* keyboard.cpp */
/**************************************************************************/
/* 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/core/os/keyboard.h b/core/os/keyboard.h
index 5281a1cf44..a51e717ef9 100644
--- a/core/os/keyboard.h
+++ b/core/os/keyboard.h
@@ -2,8 +2,8 @@
/* keyboard.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/core/os/main_loop.cpp b/core/os/main_loop.cpp
index 48dc85053b..c49f3418ce 100644
--- a/core/os/main_loop.cpp
+++ b/core/os/main_loop.cpp
@@ -2,8 +2,8 @@
/* main_loop.cpp */
/**************************************************************************/
/* 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/core/os/main_loop.h b/core/os/main_loop.h
index faec4c601e..976a414743 100644
--- a/core/os/main_loop.h
+++ b/core/os/main_loop.h
@@ -2,8 +2,8 @@
/* main_loop.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/core/os/memory.cpp b/core/os/memory.cpp
index 774ddbe7ae..711f57610d 100644
--- a/core/os/memory.cpp
+++ b/core/os/memory.cpp
@@ -2,8 +2,8 @@
/* memory.cpp */
/**************************************************************************/
/* 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/core/os/memory.h b/core/os/memory.h
index 567008fbe5..0f1f565701 100644
--- a/core/os/memory.h
+++ b/core/os/memory.h
@@ -2,8 +2,8 @@
/* memory.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/core/os/midi_driver.cpp b/core/os/midi_driver.cpp
index ab9e980450..a906ed2a09 100644
--- a/core/os/midi_driver.cpp
+++ b/core/os/midi_driver.cpp
@@ -2,8 +2,8 @@
/* midi_driver.cpp */
/**************************************************************************/
/* 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/core/os/midi_driver.h b/core/os/midi_driver.h
index 09c87835c2..dd0b983c44 100644
--- a/core/os/midi_driver.h
+++ b/core/os/midi_driver.h
@@ -2,8 +2,8 @@
/* midi_driver.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/core/os/mutex.cpp b/core/os/mutex.cpp
index 40ae517b07..a651ed2d21 100644
--- a/core/os/mutex.cpp
+++ b/core/os/mutex.cpp
@@ -2,8 +2,8 @@
/* mutex.cpp */
/**************************************************************************/
/* 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/core/os/mutex.h b/core/os/mutex.h
index e4ad9a569c..395d4a8dec 100644
--- a/core/os/mutex.h
+++ b/core/os/mutex.h
@@ -2,8 +2,8 @@
/* mutex.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/core/os/os.cpp b/core/os/os.cpp
index 0953bf0ce1..91a9f4a2fd 100644
--- a/core/os/os.cpp
+++ b/core/os/os.cpp
@@ -2,8 +2,8 @@
/* os.cpp */
/**************************************************************************/
/* 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/core/os/os.h b/core/os/os.h
index efc38cb5c9..faa5f2cdc7 100644
--- a/core/os/os.h
+++ b/core/os/os.h
@@ -2,8 +2,8 @@
/* 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/core/os/pool_allocator.cpp b/core/os/pool_allocator.cpp
index 051e5146a5..904cc34e76 100644
--- a/core/os/pool_allocator.cpp
+++ b/core/os/pool_allocator.cpp
@@ -2,8 +2,8 @@
/* pool_allocator.cpp */
/**************************************************************************/
/* 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/core/os/pool_allocator.h b/core/os/pool_allocator.h
index a633efbfeb..2537248560 100644
--- a/core/os/pool_allocator.h
+++ b/core/os/pool_allocator.h
@@ -2,8 +2,8 @@
/* pool_allocator.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/core/os/rw_lock.h b/core/os/rw_lock.h
index a466c482eb..b1d061514b 100644
--- a/core/os/rw_lock.h
+++ b/core/os/rw_lock.h
@@ -2,8 +2,8 @@
/* rw_lock.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/core/os/safe_binary_mutex.h b/core/os/safe_binary_mutex.h
index 9033504704..d7e14a7519 100644
--- a/core/os/safe_binary_mutex.h
+++ b/core/os/safe_binary_mutex.h
@@ -2,8 +2,8 @@
/* safe_binary_mutex.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/core/os/semaphore.h b/core/os/semaphore.h
index 0044171f60..59b6f96199 100644
--- a/core/os/semaphore.h
+++ b/core/os/semaphore.h
@@ -2,8 +2,8 @@
/* semaphore.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/core/os/shared_object.h b/core/os/shared_object.h
index ec09ef574d..9d000a4666 100644
--- a/core/os/shared_object.h
+++ b/core/os/shared_object.h
@@ -2,8 +2,8 @@
/* shared_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/core/os/spin_lock.h b/core/os/spin_lock.h
index 27f9696c05..d6de00f043 100644
--- a/core/os/spin_lock.h
+++ b/core/os/spin_lock.h
@@ -2,8 +2,8 @@
/* spin_lock.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/core/os/thread.cpp b/core/os/thread.cpp
index 9ac3d10e0c..4426f8aed5 100644
--- a/core/os/thread.cpp
+++ b/core/os/thread.cpp
@@ -2,8 +2,8 @@
/* thread.cpp */
/**************************************************************************/
/* 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/core/os/thread.h b/core/os/thread.h
index efeb84633f..e2e9065ec3 100644
--- a/core/os/thread.h
+++ b/core/os/thread.h
@@ -2,8 +2,8 @@
/* thread.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/core/os/thread_safe.cpp b/core/os/thread_safe.cpp
index 494cf7f8ec..86d76bec1e 100644
--- a/core/os/thread_safe.cpp
+++ b/core/os/thread_safe.cpp
@@ -2,8 +2,8 @@
/* thread_safe.cpp */
/**************************************************************************/
/* 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/core/os/thread_safe.h b/core/os/thread_safe.h
index b78e439c67..2d5bae0b2d 100644
--- a/core/os/thread_safe.h
+++ b/core/os/thread_safe.h
@@ -2,8 +2,8 @@
/* thread_safe.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/core/os/time.cpp b/core/os/time.cpp
index eb4e78f2d4..e21489cf95 100644
--- a/core/os/time.cpp
+++ b/core/os/time.cpp
@@ -2,8 +2,8 @@
/* time.cpp */
/**************************************************************************/
/* 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/core/os/time.h b/core/os/time.h
index 7274a30b04..8d783db1dc 100644
--- a/core/os/time.h
+++ b/core/os/time.h
@@ -2,8 +2,8 @@
/* 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/core/os/time_enums.h b/core/os/time_enums.h
index 6b2229c044..4a052a97fb 100644
--- a/core/os/time_enums.h
+++ b/core/os/time_enums.h
@@ -2,8 +2,8 @@
/* time_enums.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/core/register_core_types.cpp b/core/register_core_types.cpp
index f2ce93eca6..62734c14c6 100644
--- a/core/register_core_types.cpp
+++ b/core/register_core_types.cpp
@@ -2,8 +2,8 @@
/* register_core_types.cpp */
/**************************************************************************/
/* 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/core/register_core_types.h b/core/register_core_types.h
index dbae407793..977b8447bf 100644
--- a/core/register_core_types.h
+++ b/core/register_core_types.h
@@ -2,8 +2,8 @@
/* register_core_types.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/core/string/char_range.inc b/core/string/char_range.inc
index 9d9bb188ed..d5937d9616 100644
--- a/core/string/char_range.inc
+++ b/core/string/char_range.inc
@@ -2,8 +2,8 @@
/* char_range.inc */
/**************************************************************************/
/* 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/core/string/char_utils.h b/core/string/char_utils.h
index 5753aa78f4..9f2e17eb96 100644
--- a/core/string/char_utils.h
+++ b/core/string/char_utils.h
@@ -2,8 +2,8 @@
/* char_utils.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/core/string/locales.h b/core/string/locales.h
index 4db369ea79..0879754526 100644
--- a/core/string/locales.h
+++ b/core/string/locales.h
@@ -2,8 +2,8 @@
/* locales.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/core/string/node_path.cpp b/core/string/node_path.cpp
index a61f3499d2..975fa17911 100644
--- a/core/string/node_path.cpp
+++ b/core/string/node_path.cpp
@@ -2,8 +2,8 @@
/* node_path.cpp */
/**************************************************************************/
/* 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/core/string/node_path.h b/core/string/node_path.h
index 56d0f33fc8..7cb7fae902 100644
--- a/core/string/node_path.h
+++ b/core/string/node_path.h
@@ -2,8 +2,8 @@
/* 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/core/string/optimized_translation.cpp b/core/string/optimized_translation.cpp
index f535111984..a7b8bfe755 100644
--- a/core/string/optimized_translation.cpp
+++ b/core/string/optimized_translation.cpp
@@ -2,8 +2,8 @@
/* optimized_translation.cpp */
/**************************************************************************/
/* 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/core/string/optimized_translation.h b/core/string/optimized_translation.h
index f58469ecd9..0da4cb2779 100644
--- a/core/string/optimized_translation.h
+++ b/core/string/optimized_translation.h
@@ -2,8 +2,8 @@
/* optimized_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/core/string/print_string.cpp b/core/string/print_string.cpp
index b0a9406a51..a4b6ef6881 100644
--- a/core/string/print_string.cpp
+++ b/core/string/print_string.cpp
@@ -2,8 +2,8 @@
/* print_string.cpp */
/**************************************************************************/
/* 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/core/string/print_string.h b/core/string/print_string.h
index a7b61aead6..1c2118323b 100644
--- a/core/string/print_string.h
+++ b/core/string/print_string.h
@@ -2,8 +2,8 @@
/* print_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/core/string/string_buffer.h b/core/string/string_buffer.h
index 3d123fbbda..1fb723f7a4 100644
--- a/core/string/string_buffer.h
+++ b/core/string/string_buffer.h
@@ -2,8 +2,8 @@
/* string_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/core/string/string_builder.cpp b/core/string/string_builder.cpp
index fbdb7fda7f..5edd1dc1f5 100644
--- a/core/string/string_builder.cpp
+++ b/core/string/string_builder.cpp
@@ -2,8 +2,8 @@
/* string_builder.cpp */
/**************************************************************************/
/* 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/core/string/string_builder.h b/core/string/string_builder.h
index 5cc70df37b..27f7e22745 100644
--- a/core/string/string_builder.h
+++ b/core/string/string_builder.h
@@ -2,8 +2,8 @@
/* string_builder.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/core/string/string_name.cpp b/core/string/string_name.cpp
index 3cd8aed97b..c389ccea27 100644
--- a/core/string/string_name.cpp
+++ b/core/string/string_name.cpp
@@ -2,8 +2,8 @@
/* string_name.cpp */
/**************************************************************************/
/* 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/core/string/string_name.h b/core/string/string_name.h
index af26965b96..956d11ce49 100644
--- a/core/string/string_name.h
+++ b/core/string/string_name.h
@@ -2,8 +2,8 @@
/* string_name.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/core/string/translation.compat.inc b/core/string/translation.compat.inc
index 6573510b24..d7253f83fe 100644
--- a/core/string/translation.compat.inc
+++ b/core/string/translation.compat.inc
@@ -2,8 +2,8 @@
/* translation.compat.inc */
/**************************************************************************/
/* 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/core/string/translation.cpp b/core/string/translation.cpp
index ea7bddeab4..32fe6c405f 100644
--- a/core/string/translation.cpp
+++ b/core/string/translation.cpp
@@ -2,8 +2,8 @@
/* translation.cpp */
/**************************************************************************/
/* 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/core/string/translation.h b/core/string/translation.h
index 3f7e65e2a2..57c27365ab 100644
--- a/core/string/translation.h
+++ b/core/string/translation.h
@@ -2,8 +2,8 @@
/* 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/core/string/translation_po.cpp b/core/string/translation_po.cpp
index c49c0c72da..756b5af673 100644
--- a/core/string/translation_po.cpp
+++ b/core/string/translation_po.cpp
@@ -2,8 +2,8 @@
/* translation_po.cpp */
/**************************************************************************/
/* 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/core/string/translation_po.h b/core/string/translation_po.h
index 9267626812..5da91163ac 100644
--- a/core/string/translation_po.h
+++ b/core/string/translation_po.h
@@ -2,8 +2,8 @@
/* translation_po.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/core/string/ucaps.h b/core/string/ucaps.h
index e26dfaab26..062b038296 100644
--- a/core/string/ucaps.h
+++ b/core/string/ucaps.h
@@ -2,8 +2,8 @@
/* ucaps.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/core/string/ustring.cpp b/core/string/ustring.cpp
index 3b7f110967..9c90c45784 100644
--- a/core/string/ustring.cpp
+++ b/core/string/ustring.cpp
@@ -2,8 +2,8 @@
/* ustring.cpp */
/**************************************************************************/
/* 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/core/string/ustring.h b/core/string/ustring.h
index 25c1c90e94..f230ee119e 100644
--- a/core/string/ustring.h
+++ b/core/string/ustring.h
@@ -2,8 +2,8 @@
/* ustring.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/core/templates/bin_sorted_array.h b/core/templates/bin_sorted_array.h
index 4659fec241..7d3d2b67cc 100644
--- a/core/templates/bin_sorted_array.h
+++ b/core/templates/bin_sorted_array.h
@@ -2,8 +2,8 @@
/* bin_sorted_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/core/templates/command_queue_mt.cpp b/core/templates/command_queue_mt.cpp
index 434e87df80..596dd3abfd 100644
--- a/core/templates/command_queue_mt.cpp
+++ b/core/templates/command_queue_mt.cpp
@@ -2,8 +2,8 @@
/* command_queue_mt.cpp */
/**************************************************************************/
/* 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/core/templates/command_queue_mt.h b/core/templates/command_queue_mt.h
index 7d9c5c8f27..b3d41f58e3 100644
--- a/core/templates/command_queue_mt.h
+++ b/core/templates/command_queue_mt.h
@@ -2,8 +2,8 @@
/* command_queue_mt.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/core/templates/cowdata.h b/core/templates/cowdata.h
index eb99f90d6c..6caeeb0dca 100644
--- a/core/templates/cowdata.h
+++ b/core/templates/cowdata.h
@@ -2,8 +2,8 @@
/* cowdata.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/core/templates/hash_map.h b/core/templates/hash_map.h
index 62e97940ff..665d694acb 100644
--- a/core/templates/hash_map.h
+++ b/core/templates/hash_map.h
@@ -2,8 +2,8 @@
/* 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/core/templates/hash_set.h b/core/templates/hash_set.h
index 0ea67768a0..5caba0a1b1 100644
--- a/core/templates/hash_set.h
+++ b/core/templates/hash_set.h
@@ -2,8 +2,8 @@
/* 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/core/templates/hashfuncs.h b/core/templates/hashfuncs.h
index 1645416231..bbafe70c63 100644
--- a/core/templates/hashfuncs.h
+++ b/core/templates/hashfuncs.h
@@ -2,8 +2,8 @@
/* hashfuncs.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/core/templates/list.h b/core/templates/list.h
index c0c88d6e61..30c572e1df 100644
--- a/core/templates/list.h
+++ b/core/templates/list.h
@@ -2,8 +2,8 @@
/* 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/core/templates/local_vector.h b/core/templates/local_vector.h
index 9bcc08437d..8b5354adbc 100644
--- a/core/templates/local_vector.h
+++ b/core/templates/local_vector.h
@@ -2,8 +2,8 @@
/* 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/core/templates/lru.h b/core/templates/lru.h
index 777326c037..b02f75e58a 100644
--- a/core/templates/lru.h
+++ b/core/templates/lru.h
@@ -2,8 +2,8 @@
/* 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/core/templates/oa_hash_map.h b/core/templates/oa_hash_map.h
index b69850fe31..11d827019d 100644
--- a/core/templates/oa_hash_map.h
+++ b/core/templates/oa_hash_map.h
@@ -2,8 +2,8 @@
/* 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/core/templates/paged_allocator.h b/core/templates/paged_allocator.h
index 0bd85672b3..aab5efbbaa 100644
--- a/core/templates/paged_allocator.h
+++ b/core/templates/paged_allocator.h
@@ -2,8 +2,8 @@
/* paged_allocator.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/core/templates/paged_array.h b/core/templates/paged_array.h
index abbd19ff5d..c6b83641c4 100644
--- a/core/templates/paged_array.h
+++ b/core/templates/paged_array.h
@@ -2,8 +2,8 @@
/* 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/core/templates/pair.h b/core/templates/pair.h
index 3754a30167..df9a1ae26e 100644
--- a/core/templates/pair.h
+++ b/core/templates/pair.h
@@ -2,8 +2,8 @@
/* pair.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/core/templates/pass_func.h b/core/templates/pass_func.h
index adca5f0b53..7e2a206fda 100644
--- a/core/templates/pass_func.h
+++ b/core/templates/pass_func.h
@@ -2,8 +2,8 @@
/* pass_func.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/core/templates/pooled_list.h b/core/templates/pooled_list.h
index 7f48c078d9..543ba05a23 100644
--- a/core/templates/pooled_list.h
+++ b/core/templates/pooled_list.h
@@ -2,8 +2,8 @@
/* pooled_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/core/templates/rb_map.h b/core/templates/rb_map.h
index 7b9ceeb912..eb05eeb335 100644
--- a/core/templates/rb_map.h
+++ b/core/templates/rb_map.h
@@ -2,8 +2,8 @@
/* rb_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/core/templates/rb_set.h b/core/templates/rb_set.h
index ec5d99d792..3f87f770f5 100644
--- a/core/templates/rb_set.h
+++ b/core/templates/rb_set.h
@@ -2,8 +2,8 @@
/* rb_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/core/templates/rid.h b/core/templates/rid.h
index 747e1eb60f..f1e022570f 100644
--- a/core/templates/rid.h
+++ b/core/templates/rid.h
@@ -2,8 +2,8 @@
/* 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/core/templates/rid_owner.cpp b/core/templates/rid_owner.cpp
index de099c4ce9..3969583c0c 100644
--- a/core/templates/rid_owner.cpp
+++ b/core/templates/rid_owner.cpp
@@ -2,8 +2,8 @@
/* rid_owner.cpp */
/**************************************************************************/
/* 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/core/templates/rid_owner.h b/core/templates/rid_owner.h
index 62c00afbd9..e502d476af 100644
--- a/core/templates/rid_owner.h
+++ b/core/templates/rid_owner.h
@@ -2,8 +2,8 @@
/* rid_owner.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/core/templates/ring_buffer.h b/core/templates/ring_buffer.h
index 4f3d52936b..7b65930c31 100644
--- a/core/templates/ring_buffer.h
+++ b/core/templates/ring_buffer.h
@@ -2,8 +2,8 @@
/* ring_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/core/templates/safe_list.h b/core/templates/safe_list.h
index 1f46bf48c6..5d5ec176d2 100644
--- a/core/templates/safe_list.h
+++ b/core/templates/safe_list.h
@@ -2,8 +2,8 @@
/* safe_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/core/templates/safe_refcount.h b/core/templates/safe_refcount.h
index 4dcb7763da..01ca1681ce 100644
--- a/core/templates/safe_refcount.h
+++ b/core/templates/safe_refcount.h
@@ -2,8 +2,8 @@
/* safe_refcount.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/core/templates/search_array.h b/core/templates/search_array.h
index 109b164446..b19fb2d1d3 100644
--- a/core/templates/search_array.h
+++ b/core/templates/search_array.h
@@ -2,8 +2,8 @@
/* search_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/core/templates/self_list.h b/core/templates/self_list.h
index bf69b560c0..8026171eca 100644
--- a/core/templates/self_list.h
+++ b/core/templates/self_list.h
@@ -2,8 +2,8 @@
/* self_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/core/templates/simple_type.h b/core/templates/simple_type.h
index 54fddb6351..006eb8ea8b 100644
--- a/core/templates/simple_type.h
+++ b/core/templates/simple_type.h
@@ -2,8 +2,8 @@
/* simple_type.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/core/templates/sort_array.h b/core/templates/sort_array.h
index a768337d9f..2411f65e4f 100644
--- a/core/templates/sort_array.h
+++ b/core/templates/sort_array.h
@@ -2,8 +2,8 @@
/* sort_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/core/templates/vector.h b/core/templates/vector.h
index e41beddd54..84b9b41c84 100644
--- a/core/templates/vector.h
+++ b/core/templates/vector.h
@@ -2,8 +2,8 @@
/* 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/core/templates/vmap.h b/core/templates/vmap.h
index 42cc30924b..82fc716cab 100644
--- a/core/templates/vmap.h
+++ b/core/templates/vmap.h
@@ -2,8 +2,8 @@
/* vmap.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/core/templates/vset.h b/core/templates/vset.h
index 6f44ac7173..75f58ddd1b 100644
--- a/core/templates/vset.h
+++ b/core/templates/vset.h
@@ -2,8 +2,8 @@
/* vset.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/core/typedefs.h b/core/typedefs.h
index 35eab9410f..a8e049c3c9 100644
--- a/core/typedefs.h
+++ b/core/typedefs.h
@@ -2,8 +2,8 @@
/* typedefs.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/core/variant/array.cpp b/core/variant/array.cpp
index b87139846f..9b46fb06fb 100644
--- a/core/variant/array.cpp
+++ b/core/variant/array.cpp
@@ -2,8 +2,8 @@
/* array.cpp */
/**************************************************************************/
/* 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/core/variant/array.h b/core/variant/array.h
index c11d057797..975f1e7c95 100644
--- a/core/variant/array.h
+++ b/core/variant/array.h
@@ -2,8 +2,8 @@
/* 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/core/variant/binder_common.h b/core/variant/binder_common.h
index 6e763111b2..8fee2f5b3b 100644
--- a/core/variant/binder_common.h
+++ b/core/variant/binder_common.h
@@ -2,8 +2,8 @@
/* binder_common.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/core/variant/callable.cpp b/core/variant/callable.cpp
index 52bc1318f7..4b963b445d 100644
--- a/core/variant/callable.cpp
+++ b/core/variant/callable.cpp
@@ -2,8 +2,8 @@
/* callable.cpp */
/**************************************************************************/
/* 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/core/variant/callable.h b/core/variant/callable.h
index 59d8b1dc25..2ef0cba296 100644
--- a/core/variant/callable.h
+++ b/core/variant/callable.h
@@ -2,8 +2,8 @@
/* 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/core/variant/callable_bind.cpp b/core/variant/callable_bind.cpp
index f076e4b6d1..2b89636b69 100644
--- a/core/variant/callable_bind.cpp
+++ b/core/variant/callable_bind.cpp
@@ -2,8 +2,8 @@
/* callable_bind.cpp */
/**************************************************************************/
/* 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/core/variant/callable_bind.h b/core/variant/callable_bind.h
index b0c49213ce..3a5e9bfabd 100644
--- a/core/variant/callable_bind.h
+++ b/core/variant/callable_bind.h
@@ -2,8 +2,8 @@
/* callable_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/core/variant/container_type_validate.h b/core/variant/container_type_validate.h
index 0c90710233..1bda6f3127 100644
--- a/core/variant/container_type_validate.h
+++ b/core/variant/container_type_validate.h
@@ -2,8 +2,8 @@
/* container_type_validate.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/core/variant/dictionary.cpp b/core/variant/dictionary.cpp
index d8044cfd23..1bc3c58a47 100644
--- a/core/variant/dictionary.cpp
+++ b/core/variant/dictionary.cpp
@@ -2,8 +2,8 @@
/* dictionary.cpp */
/**************************************************************************/
/* 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/core/variant/dictionary.h b/core/variant/dictionary.h
index 7825e2dcfd..689065c985 100644
--- a/core/variant/dictionary.h
+++ b/core/variant/dictionary.h
@@ -2,8 +2,8 @@
/* 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/core/variant/method_ptrcall.h b/core/variant/method_ptrcall.h
index 6cca06adbd..cfb6cda61c 100644
--- a/core/variant/method_ptrcall.h
+++ b/core/variant/method_ptrcall.h
@@ -2,8 +2,8 @@
/* method_ptrcall.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/core/variant/native_ptr.h b/core/variant/native_ptr.h
index ebbafe3162..a10ed68156 100644
--- a/core/variant/native_ptr.h
+++ b/core/variant/native_ptr.h
@@ -2,8 +2,8 @@
/* native_ptr.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/core/variant/type_info.h b/core/variant/type_info.h
index 09497043c1..fbca32aa97 100644
--- a/core/variant/type_info.h
+++ b/core/variant/type_info.h
@@ -2,8 +2,8 @@
/* type_info.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/core/variant/typed_array.h b/core/variant/typed_array.h
index 48d809496a..244e595a81 100644
--- a/core/variant/typed_array.h
+++ b/core/variant/typed_array.h
@@ -2,8 +2,8 @@
/* typed_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/core/variant/variant.cpp b/core/variant/variant.cpp
index 05b04de155..47e03e11c6 100644
--- a/core/variant/variant.cpp
+++ b/core/variant/variant.cpp
@@ -2,8 +2,8 @@
/* variant.cpp */
/**************************************************************************/
/* 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/core/variant/variant.h b/core/variant/variant.h
index 6ace46ffa9..a69c5c3065 100644
--- a/core/variant/variant.h
+++ b/core/variant/variant.h
@@ -2,8 +2,8 @@
/* 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/core/variant/variant_call.cpp b/core/variant/variant_call.cpp
index fd03a8af69..d0c78c7cc9 100644
--- a/core/variant/variant_call.cpp
+++ b/core/variant/variant_call.cpp
@@ -2,8 +2,8 @@
/* variant_call.cpp */
/**************************************************************************/
/* 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/core/variant/variant_callable.cpp b/core/variant/variant_callable.cpp
index 56df64938d..6ad671cb3d 100644
--- a/core/variant/variant_callable.cpp
+++ b/core/variant/variant_callable.cpp
@@ -2,8 +2,8 @@
/* variant_callable.cpp */
/**************************************************************************/
/* 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/core/variant/variant_callable.h b/core/variant/variant_callable.h
index de07a85581..f3a94f7110 100644
--- a/core/variant/variant_callable.h
+++ b/core/variant/variant_callable.h
@@ -2,8 +2,8 @@
/* variant_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/core/variant/variant_construct.cpp b/core/variant/variant_construct.cpp
index 74ce7bbb21..b04a65a8d1 100644
--- a/core/variant/variant_construct.cpp
+++ b/core/variant/variant_construct.cpp
@@ -2,8 +2,8 @@
/* variant_construct.cpp */
/**************************************************************************/
/* 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/core/variant/variant_construct.h b/core/variant/variant_construct.h
index 34d8440f66..73aa806ce6 100644
--- a/core/variant/variant_construct.h
+++ b/core/variant/variant_construct.h
@@ -2,8 +2,8 @@
/* variant_construct.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/core/variant/variant_destruct.cpp b/core/variant/variant_destruct.cpp
index b3cd7e71b6..463b3f8af8 100644
--- a/core/variant/variant_destruct.cpp
+++ b/core/variant/variant_destruct.cpp
@@ -2,8 +2,8 @@
/* variant_destruct.cpp */
/**************************************************************************/
/* 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/core/variant/variant_destruct.h b/core/variant/variant_destruct.h
index 44fe1efe62..077a6da1da 100644
--- a/core/variant/variant_destruct.h
+++ b/core/variant/variant_destruct.h
@@ -2,8 +2,8 @@
/* variant_destruct.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/core/variant/variant_internal.h b/core/variant/variant_internal.h
index 3e307fccb2..7600aa74db 100644
--- a/core/variant/variant_internal.h
+++ b/core/variant/variant_internal.h
@@ -2,8 +2,8 @@
/* variant_internal.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/core/variant/variant_op.cpp b/core/variant/variant_op.cpp
index a44c553d06..62b9755777 100644
--- a/core/variant/variant_op.cpp
+++ b/core/variant/variant_op.cpp
@@ -2,8 +2,8 @@
/* variant_op.cpp */
/**************************************************************************/
/* 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/core/variant/variant_op.h b/core/variant/variant_op.h
index 16fa22fbf8..376967520a 100644
--- a/core/variant/variant_op.h
+++ b/core/variant/variant_op.h
@@ -2,8 +2,8 @@
/* variant_op.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/core/variant/variant_parser.cpp b/core/variant/variant_parser.cpp
index 57cc9c067b..9bdc6661c4 100644
--- a/core/variant/variant_parser.cpp
+++ b/core/variant/variant_parser.cpp
@@ -2,8 +2,8 @@
/* variant_parser.cpp */
/**************************************************************************/
/* 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/core/variant/variant_parser.h b/core/variant/variant_parser.h
index 22da7a0693..b46e0e0ce1 100644
--- a/core/variant/variant_parser.h
+++ b/core/variant/variant_parser.h
@@ -2,8 +2,8 @@
/* variant_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/core/variant/variant_setget.cpp b/core/variant/variant_setget.cpp
index d79a9791f4..f5d61a8566 100644
--- a/core/variant/variant_setget.cpp
+++ b/core/variant/variant_setget.cpp
@@ -2,8 +2,8 @@
/* variant_setget.cpp */
/**************************************************************************/
/* 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/core/variant/variant_setget.h b/core/variant/variant_setget.h
index 1e7db6aec0..0d6335145e 100644
--- a/core/variant/variant_setget.h
+++ b/core/variant/variant_setget.h
@@ -2,8 +2,8 @@
/* variant_setget.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/core/variant/variant_utility.cpp b/core/variant/variant_utility.cpp
index 72ebb374b4..ca9a52917a 100644
--- a/core/variant/variant_utility.cpp
+++ b/core/variant/variant_utility.cpp
@@ -2,8 +2,8 @@
/* variant_utility.cpp */
/**************************************************************************/
/* 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/core/variant/variant_utility.h b/core/variant/variant_utility.h
index 00a3c52396..067988e246 100644
--- a/core/variant/variant_utility.h
+++ b/core/variant/variant_utility.h
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/version.h b/core/version.h
index 19365ac8f0..218796da1f 100644
--- a/core/version.h
+++ b/core/version.h
@@ -2,8 +2,8 @@
/* version.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) */