equal
deleted
inserted
replaced
77 QString qtSrcDir; |
77 QString qtSrcDir; |
78 }; |
78 }; |
79 |
79 |
80 tst_Headers::tst_Headers() : |
80 tst_Headers::tst_Headers() : |
81 copyrightPattern("\\*\\* Copyright \\(C\\) 20[0-9][0-9] Nokia Corporation and/or its subsidiary\\(-ies\\)."), |
81 copyrightPattern("\\*\\* Copyright \\(C\\) 20[0-9][0-9] Nokia Corporation and/or its subsidiary\\(-ies\\)."), |
82 licensePattern("\\*\\* \\$QT_BEGIN_LICENSE:(LGPL|BSD|3RDPARTY|LGPL-ONLY)\\$"), |
82 licensePattern("\\*\\* \\$QT_BEGIN_LICENSE:(LGPL|BSD|3RDPARTY|LGPL-ONLY|FDL)\\$"), |
83 moduleTest(QLatin1String("\\*\\* This file is part of the .+ of the Qt Toolkit.")) |
83 moduleTest(QLatin1String("\\*\\* This file is part of the .+ of the Qt Toolkit.")) |
84 { |
84 { |
85 } |
85 } |
86 |
86 |
87 QStringList tst_Headers::getFiles(const QString &path, |
87 QStringList tst_Headers::getFiles(const QString &path, |