Fix SPDX-License-Identifier to be on one line

To be able to be processed by tools, SPDX-License-Identifier expressions
cannot be split across lines.

See also E.4.4 in https://spdx.github.io/spdx-spec/v2.3-RC1/using-SPDX-short-identifiers-in-source-files/

Change-Id: I44d95cb2de44f53fdcaa745068e2df7e8e9767b3
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Kai Köhne
2023-01-05 10:06:26 +01:00
parent 56baf8c058
commit b2fc935f33
2 changed files with 2 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
// Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0 WITH // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0 WITH Qt-GPL-exception-1.0
// Qt-GPL-exception-1.0
#pragma once #pragma once
#include <QCommandLineParser> #include <QCommandLineParser>

View File

@@ -1,6 +1,5 @@
// Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0 WITH // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0 WITH Qt-GPL-exception-1.0
// Qt-GPL-exception-1.0
#pragma once #pragma once