From 4de1a8eed7bfcae146475163f0af4fa6d9db7ad8 Mon Sep 17 00:00:00 2001 From: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:35:32 -0500 Subject: [PATCH] Update editor log copyright notice Adds in a string to reflect and acknowledge Redot Engine project and contributors. --- editor/editor_log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/editor_log.cpp b/editor/editor_log.cpp index aec374929e6..edcc4860b6e 100644 --- a/editor/editor_log.cpp +++ b/editor/editor_log.cpp @@ -548,7 +548,7 @@ EditorLog::EditorLog() { vb_right->add_child(editor_filter->toggle_button); type_filter_map.insert(MSG_TYPE_EDITOR, editor_filter); - add_message(VERSION_FULL_NAME " (c) 2007-present Juan Linietsky, Ariel Manzur & Godot Contributors."); + add_message(VERSION_FULL_NAME " (c) 2024-present Redot Engine & contributors\n (c) 2007-present Juan Linietsky, Ariel Manzur & Godot Contributors."); eh.errfunc = _error_handler; eh.userdata = this;