summaryrefslogtreecommitdiffstats
path: root/scripts/check_licenses
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check_licenses')
-rwxr-xr-xscripts/check_licenses2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check_licenses b/scripts/check_licenses
index 33e64479..6accd259 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 !~ /tqmoc\.cpp/
+ and $f !~ /moc\.cpp/
)
{
return 1;