diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2009-11-17 10:27:27 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-11-17 10:30:47 (GMT) |
commit | 3a92f40e1faf4d81f5071a66558b051a9fda727e (patch) | |
tree | 9343276db3eef43066ade02f5f4ecfef4001518a /tests/auto/headers | |
parent | 3d1bd509fdc8f06ec8cf814682941ad7ac47f1ff (diff) | |
download | Qt-3a92f40e1faf4d81f5071a66558b051a9fda727e.zip Qt-3a92f40e1faf4d81f5071a66558b051a9fda727e.tar.gz Qt-3a92f40e1faf4d81f5071a66558b051a9fda727e.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>
Diffstat (limited to 'tests/auto/headers')
-rw-r--r-- | tests/auto/headers/tst_headers.cpp | 2 |
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.")) { } |