summaryrefslogtreecommitdiffstats
path: root/src/testlib
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2022-10-10 11:10:49 +0300
committerKai Koehne <kai.koehne@qt.io>2022-10-11 14:10:58 +0000
commit638c4a3014f5adbda70c768d3df71a22fbf1e672 (patch)
tree09460ebe7369db7965ea9539a0086b6f43461d82 /src/testlib
parent0e1ce757d530c5e84d4c3ad070fd8ebf47c2e3d2 (diff)
Fix file which had SPDX-License-Identifier on two lines
This breaks our automation in Debian. Pick-to: 6.4 Change-Id: Iee035dee8e0d89e22540a2691689da46c4c301a3 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/testlib')
-rw-r--r--src/testlib/doc/includes/building-examples.qdocinc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/testlib/doc/includes/building-examples.qdocinc b/src/testlib/doc/includes/building-examples.qdocinc
index ab845dd482..8f10812a11 100644
--- a/src/testlib/doc/includes/building-examples.qdocinc
+++ b/src/testlib/doc/includes/building-examples.qdocinc
@@ -1,6 +1,5 @@
// Copyright (C) 2022 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR
-// GFDL-1.3-no-invariants-only
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
//! [building the executable]
You can build the test case executable using CMake or qmake.