diff options
author | Tarja Sundqvist <[email protected]> | 2025-05-30 15:06:30 +0300 |
---|---|---|
committer | Tarja Sundqvist <[email protected]> | 2025-06-10 10:52:22 +0000 |
commit | 24d52c6d7f19794bfe61eba5097ada3100e225b5 (patch) | |
tree | acfaeebd86c96304b8d1b4c7d931b18f765e14d3 /src/assistant/shared | |
parent | 523fe4c15e8e962d13ca17bc0645468ab867c926 (diff) |
Revert "Update commercial SPDX-License-Identifier"v6.5.5-lts-lgpl6.5.5
This reverts commit 9a898de1b3584627b8f0e72ae71f0e221e74130e.
The revert is needed for the opensource releases which cannot contain commercial license headers.
Change-Id: Ie266da44765a4a54c5a05a3c190284b3efdb4b65
Reviewed-by: Jani Heikkinen <[email protected]>
(cherry picked from commit b4c33b87097d539853c78a02b5fae29a7d045aee)
Diffstat (limited to 'src/assistant/shared')
-rw-r--r-- | src/assistant/shared/collectionconfiguration.cpp | 2 | ||||
-rw-r--r-- | src/assistant/shared/collectionconfiguration.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/assistant/shared/collectionconfiguration.cpp b/src/assistant/shared/collectionconfiguration.cpp index e48a49663..5ce7796a0 100644 --- a/src/assistant/shared/collectionconfiguration.cpp +++ b/src/assistant/shared/collectionconfiguration.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 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 "collectionconfiguration.h" diff --git a/src/assistant/shared/collectionconfiguration.h b/src/assistant/shared/collectionconfiguration.h index 7f87c242e..854da02c8 100644 --- a/src/assistant/shared/collectionconfiguration.h +++ b/src/assistant/shared/collectionconfiguration.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 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 COLLECTIONCONFIGURATION_H #define COLLECTIONCONFIGURATION_H |