hasCopyright: Creator does not use GPL license

Change-Id: I24ce89117812a7f15913dc092687910a39da9358
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Tobias Hunger
2012-10-05 15:12:04 +02:00
committed by hjk
parent 9b68e81fea
commit dd6517a976
Regular → Executable
+2 -2
View File
@@ -110,8 +110,8 @@ while (1) {
next;
}
unless ($hasGPL) {
print "$file\tERROR\tNo GPL license\n";
if ($hasGPL) {
print "$file\tERROR\tHas GPL license\n";
next;
}