From 8ac3152e898668a8354d9fd3afada89484ac575b Mon Sep 17 00:00:00 2001 From: Rafael Antognolli Date: Tue, 27 Nov 2012 15:37:56 +0000 Subject: [PATCH] Ethumb: Fix license reporting on executables's --version output. SVN revision: 79748 --- legacy/ethumb/src/bin/ethumb.c | 2 +- legacy/ethumb/src/bin/ethumbd.c | 2 +- legacy/ethumb/src/bin/ethumbd_client.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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. "