summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-03-15 15:25:20 +0100
committerLucie Gérard <lucie.gerard@qt.io>2024-03-26 14:24:54 +0100
commited0126c0fa582a752a133379326c15a17cc5c638 (patch)
treec7622bcaaf01be19d903646f303b3b6801b252c7
parent238dd318335d54616e17dd84840546d7948c8db6 (diff)
Correct license for module and plugin files
According to QUIP-18 [1], all module and plugin files should be LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only or LicenseRef-Qt-Commercial OR GPL-3.0-only Also, LGPL and non LGPL should not be mixed in a given directory [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I10b52519f7eed93d621825a7f68c517b09c96a01 Reviewed-by: Kai Köhne <kai.koehne@qt.io> Reviewed-by: Matthias Rauter <matthias.rauter@qt.io>
-rw-r--r--src/location/declarativemaps/qdeclarativegeojsondata.cpp2
-rw-r--r--src/location/declarativemaps/qdeclarativegeojsondata_p.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeojsondata.cpp b/src/location/declarativemaps/qdeclarativegeojsondata.cpp
index 2066c9a9..e4a7724c 100644
--- a/src/location/declarativemaps/qdeclarativegeojsondata.cpp
+++ b/src/location/declarativemaps/qdeclarativegeojsondata.cpp
@@ -1,6 +1,6 @@
// Copyright (C) 2019 Julian Sherollari <jdotsh@gmail.com>
// Copyright (C) 2023 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#include "qdeclarativegeojsondata_p.h"
diff --git a/src/location/declarativemaps/qdeclarativegeojsondata_p.h b/src/location/declarativemaps/qdeclarativegeojsondata_p.h
index 4831b4fd..9bb5a6e6 100644
--- a/src/location/declarativemaps/qdeclarativegeojsondata_p.h
+++ b/src/location/declarativemaps/qdeclarativegeojsondata_p.h
@@ -1,6 +1,6 @@
// Copyright (C) 2019 Julian Sherollari <jdotsh@gmail.com>
// Copyright (C) 2023 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef QDECLARATIVEGEOJSONFILE_H
#define QDECLARATIVEGEOJSONFILE_H