Update copyright

This commit is contained in:
2012-02-01 11:02:54 +01:00
parent 7bef9dd5b0
commit 1e4f696162
65 changed files with 68 additions and 68 deletions

View File

@@ -1,5 +1,5 @@
/*
Copyright 2010-2011 Grégory Soutadé
Copyright 2010-2012 Grégory Soutadé
This file is part of KissCount.
@@ -260,7 +260,7 @@ void wxUI::ChangeUser()
void wxUI::OnButtonAbout()
{
QMessageBox::information(0, "KissCount " APP_VERSION, _("Personal accounting software\n\nhttp://indefero.soutade.fr/p/kisscount/\n\nLicenced under GNU GPL v3\n\nCopyright (C) 2010-2011 Grégory Soutadé"));
QMessageBox::information(0, "KissCount " APP_VERSION, _("Personal accounting software\n\nhttp://indefero.soutade.fr/p/kisscount/\n\nLicenced under GNU GPL v3\n\nCopyright (C) 2010-2012 Grégory Soutadé"));
}
void wxUI::OnButtonQuit()