aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlls
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-02-21 15:45:55 +0100
committerLucie Gérard <lucie.gerard@qt.io>2024-04-09 13:39:23 +0200
commit50d6162dd5d499da6d8a17481aae9797d1d041c0 (patch)
tree8963f6c14fe35ae5d8fe6aad946d6be860ede757 /src/qmlls
parent8bdbe3d50f26d18d81acdb74703c73c419ad922b (diff)
Correct license for module and plugin file
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: I812452a951b38cd3937a66314c457e3e361e63e9 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Sami Shalayel <sami.shalayel@qt.io>
Diffstat (limited to 'src/qmlls')
-rw-r--r--src/qmlls/qlanguageserver_p_p.h2
-rw-r--r--src/qmlls/qqmlcodemodel.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/qmlls/qlanguageserver_p_p.h b/src/qmlls/qlanguageserver_p_p.h
index d18b57b997..40e7a17432 100644
--- a/src/qmlls/qlanguageserver_p_p.h
+++ b/src/qmlls/qlanguageserver_p_p.h
@@ -1,5 +1,5 @@
// Copyright (C) 2021 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef QLANGUAGESERVER_P_P_H
#define QLANGUAGESERVER_P_P_H
diff --git a/src/qmlls/qqmlcodemodel.cpp b/src/qmlls/qqmlcodemodel.cpp
index 2734e1b9f2..6c9018baae 100644
--- a/src/qmlls/qqmlcodemodel.cpp
+++ b/src/qmlls/qqmlcodemodel.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2021 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#include "qqmlcodemodel_p.h"
#include "qqmllsplugin_p.h"