summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2009-11-17 10:27:27 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-11-17 10:41:00 (GMT)
commit21695d8d092d1cdc5cdb395b759b581afcf2354c (patch)
treec5cb8e42a6bb6b19c81985a446eb02f4feecbde6 /tests
parent2aec3c439a63a8b17817c4db0d7b4757a5c33ab4 (diff)
downloadQt-21695d8d092d1cdc5cdb395b759b581afcf2354c.zip
Qt-21695d8d092d1cdc5cdb395b759b581afcf2354c.tar.gz
Qt-21695d8d092d1cdc5cdb395b759b581afcf2354c.tar.bz2
Make tst_headers pass with changed QtScript license
Add LGPL-ONLY to the supported tag types. Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com> (cherry picked from commit 3a92f40e1faf4d81f5071a66558b051a9fda727e)
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/headers/tst_headers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/headers/tst_headers.cpp b/tests/auto/headers/tst_headers.cpp
index d4f2ff4..36d25fe 100644
--- a/tests/auto/headers/tst_headers.cpp
+++ b/tests/auto/headers/tst_headers.cpp
@@ -77,7 +77,7 @@ private:
tst_Headers::tst_Headers() :
copyrightPattern("\\*\\* Copyright \\(C\\) 20[0-9][0-9] Nokia Corporation and/or its subsidiary\\(-ies\\)."),
- licensePattern("\\*\\* \\$QT_BEGIN_LICENSE:(LGPL|BSD|3RDPARTY)\\$"),
+ licensePattern("\\*\\* \\$QT_BEGIN_LICENSE:(LGPL|BSD|3RDPARTY|LGPL-ONLY)\\$"),
moduleTest(QLatin1String("\\*\\* This file is part of the .+ of the Qt Toolkit."))
{
}