From 4ddcbef52d551e15c9ad62dd46c34bbaa0f4abab Mon Sep 17 00:00:00 2001 From: Tarja Sundqvist Date: Fri, 8 Dec 2023 13:47:15 +0200 Subject: [PATCH] Update commercial SPDX-License-Identifier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some files in tqtc-qtgrpc were missing the commercial SPDX-License-Identifier. Build files, examples, tests, or documentation are not updated. Task-number: QTQAINFRA-5900 Pick-to: 6.5 Change-Id: I0ad19646fa7246ef3c8884c9265f4b17efa23312 Reviewed-by: 🌴 Alexey Edelev 🌴 --- src/protobuf/qabstractprotobufserializer.cpp | 2 +- src/protobuf/qabstractprotobufserializer.h | 2 +- src/protobuf/qprotobuflazymessagepointer.h | 2 +- src/protobuf/qprotobufmessage.cpp | 2 +- src/protobuf/qprotobufmessage.h | 2 +- src/protobuf/qprotobufmessage_p.h | 2 +- src/protobuf/qprotobufobject.h | 2 +- src/protobuf/qprotobufselfcheckiterator.h | 2 +- src/protobuf/qprotobufserializer.cpp | 2 +- src/protobuf/qprotobufserializer.h | 2 +- src/protobuf/qprotobufserializer_p.h | 2 +- src/protobuf/qtprotobufglobal.h | 2 +- src/protobuf/qtprotobuflogging.cpp | 2 +- src/protobuf/qtprotobuflogging_p.h | 2 +- src/protobuf/qtprotobuftypes.cpp | 2 +- src/protobuf/qtprotobuftypes.h | 2 +- src/tools/qtgrpcgen/clientdeclarationprinter.cpp | 2 +- src/tools/qtgrpcgen/clientdeclarationprinter.h | 2 +- src/tools/qtgrpcgen/clientdefinitionprinter.cpp | 2 +- src/tools/qtgrpcgen/clientdefinitionprinter.h | 2 +- src/tools/qtgrpcgen/grpctemplates.cpp | 2 +- src/tools/qtgrpcgen/grpctemplates.h | 2 +- src/tools/qtgrpcgen/main.cpp | 2 +- src/tools/qtgrpcgen/qgrpcgenerator.cpp | 2 +- src/tools/qtgrpcgen/qgrpcgenerator.h | 2 +- src/tools/qtgrpcgen/serverdeclarationprinter.cpp | 2 +- src/tools/qtgrpcgen/serverdeclarationprinter.h | 2 +- src/tools/qtprotobufgen/enumdeclarationprinter.cpp | 2 +- src/tools/qtprotobufgen/enumdeclarationprinter.h | 2 +- src/tools/qtprotobufgen/enumdefinitionprinter.cpp | 2 +- src/tools/qtprotobufgen/enumdefinitionprinter.h | 2 +- src/tools/qtprotobufgen/main.cpp | 2 +- src/tools/qtprotobufgen/messagedeclarationprinter.cpp | 2 +- src/tools/qtprotobufgen/messagedeclarationprinter.h | 2 +- src/tools/qtprotobufgen/messagedefinitionprinter.cpp | 2 +- src/tools/qtprotobufgen/messagedefinitionprinter.h | 2 +- src/tools/qtprotobufgen/qprotobufgenerator.cpp | 2 +- src/tools/qtprotobufgen/qprotobufgenerator.h | 2 +- src/tools/qtprotoccommon/baseprinter.cpp | 2 +- src/tools/qtprotoccommon/baseprinter.h | 2 +- src/tools/qtprotoccommon/commontemplates.cpp | 2 +- src/tools/qtprotoccommon/commontemplates.h | 2 +- src/tools/qtprotoccommon/descriptorprinterbase.h | 2 +- src/tools/qtprotoccommon/generatorbase.cpp | 2 +- src/tools/qtprotoccommon/generatorbase.h | 2 +- src/tools/qtprotoccommon/generatorcommon.cpp | 2 +- src/tools/qtprotoccommon/generatorcommon.h | 2 +- src/tools/qtprotoccommon/options.cpp | 2 +- src/tools/qtprotoccommon/options.h | 2 +- src/tools/qtprotoccommon/qtprotocdefs.h | 2 +- src/tools/qtprotoccommon/utils.cpp | 2 +- src/tools/qtprotoccommon/utils.h | 2 +- 52 files changed, 52 insertions(+), 52 deletions(-) diff --git a/src/protobuf/qabstractprotobufserializer.cpp b/src/protobuf/qabstractprotobufserializer.cpp index 959aa858..9ad89a9e 100644 --- a/src/protobuf/qabstractprotobufserializer.cpp +++ b/src/protobuf/qabstractprotobufserializer.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #include diff --git a/src/protobuf/qabstractprotobufserializer.h b/src/protobuf/qabstractprotobufserializer.h index cc8b6f20..c64a29d7 100644 --- a/src/protobuf/qabstractprotobufserializer.h +++ b/src/protobuf/qabstractprotobufserializer.h @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef QABSTRACTPROTOBUFSERIALIZER_H #define QABSTRACTPROTOBUFSERIALIZER_H diff --git a/src/protobuf/qprotobuflazymessagepointer.h b/src/protobuf/qprotobuflazymessagepointer.h index 18825e66..2a4ee6cc 100644 --- a/src/protobuf/qprotobuflazymessagepointer.h +++ b/src/protobuf/qprotobuflazymessagepointer.h @@ -1,6 +1,6 @@ // Copyright (C) 2020 Alexey Edelev // Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef QPROTOBUFLAZYMESSAGEPOINTER_H #define QPROTOBUFLAZYMESSAGEPOINTER_H diff --git a/src/protobuf/qprotobufmessage.cpp b/src/protobuf/qprotobufmessage.cpp index 04ab4f24..613b486b 100644 --- a/src/protobuf/qprotobufmessage.cpp +++ b/src/protobuf/qprotobufmessage.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #include "qprotobufmessage_p.h" #include "qprotobufmessage.h" diff --git a/src/protobuf/qprotobufmessage.h b/src/protobuf/qprotobufmessage.h index 9ad9a652..22e3696f 100644 --- a/src/protobuf/qprotobufmessage.h +++ b/src/protobuf/qprotobufmessage.h @@ -1,5 +1,5 @@ // Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef Q_PROTOBUF_MESSAGE_H #define Q_PROTOBUF_MESSAGE_H diff --git a/src/protobuf/qprotobufmessage_p.h b/src/protobuf/qprotobufmessage_p.h index fb82358b..09565477 100644 --- a/src/protobuf/qprotobufmessage_p.h +++ b/src/protobuf/qprotobufmessage_p.h @@ -1,5 +1,5 @@ // Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef Q_PROTOBUF_MESSAGE_P_H #define Q_PROTOBUF_MESSAGE_P_H diff --git a/src/protobuf/qprotobufobject.h b/src/protobuf/qprotobufobject.h index f36babe3..eaf7ae37 100644 --- a/src/protobuf/qprotobufobject.h +++ b/src/protobuf/qprotobufobject.h @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef QPROTOBUFOBJECT_H #define QPROTOBUFOBJECT_H diff --git a/src/protobuf/qprotobufselfcheckiterator.h b/src/protobuf/qprotobufselfcheckiterator.h index 94707aac..b06a7204 100644 --- a/src/protobuf/qprotobufselfcheckiterator.h +++ b/src/protobuf/qprotobufselfcheckiterator.h @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef QPROTOBUFSELFCHECKITERATOR_H #define QPROTOBUFSELFCHECKITERATOR_H diff --git a/src/protobuf/qprotobufserializer.cpp b/src/protobuf/qprotobufserializer.cpp index 85514a15..b21f55f6 100644 --- a/src/protobuf/qprotobufserializer.cpp +++ b/src/protobuf/qprotobufserializer.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev , Viktor Kopp -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #include "qprotobufserializer.h" #include "qprotobufserializer_p.h" diff --git a/src/protobuf/qprotobufserializer.h b/src/protobuf/qprotobufserializer.h index 181afe4b..c171db67 100644 --- a/src/protobuf/qprotobufserializer.h +++ b/src/protobuf/qprotobufserializer.h @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef QPROTOBUFSERIALIZER_H #define QPROTOBUFSERIALIZER_H diff --git a/src/protobuf/qprotobufserializer_p.h b/src/protobuf/qprotobufserializer_p.h index 339988fe..6e6e89d5 100644 --- a/src/protobuf/qprotobufserializer_p.h +++ b/src/protobuf/qprotobufserializer_p.h @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev , Viktor Kopp -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef QPROTOBUFSERIALIZER_P_H #define QPROTOBUFSERIALIZER_P_H diff --git a/src/protobuf/qtprotobufglobal.h b/src/protobuf/qtprotobufglobal.h index cbe9376d..1ee1a0c9 100644 --- a/src/protobuf/qtprotobufglobal.h +++ b/src/protobuf/qtprotobufglobal.h @@ -1,5 +1,5 @@ // Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef QTPROTOBUFGLOBAL_H #define QTPROTOBUFGLOBAL_H diff --git a/src/protobuf/qtprotobuflogging.cpp b/src/protobuf/qtprotobuflogging.cpp index 5a85d7e6..4c289f53 100644 --- a/src/protobuf/qtprotobuflogging.cpp +++ b/src/protobuf/qtprotobuflogging.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #include "qtprotobuflogging_p.h" diff --git a/src/protobuf/qtprotobuflogging_p.h b/src/protobuf/qtprotobuflogging_p.h index f68db319..b3430e7e 100644 --- a/src/protobuf/qtprotobuflogging_p.h +++ b/src/protobuf/qtprotobuflogging_p.h @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef QTPROTOBUFLOGGING_P_H #define QTPROTOBUFLOGGING_P_H diff --git a/src/protobuf/qtprotobuftypes.cpp b/src/protobuf/qtprotobuftypes.cpp index 68c0f7f8..f6b7a273 100644 --- a/src/protobuf/qtprotobuftypes.cpp +++ b/src/protobuf/qtprotobuftypes.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #include diff --git a/src/protobuf/qtprotobuftypes.h b/src/protobuf/qtprotobuftypes.h index c14b7be9..6814c7a6 100644 --- a/src/protobuf/qtprotobuftypes.h +++ b/src/protobuf/qtprotobuftypes.h @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef QTPROTOBUFTYPES_H #define QTPROTOBUFTYPES_H diff --git a/src/tools/qtgrpcgen/clientdeclarationprinter.cpp b/src/tools/qtgrpcgen/clientdeclarationprinter.cpp index 412177de..ffbbda4b 100644 --- a/src/tools/qtgrpcgen/clientdeclarationprinter.cpp +++ b/src/tools/qtgrpcgen/clientdeclarationprinter.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #include "clientdeclarationprinter.h" diff --git a/src/tools/qtgrpcgen/clientdeclarationprinter.h b/src/tools/qtgrpcgen/clientdeclarationprinter.h index 264d9c51..53b84d82 100644 --- a/src/tools/qtgrpcgen/clientdeclarationprinter.h +++ b/src/tools/qtgrpcgen/clientdeclarationprinter.h @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #pragma once diff --git a/src/tools/qtgrpcgen/clientdefinitionprinter.cpp b/src/tools/qtgrpcgen/clientdefinitionprinter.cpp index 174c68f4..e59b11d1 100644 --- a/src/tools/qtgrpcgen/clientdefinitionprinter.cpp +++ b/src/tools/qtgrpcgen/clientdefinitionprinter.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #include "clientdefinitionprinter.h" diff --git a/src/tools/qtgrpcgen/clientdefinitionprinter.h b/src/tools/qtgrpcgen/clientdefinitionprinter.h index 8f4985d9..4684a009 100644 --- a/src/tools/qtgrpcgen/clientdefinitionprinter.h +++ b/src/tools/qtgrpcgen/clientdefinitionprinter.h @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #pragma once diff --git a/src/tools/qtgrpcgen/grpctemplates.cpp b/src/tools/qtgrpcgen/grpctemplates.cpp index e855857d..a1b6ccf2 100644 --- a/src/tools/qtgrpcgen/grpctemplates.cpp +++ b/src/tools/qtgrpcgen/grpctemplates.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #include "grpctemplates.h" diff --git a/src/tools/qtgrpcgen/grpctemplates.h b/src/tools/qtgrpcgen/grpctemplates.h index 5e2a3221..d99076b7 100644 --- a/src/tools/qtgrpcgen/grpctemplates.h +++ b/src/tools/qtgrpcgen/grpctemplates.h @@ -1,5 +1,5 @@ // Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef GRPCTEMPLATES_H #define GRPCTEMPLATES_H diff --git a/src/tools/qtgrpcgen/main.cpp b/src/tools/qtgrpcgen/main.cpp index 2b0c7eed..d6c38c59 100644 --- a/src/tools/qtgrpcgen/main.cpp +++ b/src/tools/qtgrpcgen/main.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #include diff --git a/src/tools/qtgrpcgen/qgrpcgenerator.cpp b/src/tools/qtgrpcgen/qgrpcgenerator.cpp index 8728bc00..ba45fd3b 100644 --- a/src/tools/qtgrpcgen/qgrpcgenerator.cpp +++ b/src/tools/qtgrpcgen/qgrpcgenerator.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #include "qgrpcgenerator.h" #include "clientdeclarationprinter.h" diff --git a/src/tools/qtgrpcgen/qgrpcgenerator.h b/src/tools/qtgrpcgen/qgrpcgenerator.h index d19b4a80..671e86ed 100644 --- a/src/tools/qtgrpcgen/qgrpcgenerator.h +++ b/src/tools/qtgrpcgen/qgrpcgenerator.h @@ -1,5 +1,5 @@ // Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef QGRPCGENERATOR_H #define QGRPCGENERATOR_H diff --git a/src/tools/qtgrpcgen/serverdeclarationprinter.cpp b/src/tools/qtgrpcgen/serverdeclarationprinter.cpp index 265b245c..4ead6b92 100644 --- a/src/tools/qtgrpcgen/serverdeclarationprinter.cpp +++ b/src/tools/qtgrpcgen/serverdeclarationprinter.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #include "serverdeclarationprinter.h" diff --git a/src/tools/qtgrpcgen/serverdeclarationprinter.h b/src/tools/qtgrpcgen/serverdeclarationprinter.h index 660723f4..d1effdb3 100644 --- a/src/tools/qtgrpcgen/serverdeclarationprinter.h +++ b/src/tools/qtgrpcgen/serverdeclarationprinter.h @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef SERVERDECLARATIONPRINTER_H #define SERVERDECLARATIONPRINTER_H diff --git a/src/tools/qtprotobufgen/enumdeclarationprinter.cpp b/src/tools/qtprotobufgen/enumdeclarationprinter.cpp index 49728a5c..2710b9e7 100644 --- a/src/tools/qtprotobufgen/enumdeclarationprinter.cpp +++ b/src/tools/qtprotobufgen/enumdeclarationprinter.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #include "enumdeclarationprinter.h" #include "utils.h" diff --git a/src/tools/qtprotobufgen/enumdeclarationprinter.h b/src/tools/qtprotobufgen/enumdeclarationprinter.h index 2c8cc96d..ca1434a2 100644 --- a/src/tools/qtprotobufgen/enumdeclarationprinter.h +++ b/src/tools/qtprotobufgen/enumdeclarationprinter.h @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2020 Alexey Edelev , Tatyana Borisova -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef ENUMDECLARATIONPRINTER_H #define ENUMDECLARATIONPRINTER_H diff --git a/src/tools/qtprotobufgen/enumdefinitionprinter.cpp b/src/tools/qtprotobufgen/enumdefinitionprinter.cpp index 41903b23..b0126750 100644 --- a/src/tools/qtprotobufgen/enumdefinitionprinter.cpp +++ b/src/tools/qtprotobufgen/enumdefinitionprinter.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2020 Alexey Edelev , Tatyana Borisova -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #include "enumdefinitionprinter.h" diff --git a/src/tools/qtprotobufgen/enumdefinitionprinter.h b/src/tools/qtprotobufgen/enumdefinitionprinter.h index cad820e4..281fb413 100644 --- a/src/tools/qtprotobufgen/enumdefinitionprinter.h +++ b/src/tools/qtprotobufgen/enumdefinitionprinter.h @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2020 Alexey Edelev , Tatyana Borisova -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef ENUMDEFINITIONPRINTER_H #define ENUMDEFINITIONPRINTER_H diff --git a/src/tools/qtprotobufgen/main.cpp b/src/tools/qtprotobufgen/main.cpp index 41ef6efb..083fd004 100644 --- a/src/tools/qtprotobufgen/main.cpp +++ b/src/tools/qtprotobufgen/main.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #include diff --git a/src/tools/qtprotobufgen/messagedeclarationprinter.cpp b/src/tools/qtprotobufgen/messagedeclarationprinter.cpp index c6dd16d0..3a859c3f 100644 --- a/src/tools/qtprotobufgen/messagedeclarationprinter.cpp +++ b/src/tools/qtprotobufgen/messagedeclarationprinter.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2023 The Qt Company Ltd. // Copyright (C) 2020 Alexey Edelev , Tatyana Borisova -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #include "messagedeclarationprinter.h" #include "utils.h" diff --git a/src/tools/qtprotobufgen/messagedeclarationprinter.h b/src/tools/qtprotobufgen/messagedeclarationprinter.h index 40b917c3..62fd8ac0 100644 --- a/src/tools/qtprotobufgen/messagedeclarationprinter.h +++ b/src/tools/qtprotobufgen/messagedeclarationprinter.h @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev , Tatyana Borisova -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef MESSAGEDECLARATIONPRINTER_H #define MESSAGEDECLARATIONPRINTER_H diff --git a/src/tools/qtprotobufgen/messagedefinitionprinter.cpp b/src/tools/qtprotobufgen/messagedefinitionprinter.cpp index 4766d917..c31293f0 100644 --- a/src/tools/qtprotobufgen/messagedefinitionprinter.cpp +++ b/src/tools/qtprotobufgen/messagedefinitionprinter.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2023 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev , Tatyana Borisova -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #include "messagedefinitionprinter.h" diff --git a/src/tools/qtprotobufgen/messagedefinitionprinter.h b/src/tools/qtprotobufgen/messagedefinitionprinter.h index 5bc690d6..2cf28143 100644 --- a/src/tools/qtprotobufgen/messagedefinitionprinter.h +++ b/src/tools/qtprotobufgen/messagedefinitionprinter.h @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev , Tatyana Borisova -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef MESSAGEDEFINITIONPRINTER_H #define MESSAGEDEFINITIONPRINTER_H diff --git a/src/tools/qtprotobufgen/qprotobufgenerator.cpp b/src/tools/qtprotobufgen/qprotobufgenerator.cpp index 13cb1d8a..eb6bbe56 100644 --- a/src/tools/qtprotobufgen/qprotobufgenerator.cpp +++ b/src/tools/qtprotobufgen/qprotobufgenerator.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #include "qprotobufgenerator.h" #include "enumdeclarationprinter.h" diff --git a/src/tools/qtprotobufgen/qprotobufgenerator.h b/src/tools/qtprotobufgen/qprotobufgenerator.h index a541da95..aaf1204a 100644 --- a/src/tools/qtprotobufgen/qprotobufgenerator.h +++ b/src/tools/qtprotobufgen/qprotobufgenerator.h @@ -1,6 +1,6 @@ // Copyright (C) 2023 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef QPROTOBUFGENERATOR_H #define QPROTOBUFGENERATOR_H diff --git a/src/tools/qtprotoccommon/baseprinter.cpp b/src/tools/qtprotoccommon/baseprinter.cpp index b6689e38..877a70ad 100644 --- a/src/tools/qtprotoccommon/baseprinter.cpp +++ b/src/tools/qtprotoccommon/baseprinter.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2019 Alexey Edelev , Tatyana Borisova -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #include "baseprinter.h" #include "utils.h" diff --git a/src/tools/qtprotoccommon/baseprinter.h b/src/tools/qtprotoccommon/baseprinter.h index caf82762..39f9f9ce 100644 --- a/src/tools/qtprotoccommon/baseprinter.h +++ b/src/tools/qtprotoccommon/baseprinter.h @@ -1,6 +1,6 @@ // Copyright (C) 2023 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev , Tatyana Borisova -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef BASEPRINTER_H #define BASEPRINTER_H diff --git a/src/tools/qtprotoccommon/commontemplates.cpp b/src/tools/qtprotoccommon/commontemplates.cpp index a8a85465..59658a41 100644 --- a/src/tools/qtprotoccommon/commontemplates.cpp +++ b/src/tools/qtprotoccommon/commontemplates.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev , Tatyana Borisova -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #include "commontemplates.h" diff --git a/src/tools/qtprotoccommon/commontemplates.h b/src/tools/qtprotoccommon/commontemplates.h index 32093089..3c858b9b 100644 --- a/src/tools/qtprotoccommon/commontemplates.h +++ b/src/tools/qtprotoccommon/commontemplates.h @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev , Tatyana Borisova -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef QTPROTOCCOMMON_TEMPLATES_H #define QTPROTOCCOMMON_TEMPLATES_H diff --git a/src/tools/qtprotoccommon/descriptorprinterbase.h b/src/tools/qtprotoccommon/descriptorprinterbase.h index 6f9eb178..3a9bf8f0 100644 --- a/src/tools/qtprotoccommon/descriptorprinterbase.h +++ b/src/tools/qtprotoccommon/descriptorprinterbase.h @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev , Tatyana Borisova -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef DESCRIPTORPRINTERBASE_H #define DESCRIPTORPRINTERBASE_H diff --git a/src/tools/qtprotoccommon/generatorbase.cpp b/src/tools/qtprotoccommon/generatorbase.cpp index 1141e53f..6e891e11 100644 --- a/src/tools/qtprotoccommon/generatorbase.cpp +++ b/src/tools/qtprotoccommon/generatorbase.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #include "generatorbase.h" diff --git a/src/tools/qtprotoccommon/generatorbase.h b/src/tools/qtprotoccommon/generatorbase.h index 6ce63141..dbf56bf0 100644 --- a/src/tools/qtprotoccommon/generatorbase.h +++ b/src/tools/qtprotoccommon/generatorbase.h @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef GENERATORBASE_H #define GENERATORBASE_H diff --git a/src/tools/qtprotoccommon/generatorcommon.cpp b/src/tools/qtprotoccommon/generatorcommon.cpp index 90001127..d1adde01 100644 --- a/src/tools/qtprotoccommon/generatorcommon.cpp +++ b/src/tools/qtprotoccommon/generatorcommon.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2020 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #include "generatorcommon.h" #include "options.h" diff --git a/src/tools/qtprotoccommon/generatorcommon.h b/src/tools/qtprotoccommon/generatorcommon.h index 42684a33..b2b8552e 100644 --- a/src/tools/qtprotoccommon/generatorcommon.h +++ b/src/tools/qtprotoccommon/generatorcommon.h @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2020 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef GENERATORCOMMON_H #define GENERATORCOMMON_H diff --git a/src/tools/qtprotoccommon/options.cpp b/src/tools/qtprotoccommon/options.cpp index 644c9b72..54f4b40f 100644 --- a/src/tools/qtprotoccommon/options.cpp +++ b/src/tools/qtprotoccommon/options.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #include "options.h" diff --git a/src/tools/qtprotoccommon/options.h b/src/tools/qtprotoccommon/options.h index cd0e7d51..8c0c4fd8 100644 --- a/src/tools/qtprotoccommon/options.h +++ b/src/tools/qtprotoccommon/options.h @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef GENERATOROPTIONS_H #define GENERATOROPTIONS_H diff --git a/src/tools/qtprotoccommon/qtprotocdefs.h b/src/tools/qtprotoccommon/qtprotocdefs.h index 71311a37..743c2549 100644 --- a/src/tools/qtprotoccommon/qtprotocdefs.h +++ b/src/tools/qtprotoccommon/qtprotocdefs.h @@ -1,5 +1,5 @@ // Copyright (C) 2023 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef QTPROTOCDEFS_H #define QTPROTOCDEFS_H diff --git a/src/tools/qtprotoccommon/utils.cpp b/src/tools/qtprotoccommon/utils.cpp index d7e1200d..638dff6d 100644 --- a/src/tools/qtprotoccommon/utils.cpp +++ b/src/tools/qtprotoccommon/utils.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #include "utils.h" diff --git a/src/tools/qtprotoccommon/utils.h b/src/tools/qtprotoccommon/utils.h index 5ab2e40d..30ccd3a8 100644 --- a/src/tools/qtprotoccommon/utils.h +++ b/src/tools/qtprotoccommon/utils.h @@ -1,6 +1,6 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev -// SPDX-License-Identifier: LicenseRef-Qt-Commercial WITH Qt-GPL-exception-1.0 +// SPDX-License-Identifier: LicenseRef-Qt-Commercial #ifndef QTPROTOBUFGEN_UTILS_H #define QTPROTOBUFGEN_UTILS_H