From a1e19c4a8c953dbeb2b371aca44ab333786e19a4 Mon Sep 17 00:00:00 2001 From: Sona Kurazyan Date: Wed, 21 Sep 2022 09:21:10 +0200 Subject: [PATCH] Fix the license headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These were copied from *.qdoc files by a mistake. Change-Id: I2379422c2c8558bd8c2111170d0c1d97f06797da Reviewed-by: Jörg Bornemann --- src/corelib/global/qassert.cpp | 2 +- src/corelib/global/qtversionchecks.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/corelib/global/qassert.cpp b/src/corelib/global/qassert.cpp index 758c11cc570..2e340ebbb28 100644 --- a/src/corelib/global/qassert.cpp +++ b/src/corelib/global/qassert.cpp @@ -1,5 +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 LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only #include "qassert.h" diff --git a/src/corelib/global/qtversionchecks.cpp b/src/corelib/global/qtversionchecks.cpp index 1e80eab63cf..3e3f4547f11 100644 --- a/src/corelib/global/qtversionchecks.cpp +++ b/src/corelib/global/qtversionchecks.cpp @@ -1,5 +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 LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only /*! \macro QT_VERSION_CHECK(major, minor, patch)