diff --git a/legacy/ethumb/src/bin/ethumb.c b/legacy/ethumb/src/bin/ethumb.c index bee2f52058..12750e0196 100644 --- a/legacy/ethumb/src/bin/ethumb.c +++ b/legacy/ethumb/src/bin/ethumb.c @@ -89,7 +89,7 @@ const Ecore_Getopt optdesc = { NULL, PACKAGE_VERSION, "(C) 2009 - ProFUSION embedded systems", - "LGPL v3 - GNU Lesser General Public License", + "LGPL v2.1 - GNU Lesser General Public License", "Thumbnails generator.\n" "\n" "This program uses ethumb to create thumbnails from pictures. " diff --git a/legacy/ethumb/src/bin/ethumbd.c b/legacy/ethumb/src/bin/ethumbd.c index d3ca7c386d..90128a2f95 100644 --- a/legacy/ethumb/src/bin/ethumbd.c +++ b/legacy/ethumb/src/bin/ethumbd.c @@ -194,7 +194,7 @@ const Ecore_Getopt optdesc = { NULL, PACKAGE_VERSION, "(C) 2009 - ProFUSION embedded systems", - "LGPL v3 - GNU Lesser General Public License", + "LGPL v2.1 - GNU Lesser General Public License", "Ethumb daemon.\n" "\n" "ethumbd uses the Ethumb library to create thumbnails for any " diff --git a/legacy/ethumb/src/bin/ethumbd_client.c b/legacy/ethumb/src/bin/ethumbd_client.c index e236639fcf..54b02c7e90 100644 --- a/legacy/ethumb/src/bin/ethumbd_client.c +++ b/legacy/ethumb/src/bin/ethumbd_client.c @@ -106,7 +106,7 @@ const Ecore_Getopt optdesc = { NULL, PACKAGE_VERSION, "(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" "\n" "This program uses ethumbd server to create thumbnails from pictures. "