Correct license of qsignalspy.cpp

When 7bff20c9f5 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 <marc.mutz@qt.io>
bb10
Lucie Gérard 2024-04-16 14:01:22 +02:00 committed by Marc Mutz
parent 5a7d41667d
commit ecc9516d15
1 changed files with 1 additions and 1 deletions

View File

@ -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"