From: Ed Page Date: Fri, 6 Nov 2009 13:31:20 +0000 (-0600) Subject: Fixing what license this is under X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=commitdiff_plain;h=502d748a7b75a498cc121cc70b40f7c3295dbcbd Fixing what license this is under --- diff --git a/support/builddeb.py b/support/builddeb.py index db5510d..08763e4 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -177,7 +177,7 @@ def build_package(distribution): p.upgradeDescription = __changelog__.split("\n\n", 1)[0] p.author = __author__ p.mail = __email__ - p.license = "lgpl" + p.license = "gpl" p.depends = ", ".join([ "python2.6 | python2.5", "python-gtk2 | python2.5-gtk2",