From abfa5ba157cdd08304b66ee4665ed795a5c6c36e Mon Sep 17 00:00:00 2001 From: epage Date: Fri, 6 Nov 2009 13:37:37 +0000 Subject: [PATCH] Fixing the advertised license git-svn-id: file:///svnroot/quicknote/trunk@65 bb7704e3-badb-4cfa-9ab3-9374dc87eaa2 --- support/builddeb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 1.7.9.5