Ethumb: Fix license reporting on executables's --version output.
authorantognolli <antognolli@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 27 Nov 2012 15:40:33 +0000 (15:40 +0000)
committerantognolli <antognolli@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 27 Nov 2012 15:40:33 +0000 (15:40 +0000)
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
src/bin/ethumbd.c
src/bin/ethumbd_client.c

index bee2f52..12750e0 100644 (file)
@@ -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. "
index d3ca7c3..90128a2 100644 (file)
@@ -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 "
index e236639..54b02c7 100644 (file)
@@ -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. "