[rkward] rkward: Update copyright years in 'about'
Thomas Friedrichsmeier
null at kde.org
Tue Apr 24 10:12:04 UTC 2018
Git commit db118ebe7bbd5d19488bd474db65b0b9d4b474c2 by Thomas Friedrichsmeier.
Committed on 24/04/2018 at 10:11.
Pushed by tfry into branch 'master'.
Update copyright years in 'about'
M +2 -2 rkward/main.cpp
https://commits.kde.org/rkward/db118ebe7bbd5d19488bd474db65b0b9d4b474c2
diff --git a/rkward/main.cpp b/rkward/main.cpp
index 4d0c1627..df55442e 100644
--- a/rkward/main.cpp
+++ b/rkward/main.cpp
@@ -2,7 +2,7 @@
main.cpp - description
-------------------
begin : Tue Oct 29 20:06:08 CET 2002
- copyright : (C) 2002-2017 by Thomas Friedrichsmeier
+ copyright : (C) 2002-2018 by Thomas Friedrichsmeier
email : thomas.friedrichsmeier at kdemail.net
***************************************************************************/
@@ -169,7 +169,7 @@ int main (int argc, char *argv[]) {
KUrlAuthorized::allowUrlAction ("redirect", QUrl("rkward://"), QUrl ("help:"));
KLocalizedString::setApplicationDomain ("rkward");
- KAboutData aboutData ("rkward", i18n ("RKWard"), RKWARD_VERSION, i18n ("Frontend to the R statistics language"), KAboutLicense::GPL, i18n ("(c) 2002, 2004 - 2016"), QString (), "http://rkward.kde.org");
+ KAboutData aboutData ("rkward", i18n ("RKWard"), RKWARD_VERSION, i18n ("Frontend to the R statistics language"), KAboutLicense::GPL, i18n ("(c) 2002, 2004 - 2018"), QString (), "http://rkward.kde.org");
aboutData.addAuthor (i18n ("Thomas Friedrichsmeier"), i18n ("Project leader / main developer"));
aboutData.addAuthor (i18n ("Pierre Ecochard"), i18n ("C++ developer between 2004 and 2007"));
aboutData.addAuthor (i18n ("Prasenjit Kapat"), i18n ("Many plugins, suggestions, plot history feature"));
More information about the rkward-tracker
mailing list