From 2bba88fa1369e40b319b96940f74502fb2f39492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Wed, 21 Dec 2022 10:12:09 +0100 Subject: [PATCH] Remove GPL-3.0+ from license identifiers Since we also license under GPL-3.0 WITH Qt-GPL-exception-1.0, this applies only to a hypothetical newer version of GPL, that doesn't exist yet. If such a version emerges, we can still decide to relicense... While at it, replace (deprecated) GPL-3.0 with more explicit GPL-3.0-only Change was done by running find . -type f -exec perl -pi -e "s/LicenseRef-Qt-Commercial OR GPL-3.0\+ OR GPL-3.0 WITH Qt-GPL-exception-1.0/LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0/g" {} \; Change-Id: I5097e6ce8d10233993ee30d7e25120e2659eb10b Reviewed-by: Eike Ziller --- builddirparameters.cpp | 2 +- builddirparameters.h | 2 +- cmake_global.h | 2 +- cmakeabstractprocessstep.cpp | 2 +- cmakeabstractprocessstep.h | 2 +- cmakeautocompleter.cpp | 2 +- cmakeautocompleter.h | 2 +- cmakebuildconfiguration.cpp | 2 +- cmakebuildconfiguration.h | 2 +- cmakebuildstep.cpp | 2 +- cmakebuildstep.h | 2 +- cmakebuildsystem.cpp | 2 +- cmakebuildsystem.h | 2 +- cmakebuildtarget.h | 2 +- cmakeconfigitem.cpp | 2 +- cmakeconfigitem.h | 2 +- cmakeeditor.cpp | 2 +- cmakeeditor.h | 2 +- cmakefilecompletionassist.cpp | 2 +- cmakefilecompletionassist.h | 2 +- cmakeformatter.cpp | 2 +- cmakeformatter.h | 2 +- cmakeformatteroptionspage.cpp | 2 +- cmakeformatteroptionspage.h | 2 +- cmakeformattersettings.cpp | 2 +- cmakeformattersettings.h | 2 +- cmakeindenter.cpp | 2 +- cmakeindenter.h | 2 +- cmakeinstallstep.cpp | 2 +- cmakeinstallstep.h | 2 +- cmakekitinformation.cpp | 2 +- cmakekitinformation.h | 2 +- cmakelocatorfilter.cpp | 2 +- cmakelocatorfilter.h | 2 +- cmakeparser.cpp | 2 +- cmakeparser.h | 2 +- cmakeprocess.cpp | 2 +- cmakeprocess.h | 2 +- cmakeproject.cpp | 2 +- cmakeproject.h | 2 +- cmakeprojectconstants.h | 2 +- cmakeprojectimporter.cpp | 2 +- cmakeprojectimporter.h | 2 +- cmakeprojectmanager.cpp | 2 +- cmakeprojectmanager.h | 2 +- cmakeprojectmanagertr.h | 2 +- cmakeprojectnodes.cpp | 2 +- cmakeprojectnodes.h | 2 +- cmakeprojectplugin.cpp | 2 +- cmakeprojectplugin.h | 2 +- cmakesettingspage.cpp | 2 +- cmakesettingspage.h | 2 +- cmakespecificsettings.cpp | 2 +- cmakespecificsettings.h | 2 +- cmaketool.cpp | 2 +- cmaketool.h | 2 +- cmaketoolmanager.cpp | 2 +- cmaketoolmanager.h | 2 +- cmaketoolsettingsaccessor.cpp | 2 +- cmaketoolsettingsaccessor.h | 2 +- configmodel.cpp | 2 +- configmodel.h | 2 +- configmodelitemdelegate.cpp | 2 +- configmodelitemdelegate.h | 2 +- fileapidataextractor.cpp | 2 +- fileapidataextractor.h | 2 +- fileapiparser.cpp | 2 +- fileapiparser.h | 2 +- fileapireader.cpp | 2 +- fileapireader.h | 2 +- presetsmacros.cpp | 2 +- presetsmacros.h | 2 +- presetsparser.cpp | 2 +- presetsparser.h | 2 +- projecttreehelper.cpp | 2 +- projecttreehelper.h | 2 +- 76 files changed, 76 insertions(+), 76 deletions(-) diff --git a/builddirparameters.cpp b/builddirparameters.cpp index 7ac614e0..84cfdd3a 100644 --- a/builddirparameters.cpp +++ b/builddirparameters.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "builddirparameters.h" diff --git a/builddirparameters.h b/builddirparameters.h index 2326ee81..1e2c84c2 100644 --- a/builddirparameters.h +++ b/builddirparameters.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmake_global.h b/cmake_global.h index 739182c9..2b26f3d4 100644 --- a/cmake_global.h +++ b/cmake_global.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 Canonical Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakeabstractprocessstep.cpp b/cmakeabstractprocessstep.cpp index 6f8abb3b..29b4425d 100644 --- a/cmakeabstractprocessstep.cpp +++ b/cmakeabstractprocessstep.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakeabstractprocessstep.h" diff --git a/cmakeabstractprocessstep.h b/cmakeabstractprocessstep.h index 7a131471..cb260d74 100644 --- a/cmakeabstractprocessstep.h +++ b/cmakeabstractprocessstep.h @@ -1,5 +1,5 @@ // Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakeautocompleter.cpp b/cmakeautocompleter.cpp index 1b3d673b..6e5b482a 100644 --- a/cmakeautocompleter.cpp +++ b/cmakeautocompleter.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 Jan Dalheimer -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakeautocompleter.h" diff --git a/cmakeautocompleter.h b/cmakeautocompleter.h index bbe4a910..144d7a0d 100644 --- a/cmakeautocompleter.h +++ b/cmakeautocompleter.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 Jan Dalheimer -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakebuildconfiguration.cpp b/cmakebuildconfiguration.cpp index baaf1235..6663074c 100644 --- a/cmakebuildconfiguration.cpp +++ b/cmakebuildconfiguration.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakebuildconfiguration.h" diff --git a/cmakebuildconfiguration.h b/cmakebuildconfiguration.h index 448e0706..07daec9d 100644 --- a/cmakebuildconfiguration.h +++ b/cmakebuildconfiguration.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakebuildstep.cpp b/cmakebuildstep.cpp index e7c2893d..b7908db2 100644 --- a/cmakebuildstep.cpp +++ b/cmakebuildstep.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakebuildstep.h" diff --git a/cmakebuildstep.h b/cmakebuildstep.h index df2a5da8..96d53919 100644 --- a/cmakebuildstep.h +++ b/cmakebuildstep.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakebuildsystem.cpp b/cmakebuildsystem.cpp index 0f766524..8ddf9e33 100644 --- a/cmakebuildsystem.cpp +++ b/cmakebuildsystem.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakebuildsystem.h" diff --git a/cmakebuildsystem.h b/cmakebuildsystem.h index 5e67f90e..71119986 100644 --- a/cmakebuildsystem.h +++ b/cmakebuildsystem.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakebuildtarget.h b/cmakebuildtarget.h index 958f276e..198465db 100644 --- a/cmakebuildtarget.h +++ b/cmakebuildtarget.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakeconfigitem.cpp b/cmakeconfigitem.cpp index 6e2bdc36..63810fa6 100644 --- a/cmakeconfigitem.cpp +++ b/cmakeconfigitem.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakeconfigitem.h" diff --git a/cmakeconfigitem.h b/cmakeconfigitem.h index c5e771b1..e97572ba 100644 --- a/cmakeconfigitem.h +++ b/cmakeconfigitem.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakeeditor.cpp b/cmakeeditor.cpp index fc632ccd..e76a81d8 100644 --- a/cmakeeditor.cpp +++ b/cmakeeditor.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakeeditor.h" diff --git a/cmakeeditor.h b/cmakeeditor.h index 57e2e606..5bf64dff 100644 --- a/cmakeeditor.h +++ b/cmakeeditor.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakefilecompletionassist.cpp b/cmakefilecompletionassist.cpp index 241bcc33..325a6012 100644 --- a/cmakefilecompletionassist.cpp +++ b/cmakefilecompletionassist.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakefilecompletionassist.h" diff --git a/cmakefilecompletionassist.h b/cmakefilecompletionassist.h index 026b29ac..1b60a2e7 100644 --- a/cmakefilecompletionassist.h +++ b/cmakefilecompletionassist.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakeformatter.cpp b/cmakeformatter.cpp index 6038f796..0b330a5d 100644 --- a/cmakeformatter.cpp +++ b/cmakeformatter.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2016 Lorenz Haas // Copyright (C) 2022 Xavier BESSON -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakeformatter.h" #include "cmakeformattersettings.h" diff --git a/cmakeformatter.h b/cmakeformatter.h index 32edd5bc..f3fc3a28 100644 --- a/cmakeformatter.h +++ b/cmakeformatter.h @@ -1,6 +1,6 @@ // Copyright (C) 2016 Lorenz Haas // Copyright (C) 2022 Xavier BESSON -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakeformatteroptionspage.cpp b/cmakeformatteroptionspage.cpp index 293b528e..c0c8eb5c 100644 --- a/cmakeformatteroptionspage.cpp +++ b/cmakeformatteroptionspage.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2016 Lorenz Haas // Copyright (C) 2022 Xavier BESSON -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakeprojectconstants.h" #include "cmakeprojectmanagertr.h" diff --git a/cmakeformatteroptionspage.h b/cmakeformatteroptionspage.h index 95a04602..08cfac35 100644 --- a/cmakeformatteroptionspage.h +++ b/cmakeformatteroptionspage.h @@ -1,6 +1,6 @@ // Copyright (C) 2016 Lorenz Haas // Copyright (C) 2022 Xavier BESSON -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakeformattersettings.cpp b/cmakeformattersettings.cpp index 916cf354..4bb22183 100644 --- a/cmakeformattersettings.cpp +++ b/cmakeformattersettings.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2016 Lorenz Haas // Copyright (C) 2022 Xavier BESSON -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakeformattersettings.h" #include "cmakeprojectconstants.h" diff --git a/cmakeformattersettings.h b/cmakeformattersettings.h index aa90a1ef..ea8a3ba1 100644 --- a/cmakeformattersettings.h +++ b/cmakeformattersettings.h @@ -1,6 +1,6 @@ // Copyright (C) 2016 Lorenz Haas // Copyright (C) 2022 Xavier BESSON -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakeindenter.cpp b/cmakeindenter.cpp index a9a2aeaa..68157aea 100644 --- a/cmakeindenter.cpp +++ b/cmakeindenter.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 Jan Dalheimer -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakeindenter.h" diff --git a/cmakeindenter.h b/cmakeindenter.h index ad85f8a2..111a200d 100644 --- a/cmakeindenter.h +++ b/cmakeindenter.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 Jan Dalheimer -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakeinstallstep.cpp b/cmakeinstallstep.cpp index 4ddf2c3e..6e6a4952 100644 --- a/cmakeinstallstep.cpp +++ b/cmakeinstallstep.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakeinstallstep.h" diff --git a/cmakeinstallstep.h b/cmakeinstallstep.h index 0d6a0da9..3d0474e0 100644 --- a/cmakeinstallstep.h +++ b/cmakeinstallstep.h @@ -1,5 +1,5 @@ // Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakekitinformation.cpp b/cmakekitinformation.cpp index 26d0259d..ff1fbd8d 100644 --- a/cmakekitinformation.cpp +++ b/cmakekitinformation.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 Canonical Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakekitinformation.h" diff --git a/cmakekitinformation.h b/cmakekitinformation.h index da243566..3b85235d 100644 --- a/cmakekitinformation.h +++ b/cmakekitinformation.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 Canonical Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakelocatorfilter.cpp b/cmakelocatorfilter.cpp index 9fddf9b9..ab646d1f 100644 --- a/cmakelocatorfilter.cpp +++ b/cmakelocatorfilter.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 Kläralvdalens Datakonsult AB, a KDAB Group company. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakelocatorfilter.h" diff --git a/cmakelocatorfilter.h b/cmakelocatorfilter.h index 688f6899..0a74eeaf 100644 --- a/cmakelocatorfilter.h +++ b/cmakelocatorfilter.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 Kläralvdalens Datakonsult AB, a KDAB Group company. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakeparser.cpp b/cmakeparser.cpp index 1b657386..ecc33463 100644 --- a/cmakeparser.cpp +++ b/cmakeparser.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 Axonian LLC. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakeparser.h" diff --git a/cmakeparser.h b/cmakeparser.h index e9d28b78..b9aabc2b 100644 --- a/cmakeparser.h +++ b/cmakeparser.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 Axonian LLC. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakeprocess.cpp b/cmakeprocess.cpp index 7f016602..3ac06675 100644 --- a/cmakeprocess.cpp +++ b/cmakeprocess.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakeprocess.h" diff --git a/cmakeprocess.h b/cmakeprocess.h index 44ca72ad..d13b0efa 100644 --- a/cmakeprocess.h +++ b/cmakeprocess.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakeproject.cpp b/cmakeproject.cpp index ce490d17..d4e45d1d 100644 --- a/cmakeproject.cpp +++ b/cmakeproject.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakeproject.h" diff --git a/cmakeproject.h b/cmakeproject.h index 14cebc2f..2885b9eb 100644 --- a/cmakeproject.h +++ b/cmakeproject.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakeprojectconstants.h b/cmakeprojectconstants.h index 0708b320..0f01cc69 100644 --- a/cmakeprojectconstants.h +++ b/cmakeprojectconstants.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakeprojectimporter.cpp b/cmakeprojectimporter.cpp index 73c84655..54986b08 100644 --- a/cmakeprojectimporter.cpp +++ b/cmakeprojectimporter.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakeprojectimporter.h" diff --git a/cmakeprojectimporter.h b/cmakeprojectimporter.h index 2aefe036..7c7716dc 100644 --- a/cmakeprojectimporter.h +++ b/cmakeprojectimporter.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakeprojectmanager.cpp b/cmakeprojectmanager.cpp index cda6c6a3..e05e155c 100644 --- a/cmakeprojectmanager.cpp +++ b/cmakeprojectmanager.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakeprojectmanager.h" diff --git a/cmakeprojectmanager.h b/cmakeprojectmanager.h index 6b6d6e73..3a527092 100644 --- a/cmakeprojectmanager.h +++ b/cmakeprojectmanager.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakeprojectmanagertr.h b/cmakeprojectmanagertr.h index 010e7f9a..627bf6f8 100644 --- a/cmakeprojectmanagertr.h +++ b/cmakeprojectmanagertr.h @@ -1,5 +1,5 @@ // Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakeprojectnodes.cpp b/cmakeprojectnodes.cpp index fb634398..cd300916 100644 --- a/cmakeprojectnodes.cpp +++ b/cmakeprojectnodes.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakeprojectnodes.h" diff --git a/cmakeprojectnodes.h b/cmakeprojectnodes.h index 2de51c59..5d248020 100644 --- a/cmakeprojectnodes.h +++ b/cmakeprojectnodes.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakeprojectplugin.cpp b/cmakeprojectplugin.cpp index 90fe50d7..9caa5b3d 100644 --- a/cmakeprojectplugin.cpp +++ b/cmakeprojectplugin.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakeprojectplugin.h" diff --git a/cmakeprojectplugin.h b/cmakeprojectplugin.h index 9ff1ae68..81f2c35d 100644 --- a/cmakeprojectplugin.h +++ b/cmakeprojectplugin.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakesettingspage.cpp b/cmakesettingspage.cpp index 317e4c10..37ebbd86 100644 --- a/cmakesettingspage.cpp +++ b/cmakesettingspage.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakesettingspage.h" diff --git a/cmakesettingspage.h b/cmakesettingspage.h index 803a1216..eec8db16 100644 --- a/cmakesettingspage.h +++ b/cmakesettingspage.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmakespecificsettings.cpp b/cmakespecificsettings.cpp index 071588ed..07c34a3a 100644 --- a/cmakespecificsettings.cpp +++ b/cmakespecificsettings.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2018 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakespecificsettings.h" diff --git a/cmakespecificsettings.h b/cmakespecificsettings.h index f014a867..96b67c63 100644 --- a/cmakespecificsettings.h +++ b/cmakespecificsettings.h @@ -1,5 +1,5 @@ // Copyright (C) 2018 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmaketool.cpp b/cmaketool.cpp index 0f4d6f6f..41647c4e 100644 --- a/cmaketool.cpp +++ b/cmaketool.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmaketool.h" diff --git a/cmaketool.h b/cmaketool.h index 75c1c05a..42fa7b8f 100644 --- a/cmaketool.h +++ b/cmaketool.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmaketoolmanager.cpp b/cmaketoolmanager.cpp index 4d3fbeb2..168c8922 100644 --- a/cmaketoolmanager.cpp +++ b/cmaketoolmanager.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 Canonical Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmaketoolmanager.h" diff --git a/cmaketoolmanager.h b/cmaketoolmanager.h index 94281310..1b5ee74c 100644 --- a/cmaketoolmanager.h +++ b/cmaketoolmanager.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 Canonical Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/cmaketoolsettingsaccessor.cpp b/cmaketoolsettingsaccessor.cpp index ea3e78dc..f9dcdd74 100644 --- a/cmaketoolsettingsaccessor.cpp +++ b/cmaketoolsettingsaccessor.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2018 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmaketoolsettingsaccessor.h" diff --git a/cmaketoolsettingsaccessor.h b/cmaketoolsettingsaccessor.h index 6f55eef4..e7507703 100644 --- a/cmaketoolsettingsaccessor.h +++ b/cmaketoolsettingsaccessor.h @@ -1,5 +1,5 @@ // Copyright (C) 2018 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/configmodel.cpp b/configmodel.cpp index 52f83d9c..e38df5d2 100644 --- a/configmodel.cpp +++ b/configmodel.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "configmodel.h" diff --git a/configmodel.h b/configmodel.h index 71b4db5a..95160ee1 100644 --- a/configmodel.h +++ b/configmodel.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/configmodelitemdelegate.cpp b/configmodelitemdelegate.cpp index 812b4ff9..6e7a8986 100644 --- a/configmodelitemdelegate.cpp +++ b/configmodelitemdelegate.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 Alexander Drozdov. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "configmodelitemdelegate.h" diff --git a/configmodelitemdelegate.h b/configmodelitemdelegate.h index d8584f10..9955ba2a 100644 --- a/configmodelitemdelegate.h +++ b/configmodelitemdelegate.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 Alexander Drozdov. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/fileapidataextractor.cpp b/fileapidataextractor.cpp index be182ec4..5a367427 100644 --- a/fileapidataextractor.cpp +++ b/fileapidataextractor.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "fileapidataextractor.h" diff --git a/fileapidataextractor.h b/fileapidataextractor.h index f7d6be29..86adb15b 100644 --- a/fileapidataextractor.h +++ b/fileapidataextractor.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/fileapiparser.cpp b/fileapiparser.cpp index 1606fa85..0f25f275 100644 --- a/fileapiparser.cpp +++ b/fileapiparser.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "fileapiparser.h" diff --git a/fileapiparser.h b/fileapiparser.h index b42e4991..14ac5587 100644 --- a/fileapiparser.h +++ b/fileapiparser.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/fileapireader.cpp b/fileapireader.cpp index 38c79951..0d9832c1 100644 --- a/fileapireader.cpp +++ b/fileapireader.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "fileapireader.h" diff --git a/fileapireader.h b/fileapireader.h index 9c13dcc4..c854ce20 100644 --- a/fileapireader.h +++ b/fileapireader.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/presetsmacros.cpp b/presetsmacros.cpp index 74e5279b..4dd25c3b 100644 --- a/presetsmacros.cpp +++ b/presetsmacros.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "presetsmacros.h" #include "presetsparser.h" diff --git a/presetsmacros.h b/presetsmacros.h index 09083b11..7d715147 100644 --- a/presetsmacros.h +++ b/presetsmacros.h @@ -1,5 +1,5 @@ // Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/presetsparser.cpp b/presetsparser.cpp index bafe129a..c803d8db 100644 --- a/presetsparser.cpp +++ b/presetsparser.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "presetsparser.h" diff --git a/presetsparser.h b/presetsparser.h index fdea1808..1ee0725a 100644 --- a/presetsparser.h +++ b/presetsparser.h @@ -1,5 +1,5 @@ // Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once diff --git a/projecttreehelper.cpp b/projecttreehelper.cpp index ae0ee659..3fb89d9f 100644 --- a/projecttreehelper.cpp +++ b/projecttreehelper.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "projecttreehelper.h" diff --git a/projecttreehelper.h b/projecttreehelper.h index 4870d279..66cde4ae 100644 --- a/projecttreehelper.h +++ b/projecttreehelper.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "cmakeprojectnodes.h"