forked from qt-creator/qt-creator
Adjust license headers
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Executable → Regular
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user