aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/annotationeditor
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/components/annotationeditor')
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.cpp2
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.h2
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/annotationeditor.cpp2
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/annotationeditor.h2
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/annotationeditordialog.cpp2
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/annotationeditordialog.h2
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/annotationeditorwidget.cpp2
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/annotationeditorwidget.h2
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/annotationlist.cpp2
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/annotationlist.h2
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/annotationlistwidget.cpp2
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/annotationlistwidget.h2
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/annotationtableview.cpp2
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/annotationtableview.h2
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/annotationtabwidget.cpp2
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/annotationtabwidget.h2
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/defaultannotations.cpp2
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/defaultannotations.h2
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/globalannotationdialog.cpp2
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/globalannotationdialog.h2
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/globalannotationeditor.cpp2
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/globalannotationeditor.h2
22 files changed, 22 insertions, 22 deletions
diff --git a/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.cpp b/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.cpp
index 90982d5c7d..ea40a45bf4 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.cpp
+++ b/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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 "annotationcommenttab.h"
#include "ui_annotationcommenttab.h"
diff --git a/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.h b/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.h
index 29d382b6e3..1fcba5c187 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.h
+++ b/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.h
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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/qmldesigner/components/annotationeditor/annotationeditor.cpp b/src/plugins/qmldesigner/components/annotationeditor/annotationeditor.cpp
index ff54c6a0da..86994eb83e 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/annotationeditor.cpp
+++ b/src/plugins/qmldesigner/components/annotationeditor/annotationeditor.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2020 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 "annotationeditor.h"
diff --git a/src/plugins/qmldesigner/components/annotationeditor/annotationeditor.h b/src/plugins/qmldesigner/components/annotationeditor/annotationeditor.h
index 5fc5fa8e08..de380f8f8a 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/annotationeditor.h
+++ b/src/plugins/qmldesigner/components/annotationeditor/annotationeditor.h
@@ -1,5 +1,5 @@
// Copyright (C) 2020 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/qmldesigner/components/annotationeditor/annotationeditordialog.cpp b/src/plugins/qmldesigner/components/annotationeditor/annotationeditordialog.cpp
index 8a63da1ac0..44d35edad1 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/annotationeditordialog.cpp
+++ b/src/plugins/qmldesigner/components/annotationeditor/annotationeditordialog.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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 "annotationeditordialog.h"
#include "annotation.h"
diff --git a/src/plugins/qmldesigner/components/annotationeditor/annotationeditordialog.h b/src/plugins/qmldesigner/components/annotationeditor/annotationeditordialog.h
index c11ec0b254..70e2b08060 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/annotationeditordialog.h
+++ b/src/plugins/qmldesigner/components/annotationeditor/annotationeditordialog.h
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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/qmldesigner/components/annotationeditor/annotationeditorwidget.cpp b/src/plugins/qmldesigner/components/annotationeditor/annotationeditorwidget.cpp
index 5f2eb35a03..c56e58eada 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/annotationeditorwidget.cpp
+++ b/src/plugins/qmldesigner/components/annotationeditor/annotationeditorwidget.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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 "annotationeditorwidget.h"
#include "annotation.h"
diff --git a/src/plugins/qmldesigner/components/annotationeditor/annotationeditorwidget.h b/src/plugins/qmldesigner/components/annotationeditor/annotationeditorwidget.h
index 674ce9004c..2b890713ab 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/annotationeditorwidget.h
+++ b/src/plugins/qmldesigner/components/annotationeditor/annotationeditorwidget.h
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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/qmldesigner/components/annotationeditor/annotationlist.cpp b/src/plugins/qmldesigner/components/annotationeditor/annotationlist.cpp
index 4f05fbb052..cdc9fe993d 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/annotationlist.cpp
+++ b/src/plugins/qmldesigner/components/annotationeditor/annotationlist.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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 "annotationlist.h"
diff --git a/src/plugins/qmldesigner/components/annotationeditor/annotationlist.h b/src/plugins/qmldesigner/components/annotationeditor/annotationlist.h
index 8950b05693..8a3cea3de9 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/annotationlist.h
+++ b/src/plugins/qmldesigner/components/annotationeditor/annotationlist.h
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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/qmldesigner/components/annotationeditor/annotationlistwidget.cpp b/src/plugins/qmldesigner/components/annotationeditor/annotationlistwidget.cpp
index b73d4a9c71..c3e0f8b2b8 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/annotationlistwidget.cpp
+++ b/src/plugins/qmldesigner/components/annotationeditor/annotationlistwidget.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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 "annotationlistwidget.h"
diff --git a/src/plugins/qmldesigner/components/annotationeditor/annotationlistwidget.h b/src/plugins/qmldesigner/components/annotationeditor/annotationlistwidget.h
index 46a4d6f7c3..0e9a45ac46 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/annotationlistwidget.h
+++ b/src/plugins/qmldesigner/components/annotationeditor/annotationlistwidget.h
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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/qmldesigner/components/annotationeditor/annotationtableview.cpp b/src/plugins/qmldesigner/components/annotationeditor/annotationtableview.cpp
index ef2198b05a..7c8daa5eeb 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/annotationtableview.cpp
+++ b/src/plugins/qmldesigner/components/annotationeditor/annotationtableview.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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 "annotationtableview.h"
diff --git a/src/plugins/qmldesigner/components/annotationeditor/annotationtableview.h b/src/plugins/qmldesigner/components/annotationeditor/annotationtableview.h
index 138d76fed6..54ef501b01 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/annotationtableview.h
+++ b/src/plugins/qmldesigner/components/annotationeditor/annotationtableview.h
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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
#include <QItemDelegate>
diff --git a/src/plugins/qmldesigner/components/annotationeditor/annotationtabwidget.cpp b/src/plugins/qmldesigner/components/annotationeditor/annotationtabwidget.cpp
index 4f9de63cef..42ff3bcfd9 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/annotationtabwidget.cpp
+++ b/src/plugins/qmldesigner/components/annotationeditor/annotationtabwidget.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2020 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 "annotationtabwidget.h"
diff --git a/src/plugins/qmldesigner/components/annotationeditor/annotationtabwidget.h b/src/plugins/qmldesigner/components/annotationeditor/annotationtabwidget.h
index 3cc88746f8..69477b8958 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/annotationtabwidget.h
+++ b/src/plugins/qmldesigner/components/annotationeditor/annotationtabwidget.h
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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 <QPointer>
#include <QTabWidget>
diff --git a/src/plugins/qmldesigner/components/annotationeditor/defaultannotations.cpp b/src/plugins/qmldesigner/components/annotationeditor/defaultannotations.cpp
index 81441ba6a8..7a9212d535 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/defaultannotations.cpp
+++ b/src/plugins/qmldesigner/components/annotationeditor/defaultannotations.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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 "defaultannotations.h"
diff --git a/src/plugins/qmldesigner/components/annotationeditor/defaultannotations.h b/src/plugins/qmldesigner/components/annotationeditor/defaultannotations.h
index 79726c9bb0..60a8da73da 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/defaultannotations.h
+++ b/src/plugins/qmldesigner/components/annotationeditor/defaultannotations.h
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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
#include "annotation.h"
diff --git a/src/plugins/qmldesigner/components/annotationeditor/globalannotationdialog.cpp b/src/plugins/qmldesigner/components/annotationeditor/globalannotationdialog.cpp
index 1432e090df..0900b99f88 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/globalannotationdialog.cpp
+++ b/src/plugins/qmldesigner/components/annotationeditor/globalannotationdialog.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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 "globalannotationdialog.h"
#include "annotation.h"
diff --git a/src/plugins/qmldesigner/components/annotationeditor/globalannotationdialog.h b/src/plugins/qmldesigner/components/annotationeditor/globalannotationdialog.h
index 678e2e1e18..01334972e0 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/globalannotationdialog.h
+++ b/src/plugins/qmldesigner/components/annotationeditor/globalannotationdialog.h
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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/qmldesigner/components/annotationeditor/globalannotationeditor.cpp b/src/plugins/qmldesigner/components/annotationeditor/globalannotationeditor.cpp
index 40dcd9e5a9..17809a40d8 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/globalannotationeditor.cpp
+++ b/src/plugins/qmldesigner/components/annotationeditor/globalannotationeditor.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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 "globalannotationeditor.h"
diff --git a/src/plugins/qmldesigner/components/annotationeditor/globalannotationeditor.h b/src/plugins/qmldesigner/components/annotationeditor/globalannotationeditor.h
index 28cc092cb9..1a982fa674 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/globalannotationeditor.h
+++ b/src/plugins/qmldesigner/components/annotationeditor/globalannotationeditor.h
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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