diff options
author | Skogi <skogi.b@gmail.com> | 2024-10-11 00:55:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-11 00:55:04 -0700 |
commit | 0fb59474522871c1e0ba7a15d573c2f0a242d545 (patch) | |
tree | 2a5b7f50d703ce498bf1738ef323df30ddcd1fe7 /core/variant/variant_construct.cpp | |
parent | b52811b83478bd06c5bcf39a93bbf53dd03cc9bf (diff) | |
parent | 20735d449ab3487804ff827cf5cd1de102109fe2 (diff) | |
download | redot-engine-0fb59474522871c1e0ba7a15d573c2f0a242d545.tar.gz |
Merge pull request #659 from Spartan322/redot-rebranding-rebase
Rebrand Godot to Redot
Diffstat (limited to 'core/variant/variant_construct.cpp')
-rw-r--r-- | core/variant/variant_construct.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/variant/variant_construct.cpp b/core/variant/variant_construct.cpp index 6c37d5e4b7..d12f61d935 100644 --- a/core/variant/variant_construct.cpp +++ b/core/variant/variant_construct.cpp @@ -5,6 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.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. */ /* */ |