aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-03-26 15:11:12 +0100
committerLucie Gérard <lucie.gerard@qt.io>2024-05-03 10:34:18 +0200
commit65983194d764373467ea7d94af8e3b8c52f6724a (patch)
tree63fab159e5aa7a933cee57f28aba5f206f3ce1f5
parentcca71a8e87fa0a5d9c340337cda6680da9e57c5a (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 Files in src/utils are LicenseRef-Qt-Commercial OR GPL-3.0-only licensed. Assuming this is correct, change the license for the files licensed differently. [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I6c731e707011dd5432d65be082b833bfe42dd69c Reviewed-by: Kai Köhne <kai.koehne@qt.io>
-rw-r--r--src/plugins/qmldbg_quick3dprofiler/qquick3dprofileradapter.cpp2
-rw-r--r--src/plugins/qmldbg_quick3dprofiler/qquick3dprofileradapter.h2
-rw-r--r--src/plugins/qmldbg_quick3dprofiler/qquick3dprofileradapterfactory.cpp2
-rw-r--r--src/plugins/qmldbg_quick3dprofiler/qquick3dprofileradapterfactory.h2
-rw-r--r--src/runtimerender/extensionapi/qssgrenderhelpers.cpp2
-rw-r--r--src/runtimerender/extensionapi/qssgrenderhelpers.h2
-rw-r--r--src/runtimerender/qssgrenderpickresult.h2
-rw-r--r--src/runtimerender/rendererimpl/qssglightmapper.h2
-rw-r--r--src/runtimerender/rendererimpl/qssgrenderhelpers_p.h2
-rw-r--r--src/utils/qquick3dprofiler.cpp2
-rw-r--r--src/utils/qquick3dprofiler_p.h2
-rw-r--r--src/utils/qssgaosettings_p.h2
-rw-r--r--src/utils/qssgrenderbasetypes.h2
13 files changed, 13 insertions, 13 deletions
diff --git a/src/plugins/qmldbg_quick3dprofiler/qquick3dprofileradapter.cpp b/src/plugins/qmldbg_quick3dprofiler/qquick3dprofileradapter.cpp
index 2577acd2..984360a6 100644
--- a/src/plugins/qmldbg_quick3dprofiler/qquick3dprofileradapter.cpp
+++ b/src/plugins/qmldbg_quick3dprofiler/qquick3dprofileradapter.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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 OR GPL-3.0-only
#include "qquick3dprofileradapter.h"
diff --git a/src/plugins/qmldbg_quick3dprofiler/qquick3dprofileradapter.h b/src/plugins/qmldbg_quick3dprofiler/qquick3dprofileradapter.h
index 5d378594..57ed8f6e 100644
--- a/src/plugins/qmldbg_quick3dprofiler/qquick3dprofileradapter.h
+++ b/src/plugins/qmldbg_quick3dprofiler/qquick3dprofileradapter.h
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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 OR GPL-3.0-only
#ifndef QQUICK3DPROFILERADAPTER_H
#define QQUICK3DPROFILERADAPTER_H
diff --git a/src/plugins/qmldbg_quick3dprofiler/qquick3dprofileradapterfactory.cpp b/src/plugins/qmldbg_quick3dprofiler/qquick3dprofileradapterfactory.cpp
index a0b6d7de..a22f5af3 100644
--- a/src/plugins/qmldbg_quick3dprofiler/qquick3dprofileradapterfactory.cpp
+++ b/src/plugins/qmldbg_quick3dprofiler/qquick3dprofileradapterfactory.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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 OR GPL-3.0-only
#include "qquick3dprofileradapterfactory.h"
#include "qquick3dprofileradapter.h"
diff --git a/src/plugins/qmldbg_quick3dprofiler/qquick3dprofileradapterfactory.h b/src/plugins/qmldbg_quick3dprofiler/qquick3dprofileradapterfactory.h
index aeed693c..45a38cbb 100644
--- a/src/plugins/qmldbg_quick3dprofiler/qquick3dprofileradapterfactory.h
+++ b/src/plugins/qmldbg_quick3dprofiler/qquick3dprofileradapterfactory.h
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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 OR GPL-3.0-only
#ifndef QQUICK3DPROFILERADAPTERFACTORY_H
#define QQUICK3DPROFILERADAPTERFACTORY_H
diff --git a/src/runtimerender/extensionapi/qssgrenderhelpers.cpp b/src/runtimerender/extensionapi/qssgrenderhelpers.cpp
index cbb4b863..fe5c56b8 100644
--- a/src/runtimerender/extensionapi/qssgrenderhelpers.cpp
+++ b/src/runtimerender/extensionapi/qssgrenderhelpers.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2023 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "qssgrendercontextcore.h"
#include "qssgrenderhelpers.h"
diff --git a/src/runtimerender/extensionapi/qssgrenderhelpers.h b/src/runtimerender/extensionapi/qssgrenderhelpers.h
index b997ef48..c2f0b158 100644
--- a/src/runtimerender/extensionapi/qssgrenderhelpers.h
+++ b/src/runtimerender/extensionapi/qssgrenderhelpers.h
@@ -1,5 +1,5 @@
// Copyright (C) 2023 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#ifndef QSSGRENDERHELPERS_H
#define QSSGRENDERHELPERS_H
diff --git a/src/runtimerender/qssgrenderpickresult.h b/src/runtimerender/qssgrenderpickresult.h
index be972f88..3a42848c 100644
--- a/src/runtimerender/qssgrenderpickresult.h
+++ b/src/runtimerender/qssgrenderpickresult.h
@@ -1,5 +1,5 @@
// Copyright (C) 2023 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#ifndef QSSGRENDERPICKRESULT_H
#define QSSGRENDERPICKRESULT_H
diff --git a/src/runtimerender/rendererimpl/qssglightmapper.h b/src/runtimerender/rendererimpl/qssglightmapper.h
index f18a4bb1..66d6317b 100644
--- a/src/runtimerender/rendererimpl/qssglightmapper.h
+++ b/src/runtimerender/rendererimpl/qssglightmapper.h
@@ -1,5 +1,5 @@
// Copyright (C) 2023 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#ifndef QSSGLIGHTMAPPER_H
#define QSSGLIGHTMAPPER_H
diff --git a/src/runtimerender/rendererimpl/qssgrenderhelpers_p.h b/src/runtimerender/rendererimpl/qssgrenderhelpers_p.h
index 46179f97..ee332de9 100644
--- a/src/runtimerender/rendererimpl/qssgrenderhelpers_p.h
+++ b/src/runtimerender/rendererimpl/qssgrenderhelpers_p.h
@@ -1,5 +1,5 @@
// Copyright (C) 2023 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#ifndef QSSGRENDERHELPERS_P_H
#define QSSGRENDERHELPERS_P_H
diff --git a/src/utils/qquick3dprofiler.cpp b/src/utils/qquick3dprofiler.cpp
index 2de70ba2..6c9e3448 100644
--- a/src/utils/qquick3dprofiler.cpp
+++ b/src/utils/qquick3dprofiler.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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 OR GPL-3.0-only
#include "qquick3dprofiler_p.h"
diff --git a/src/utils/qquick3dprofiler_p.h b/src/utils/qquick3dprofiler_p.h
index f92323bd..f48ec239 100644
--- a/src/utils/qquick3dprofiler_p.h
+++ b/src/utils/qquick3dprofiler_p.h
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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 OR GPL-3.0-only
#ifndef QQUICK3DPROFILER_P_H
#define QQUICK3DPROFILER_P_H
diff --git a/src/utils/qssgaosettings_p.h b/src/utils/qssgaosettings_p.h
index d5356011..c55accaa 100644
--- a/src/utils/qssgaosettings_p.h
+++ b/src/utils/qssgaosettings_p.h
@@ -1,5 +1,5 @@
// Copyright (C) 2023 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#ifndef QSSGAOSETTINGS_H
#define QSSGAOSETTINGS_H
diff --git a/src/utils/qssgrenderbasetypes.h b/src/utils/qssgrenderbasetypes.h
index 6276be63..b4c97fc3 100644
--- a/src/utils/qssgrenderbasetypes.h
+++ b/src/utils/qssgrenderbasetypes.h
@@ -1,5 +1,5 @@
// Copyright (C) 2023 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#ifndef QSSGRENDERBASETYPES_H
#define QSSGRENDERBASETYPES_H