diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-07 21:38:27 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-07 21:38:27 +0100 |
commit | 99116d0f70f4104b8415f36f8cab9c22c36a069c (patch) | |
tree | b2ee606d69774d212b13651d72abe64b9425e5e9 /src | |
parent | e1643289c5f656084d65a5ff41a1a7316f953940 (diff) | |
download | tdv-99116d0f70f4104b8415f36f8cab9c22c36a069c.tar.gz tdv-99116d0f70f4104b8415f36f8cab9c22c36a069c.tar.xz tdv-99116d0f70f4104b8415f36f8cab9c22c36a069c.zip |
Update information texts and copyrights
Diffstat (limited to 'src')
-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 f6591e9..4961928 100644 --- a/src/sdtui.c +++ b/src/sdtui.c @@ -1,7 +1,7 @@ /* * StarDict terminal UI * - * Copyright (c) 2013 - 2014, Přemysl Janouch <p.janouch@gmail.com> + * Copyright (c) 2013 - 2015, Přemysl Janouch <p.janouch@gmail.com> * All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for any @@ -491,7 +491,7 @@ app_show_help (Application *self) { PROJECT_NAME " " PROJECT_VERSION, _("Terminal UI for StarDict dictionaries"), - "Copyright (c) 2013 - 2014, Přemysl Janouch", + "Copyright (c) 2013 - 2015, Přemysl Janouch", "", _("Type to search") }; |