From: epage Date: Fri, 6 Nov 2009 13:37:37 +0000 (+0000) Subject: Fixing the advertised license X-Git-Url: http://git.maemo.org/git/?p=quicknote;a=commitdiff_plain;h=abfa5ba157cdd08304b66ee4665ed795a5c6c36e;hp=bef6345b9d91e1b43a0ca599cecaa25789fde9cc Fixing the advertised license git-svn-id: file:///svnroot/quicknote/trunk@65 bb7704e3-badb-4cfa-9ab3-9374dc87eaa2 --- diff --git a/support/builddeb.py b/support/builddeb.py index cefd602..e384166 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -97,7 +97,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",