From dd6517a976b6ce34bc6cc646e163c5bbb4bf7ca5 Mon Sep 17 00:00:00 2001
From: Tobias Hunger <tobias.hunger@digia.com>
Date: Fri, 5 Oct 2012 15:12:04 +0200
Subject: [PATCH] hasCopyright: Creator does not use GPL license

Change-Id: I24ce89117812a7f15913dc092687910a39da9358
Reviewed-by: hjk <qthjk@ovi.com>
---
 scripts/hasCopyright.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 mode change 100644 => 100755 scripts/hasCopyright.pl

diff --git a/scripts/hasCopyright.pl b/scripts/hasCopyright.pl
old mode 100644
new mode 100755
index 575682a8aff..c80135a7916
--- 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;
     }
 
-- 
GitLab