diff options
author | Spartan322 <Megacake1234@gmail.com> | 2024-10-27 10:42:51 -0400 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2024-10-27 10:42:51 -0400 |
commit | 1170ff2a1f5913011336014382cb90398ac452f4 (patch) | |
tree | c8058588af6af0a32a857f0328d950a4f1bb4913 /main | |
parent | 08b664511b0b984309dab13efc27ad2703d4ff18 (diff) | |
download | redot-engine-1170ff2a1f5913011336014382cb90398ac452f4.tar.gz |
Fix copyright headers referring to Godot
Diffstat (limited to 'main')
-rw-r--r-- | main/main.cpp | 4 | ||||
-rw-r--r-- | main/main.h | 4 | ||||
-rw-r--r-- | main/main_timer_sync.cpp | 4 | ||||
-rw-r--r-- | main/main_timer_sync.h | 4 | ||||
-rw-r--r-- | main/performance.cpp | 4 | ||||
-rw-r--r-- | main/performance.h | 4 | ||||
-rw-r--r-- | main/steam_tracker.cpp | 4 | ||||
-rw-r--r-- | main/steam_tracker.h | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/main/main.cpp b/main/main.cpp index 8d605d6e7d..4c69e21082 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -2,8 +2,8 @@ /* main.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/main/main.h b/main/main.h index 1d087f7f71..1fc5837443 100644 --- a/main/main.h +++ b/main/main.h @@ -2,8 +2,8 @@ /* main.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/main/main_timer_sync.cpp b/main/main_timer_sync.cpp index 26d23759cc..66015ffec4 100644 --- a/main/main_timer_sync.cpp +++ b/main/main_timer_sync.cpp @@ -2,8 +2,8 @@ /* main_timer_sync.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/main/main_timer_sync.h b/main/main_timer_sync.h index 6f234df500..f78a47d054 100644 --- a/main/main_timer_sync.h +++ b/main/main_timer_sync.h @@ -2,8 +2,8 @@ /* main_timer_sync.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/main/performance.cpp b/main/performance.cpp index 529c1b8606..704c4eee9b 100644 --- a/main/performance.cpp +++ b/main/performance.cpp @@ -2,8 +2,8 @@ /* performance.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/main/performance.h b/main/performance.h index f0e34f2414..d06d0068af 100644 --- a/main/performance.h +++ b/main/performance.h @@ -2,8 +2,8 @@ /* performance.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/main/steam_tracker.cpp b/main/steam_tracker.cpp index fc33482928..d9412e97b6 100644 --- a/main/steam_tracker.cpp +++ b/main/steam_tracker.cpp @@ -2,8 +2,8 @@ /* steam_tracker.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/main/steam_tracker.h b/main/steam_tracker.h index 387e536fc9..4f28dc4581 100644 --- a/main/steam_tracker.h +++ b/main/steam_tracker.h @@ -2,8 +2,8 @@ /* steam_tracker.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ |