diff options
Diffstat (limited to 'scripts/check_licenses')
-rwxr-xr-x | scripts/check_licenses | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check_licenses b/scripts/check_licenses index 6accd259..33e64479 100755 --- a/scripts/check_licenses +++ b/scripts/check_licenses @@ -26,7 +26,7 @@ sub nameok() and $f !~ /_stub\.cpp/ and $f !~ /_skel.cpp/ and $f !~ /_closure\.cpp/ - and $f !~ /moc\.cpp/ + and $f !~ /tqmoc\.cpp/ ) { return 1; |