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 /drivers/png | |
parent | ad8b971a55f97b3a1e6e664b45998fcc18925ad3 (diff) | |
download | redot-engine-6beb1eef9a4537077780ec48c4a7c2b17723ca9e.tar.gz |
Fix copyright headers referring to Godot
Diffstat (limited to 'drivers/png')
-rw-r--r-- | drivers/png/image_loader_png.cpp | 4 | ||||
-rw-r--r-- | drivers/png/image_loader_png.h | 4 | ||||
-rw-r--r-- | drivers/png/png_driver_common.cpp | 4 | ||||
-rw-r--r-- | drivers/png/png_driver_common.h | 4 | ||||
-rw-r--r-- | drivers/png/resource_saver_png.cpp | 4 | ||||
-rw-r--r-- | drivers/png/resource_saver_png.h | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/drivers/png/image_loader_png.cpp b/drivers/png/image_loader_png.cpp index edeadccecb..0688778e34 100644 --- a/drivers/png/image_loader_png.cpp +++ b/drivers/png/image_loader_png.cpp @@ -2,8 +2,8 @@ /* image_loader_png.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/drivers/png/image_loader_png.h b/drivers/png/image_loader_png.h index 4a5572fe31..99ec3746a3 100644 --- a/drivers/png/image_loader_png.h +++ b/drivers/png/image_loader_png.h @@ -2,8 +2,8 @@ /* image_loader_png.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/drivers/png/png_driver_common.cpp b/drivers/png/png_driver_common.cpp index a133c8b394..c340d2d807 100644 --- a/drivers/png/png_driver_common.cpp +++ b/drivers/png/png_driver_common.cpp @@ -2,8 +2,8 @@ /* png_driver_common.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/drivers/png/png_driver_common.h b/drivers/png/png_driver_common.h index 66b840349a..52fa70f0a7 100644 --- a/drivers/png/png_driver_common.h +++ b/drivers/png/png_driver_common.h @@ -2,8 +2,8 @@ /* png_driver_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/drivers/png/resource_saver_png.cpp b/drivers/png/resource_saver_png.cpp index 110d6fae35..0a04b25364 100644 --- a/drivers/png/resource_saver_png.cpp +++ b/drivers/png/resource_saver_png.cpp @@ -2,8 +2,8 @@ /* resource_saver_png.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/drivers/png/resource_saver_png.h b/drivers/png/resource_saver_png.h index d80d75834f..7c2c0b5ef6 100644 --- a/drivers/png/resource_saver_png.h +++ b/drivers/png/resource_saver_png.h @@ -2,8 +2,8 @@ /* resource_saver_png.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ |