Update copyright in remaining files + prints in the UI
This commit is contained in:
parent
4a5db60843
commit
1f1c3038c2
42 changed files with 43 additions and 43 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue