summaryrefslogtreecommitdiff
path: root/scripts/hasCopyright.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/hasCopyright.pl')
-rw-r--r--scripts/hasCopyright.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/hasCopyright.pl b/scripts/hasCopyright.pl
index 3f7d4dc622..ee68f3baff 100644
--- a/scripts/hasCopyright.pl
+++ b/scripts/hasCopyright.pl
@@ -23,7 +23,8 @@ sub canIgnoreNoCopyright {
$file =~ /\.qrc$/ or
$file =~ /\.txt$/i or
$file =~ /\/README[^\/]*$/i or
- $file =~ /\/LICENSE.LGPL$/i or
+ $file =~ /\/LICENSE.LGPLv21$/i or
+ $file =~ /\/LICENSE.LGPLv3$/i or
$file =~ /\.ui$/i or
$file =~ /\.xml$/ or
$file =~ /\.css$/ or