diff options
author | Lucie Gérard <[email protected]> | 2024-04-16 14:01:22 +0200 |
---|---|---|
committer | Marc Mutz <[email protected]> | 2024-04-26 15:37:55 +0000 |
commit | ecc9516d15ece58b70eb8d0064fec6c13024da03 (patch) | |
tree | 8d3df4cef9f187d64bfae176149715b78995814e | |
parent | 5a7d41667d08cd6062cee43ee871fae5663ed7e3 (diff) |
Correct license of qsignalspy.cpp
When 7bff20c9f5d1f6c8bde18f0cfd9c5231d7792ef7 renamed the file from
.qdoc to .cpp, it failed to adjust the license header from GFDL
(documentation license) to the QtTest default.
Copy the license from qsignalspy.h, whence the code originally came
from.
Task-number: QTBUG-121787
Change-Id: I969ddc2b92882107581bbd514a28af7337e0fb9a
Reviewed-by: Marc Mutz <[email protected]>
-rw-r--r-- | src/testlib/qsignalspy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testlib/qsignalspy.cpp b/src/testlib/qsignalspy.cpp index c56f992ad02..5fd61d42dcd 100644 --- a/src/testlib/qsignalspy.cpp +++ b/src/testlib/qsignalspy.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only #include "qsignalspy.h" |