|
|
@ -70,9 +70,10 @@ const TDEAboutData *KNotesPlugin::aboutData()
|
|
|
|
mAboutData = new TDEAboutData( "knotes", I18N_NOOP( "Notes Management" ),
|
|
|
|
mAboutData = new TDEAboutData( "knotes", I18N_NOOP( "Notes Management" ),
|
|
|
|
"0.5", I18N_NOOP( "Notes Management" ),
|
|
|
|
"0.5", I18N_NOOP( "Notes Management" ),
|
|
|
|
TDEAboutData::License_GPL_V2,
|
|
|
|
TDEAboutData::License_GPL_V2,
|
|
|
|
"(c) 2003-2004 The Kontact developers" );
|
|
|
|
"(c) 2003-2020 The Kontact developers" );
|
|
|
|
mAboutData->addAuthor( "Michael Brade", "Current Maintainer", "brade@kde.org" );
|
|
|
|
mAboutData->addAuthor( "Michael Brade", "", "brade@kde.org" );
|
|
|
|
mAboutData->addAuthor( "Tobias Koenig", "", "tokoe@kde.org" );
|
|
|
|
mAboutData->addAuthor( "Tobias Koenig", "", "tokoe@kde.org" );
|
|
|
|
|
|
|
|
mAboutData->addAuthor( "TDE Team", "", "trinitydesktop.org" );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
return mAboutData;
|
|
|
|
return mAboutData;
|
|
|
|