mirror of https://github.com/qt/qtdoc.git
Change license for tests file
According to QUIP-18 [1], all test files should be LicenseRef-Qt-Commercial OR GPL-3.0-only [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I6c16797a88702de06726a78511f71a62a5c91e13 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
This commit is contained in:
parent
e165d4b070
commit
dea03be578
|
@ -1,5 +1,5 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <private/qqmljsengine_p.h>
|
||||
#include <private/qqmljsparser_p.h>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
||||
|
||||
#include <qtest.h>
|
||||
#include <QLibraryInfo>
|
||||
|
|
Loading…
Reference in New Issue