Ethumb: Fix license reporting on executables's --version output.

SVN revision: 79748
This commit is contained in:
Rafael Antognolli 2012-11-27 15:37:56 +00:00
parent 5f875d92f0
commit 8ac3152e89
3 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@ const Ecore_Getopt optdesc = {
NULL, NULL,
PACKAGE_VERSION, PACKAGE_VERSION,
"(C) 2009 - ProFUSION embedded systems", "(C) 2009 - ProFUSION embedded systems",
"LGPL v3 - GNU Lesser General Public License", "LGPL v2.1 - GNU Lesser General Public License",
"Thumbnails generator.\n" "Thumbnails generator.\n"
"\n" "\n"
"This program uses ethumb to create thumbnails from pictures. " "This program uses ethumb to create thumbnails from pictures. "

View File

@ -194,7 +194,7 @@ const Ecore_Getopt optdesc = {
NULL, NULL,
PACKAGE_VERSION, PACKAGE_VERSION,
"(C) 2009 - ProFUSION embedded systems", "(C) 2009 - ProFUSION embedded systems",
"LGPL v3 - GNU Lesser General Public License", "LGPL v2.1 - GNU Lesser General Public License",
"Ethumb daemon.\n" "Ethumb daemon.\n"
"\n" "\n"
"ethumbd uses the Ethumb library to create thumbnails for any " "ethumbd uses the Ethumb library to create thumbnails for any "

View File

@ -106,7 +106,7 @@ const Ecore_Getopt optdesc = {
NULL, NULL,
PACKAGE_VERSION, PACKAGE_VERSION,
"(C) 2009 - ProFUSION embedded systems", "(C) 2009 - ProFUSION embedded systems",
"LGPL v3 - GNU Lesser General Public License", "LGPL v2.1 - GNU Lesser General Public License",
"Thumbnails generator client using DBus and ethumbd.\n" "Thumbnails generator client using DBus and ethumbd.\n"
"\n" "\n"
"This program uses ethumbd server to create thumbnails from pictures. " "This program uses ethumbd server to create thumbnails from pictures. "