diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | src/main.cpp | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -1 +1,2 @@ Todor Gyumyushev <[email protected]> +Ray-V <[email protected]> diff --git a/src/main.cpp b/src/main.cpp index b818489..722d615 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -184,8 +184,9 @@ int main(int argc, char **argv) { TDEAboutData about("kvkbd", I18N_NOOP("kvkbd"), version, description, - TDEAboutData::License_GPL, "(C) 2007 Todor Gyumyushev", 0, 0, "[email protected]"); + TDEAboutData::License_GPL, "(C) 2007 Todor Gyumyushev\n(C) 2021 Ray-V", 0, 0, "http://bugs.trinitydesktop.org"); about.addAuthor( "Todor Gyumyushev", 0, "[email protected]" ); + about.addAuthor( "Ray-V", 0, "[email protected]" ); int alone=0; |