Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/maint-helper.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2008-01-29 13:28:53 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2008-01-29 13:28:53 (GMT)
commita8d188fca4799a2f16d45b824ed64768cd0992c6 (patch)
tree5dd1a18154de12bd297c5b1a944d7ecc76e6d90f /maint-helper.py
parent4dcca9419345d8e00c98ef5147a380415e36bd16 (diff)
Fixed licenses. This package should be LGPL.
Diffstat (limited to 'maint-helper.py')
-rwxr-xr-xmaint-helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/maint-helper.py b/maint-helper.py
index 7192de4..50f7d07 100755
--- a/maint-helper.py
+++ b/maint-helper.py
@@ -168,7 +168,7 @@ def check_licenses(path, license, missing):
def cmd_check_licenses():
missing = {}
- check_licenses(os.getcwd(), 'GPL', missing)
+ check_licenses(os.getcwd(), 'LGPL', missing)
for item in missing.keys():
print '%s:\n' % item