summaryrefslogtreecommitdiff
path: root/scripts/hasCopyright.pl
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2012-10-05 15:12:04 +0200
committerhjk <qthjk@ovi.com>2012-10-05 15:21:03 +0200
commitdd6517a976b6ce34bc6cc646e163c5bbb4bf7ca5 (patch)
treefe89f89686fc0823a85d123b2558e2f94f1ac2b9 /scripts/hasCopyright.pl
parent9b68e81feabcaf243f548365bab49c3b17d5c9fe (diff)
downloadqt-creator-dd6517a976b6ce34bc6cc646e163c5bbb4bf7ca5.tar.gz
hasCopyright: Creator does not use GPL license
Change-Id: I24ce89117812a7f15913dc092687910a39da9358 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'scripts/hasCopyright.pl')
-rwxr-xr-x[-rw-r--r--]scripts/hasCopyright.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/hasCopyright.pl b/scripts/hasCopyright.pl
index 575682a8af..c80135a791 100644..100755
--- a/scripts/hasCopyright.pl
+++ b/scripts/hasCopyright.pl
@@ -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;
}