diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-09-02 16:27:45 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-09-02 16:27:45 +0200 |
commit | 37bf8ee648a576acd4c95b40c7254b53f04dbb86 (patch) | |
tree | e8fa62f4acdfd94161c6dfed93f61ec7e2ff46a8 /src/sdtui.c | |
parent | 675139edb03f1eed43361b1bc6b1bcacf63327d9 (diff) | |
download | tdv-37bf8ee648a576acd4c95b40c7254b53f04dbb86.tar.gz tdv-37bf8ee648a576acd4c95b40c7254b53f04dbb86.tar.xz tdv-37bf8ee648a576acd4c95b40c7254b53f04dbb86.zip |
Name change
Diffstat (limited to 'src/sdtui.c')
-rw-r--r-- | src/sdtui.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sdtui.c b/src/sdtui.c index a264f96..be6a43c 100644 --- a/src/sdtui.c +++ b/src/sdtui.c @@ -1,7 +1,7 @@ /* * StarDict terminal UI * - * Copyright (c) 2013 - 2018, Přemysl Janouch <p@janouch.name> + * Copyright (c) 2013 - 2018, Přemysl Eric Janouch <p@janouch.name> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. @@ -980,7 +980,7 @@ app_show_help (Application *self) { PROJECT_NAME " " PROJECT_VERSION, _("Terminal UI for StarDict dictionaries"), - "Copyright (c) 2013 - 2018, Přemysl Janouch", + "Copyright (c) 2013 - 2018, Přemysl Eric Janouch", "", _("Type to search") }; |