aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scxmleditor
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-12-21 10:12:09 +0100
committerKai Köhne <kai.koehne@qt.io>2023-01-06 11:15:13 +0000
commit56baf8c058792187b574cf988fcf4b313f527156 (patch)
treea9bb31e87e9e962f756d8477477785ea7b8fca47 /src/plugins/scxmleditor
parent126d1d009e64bc39529cd1a118ad8c22e9f7fdfe (diff)
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 <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/scxmleditor')
-rw-r--r--src/plugins/scxmleditor/common/colorpicker.cpp2
-rw-r--r--src/plugins/scxmleditor/common/colorpicker.h2
-rw-r--r--src/plugins/scxmleditor/common/colorsettings.cpp2
-rw-r--r--src/plugins/scxmleditor/common/colorsettings.h2
-rw-r--r--src/plugins/scxmleditor/common/colorthemedialog.cpp2
-rw-r--r--src/plugins/scxmleditor/common/colorthemedialog.h2
-rw-r--r--src/plugins/scxmleditor/common/colorthemes.cpp2
-rw-r--r--src/plugins/scxmleditor/common/colorthemes.h2
-rw-r--r--src/plugins/scxmleditor/common/colorthemeview.cpp2
-rw-r--r--src/plugins/scxmleditor/common/colorthemeview.h2
-rw-r--r--src/plugins/scxmleditor/common/colortoolbutton.cpp2
-rw-r--r--src/plugins/scxmleditor/common/colortoolbutton.h2
-rw-r--r--src/plugins/scxmleditor/common/dragshapebutton.cpp2
-rw-r--r--src/plugins/scxmleditor/common/dragshapebutton.h2
-rw-r--r--src/plugins/scxmleditor/common/graphicsview.cpp2
-rw-r--r--src/plugins/scxmleditor/common/graphicsview.h2
-rw-r--r--src/plugins/scxmleditor/common/magnifier.cpp2
-rw-r--r--src/plugins/scxmleditor/common/magnifier.h2
-rw-r--r--src/plugins/scxmleditor/common/mainwidget.cpp2
-rw-r--r--src/plugins/scxmleditor/common/mainwidget.h2
-rw-r--r--src/plugins/scxmleditor/common/movableframe.cpp2
-rw-r--r--src/plugins/scxmleditor/common/movableframe.h2
-rw-r--r--src/plugins/scxmleditor/common/navigator.cpp2
-rw-r--r--src/plugins/scxmleditor/common/navigator.h2
-rw-r--r--src/plugins/scxmleditor/common/navigatorgraphicsview.cpp2
-rw-r--r--src/plugins/scxmleditor/common/navigatorgraphicsview.h2
-rw-r--r--src/plugins/scxmleditor/common/navigatorslider.cpp2
-rw-r--r--src/plugins/scxmleditor/common/navigatorslider.h2
-rw-r--r--src/plugins/scxmleditor/common/search.cpp2
-rw-r--r--src/plugins/scxmleditor/common/search.h2
-rw-r--r--src/plugins/scxmleditor/common/searchmodel.cpp2
-rw-r--r--src/plugins/scxmleditor/common/searchmodel.h2
-rw-r--r--src/plugins/scxmleditor/common/shapegroupwidget.cpp2
-rw-r--r--src/plugins/scxmleditor/common/shapegroupwidget.h2
-rw-r--r--src/plugins/scxmleditor/common/shapestoolbox.cpp2
-rw-r--r--src/plugins/scxmleditor/common/shapestoolbox.h2
-rw-r--r--src/plugins/scxmleditor/common/sizegrip.cpp2
-rw-r--r--src/plugins/scxmleditor/common/sizegrip.h2
-rw-r--r--src/plugins/scxmleditor/common/stateproperties.cpp2
-rw-r--r--src/plugins/scxmleditor/common/stateproperties.h2
-rw-r--r--src/plugins/scxmleditor/common/stateview.cpp2
-rw-r--r--src/plugins/scxmleditor/common/stateview.h2
-rw-r--r--src/plugins/scxmleditor/common/statistics.cpp2
-rw-r--r--src/plugins/scxmleditor/common/statistics.h2
-rw-r--r--src/plugins/scxmleditor/common/statisticsdialog.cpp2
-rw-r--r--src/plugins/scxmleditor/common/statisticsdialog.h2
-rw-r--r--src/plugins/scxmleditor/common/structure.cpp2
-rw-r--r--src/plugins/scxmleditor/common/structure.h2
-rw-r--r--src/plugins/scxmleditor/common/structuremodel.cpp2
-rw-r--r--src/plugins/scxmleditor/common/structuremodel.h2
-rw-r--r--src/plugins/scxmleditor/common/treeview.cpp2
-rw-r--r--src/plugins/scxmleditor/common/treeview.h2
-rw-r--r--src/plugins/scxmleditor/outputpane/errorwidget.cpp2
-rw-r--r--src/plugins/scxmleditor/outputpane/errorwidget.h2
-rw-r--r--src/plugins/scxmleditor/outputpane/outputpane.h2
-rw-r--r--src/plugins/scxmleditor/outputpane/outputtabwidget.cpp2
-rw-r--r--src/plugins/scxmleditor/outputpane/outputtabwidget.h2
-rw-r--r--src/plugins/scxmleditor/outputpane/tableview.cpp2
-rw-r--r--src/plugins/scxmleditor/outputpane/tableview.h2
-rw-r--r--src/plugins/scxmleditor/outputpane/warning.cpp2
-rw-r--r--src/plugins/scxmleditor/outputpane/warning.h2
-rw-r--r--src/plugins/scxmleditor/outputpane/warningmodel.cpp2
-rw-r--r--src/plugins/scxmleditor/outputpane/warningmodel.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/actionhandler.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/actionhandler.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/actionprovider.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/attributeitemdelegate.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/attributeitemdelegate.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/attributeitemmodel.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/attributeitemmodel.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/baseitem.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/baseitem.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/connectableitem.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/connectableitem.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/cornergrabberitem.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/cornergrabberitem.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/finalstateitem.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/finalstateitem.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/genericscxmlplugin.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/genericscxmlplugin.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/graphicsitemprovider.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/graphicsscene.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/graphicsscene.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/highlightitem.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/highlightitem.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/historyitem.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/historyitem.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/idwarningitem.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/idwarningitem.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/imageprovider.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/imageprovider.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/initialstateitem.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/initialstateitem.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/initialwarningitem.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/initialwarningitem.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/isceditor.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/layoutitem.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/layoutitem.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/mytypes.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/parallelitem.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/parallelitem.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/quicktransitionitem.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/quicktransitionitem.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/scattributeitemdelegate.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/scattributeitemdelegate.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/scattributeitemmodel.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/scattributeitemmodel.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/sceneutils.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/sceneutils.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/scgraphicsitemprovider.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/scgraphicsitemprovider.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/scshapeprovider.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/scshapeprovider.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/scutilsprovider.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/scutilsprovider.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/scxmldocument.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/scxmldocument.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/scxmlnamespace.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/scxmlnamespace.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/scxmltag.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/scxmltag.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/scxmltagutils.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/scxmltagutils.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/scxmltypes.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/scxmluifactory.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/scxmluifactory.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/serializer.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/serializer.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/shapeprovider.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/shapeprovider.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/snapline.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/snapline.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/stateitem.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/stateitem.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/statewarningitem.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/statewarningitem.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/tagtextitem.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/tagtextitem.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/textitem.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/textitem.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/transitionitem.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/transitionitem.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/transitionwarningitem.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/transitionwarningitem.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/undocommands.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/undocommands.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/utilsprovider.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/utilsprovider.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/warningitem.cpp2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/warningitem.h2
-rw-r--r--src/plugins/scxmleditor/plugin_interface/warningprovider.h2
-rw-r--r--src/plugins/scxmleditor/scxmleditor_global.h2
-rw-r--r--src/plugins/scxmleditor/scxmleditorconstants.h2
-rw-r--r--src/plugins/scxmleditor/scxmleditordata.cpp2
-rw-r--r--src/plugins/scxmleditor/scxmleditordata.h2
-rw-r--r--src/plugins/scxmleditor/scxmleditordocument.cpp2
-rw-r--r--src/plugins/scxmleditor/scxmleditordocument.h2
-rw-r--r--src/plugins/scxmleditor/scxmleditorfactory.cpp2
-rw-r--r--src/plugins/scxmleditor/scxmleditorfactory.h2
-rw-r--r--src/plugins/scxmleditor/scxmleditorplugin.cpp2
-rw-r--r--src/plugins/scxmleditor/scxmleditorplugin.h2
-rw-r--r--src/plugins/scxmleditor/scxmleditorstack.cpp2
-rw-r--r--src/plugins/scxmleditor/scxmleditorstack.h2
-rw-r--r--src/plugins/scxmleditor/scxmleditortr.h2
-rw-r--r--src/plugins/scxmleditor/scxmltexteditor.cpp2
-rw-r--r--src/plugins/scxmleditor/scxmltexteditor.h2
166 files changed, 166 insertions, 166 deletions
diff --git a/src/plugins/scxmleditor/common/colorpicker.cpp b/src/plugins/scxmleditor/common/colorpicker.cpp
index 1033ee6f420..04e415224bf 100644
--- a/src/plugins/scxmleditor/common/colorpicker.cpp
+++ b/src/plugins/scxmleditor/common/colorpicker.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 "colorpicker.h"
#include "scxmleditorconstants.h"
diff --git a/src/plugins/scxmleditor/common/colorpicker.h b/src/plugins/scxmleditor/common/colorpicker.h
index 71a96cbf621..1576e8a9116 100644
--- a/src/plugins/scxmleditor/common/colorpicker.h
+++ b/src/plugins/scxmleditor/common/colorpicker.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/src/plugins/scxmleditor/common/colorsettings.cpp b/src/plugins/scxmleditor/common/colorsettings.cpp
index bafcd98f6f6..c2ad9f22ce2 100644
--- a/src/plugins/scxmleditor/common/colorsettings.cpp
+++ b/src/plugins/scxmleditor/common/colorsettings.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 "colorsettings.h"
#include "colorthemeview.h"
diff --git a/src/plugins/scxmleditor/common/colorsettings.h b/src/plugins/scxmleditor/common/colorsettings.h
index 3a3ab3cc3cf..96022aeadae 100644
--- a/src/plugins/scxmleditor/common/colorsettings.h
+++ b/src/plugins/scxmleditor/common/colorsettings.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/src/plugins/scxmleditor/common/colorthemedialog.cpp b/src/plugins/scxmleditor/common/colorthemedialog.cpp
index 3eeb6dd5410..00f224d1f98 100644
--- a/src/plugins/scxmleditor/common/colorthemedialog.cpp
+++ b/src/plugins/scxmleditor/common/colorthemedialog.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 "colorthemedialog.h"
#include "colorsettings.h"
diff --git a/src/plugins/scxmleditor/common/colorthemedialog.h b/src/plugins/scxmleditor/common/colorthemedialog.h
index 8335bdf4b39..c228897815c 100644
--- a/src/plugins/scxmleditor/common/colorthemedialog.h
+++ b/src/plugins/scxmleditor/common/colorthemedialog.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/src/plugins/scxmleditor/common/colorthemes.cpp b/src/plugins/scxmleditor/common/colorthemes.cpp
index 4afe86fd3b2..5a40783a315 100644
--- a/src/plugins/scxmleditor/common/colorthemes.cpp
+++ b/src/plugins/scxmleditor/common/colorthemes.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 "colorthemedialog.h"
#include "colorthemes.h"
diff --git a/src/plugins/scxmleditor/common/colorthemes.h b/src/plugins/scxmleditor/common/colorthemes.h
index 313de37bde9..57a215f5f6d 100644
--- a/src/plugins/scxmleditor/common/colorthemes.h
+++ b/src/plugins/scxmleditor/common/colorthemes.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/src/plugins/scxmleditor/common/colorthemeview.cpp b/src/plugins/scxmleditor/common/colorthemeview.cpp
index 01cbf1f3432..6e7712e92c7 100644
--- a/src/plugins/scxmleditor/common/colorthemeview.cpp
+++ b/src/plugins/scxmleditor/common/colorthemeview.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 "colorthemeview.h"
#include "scxmleditortr.h"
diff --git a/src/plugins/scxmleditor/common/colorthemeview.h b/src/plugins/scxmleditor/common/colorthemeview.h
index 1791fc45375..ca2b7ef0d93 100644
--- a/src/plugins/scxmleditor/common/colorthemeview.h
+++ b/src/plugins/scxmleditor/common/colorthemeview.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/src/plugins/scxmleditor/common/colortoolbutton.cpp b/src/plugins/scxmleditor/common/colortoolbutton.cpp
index 5a7e07955c1..8de3d5ff496 100644
--- a/src/plugins/scxmleditor/common/colortoolbutton.cpp
+++ b/src/plugins/scxmleditor/common/colortoolbutton.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 "colortoolbutton.h"
#include "colorpicker.h"
diff --git a/src/plugins/scxmleditor/common/colortoolbutton.h b/src/plugins/scxmleditor/common/colortoolbutton.h
index 489744e2e26..32ef9e07609 100644
--- a/src/plugins/scxmleditor/common/colortoolbutton.h
+++ b/src/plugins/scxmleditor/common/colortoolbutton.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/src/plugins/scxmleditor/common/dragshapebutton.cpp b/src/plugins/scxmleditor/common/dragshapebutton.cpp
index fd9ecf98e90..a644479ecf8 100644
--- a/src/plugins/scxmleditor/common/dragshapebutton.cpp
+++ b/src/plugins/scxmleditor/common/dragshapebutton.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 "dragshapebutton.h"
#include "baseitem.h"
diff --git a/src/plugins/scxmleditor/common/dragshapebutton.h b/src/plugins/scxmleditor/common/dragshapebutton.h
index b39e0da6054..93a0e87487f 100644
--- a/src/plugins/scxmleditor/common/dragshapebutton.h
+++ b/src/plugins/scxmleditor/common/dragshapebutton.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/src/plugins/scxmleditor/common/graphicsview.cpp b/src/plugins/scxmleditor/common/graphicsview.cpp
index e8c96e2db79..cfb45caf135 100644
--- a/src/plugins/scxmleditor/common/graphicsview.cpp
+++ b/src/plugins/scxmleditor/common/graphicsview.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 "baseitem.h"
#include "connectableitem.h"
diff --git a/src/plugins/scxmleditor/common/graphicsview.h b/src/plugins/scxmleditor/common/graphicsview.h
index d0566bf0fdb..755bb763c95 100644
--- a/src/plugins/scxmleditor/common/graphicsview.h
+++ b/src/plugins/scxmleditor/common/graphicsview.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/src/plugins/scxmleditor/common/magnifier.cpp b/src/plugins/scxmleditor/common/magnifier.cpp
index 87ba9628189..ec8ae481f26 100644
--- a/src/plugins/scxmleditor/common/magnifier.cpp
+++ b/src/plugins/scxmleditor/common/magnifier.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 "magnifier.h"
#include "graphicsscene.h"
diff --git a/src/plugins/scxmleditor/common/magnifier.h b/src/plugins/scxmleditor/common/magnifier.h
index 5b2df0e158b..a62954dc624 100644
--- a/src/plugins/scxmleditor/common/magnifier.h
+++ b/src/plugins/scxmleditor/common/magnifier.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/src/plugins/scxmleditor/common/mainwidget.cpp b/src/plugins/scxmleditor/common/mainwidget.cpp
index c83aaa78ed7..c1a32dc330a 100644
--- a/src/plugins/scxmleditor/common/mainwidget.cpp
+++ b/src/plugins/scxmleditor/common/mainwidget.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 "mainwidget.h"
diff --git a/src/plugins/scxmleditor/common/mainwidget.h b/src/plugins/scxmleditor/common/mainwidget.h
index 972756c0eea..047397c9710 100644
--- a/src/plugins/scxmleditor/common/mainwidget.h
+++ b/src/plugins/scxmleditor/common/mainwidget.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/src/plugins/scxmleditor/common/movableframe.cpp b/src/plugins/scxmleditor/common/movableframe.cpp
index 9e8335a7b06..572d9252208 100644
--- a/src/plugins/scxmleditor/common/movableframe.cpp
+++ b/src/plugins/scxmleditor/common/movableframe.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 "movableframe.h"
#include <QMouseEvent>
diff --git a/src/plugins/scxmleditor/common/movableframe.h b/src/plugins/scxmleditor/common/movableframe.h
index e76adb41313..7f08eaa1e97 100644
--- a/src/plugins/scxmleditor/common/movableframe.h
+++ b/src/plugins/scxmleditor/common/movableframe.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/src/plugins/scxmleditor/common/navigator.cpp b/src/plugins/scxmleditor/common/navigator.cpp
index 8c30532550d..d1038370740 100644
--- a/src/plugins/scxmleditor/common/navigator.cpp
+++ b/src/plugins/scxmleditor/common/navigator.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 "graphicsscene.h"
#include "graphicsview.h"
diff --git a/src/plugins/scxmleditor/common/navigator.h b/src/plugins/scxmleditor/common/navigator.h
index a2bdeba1843..de5c882281b 100644
--- a/src/plugins/scxmleditor/common/navigator.h
+++ b/src/plugins/scxmleditor/common/navigator.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/src/plugins/scxmleditor/common/navigatorgraphicsview.cpp b/src/plugins/scxmleditor/common/navigatorgraphicsview.cpp
index 75cec8d043f..65da54880f2 100644
--- a/src/plugins/scxmleditor/common/navigatorgraphicsview.cpp
+++ b/src/plugins/scxmleditor/common/navigatorgraphicsview.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 "navigatorgraphicsview.h"
#include "graphicsscene.h"
diff --git a/src/plugins/scxmleditor/common/navigatorgraphicsview.h b/src/plugins/scxmleditor/common/navigatorgraphicsview.h
index 1dd47314a3e..3bb305db519 100644
--- a/src/plugins/scxmleditor/common/navigatorgraphicsview.h
+++ b/src/plugins/scxmleditor/common/navigatorgraphicsview.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/src/plugins/scxmleditor/common/navigatorslider.cpp b/src/plugins/scxmleditor/common/navigatorslider.cpp
index 74c589c5dd6..5f3fc345e1f 100644
--- a/src/plugins/scxmleditor/common/navigatorslider.cpp
+++ b/src/plugins/scxmleditor/common/navigatorslider.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 "navigatorslider.h"
diff --git a/src/plugins/scxmleditor/common/navigatorslider.h b/src/plugins/scxmleditor/common/navigatorslider.h
index 60d3742f624..b78969f020a 100644
--- a/src/plugins/scxmleditor/common/navigatorslider.h
+++ b/src/plugins/scxmleditor/common/navigatorslider.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/src/plugins/scxmleditor/common/search.cpp b/src/plugins/scxmleditor/common/search.cpp
index 52a6fd74255..acfc5cda131 100644
--- a/src/plugins/scxmleditor/common/search.cpp
+++ b/src/plugins/scxmleditor/common/search.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 "search.h"
#include "graphicsscene.h"
diff --git a/src/plugins/scxmleditor/common/search.h b/src/plugins/scxmleditor/common/search.h
index 9e72ccbebcf..3ade6d357d8 100644
--- a/src/plugins/scxmleditor/common/search.h
+++ b/src/plugins/scxmleditor/common/search.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/src/plugins/scxmleditor/common/searchmodel.cpp b/src/plugins/scxmleditor/common/searchmodel.cpp
index c0ff9b8b698..a6154b498c4 100644
--- a/src/plugins/scxmleditor/common/searchmodel.cpp
+++ b/src/plugins/scxmleditor/common/searchmodel.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 "scxmleditortr.h"
#include "scxmltagutils.h"
diff --git a/src/plugins/scxmleditor/common/searchmodel.h b/src/plugins/scxmleditor/common/searchmodel.h
index 403c34b2628..a2faf255efc 100644
--- a/src/plugins/scxmleditor/common/searchmodel.h
+++ b/src/plugins/scxmleditor/common/searchmodel.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/src/plugins/scxmleditor/common/shapegroupwidget.cpp b/src/plugins/scxmleditor/common/shapegroupwidget.cpp
index c703389454d..674c4cec303 100644
--- a/src/plugins/scxmleditor/common/shapegroupwidget.cpp
+++ b/src/plugins/scxmleditor/common/shapegroupwidget.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 "shapegroupwidget.h"
#include "dragshapebutton.h"
diff --git a/src/plugins/scxmleditor/common/shapegroupwidget.h b/src/plugins/scxmleditor/common/shapegroupwidget.h
index 02a22364dd9..8f100a8a809 100644
--- a/src/plugins/scxmleditor/common/shapegroupwidget.h
+++ b/src/plugins/scxmleditor/common/shapegroupwidget.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/src/plugins/scxmleditor/common/shapestoolbox.cpp b/src/plugins/scxmleditor/common/shapestoolbox.cpp
index b90ff81da37..988c762c347 100644
--- a/src/plugins/scxmleditor/common/shapestoolbox.cpp
+++ b/src/plugins/scxmleditor/common/shapestoolbox.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 "shapestoolbox.h"
#include "baseitem.h"
diff --git a/src/plugins/scxmleditor/common/shapestoolbox.h b/src/plugins/scxmleditor/common/shapestoolbox.h
index 8f9a3211c4c..dcd9e1efc87 100644
--- a/src/plugins/scxmleditor/common/shapestoolbox.h
+++ b/src/plugins/scxmleditor/common/shapestoolbox.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/src/plugins/scxmleditor/common/sizegrip.cpp b/src/plugins/scxmleditor/common/sizegrip.cpp
index 406057d6340..096fbc80a14 100644
--- a/src/plugins/scxmleditor/common/sizegrip.cpp
+++ b/src/plugins/scxmleditor/common/sizegrip.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 "sizegrip.h"
#include <QMouseEvent>
diff --git a/src/plugins/scxmleditor/common/sizegrip.h b/src/plugins/scxmleditor/common/sizegrip.h
index 4a4d9da4e44..1a25b385a8c 100644
--- a/src/plugins/scxmleditor/common/sizegrip.h
+++ b/src/plugins/scxmleditor/common/sizegrip.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/src/plugins/scxmleditor/common/stateproperties.cpp b/src/plugins/scxmleditor/common/stateproperties.cpp
index 58de2fd5636..32d6e43f642 100644
--- a/src/plugins/scxmleditor/common/stateproperties.cpp
+++ b/src/plugins/scxmleditor/common/stateproperties.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 "attributeitemdelegate.h"
#include "attributeitemmodel.h"
diff --git a/src/plugins/scxmleditor/common/stateproperties.h b/src/plugins/scxmleditor/common/stateproperties.h
index ff9b3daf1ce..dc5a5d08170 100644
--- a/src/plugins/scxmleditor/common/stateproperties.h
+++ b/src/plugins/scxmleditor/common/stateproperties.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/src/plugins/scxmleditor/common/stateview.cpp b/src/plugins/scxmleditor/common/stateview.cpp
index c3df0695d8e..1ee99034417 100644
--- a/src/plugins/scxmleditor/common/stateview.cpp
+++ b/src/plugins/scxmleditor/common/stateview.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 "stateview.h"
#include "graphicsscene.h"
diff --git a/src/plugins/scxmleditor/common/stateview.h b/src/plugins/scxmleditor/common/stateview.h
index b0a90971dd9..c5467d1eac8 100644
--- a/src/plugins/scxmleditor/common/stateview.h
+++ b/src/plugins/scxmleditor/common/stateview.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/src/plugins/scxmleditor/common/statistics.cpp b/src/plugins/scxmleditor/common/statistics.cpp
index a1a6dceb8e0..06c62f70b2a 100644
--- a/src/plugins/scxmleditor/common/statistics.cpp
+++ b/src/plugins/scxmleditor/common/statistics.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 "scxmldocument.h"
#include "scxmleditortr.h"
diff --git a/src/plugins/scxmleditor/common/statistics.h b/src/plugins/scxmleditor/common/statistics.h
index 0ea2895565b..5b8fc0d8c77 100644
--- a/src/plugins/scxmleditor/common/statistics.h
+++ b/src/plugins/scxmleditor/common/statistics.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/src/plugins/scxmleditor/common/statisticsdialog.cpp b/src/plugins/scxmleditor/common/statisticsdialog.cpp
index c9e2c4e3174..7cfb6cd4637 100644
--- a/src/plugins/scxmleditor/common/statisticsdialog.cpp
+++ b/src/plugins/scxmleditor/common/statisticsdialog.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 "scxmldocument.h"
#include "scxmleditortr.h"
diff --git a/src/plugins/scxmleditor/common/statisticsdialog.h b/src/plugins/scxmleditor/common/statisticsdialog.h
index cec5606dd14..d117ed007d2 100644
--- a/src/plugins/scxmleditor/common/statisticsdialog.h
+++ b/src/plugins/scxmleditor/common/statisticsdialog.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/src/plugins/scxmleditor/common/structure.cpp b/src/plugins/scxmleditor/common/structure.cpp
index 5bfc51dfaf6..f709379d34d 100644
--- a/src/plugins/scxmleditor/common/structure.cpp
+++ b/src/plugins/scxmleditor/common/structure.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 "actionhandler.h"
#include "actionprovider.h"
diff --git a/src/plugins/scxmleditor/common/structure.h b/src/plugins/scxmleditor/common/structure.h
index bfa4e0dcd21..cde23153ff9 100644
--- a/src/plugins/scxmleditor/common/structure.h
+++ b/src/plugins/scxmleditor/common/structure.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/src/plugins/scxmleditor/common/structuremodel.cpp b/src/plugins/scxmleditor/common/structuremodel.cpp
index 161d33de19e..38f582d6824 100644
--- a/src/plugins/scxmleditor/common/structuremodel.cpp
+++ b/src/plugins/scxmleditor/common/structuremodel.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 "scxmldocument.h"
#include "scxmleditortr.h"
diff --git a/src/plugins/scxmleditor/common/structuremodel.h b/src/plugins/scxmleditor/common/structuremodel.h
index e69cdeef749..d82b5aa330e 100644
--- a/src/plugins/scxmleditor/common/structuremodel.h
+++ b/src/plugins/scxmleditor/common/structuremodel.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/src/plugins/scxmleditor/common/treeview.cpp b/src/plugins/scxmleditor/common/treeview.cpp
index 0ee6a8d4376..0a0d76ee959 100644
--- a/src/plugins/scxmleditor/common/treeview.cpp
+++ b/src/plugins/scxmleditor/common/treeview.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 "treeview.h"
#include "structuremodel.h"
diff --git a/src/plugins/scxmleditor/common/treeview.h b/src/plugins/scxmleditor/common/treeview.h
index f78e5277832..99f46329201 100644
--- a/src/plugins/scxmleditor/common/treeview.h
+++ b/src/plugins/scxmleditor/common/treeview.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/src/plugins/scxmleditor/outputpane/errorwidget.cpp b/src/plugins/scxmleditor/outputpane/errorwidget.cpp
index 7a7234ad46f..b38da63f62d 100644
--- a/src/plugins/scxmleditor/outputpane/errorwidget.cpp
+++ b/src/plugins/scxmleditor/outputpane/errorwidget.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 "errorwidget.h"
#include "scxmleditorconstants.h"
diff --git a/src/plugins/scxmleditor/outputpane/errorwidget.h b/src/plugins/scxmleditor/outputpane/errorwidget.h
index e6cae9e4553..f283587b906 100644
--- a/src/plugins/scxmleditor/outputpane/errorwidget.h
+++ b/src/plugins/scxmleditor/outputpane/errorwidget.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/src/plugins/scxmleditor/outputpane/outputpane.h b/src/plugins/scxmleditor/outputpane/outputpane.h
index 06cd293e077..a4ab5f786bf 100644
--- a/src/plugins/scxmleditor/outputpane/outputpane.h
+++ b/src/plugins/scxmleditor/outputpane/outputpane.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/src/plugins/scxmleditor/outputpane/outputtabwidget.cpp b/src/plugins/scxmleditor/outputpane/outputtabwidget.cpp
index 5be015a321c..3803acfac37 100644
--- a/src/plugins/scxmleditor/outputpane/outputtabwidget.cpp
+++ b/src/plugins/scxmleditor/outputpane/outputtabwidget.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 "outputtabwidget.h"
#include "outputpane.h"
diff --git a/src/plugins/scxmleditor/outputpane/outputtabwidget.h b/src/plugins/scxmleditor/outputpane/outputtabwidget.h
index 62a9de7c503..3c92f960e8d 100644
--- a/src/plugins/scxmleditor/outputpane/outputtabwidget.h
+++ b/src/plugins/scxmleditor/outputpane/outputtabwidget.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/src/plugins/scxmleditor/outputpane/tableview.cpp b/src/plugins/scxmleditor/outputpane/tableview.cpp
index 04da5a57360..43680759d84 100644
--- a/src/plugins/scxmleditor/outputpane/tableview.cpp
+++ b/src/plugins/scxmleditor/outputpane/tableview.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 "tableview.h"
diff --git a/src/plugins/scxmleditor/outputpane/tableview.h b/src/plugins/scxmleditor/outputpane/tableview.h
index b870f18489d..b27b3586eb1 100644
--- a/src/plugins/scxmleditor/outputpane/tableview.h
+++ b/src/plugins/scxmleditor/outputpane/tableview.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/src/plugins/scxmleditor/outputpane/warning.cpp b/src/plugins/scxmleditor/outputpane/warning.cpp
index 5d1f82f1caf..409be6c9b03 100644
--- a/src/plugins/scxmleditor/outputpane/warning.cpp
+++ b/src/plugins/scxmleditor/outputpane/warning.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 "warning.h"
diff --git a/src/plugins/scxmleditor/outputpane/warning.h b/src/plugins/scxmleditor/outputpane/warning.h
index 685071f08c8..4a40d83f3af 100644
--- a/src/plugins/scxmleditor/outputpane/warning.h
+++ b/src/plugins/scxmleditor/outputpane/warning.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/src/plugins/scxmleditor/outputpane/warningmodel.cpp b/src/plugins/scxmleditor/outputpane/warningmodel.cpp
index 9420cd5afc8..badbeef5ada 100644
--- a/src/plugins/scxmleditor/outputpane/warningmodel.cpp
+++ b/src/plugins/scxmleditor/outputpane/warningmodel.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 "scxmleditorconstants.h"
#include "scxmleditortr.h"
diff --git a/src/plugins/scxmleditor/outputpane/warningmodel.h b/src/plugins/scxmleditor/outputpane/warningmodel.h
index 97f43241f0f..cf2783f0b55 100644
--- a/src/plugins/scxmleditor/outputpane/warningmodel.h
+++ b/src/plugins/scxmleditor/outputpane/warningmodel.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/src/plugins/scxmleditor/plugin_interface/actionhandler.cpp b/src/plugins/scxmleditor/plugin_interface/actionhandler.cpp
index 444af245066..191b331e009 100644
--- a/src/plugins/scxmleditor/plugin_interface/actionhandler.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/actionhandler.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 "actionhandler.h"
#include "mytypes.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/actionhandler.h b/src/plugins/scxmleditor/plugin_interface/actionhandler.h
index 7740aea41c2..8d78ec11fae 100644
--- a/src/plugins/scxmleditor/plugin_interface/actionhandler.h
+++ b/src/plugins/scxmleditor/plugin_interface/actionhandler.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/src/plugins/scxmleditor/plugin_interface/actionprovider.h b/src/plugins/scxmleditor/plugin_interface/actionprovider.h
index 36e85558dcb..afb9047490c 100644
--- a/src/plugins/scxmleditor/plugin_interface/actionprovider.h
+++ b/src/plugins/scxmleditor/plugin_interface/actionprovider.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/src/plugins/scxmleditor/plugin_interface/attributeitemdelegate.cpp b/src/plugins/scxmleditor/plugin_interface/attributeitemdelegate.cpp
index a516b6c02ce..927a33296f3 100644
--- a/src/plugins/scxmleditor/plugin_interface/attributeitemdelegate.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/attributeitemdelegate.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 "attributeitemdelegate.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/attributeitemdelegate.h b/src/plugins/scxmleditor/plugin_interface/attributeitemdelegate.h
index 939dc6f3dd3..e7cee957b8b 100644
--- a/src/plugins/scxmleditor/plugin_interface/attributeitemdelegate.h
+++ b/src/plugins/scxmleditor/plugin_interface/attributeitemdelegate.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/src/plugins/scxmleditor/plugin_interface/attributeitemmodel.cpp b/src/plugins/scxmleditor/plugin_interface/attributeitemmodel.cpp
index aa171ca56c7..c257f57669a 100644
--- a/src/plugins/scxmleditor/plugin_interface/attributeitemmodel.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/attributeitemmodel.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 "attributeitemmodel.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/attributeitemmodel.h b/src/plugins/scxmleditor/plugin_interface/attributeitemmodel.h
index 1bb0abad467..283219624e1 100644
--- a/src/plugins/scxmleditor/plugin_interface/attributeitemmodel.h
+++ b/src/plugins/scxmleditor/plugin_interface/attributeitemmodel.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/src/plugins/scxmleditor/plugin_interface/baseitem.cpp b/src/plugins/scxmleditor/plugin_interface/baseitem.cpp
index 2d6390e4664..861094321aa 100644
--- a/src/plugins/scxmleditor/plugin_interface/baseitem.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/baseitem.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 "actionhandler.h"
#include "actionprovider.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/baseitem.h b/src/plugins/scxmleditor/plugin_interface/baseitem.h
index b183551862b..5c992c632b6 100644
--- a/src/plugins/scxmleditor/plugin_interface/baseitem.h
+++ b/src/plugins/scxmleditor/plugin_interface/baseitem.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/src/plugins/scxmleditor/plugin_interface/connectableitem.cpp b/src/plugins/scxmleditor/plugin_interface/connectableitem.cpp
index f00948cb21d..2d543610add 100644
--- a/src/plugins/scxmleditor/plugin_interface/connectableitem.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/connectableitem.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 "connectableitem.h"
#include "cornergrabberitem.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/connectableitem.h b/src/plugins/scxmleditor/plugin_interface/connectableitem.h
index 12d15550317..60fa2a1047d 100644
--- a/src/plugins/scxmleditor/plugin_interface/connectableitem.h
+++ b/src/plugins/scxmleditor/plugin_interface/connectableitem.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/src/plugins/scxmleditor/plugin_interface/cornergrabberitem.cpp b/src/plugins/scxmleditor/plugin_interface/cornergrabberitem.cpp
index 446106c5492..51d5859e61a 100644
--- a/src/plugins/scxmleditor/plugin_interface/cornergrabberitem.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/cornergrabberitem.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 "cornergrabberitem.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/cornergrabberitem.h b/src/plugins/scxmleditor/plugin_interface/cornergrabberitem.h
index 0c176393277..0aac3f2b6ff 100644
--- a/src/plugins/scxmleditor/plugin_interface/cornergrabberitem.h
+++ b/src/plugins/scxmleditor/plugin_interface/cornergrabberitem.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/src/plugins/scxmleditor/plugin_interface/finalstateitem.cpp b/src/plugins/scxmleditor/plugin_interface/finalstateitem.cpp
index dd5763d67cf..c6058e03dc6 100644
--- a/src/plugins/scxmleditor/plugin_interface/finalstateitem.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/finalstateitem.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 "finalstateitem.h"
#include <QPainter>
diff --git a/src/plugins/scxmleditor/plugin_interface/finalstateitem.h b/src/plugins/scxmleditor/plugin_interface/finalstateitem.h
index 557454bb855..96b7b915c7b 100644
--- a/src/plugins/scxmleditor/plugin_interface/finalstateitem.h
+++ b/src/plugins/scxmleditor/plugin_interface/finalstateitem.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/src/plugins/scxmleditor/plugin_interface/genericscxmlplugin.cpp b/src/plugins/scxmleditor/plugin_interface/genericscxmlplugin.cpp
index e90b6d924a9..71c6632c03b 100644
--- a/src/plugins/scxmleditor/plugin_interface/genericscxmlplugin.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/genericscxmlplugin.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 "genericscxmlplugin.h"
#include "mytypes.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/genericscxmlplugin.h b/src/plugins/scxmleditor/plugin_interface/genericscxmlplugin.h
index 7110fb404cf..aeba92874c7 100644
--- a/src/plugins/scxmleditor/plugin_interface/genericscxmlplugin.h
+++ b/src/plugins/scxmleditor/plugin_interface/genericscxmlplugin.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/src/plugins/scxmleditor/plugin_interface/graphicsitemprovider.h b/src/plugins/scxmleditor/plugin_interface/graphicsitemprovider.h
index c7529a608b9..03c59b221d4 100644
--- a/src/plugins/scxmleditor/plugin_interface/graphicsitemprovider.h
+++ b/src/plugins/scxmleditor/plugin_interface/graphicsitemprovider.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/src/plugins/scxmleditor/plugin_interface/graphicsscene.cpp b/src/plugins/scxmleditor/plugin_interface/graphicsscene.cpp
index 6a1f83a7f67..fb0e8252db9 100644
--- a/src/plugins/scxmleditor/plugin_interface/graphicsscene.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/graphicsscene.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 "actionhandler.h"
#include "actionprovider.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/graphicsscene.h b/src/plugins/scxmleditor/plugin_interface/graphicsscene.h
index 6c9267258c7..d5920181aa6 100644
--- a/src/plugins/scxmleditor/plugin_interface/graphicsscene.h
+++ b/src/plugins/scxmleditor/plugin_interface/graphicsscene.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/src/plugins/scxmleditor/plugin_interface/highlightitem.cpp b/src/plugins/scxmleditor/plugin_interface/highlightitem.cpp
index e92c9283b73..5c3e5121519 100644
--- a/src/plugins/scxmleditor/plugin_interface/highlightitem.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/highlightitem.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 "highlightitem.h"
#include <QPainter>
diff --git a/src/plugins/scxmleditor/plugin_interface/highlightitem.h b/src/plugins/scxmleditor/plugin_interface/highlightitem.h
index 420fbf551c7..d793bf65a35 100644
--- a/src/plugins/scxmleditor/plugin_interface/highlightitem.h
+++ b/src/plugins/scxmleditor/plugin_interface/highlightitem.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/src/plugins/scxmleditor/plugin_interface/historyitem.cpp b/src/plugins/scxmleditor/plugin_interface/historyitem.cpp
index 491b8a58600..cf55cafb2ac 100644
--- a/src/plugins/scxmleditor/plugin_interface/historyitem.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/historyitem.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 "historyitem.h"
#include <QPainter>
diff --git a/src/plugins/scxmleditor/plugin_interface/historyitem.h b/src/plugins/scxmleditor/plugin_interface/historyitem.h
index 0b14f67e052..0534560e028 100644
--- a/src/plugins/scxmleditor/plugin_interface/historyitem.h
+++ b/src/plugins/scxmleditor/plugin_interface/historyitem.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/src/plugins/scxmleditor/plugin_interface/idwarningitem.cpp b/src/plugins/scxmleditor/plugin_interface/idwarningitem.cpp
index 92ef2e7c7a7..8997bf986f7 100644
--- a/src/plugins/scxmleditor/plugin_interface/idwarningitem.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/idwarningitem.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 "idwarningitem.h"
#include "scxmleditortr.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/idwarningitem.h b/src/plugins/scxmleditor/plugin_interface/idwarningitem.h
index cf5818e6596..1725b408082 100644
--- a/src/plugins/scxmleditor/plugin_interface/idwarningitem.h
+++ b/src/plugins/scxmleditor/plugin_interface/idwarningitem.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/src/plugins/scxmleditor/plugin_interface/imageprovider.cpp b/src/plugins/scxmleditor/plugin_interface/imageprovider.cpp
index 549ad63820d..5fea9e73261 100644
--- a/src/plugins/scxmleditor/plugin_interface/imageprovider.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/imageprovider.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 "imageprovider.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/imageprovider.h b/src/plugins/scxmleditor/plugin_interface/imageprovider.h
index af44fa7131e..f69906a2a5c 100644
--- a/src/plugins/scxmleditor/plugin_interface/imageprovider.h
+++ b/src/plugins/scxmleditor/plugin_interface/imageprovider.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/src/plugins/scxmleditor/plugin_interface/initialstateitem.cpp b/src/plugins/scxmleditor/plugin_interface/initialstateitem.cpp
index 7012757842d..73303e308c5 100644
--- a/src/plugins/scxmleditor/plugin_interface/initialstateitem.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/initialstateitem.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 "initialstateitem.h"
#include "initialwarningitem.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/initialstateitem.h b/src/plugins/scxmleditor/plugin_interface/initialstateitem.h
index 8f989796c56..ec479182cc5 100644
--- a/src/plugins/scxmleditor/plugin_interface/initialstateitem.h
+++ b/src/plugins/scxmleditor/plugin_interface/initialstateitem.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/src/plugins/scxmleditor/plugin_interface/initialwarningitem.cpp b/src/plugins/scxmleditor/plugin_interface/initialwarningitem.cpp
index 69c6d1378ae..305325affe1 100644
--- a/src/plugins/scxmleditor/plugin_interface/initialwarningitem.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/initialwarningitem.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 "initialstateitem.h"
#include "initialwarningitem.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/initialwarningitem.h b/src/plugins/scxmleditor/plugin_interface/initialwarningitem.h
index af8f646ad94..5075b0540ea 100644
--- a/src/plugins/scxmleditor/plugin_interface/initialwarningitem.h
+++ b/src/plugins/scxmleditor/plugin_interface/initialwarningitem.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/src/plugins/scxmleditor/plugin_interface/isceditor.h b/src/plugins/scxmleditor/plugin_interface/isceditor.h
index 159ebc254f9..7230557435f 100644
--- a/src/plugins/scxmleditor/plugin_interface/isceditor.h
+++ b/src/plugins/scxmleditor/plugin_interface/isceditor.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/src/plugins/scxmleditor/plugin_interface/layoutitem.cpp b/src/plugins/scxmleditor/plugin_interface/layoutitem.cpp
index 0f58e506611..395b05b42e9 100644
--- a/src/plugins/scxmleditor/plugin_interface/layoutitem.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/layoutitem.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 "layoutitem.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/layoutitem.h b/src/plugins/scxmleditor/plugin_interface/layoutitem.h
index 780ce3fd76b..f3bffe1a41d 100644
--- a/src/plugins/scxmleditor/plugin_interface/layoutitem.h
+++ b/src/plugins/scxmleditor/plugin_interface/layoutitem.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/src/plugins/scxmleditor/plugin_interface/mytypes.h b/src/plugins/scxmleditor/plugin_interface/mytypes.h
index a5c17cefe7a..c21739d7edf 100644
--- a/src/plugins/scxmleditor/plugin_interface/mytypes.h
+++ b/src/plugins/scxmleditor/plugin_interface/mytypes.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/src/plugins/scxmleditor/plugin_interface/parallelitem.cpp b/src/plugins/scxmleditor/plugin_interface/parallelitem.cpp
index 0c55a26ce24..36a2f4035ea 100644
--- a/src/plugins/scxmleditor/plugin_interface/parallelitem.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/parallelitem.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 "parallelitem.h"
#include "scxmldocument.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/parallelitem.h b/src/plugins/scxmleditor/plugin_interface/parallelitem.h
index 91bfcee19bb..3aa3f531637 100644
--- a/src/plugins/scxmleditor/plugin_interface/parallelitem.h
+++ b/src/plugins/scxmleditor/plugin_interface/parallelitem.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/src/plugins/scxmleditor/plugin_interface/quicktransitionitem.cpp b/src/plugins/scxmleditor/plugin_interface/quicktransitionitem.cpp
index 079c92d01a6..11c01856b72 100644
--- a/src/plugins/scxmleditor/plugin_interface/quicktransitionitem.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/quicktransitionitem.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 "quicktransitionitem.h"
#include "scxmleditortr.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/quicktransitionitem.h b/src/plugins/scxmleditor/plugin_interface/quicktransitionitem.h
index fa3a32b76bc..2214c2f25ed 100644
--- a/src/plugins/scxmleditor/plugin_interface/quicktransitionitem.h
+++ b/src/plugins/scxmleditor/plugin_interface/quicktransitionitem.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/src/plugins/scxmleditor/plugin_interface/scattributeitemdelegate.cpp b/src/plugins/scxmleditor/plugin_interface/scattributeitemdelegate.cpp
index 38090efa7cf..fa735e5d687 100644
--- a/src/plugins/scxmleditor/plugin_interface/scattributeitemdelegate.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/scattributeitemdelegate.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 "scattributeitemdelegate.h"
#include "mytypes.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/scattributeitemdelegate.h b/src/plugins/scxmleditor/plugin_interface/scattributeitemdelegate.h
index 41e92a72e4f..4300d265b50 100644
--- a/src/plugins/scxmleditor/plugin_interface/scattributeitemdelegate.h
+++ b/src/plugins/scxmleditor/plugin_interface/scattributeitemdelegate.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/src/plugins/scxmleditor/plugin_interface/scattributeitemmodel.cpp b/src/plugins/scxmleditor/plugin_interface/scattributeitemmodel.cpp
index 30581fb42da..454af2930f1 100644
--- a/src/plugins/scxmleditor/plugin_interface/scattributeitemmodel.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/scattributeitemmodel.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 "mytypes.h"
#include "scattributeitemmodel.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/scattributeitemmodel.h b/src/plugins/scxmleditor/plugin_interface/scattributeitemmodel.h
index d9e515cc164..5a5c93eff9a 100644
--- a/src/plugins/scxmleditor/plugin_interface/scattributeitemmodel.h
+++ b/src/plugins/scxmleditor/plugin_interface/scattributeitemmodel.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/src/plugins/scxmleditor/plugin_interface/sceneutils.cpp b/src/plugins/scxmleditor/plugin_interface/sceneutils.cpp
index 6facac57d07..4ec89c440f5 100644
--- a/src/plugins/scxmleditor/plugin_interface/sceneutils.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/sceneutils.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 "sceneutils.h"
#include "connectableitem.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/sceneutils.h b/src/plugins/scxmleditor/plugin_interface/sceneutils.h
index de1d3824206..9309faa0360 100644
--- a/src/plugins/scxmleditor/plugin_interface/sceneutils.h
+++ b/src/plugins/scxmleditor/plugin_interface/sceneutils.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/src/plugins/scxmleditor/plugin_interface/scgraphicsitemprovider.cpp b/src/plugins/scxmleditor/plugin_interface/scgraphicsitemprovider.cpp
index fdc6f00aeb1..07a6d63d80c 100644
--- a/src/plugins/scxmleditor/plugin_interface/scgraphicsitemprovider.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/scgraphicsitemprovider.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 "scgraphicsitemprovider.h"
#include "idwarningitem.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/scgraphicsitemprovider.h b/src/plugins/scxmleditor/plugin_interface/scgraphicsitemprovider.h
index 9903a97412c..bf3a662ba70 100644
--- a/src/plugins/scxmleditor/plugin_interface/scgraphicsitemprovider.h
+++ b/src/plugins/scxmleditor/plugin_interface/scgraphicsitemprovider.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/src/plugins/scxmleditor/plugin_interface/scshapeprovider.cpp b/src/plugins/scxmleditor/plugin_interface/scshapeprovider.cpp
index 8649e09c5e9..c3442a5bb0d 100644
--- a/src/plugins/scxmleditor/plugin_interface/scshapeprovider.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/scshapeprovider.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 "scshapeprovider.h"
#include "scxmleditortr.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/scshapeprovider.h b/src/plugins/scxmleditor/plugin_interface/scshapeprovider.h
index 3c99186835c..58ef0924b0a 100644
--- a/src/plugins/scxmleditor/plugin_interface/scshapeprovider.h
+++ b/src/plugins/scxmleditor/plugin_interface/scshapeprovider.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/src/plugins/scxmleditor/plugin_interface/scutilsprovider.cpp b/src/plugins/scxmleditor/plugin_interface/scutilsprovider.cpp
index d989d522ec2..56c8b65a6a2 100644
--- a/src/plugins/scxmleditor/plugin_interface/scutilsprovider.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/scutilsprovider.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 "scutilsprovider.h"
#include "mytypes.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/scutilsprovider.h b/src/plugins/scxmleditor/plugin_interface/scutilsprovider.h
index fdabda0f60a..d2eb007693a 100644
--- a/src/plugins/scxmleditor/plugin_interface/scutilsprovider.h
+++ b/src/plugins/scxmleditor/plugin_interface/scutilsprovider.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/src/plugins/scxmleditor/plugin_interface/scxmldocument.cpp b/src/plugins/scxmleditor/plugin_interface/scxmldocument.cpp
index 07bcf0b7050..e85a516cf11 100644
--- a/src/plugins/scxmleditor/plugin_interface/scxmldocument.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/scxmldocument.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 "scxmldocument.h"
#include "scxmleditortr.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/scxmldocument.h b/src/plugins/scxmleditor/plugin_interface/scxmldocument.h
index 03745a001b5..fe3f9949a8b 100644
--- a/src/plugins/scxmleditor/plugin_interface/scxmldocument.h
+++ b/src/plugins/scxmleditor/plugin_interface/scxmldocument.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/src/plugins/scxmleditor/plugin_interface/scxmlnamespace.cpp b/src/plugins/scxmleditor/plugin_interface/scxmlnamespace.cpp
index 85c4eca2024..40a974b270b 100644
--- a/src/plugins/scxmleditor/plugin_interface/scxmlnamespace.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/scxmlnamespace.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 "scxmlnamespace.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/scxmlnamespace.h b/src/plugins/scxmleditor/plugin_interface/scxmlnamespace.h
index 80fbfe3baa8..5653a0552e5 100644
--- a/src/plugins/scxmleditor/plugin_interface/scxmlnamespace.h
+++ b/src/plugins/scxmleditor/plugin_interface/scxmlnamespace.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/src/plugins/scxmleditor/plugin_interface/scxmltag.cpp b/src/plugins/scxmleditor/plugin_interface/scxmltag.cpp
index 283c07fa6d9..f7efa730d8d 100644
--- a/src/plugins/scxmleditor/plugin_interface/scxmltag.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/scxmltag.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 "scxmldocument.h"
#include "scxmleditorconstants.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/scxmltag.h b/src/plugins/scxmleditor/plugin_interface/scxmltag.h
index eeeee606389..d9be19bfa0d 100644
--- a/src/plugins/scxmleditor/plugin_interface/scxmltag.h
+++ b/src/plugins/scxmleditor/plugin_interface/scxmltag.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/src/plugins/scxmleditor/plugin_interface/scxmltagutils.cpp b/src/plugins/scxmleditor/plugin_interface/scxmltagutils.cpp
index 343352d11aa..78b151061bd 100644
--- a/src/plugins/scxmleditor/plugin_interface/scxmltagutils.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/scxmltagutils.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 "scxmldocument.h"
#include "scxmleditorconstants.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/scxmltagutils.h b/src/plugins/scxmleditor/plugin_interface/scxmltagutils.h
index 644ceab035b..68fefabd179 100644
--- a/src/plugins/scxmleditor/plugin_interface/scxmltagutils.h
+++ b/src/plugins/scxmleditor/plugin_interface/scxmltagutils.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/src/plugins/scxmleditor/plugin_interface/scxmltypes.h b/src/plugins/scxmleditor/plugin_interface/scxmltypes.h
index b83fc300df9..62fe00528ab 100644
--- a/src/plugins/scxmleditor/plugin_interface/scxmltypes.h
+++ b/src/plugins/scxmleditor/plugin_interface/scxmltypes.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/src/plugins/scxmleditor/plugin_interface/scxmluifactory.cpp b/src/plugins/scxmleditor/plugin_interface/scxmluifactory.cpp
index ceb8c8d3c7f..51e8e53e698 100644
--- a/src/plugins/scxmleditor/plugin_interface/scxmluifactory.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/scxmluifactory.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 "genericscxmlplugin.h"
#include "isceditor.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/scxmluifactory.h b/src/plugins/scxmleditor/plugin_interface/scxmluifactory.h
index b5369c391a0..a2d99412f97 100644
--- a/src/plugins/scxmleditor/plugin_interface/scxmluifactory.h
+++ b/src/plugins/scxmleditor/plugin_interface/scxmluifactory.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/src/plugins/scxmleditor/plugin_interface/serializer.cpp b/src/plugins/scxmleditor/plugin_interface/serializer.cpp
index 2f1e77750f3..bcf719226cb 100644
--- a/src/plugins/scxmleditor/plugin_interface/serializer.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/serializer.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 "serializer.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/serializer.h b/src/plugins/scxmleditor/plugin_interface/serializer.h
index e6711d98961..944b1b1d462 100644
--- a/src/plugins/scxmleditor/plugin_interface/serializer.h
+++ b/src/plugins/scxmleditor/plugin_interface/serializer.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/src/plugins/scxmleditor/plugin_interface/shapeprovider.cpp b/src/plugins/scxmleditor/plugin_interface/shapeprovider.cpp
index a6740a42c7b..8a8aa25606f 100644
--- a/src/plugins/scxmleditor/plugin_interface/shapeprovider.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/shapeprovider.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 "shapeprovider.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/shapeprovider.h b/src/plugins/scxmleditor/plugin_interface/shapeprovider.h
index ffd25b36a81..a7520e44652 100644
--- a/src/plugins/scxmleditor/plugin_interface/shapeprovider.h
+++ b/src/plugins/scxmleditor/plugin_interface/shapeprovider.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/src/plugins/scxmleditor/plugin_interface/snapline.cpp b/src/plugins/scxmleditor/plugin_interface/snapline.cpp
index e26760171c2..a73d82e4421 100644
--- a/src/plugins/scxmleditor/plugin_interface/snapline.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/snapline.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 "snapline.h"
#include <QPen>
diff --git a/src/plugins/scxmleditor/plugin_interface/snapline.h b/src/plugins/scxmleditor/plugin_interface/snapline.h
index 4a6d08a85e7..94a9f7671ef 100644
--- a/src/plugins/scxmleditor/plugin_interface/snapline.h
+++ b/src/plugins/scxmleditor/plugin_interface/snapline.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/src/plugins/scxmleditor/plugin_interface/stateitem.cpp b/src/plugins/scxmleditor/plugin_interface/stateitem.cpp
index 3180e285aaa..dd1015f9d40 100644
--- a/src/plugins/scxmleditor/plugin_interface/stateitem.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/stateitem.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 "finalstateitem.h"
#include "graphicsitemprovider.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/stateitem.h b/src/plugins/scxmleditor/plugin_interface/stateitem.h
index 3bffc6a21fc..585992f040e 100644
--- a/src/plugins/scxmleditor/plugin_interface/stateitem.h
+++ b/src/plugins/scxmleditor/plugin_interface/stateitem.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/src/plugins/scxmleditor/plugin_interface/statewarningitem.cpp b/src/plugins/scxmleditor/plugin_interface/statewarningitem.cpp
index dad12721301..1e42b6e6393 100644
--- a/src/plugins/scxmleditor/plugin_interface/statewarningitem.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/statewarningitem.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 "idwarningitem.h"
#include "scxmleditortr.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/statewarningitem.h b/src/plugins/scxmleditor/plugin_interface/statewarningitem.h
index 13f7843dcf1..4201adfdeae 100644
--- a/src/plugins/scxmleditor/plugin_interface/statewarningitem.h
+++ b/src/plugins/scxmleditor/plugin_interface/statewarningitem.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/src/plugins/scxmleditor/plugin_interface/tagtextitem.cpp b/src/plugins/scxmleditor/plugin_interface/tagtextitem.cpp
index feef3317c4b..1613d59927f 100644
--- a/src/plugins/scxmleditor/plugin_interface/tagtextitem.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/tagtextitem.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 "tagtextitem.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/tagtextitem.h b/src/plugins/scxmleditor/plugin_interface/tagtextitem.h
index 6b34ba8a2bd..3c0a13b935f 100644
--- a/src/plugins/scxmleditor/plugin_interface/tagtextitem.h
+++ b/src/plugins/scxmleditor/plugin_interface/tagtextitem.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/src/plugins/scxmleditor/plugin_interface/textitem.cpp b/src/plugins/scxmleditor/plugin_interface/textitem.cpp
index 3dd86f33e6d..4905030901e 100644
--- a/src/plugins/scxmleditor/plugin_interface/textitem.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/textitem.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 "textitem.h"
#include <QCursor>
diff --git a/src/plugins/scxmleditor/plugin_interface/textitem.h b/src/plugins/scxmleditor/plugin_interface/textitem.h
index 3f68c9f578e..76d3a0383ca 100644
--- a/src/plugins/scxmleditor/plugin_interface/textitem.h
+++ b/src/plugins/scxmleditor/plugin_interface/textitem.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/src/plugins/scxmleditor/plugin_interface/transitionitem.cpp b/src/plugins/scxmleditor/plugin_interface/transitionitem.cpp
index db59260c648..71535fbfedb 100644
--- a/src/plugins/scxmleditor/plugin_interface/transitionitem.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/transitionitem.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 "connectableitem.h"
#include "cornergrabberitem.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/transitionitem.h b/src/plugins/scxmleditor/plugin_interface/transitionitem.h
index 542c5f189b5..6eb256d6d83 100644
--- a/src/plugins/scxmleditor/plugin_interface/transitionitem.h
+++ b/src/plugins/scxmleditor/plugin_interface/transitionitem.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/src/plugins/scxmleditor/plugin_interface/transitionwarningitem.cpp b/src/plugins/scxmleditor/plugin_interface/transitionwarningitem.cpp
index a5a912b5bfd..ed4e8a4b004 100644
--- a/src/plugins/scxmleditor/plugin_interface/transitionwarningitem.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/transitionwarningitem.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 "scxmleditortr.h"
#include "transitionitem.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/transitionwarningitem.h b/src/plugins/scxmleditor/plugin_interface/transitionwarningitem.h
index 942e3a85faf..c172ccc79e7 100644
--- a/src/plugins/scxmleditor/plugin_interface/transitionwarningitem.h
+++ b/src/plugins/scxmleditor/plugin_interface/transitionwarningitem.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/src/plugins/scxmleditor/plugin_interface/undocommands.cpp b/src/plugins/scxmleditor/plugin_interface/undocommands.cpp
index 4871f4ec67d..0e4b4d9b02d 100644
--- a/src/plugins/scxmleditor/plugin_interface/undocommands.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/undocommands.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 "undocommands.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/undocommands.h b/src/plugins/scxmleditor/plugin_interface/undocommands.h
index fb3d17c9d7f..9dfefd28d32 100644
--- a/src/plugins/scxmleditor/plugin_interface/undocommands.h
+++ b/src/plugins/scxmleditor/plugin_interface/undocommands.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/src/plugins/scxmleditor/plugin_interface/utilsprovider.cpp b/src/plugins/scxmleditor/plugin_interface/utilsprovider.cpp
index 048c03f7074..0d04fa24a02 100644
--- a/src/plugins/scxmleditor/plugin_interface/utilsprovider.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/utilsprovider.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 "utilsprovider.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/utilsprovider.h b/src/plugins/scxmleditor/plugin_interface/utilsprovider.h
index 7fd3cdab860..a5af393f82b 100644
--- a/src/plugins/scxmleditor/plugin_interface/utilsprovider.h
+++ b/src/plugins/scxmleditor/plugin_interface/utilsprovider.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/src/plugins/scxmleditor/plugin_interface/warningitem.cpp b/src/plugins/scxmleditor/plugin_interface/warningitem.cpp
index b33a8af59b3..bdb9a539136 100644
--- a/src/plugins/scxmleditor/plugin_interface/warningitem.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/warningitem.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 "warningitem.h"
#include "graphicsscene.h"
diff --git a/src/plugins/scxmleditor/plugin_interface/warningitem.h b/src/plugins/scxmleditor/plugin_interface/warningitem.h
index 9d268bb37dd..34023adcef0 100644
--- a/src/plugins/scxmleditor/plugin_interface/warningitem.h
+++ b/src/plugins/scxmleditor/plugin_interface/warningitem.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/src/plugins/scxmleditor/plugin_interface/warningprovider.h b/src/plugins/scxmleditor/plugin_interface/warningprovider.h
index ecde78f39fb..aa52d48ad8c 100644
--- a/src/plugins/scxmleditor/plugin_interface/warningprovider.h
+++ b/src/plugins/scxmleditor/plugin_interface/warningprovider.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/src/plugins/scxmleditor/scxmleditor_global.h b/src/plugins/scxmleditor/scxmleditor_global.h
index d25327b8e8b..bdbb0ea7ed4 100644
--- a/src/plugins/scxmleditor/scxmleditor_global.h
+++ b/src/plugins/scxmleditor/scxmleditor_global.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/src/plugins/scxmleditor/scxmleditorconstants.h b/src/plugins/scxmleditor/scxmleditorconstants.h
index 1c188fe2ffc..49670ba3953 100644
--- a/src/plugins/scxmleditor/scxmleditorconstants.h
+++ b/src/plugins/scxmleditor/scxmleditorconstants.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/src/plugins/scxmleditor/scxmleditordata.cpp b/src/plugins/scxmleditor/scxmleditordata.cpp
index c9a7726d83f..3b3ca00ecac 100644
--- a/src/plugins/scxmleditor/scxmleditordata.cpp
+++ b/src/plugins/scxmleditor/scxmleditordata.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 "mainwidget.h"
#include "scxmleditorconstants.h"
diff --git a/src/plugins/scxmleditor/scxmleditordata.h b/src/plugins/scxmleditor/scxmleditordata.h
index 947e506ae17..b7f1412361b 100644
--- a/src/plugins/scxmleditor/scxmleditordata.h
+++ b/src/plugins/scxmleditor/scxmleditordata.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/src/plugins/scxmleditor/scxmleditordocument.cpp b/src/plugins/scxmleditor/scxmleditordocument.cpp
index c45b067f198..9c84910b2dd 100644
--- a/src/plugins/scxmleditor/scxmleditordocument.cpp
+++ b/src/plugins/scxmleditor/scxmleditordocument.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 "scxmleditordocument.h"
#include "mainwidget.h"
diff --git a/src/plugins/scxmleditor/scxmleditordocument.h b/src/plugins/scxmleditor/scxmleditordocument.h
index a47549a2c7a..4619da91d4b 100644
--- a/src/plugins/scxmleditor/scxmleditordocument.h
+++ b/src/plugins/scxmleditor/scxmleditordocument.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/src/plugins/scxmleditor/scxmleditorfactory.cpp b/src/plugins/scxmleditor/scxmleditorfactory.cpp
index 8223019b9a4..ae226f4e3fb 100644
--- a/src/plugins/scxmleditor/scxmleditorfactory.cpp
+++ b/src/plugins/scxmleditor/scxmleditorfactory.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 "scxmleditorfactory.h"
diff --git a/src/plugins/scxmleditor/scxmleditorfactory.h b/src/plugins/scxmleditor/scxmleditorfactory.h
index e07f399a813..4074281b8a0 100644
--- a/src/plugins/scxmleditor/scxmleditorfactory.h
+++ b/src/plugins/scxmleditor/scxmleditorfactory.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/src/plugins/scxmleditor/scxmleditorplugin.cpp b/src/plugins/scxmleditor/scxmleditorplugin.cpp
index 5502ab1e1e2..95a5544fb93 100644
--- a/src/plugins/scxmleditor/scxmleditorplugin.cpp
+++ b/src/plugins/scxmleditor/scxmleditorplugin.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 "scxmleditorplugin.h"
diff --git a/src/plugins/scxmleditor/scxmleditorplugin.h b/src/plugins/scxmleditor/scxmleditorplugin.h
index 61a3f65d720..87d5c90135a 100644
--- a/src/plugins/scxmleditor/scxmleditorplugin.h
+++ b/src/plugins/scxmleditor/scxmleditorplugin.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 <extensionsystem/iplugin.h>
diff --git a/src/plugins/scxmleditor/scxmleditorstack.cpp b/src/plugins/scxmleditor/scxmleditorstack.cpp
index f8f2eb00efd..d3a739133f3 100644
--- a/src/plugins/scxmleditor/scxmleditorstack.cpp
+++ b/src/plugins/scxmleditor/scxmleditorstack.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 "scxmleditorstack.h"
#include "scxmleditordocument.h"
diff --git a/src/plugins/scxmleditor/scxmleditorstack.h b/src/plugins/scxmleditor/scxmleditorstack.h
index 6c22453a6d8..ecad2324ecc 100644
--- a/src/plugins/scxmleditor/scxmleditorstack.h
+++ b/src/plugins/scxmleditor/scxmleditorstack.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/src/plugins/scxmleditor/scxmleditortr.h b/src/plugins/scxmleditor/scxmleditortr.h
index a6a82a3a8be..41f546fcfbf 100644
--- a/src/plugins/scxmleditor/scxmleditortr.h
+++ b/src/plugins/scxmleditor/scxmleditortr.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/src/plugins/scxmleditor/scxmltexteditor.cpp b/src/plugins/scxmleditor/scxmltexteditor.cpp
index 9c1b492afa0..0f123d88e49 100644
--- a/src/plugins/scxmleditor/scxmltexteditor.cpp
+++ b/src/plugins/scxmleditor/scxmltexteditor.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 "scxmltexteditor.h"
#include "mainwidget.h"
diff --git a/src/plugins/scxmleditor/scxmltexteditor.h b/src/plugins/scxmleditor/scxmltexteditor.h
index 0376d5b8b50..ddeadd1a3f6 100644
--- a/src/plugins/scxmleditor/scxmltexteditor.h
+++ b/src/plugins/scxmleditor/scxmltexteditor.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