mirror of https://github.com/qt/qtgrpc.git
Revert "Update commercial SPDX-License-Identifier"
This reverts commit daf9390a5f.
The revert is needed for the opensource releases which cannot contain commercial license headers.
Conflicts solved:
src/tools/qtgrpcgen/clientdeclarationprinter.cpp
src/tools/qtgrpcgen/clientdeclarationprinter.h
src/tools/qtgrpcgen/clientdefinitionprinter.cpp
src/tools/qtgrpcgen/clientdefinitionprinter.h
src/tools/qtgrpcgen/grpctemplates.cpp
src/tools/qtgrpcgen/grpctemplates.h
src/tools/qtgrpcgen/main.cpp
src/tools/qtgrpcgen/qgrpcgenerator.cpp
src/tools/qtgrpcgen/qgrpcgenerator.h
src/tools/qtgrpcgen/serverdeclarationprinter.cpp
src/tools/qtgrpcgen/serverdeclarationprinter.h
src/tools/qtprotobufgen/enumdeclarationprinter.cpp
src/tools/qtprotobufgen/enumdeclarationprinter.h
src/tools/qtprotobufgen/enumdefinitionprinter.cpp
src/tools/qtprotobufgen/enumdefinitionprinter.h
src/tools/qtprotobufgen/main.cpp
src/tools/qtprotobufgen/messagedeclarationprinter.cpp
src/tools/qtprotobufgen/messagedeclarationprinter.h
src/tools/qtprotobufgen/messagedefinitionprinter.cpp
src/tools/qtprotobufgen/messagedefinitionprinter.h
src/tools/qtprotobufgen/qprotobufgenerator.cpp
src/tools/qtprotobufgen/qprotobufgenerator.h
src/tools/qtprotoccommon/baseprinter.cpp
src/tools/qtprotoccommon/baseprinter.h
src/tools/qtprotoccommon/commontemplates.cpp
src/tools/qtprotoccommon/commontemplates.h
src/tools/qtprotoccommon/descriptorprinterbase.h
src/tools/qtprotoccommon/generatorbase.cpp
src/tools/qtprotoccommon/generatorbase.h
src/tools/qtprotoccommon/generatorcommon.cpp
src/tools/qtprotoccommon/generatorcommon.h
src/tools/qtprotoccommon/options.cpp
src/tools/qtprotoccommon/options.h
src/tools/qtprotoccommon/qtprotocdefs.h
src/tools/qtprotoccommon/utils.cpp
src/tools/qtprotoccommon/utils.h
Change-Id: Ic8304e2c67cd7b708f7de499c6352c39cdc4d4bf
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
This commit is contained in:
parent
ddb7e27de6
commit
6afcaa5bef
|
|
@ -1,6 +1,6 @@
|
|||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// Copyright (C) 2019 Alexey Edelev <semlanik@gmail.com>
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#include <QtProtobuf/qabstractprotobufserializer.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// Copyright (C) 2019 Alexey Edelev <semlanik@gmail.com>
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#ifndef QABSTRACTPROTOBUFSERIALIZER_H
|
||||
#define QABSTRACTPROTOBUFSERIALIZER_H
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// Copyright (C) 2020 Alexey Edelev <semlanik@gmail.com>
|
||||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#ifndef QPROTOBUFLAZYMESSAGEPOINTER_H
|
||||
#define QPROTOBUFLAZYMESSAGEPOINTER_H
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#include "qprotobufmessage_p.h"
|
||||
#include "qprotobufmessage.h"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#ifndef Q_PROTOBUF_MESSAGE_H
|
||||
#define Q_PROTOBUF_MESSAGE_H
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#ifndef Q_PROTOBUF_MESSAGE_P_H
|
||||
#define Q_PROTOBUF_MESSAGE_P_H
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// Copyright (C) 2019 Alexey Edelev <semlanik@gmail.com>
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#ifndef QPROTOBUFOBJECT_H
|
||||
#define QPROTOBUFOBJECT_H
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// Copyright (C) 2019 Alexey Edelev <semlanik@gmail.com>
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#ifndef QPROTOBUFSELFCHECKITERATOR_H
|
||||
#define QPROTOBUFSELFCHECKITERATOR_H
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// Copyright (C) 2019 Alexey Edelev <semlanik@gmail.com>, Viktor Kopp <vifactor@gmail.com>
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#include "qprotobufserializer.h"
|
||||
#include "qprotobufserializer_p.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// Copyright (C) 2019 Alexey Edelev <semlanik@gmail.com>
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#ifndef QPROTOBUFSERIALIZER_H
|
||||
#define QPROTOBUFSERIALIZER_H
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// Copyright (C) 2019 Alexey Edelev <semlanik@gmail.com>, Viktor Kopp <vifactor@gmail.com>
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#ifndef QPROTOBUFSERIALIZER_P_H
|
||||
#define QPROTOBUFSERIALIZER_P_H
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#ifndef QTPROTOBUFGLOBAL_H
|
||||
#define QTPROTOBUFGLOBAL_H
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright (C) 2019 Alexey Edelev <semlanik@gmail.com>
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#include "qtprotobuflogging_p.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// Copyright (C) 2019 Alexey Edelev <semlanik@gmail.com>
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#ifndef QTPROTOBUFLOGGING_P_H
|
||||
#define QTPROTOBUFLOGGING_P_H
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// Copyright (C) 2019 Alexey Edelev <semlanik@gmail.com>
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#include <QtProtobuf/qtprotobufglobal.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// Copyright (C) 2019 Alexey Edelev <semlanik@gmail.com>
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#ifndef QTPROTOBUFTYPES_H
|
||||
#define QTPROTOBUFTYPES_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue