diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2010-06-21 05:49:28 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-06-21 05:49:28 (GMT) |
commit | 76f64bfa979e291a8350fd87ceda4307d5a48d71 (patch) | |
tree | c5147f2e781d7ad24fa22d7376f817246ece5ce9 /tests/auto/headers | |
parent | 5885f83a26ea9c52805100aa209f94298a935495 (diff) | |
download | Qt-76f64bfa979e291a8350fd87ceda4307d5a48d71.zip Qt-76f64bfa979e291a8350fd87ceda4307d5a48d71.tar.gz Qt-76f64bfa979e291a8350fd87ceda4307d5a48d71.tar.bz2 |
Allow GNU Free Documentation license header.
Reviewed-by: Trust Me
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 0538607..06c70f9 100644 --- a/tests/auto/headers/tst_headers.cpp +++ b/tests/auto/headers/tst_headers.cpp @@ -79,7 +79,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|LGPL-ONLY)\\$"), + licensePattern("\\*\\* \\$QT_BEGIN_LICENSE:(LGPL|BSD|3RDPARTY|LGPL-ONLY|FDL)\\$"), moduleTest(QLatin1String("\\*\\* This file is part of the .+ of the Qt Toolkit.")) { } |