You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Update copyright in remaining files + prints in the UI
This commit is contained in:
@@ -964,7 +964,7 @@ ProjectManager::ProjectManager() {
|
||||
String cp;
|
||||
cp.push_back(0xA9);
|
||||
cp.push_back(0);
|
||||
l->set_text(cp+" 2008-2015 Juan Linietsky, Ariel Manzur.");
|
||||
l->set_text(cp+" 2008-2016 Juan Linietsky, Ariel Manzur.");
|
||||
l->set_align(Label::ALIGN_CENTER);
|
||||
vb->add_child(l);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user