From a8d188fca4799a2f16d45b824ed64768cd0992c6 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Tue, 29 Jan 2008 13:28:53 +0000 Subject: Fixed licenses. This package should be LGPL. --- (limited to 'maint-helper.py') 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 -- cgit v0.9.1