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 /platform/android/export | |
parent | 08b664511b0b984309dab13efc27ad2703d4ff18 (diff) | |
download | redot-engine-1170ff2a1f5913011336014382cb90398ac452f4.tar.gz |
Fix copyright headers referring to Godot
Diffstat (limited to 'platform/android/export')
-rw-r--r-- | platform/android/export/export.cpp | 4 | ||||
-rw-r--r-- | platform/android/export/export.h | 4 | ||||
-rw-r--r-- | platform/android/export/export_plugin.cpp | 4 | ||||
-rw-r--r-- | platform/android/export/export_plugin.h | 4 | ||||
-rw-r--r-- | platform/android/export/godot_plugin_config.cpp | 4 | ||||
-rw-r--r-- | platform/android/export/godot_plugin_config.h | 4 | ||||
-rw-r--r-- | platform/android/export/gradle_export_util.cpp | 4 | ||||
-rw-r--r-- | platform/android/export/gradle_export_util.h | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/platform/android/export/export.cpp b/platform/android/export/export.cpp index ff097b90d1..308446e1b5 100644 --- a/platform/android/export/export.cpp +++ b/platform/android/export/export.cpp @@ -2,8 +2,8 @@ /* export.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/platform/android/export/export.h b/platform/android/export/export.h index 1d9b48686c..67dd71fbc6 100644 --- a/platform/android/export/export.h +++ b/platform/android/export/export.h @@ -2,8 +2,8 @@ /* export.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/platform/android/export/export_plugin.cpp b/platform/android/export/export_plugin.cpp index eea7c2085d..2f45c12a53 100644 --- a/platform/android/export/export_plugin.cpp +++ b/platform/android/export/export_plugin.cpp @@ -2,8 +2,8 @@ /* export_plugin.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/platform/android/export/export_plugin.h b/platform/android/export/export_plugin.h index 0cd16905ef..366a9be196 100644 --- a/platform/android/export/export_plugin.h +++ b/platform/android/export/export_plugin.h @@ -2,8 +2,8 @@ /* export_plugin.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/platform/android/export/godot_plugin_config.cpp b/platform/android/export/godot_plugin_config.cpp index e35e8effc8..17ead2cda7 100644 --- a/platform/android/export/godot_plugin_config.cpp +++ b/platform/android/export/godot_plugin_config.cpp @@ -2,8 +2,8 @@ /* godot_plugin_config.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/platform/android/export/godot_plugin_config.h b/platform/android/export/godot_plugin_config.h index 90bfaa557a..68218824b9 100644 --- a/platform/android/export/godot_plugin_config.h +++ b/platform/android/export/godot_plugin_config.h @@ -2,8 +2,8 @@ /* godot_plugin_config.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/platform/android/export/gradle_export_util.cpp b/platform/android/export/gradle_export_util.cpp index 83aeade18f..01ac937606 100644 --- a/platform/android/export/gradle_export_util.cpp +++ b/platform/android/export/gradle_export_util.cpp @@ -2,8 +2,8 @@ /* gradle_export_util.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/platform/android/export/gradle_export_util.h b/platform/android/export/gradle_export_util.h index 8d898f2dc4..aa272e2b4e 100644 --- a/platform/android/export/gradle_export_util.h +++ b/platform/android/export/gradle_export_util.h @@ -2,8 +2,8 @@ /* gradle_export_util.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ |