diff options
author | Michele Calgaro <[email protected]> | 2021-03-22 11:04:30 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-03-22 11:04:30 +0900 |
commit | 54fd5c4cb114b87671e750430a4d0b1b67a43d58 (patch) | |
tree | 2f2bc466c0cd265137cc948174344d3dc1d17e0b | |
parent | 758ee9eeedab4b94dbb0c540b419b1fceac7ff63 (diff) | |
download | kvkbd-54fd5c4cb114b87671e750430a4d0b1b67a43d58.tar.gz kvkbd-54fd5c4cb114b87671e750430a4d0b1b67a43d58.zip |
Updated authors, as requested on PR #9.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | src/main.cpp | 3 |
2 files changed, 1 insertions, 3 deletions
@@ -1,2 +1 @@ Todor Gyumyushev <[email protected]> -Ray-V <[email protected]> diff --git a/src/main.cpp b/src/main.cpp index 722d615..55c8260 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -184,9 +184,8 @@ int main(int argc, char **argv) { TDEAboutData about("kvkbd", I18N_NOOP("kvkbd"), version, description, - TDEAboutData::License_GPL, "(C) 2007 Todor Gyumyushev\n(C) 2021 Ray-V", 0, 0, "http://bugs.trinitydesktop.org"); + TDEAboutData::License_GPL, "(C) 2007 Todor Gyumyushev", 0, 0, "http://bugs.trinitydesktop.org"); about.addAuthor( "Todor Gyumyushev", 0, "[email protected]" ); - about.addAuthor( "Ray-V", 0, "[email protected]" ); int alone=0; |