diff -r 5dc02b23752f -r 3e2da88830cd tests/auto/headers/tst_headers.cpp --- a/tests/auto/headers/tst_headers.cpp Tue Jul 06 15:10:48 2010 +0300 +++ b/tests/auto/headers/tst_headers.cpp Wed Aug 18 10:37:55 2010 +0300 @@ -79,7 +79,7 @@ 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.")) { }