1
0
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:
Rémi Verschelde
2016-01-11 21:34:22 +01:00
parent 4a5db60843
commit 1f1c3038c2
42 changed files with 43 additions and 43 deletions

View File

@@ -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);