diff options
author | Spartan322 <Megacake1234@gmail.com> | 2024-10-27 03:22:47 -0400 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2024-10-31 06:59:45 -0400 |
commit | d3bd3484fc9baad20a7cc4c9371a5f4dd70744cd (patch) | |
tree | 0281e8b71d3f321c675a53ca27c2f11e5360d1f2 /src/classes | |
parent | 35f01391e0dd380c58f085badbf7be22a627c9f9 (diff) | |
download | redot-cpp-d3bd3484fc9baad20a7cc4c9371a5f4dd70744cd.tar.gz |
Rebrand preambles to Redot
Diffstat (limited to 'src/classes')
-rw-r--r-- | src/classes/editor_plugin_registration.cpp | 6 | ||||
-rw-r--r-- | src/classes/low_level.cpp | 6 | ||||
-rw-r--r-- | src/classes/wrapped.cpp | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/src/classes/editor_plugin_registration.cpp b/src/classes/editor_plugin_registration.cpp index 99819be..94093bb 100644 --- a/src/classes/editor_plugin_registration.cpp +++ b/src/classes/editor_plugin_registration.cpp @@ -2,9 +2,11 @@ /* editor_plugin_registration.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) */ /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ diff --git a/src/classes/low_level.cpp b/src/classes/low_level.cpp index 3b6b161..3832e84 100644 --- a/src/classes/low_level.cpp +++ b/src/classes/low_level.cpp @@ -2,9 +2,11 @@ /* low_level.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) */ /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ diff --git a/src/classes/wrapped.cpp b/src/classes/wrapped.cpp index e729ba0..94b30ec 100644 --- a/src/classes/wrapped.cpp +++ b/src/classes/wrapped.cpp @@ -2,9 +2,11 @@ /* wrapped.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) */ /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ |