diff options
author | Spartan322 <Megacake1234@gmail.com> | 2024-10-27 11:17:29 -0400 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2024-10-27 11:17:29 -0400 |
commit | 6beb1eef9a4537077780ec48c4a7c2b17723ca9e (patch) | |
tree | 8c866c5650009cc88b2279617b04e3ce3e4441e6 /tests/core/templates | |
parent | ad8b971a55f97b3a1e6e664b45998fcc18925ad3 (diff) | |
download | redot-engine-6beb1eef9a4537077780ec48c4a7c2b17723ca9e.tar.gz |
Fix copyright headers referring to Godot
Diffstat (limited to 'tests/core/templates')
-rw-r--r-- | tests/core/templates/test_command_queue.h | 4 | ||||
-rw-r--r-- | tests/core/templates/test_hash_map.h | 4 | ||||
-rw-r--r-- | tests/core/templates/test_hash_set.h | 4 | ||||
-rw-r--r-- | tests/core/templates/test_list.h | 4 | ||||
-rw-r--r-- | tests/core/templates/test_local_vector.h | 4 | ||||
-rw-r--r-- | tests/core/templates/test_lru.h | 4 | ||||
-rw-r--r-- | tests/core/templates/test_oa_hash_map.h | 4 | ||||
-rw-r--r-- | tests/core/templates/test_paged_array.h | 4 | ||||
-rw-r--r-- | tests/core/templates/test_rid.h | 4 | ||||
-rw-r--r-- | tests/core/templates/test_vector.h | 4 |
10 files changed, 20 insertions, 20 deletions
diff --git a/tests/core/templates/test_command_queue.h b/tests/core/templates/test_command_queue.h index 5a4fe1c393..ad3c10fb2d 100644 --- a/tests/core/templates/test_command_queue.h +++ b/tests/core/templates/test_command_queue.h @@ -2,8 +2,8 @@ /* test_command_queue.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/tests/core/templates/test_hash_map.h b/tests/core/templates/test_hash_map.h index 5178e8e146..7da884ce29 100644 --- a/tests/core/templates/test_hash_map.h +++ b/tests/core/templates/test_hash_map.h @@ -2,8 +2,8 @@ /* test_hash_map.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/tests/core/templates/test_hash_set.h b/tests/core/templates/test_hash_set.h index 219abbab76..315a6acaeb 100644 --- a/tests/core/templates/test_hash_set.h +++ b/tests/core/templates/test_hash_set.h @@ -2,8 +2,8 @@ /* test_hash_set.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/tests/core/templates/test_list.h b/tests/core/templates/test_list.h index eb8b33b397..6b50ddecaa 100644 --- a/tests/core/templates/test_list.h +++ b/tests/core/templates/test_list.h @@ -2,8 +2,8 @@ /* test_list.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/tests/core/templates/test_local_vector.h b/tests/core/templates/test_local_vector.h index fe422cb979..a02f123562 100644 --- a/tests/core/templates/test_local_vector.h +++ b/tests/core/templates/test_local_vector.h @@ -2,8 +2,8 @@ /* test_local_vector.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/tests/core/templates/test_lru.h b/tests/core/templates/test_lru.h index 635b207b5f..a6b872e46f 100644 --- a/tests/core/templates/test_lru.h +++ b/tests/core/templates/test_lru.h @@ -2,8 +2,8 @@ /* test_lru.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/tests/core/templates/test_oa_hash_map.h b/tests/core/templates/test_oa_hash_map.h index 6ce8830eab..3ffb8335d8 100644 --- a/tests/core/templates/test_oa_hash_map.h +++ b/tests/core/templates/test_oa_hash_map.h @@ -2,8 +2,8 @@ /* test_oa_hash_map.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/tests/core/templates/test_paged_array.h b/tests/core/templates/test_paged_array.h index 8fc3ea4638..5c3b2acc04 100644 --- a/tests/core/templates/test_paged_array.h +++ b/tests/core/templates/test_paged_array.h @@ -2,8 +2,8 @@ /* test_paged_array.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/tests/core/templates/test_rid.h b/tests/core/templates/test_rid.h index 3840352442..cbb88910a3 100644 --- a/tests/core/templates/test_rid.h +++ b/tests/core/templates/test_rid.h @@ -2,8 +2,8 @@ /* test_rid.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/tests/core/templates/test_vector.h b/tests/core/templates/test_vector.h index 158568b997..e46e1aef81 100644 --- a/tests/core/templates/test_vector.h +++ b/tests/core/templates/test_vector.h @@ -2,8 +2,8 @@ /* test_vector.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ |