summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 0163fb9..ae49b14 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -61,9 +61,9 @@ int main(int argc, char **argv)
{
// qInstallMsgHandler( myMessageOutput );
- TDEAboutData about("kompose", I18N_NOOP("Kompose"), version, description,
- TDEAboutData::License_GPL, "(C) 2005 Hans Oischinger", "", "http://developer.berlios.de/projects/kompose", "hans.oischinger@kde-mail.net");
- about.addAuthor( "Hans Oischinger", 0, "hans.oischinger@kde-mail.net" );
+ TDEAboutData about("kompose", I18N_NOOP("Komposé"), version, description, TDEAboutData::License_GPL,
+ "Copyright (c) 2021, The Trinity Desktop project\nCopyright (c) 2005, Hans Oischinger", "", "https://www.trinitydesktop.org/" );
+ about.addAuthor( "Hans Oischinger", "Original Author", "hans.oischinger@kde-mail.net", "http://developer.berlios.de/projects/kompose" );
TDECmdLineArgs::init(argc, argv, &about);
TDECmdLineArgs::addCmdLineOptions( options );