From a7bbb367d35a775413ee0b5b7062fc0a132428f2 Mon Sep 17 00:00:00 2001 From: antognolli Date: Tue, 27 Nov 2012 15:40:33 +0000 Subject: [PATCH] Ethumb: Fix license reporting on executables's --version output. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/branches/ethumb-1.7@79749 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/ethumb.c | 2 +- src/bin/ethumbd.c | 2 +- src/bin/ethumbd_client.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/ethumb.c b/src/bin/ethumb.c index bee2f52..12750e0 100644 --- a/src/bin/ethumb.c +++ b/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/src/bin/ethumbd.c b/src/bin/ethumbd.c index d3ca7c3..90128a2 100644 --- a/src/bin/ethumbd.c +++ b/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/src/bin/ethumbd_client.c b/src/bin/ethumbd_client.c index e236639..54b02c7 100644 --- a/src/bin/ethumbd_client.c +++ b/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. " -- 2.7.4