Adjust license headers

Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
hjk
2012-10-02 09:12:39 +02:00
committed by Eike Ziller
parent 0fc9e7c877
commit 386ca7c8dd
4289 changed files with 81649 additions and 85825 deletions
Executable → Regular
+2 -2
View File
@@ -66,7 +66,7 @@ while (1) {
$hasCurrent = 1 if $_ =~ /\(c\).*\s2012/i;
$hasContact = 1 if $_ =~ /Contact: http:\/\/www.qt-project.org\/legal/;
$hasCommercial = 1 if $_ =~ /Commercial License Usage/;
$hasCommercial = 1 if $_ =~ /Commercial (License )?Usage/;
$hasDigia = 1 if $_ =~ /Digia Plc/;
$hasLGPL = 1 if $_ =~ /GNU Lesser General Public License Usage/;
$hasGPL = 1 if $_ =~ /GNU General Public License Usage/;
@@ -95,7 +95,7 @@ while (1) {
next;
}
unless ($hasContact) {
if (!$hasContact && $file !~ /\.pluginspec\.in$/) {
print "$file\tERROR\tWrong contact\n";
next;
}