summaryrefslogtreecommitdiffstats
path: root/scripts/check_licenses
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 14:56:24 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 14:56:24 -0500
commitccb576aa671246fd123b5ca8ff8263a6be7c8bff (patch)
tree929a41eb8929a3ff3289632b82b8c3bde7756914 /scripts/check_licenses
parent1e2cd75fe5dfa3783d839bc1e319629ded446ffb (diff)
downloadtdesdk-ccb576aa671246fd123b5ca8ff8263a6be7c8bff.tar.gz
tdesdk-ccb576aa671246fd123b5ca8ff8263a6be7c8bff.zip
Fix inadvertent tq changes.
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;