aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-09-10 16:58:40 +0200
committerKai Koehne <kai.koehne@qt.io>2020-09-11 07:24:00 +0000
commit90a4e8d3d00b6c946ddeb85b083cdaea458589a4 (patch)
treebd5c01771fb94eb6a9092cf0a82a518a2138f2b7
parent2e1eed19454c1d52bc0d65e5375ad1cf328f384d (diff)
Nim: Fix plugin metadata
The actual source files say it's Commercial OR GPLv3+Except, so make the plugin information reflect this. Change-Id: I867b3a27fb903719d30e32bf28418700f2c02bc5 Reviewed-by: Filippo Cucchetto <filippocucchetto@gmail.com> Reviewed-by: hjk <hjk@qt.io>
-rw-r--r--src/plugins/nim/Nim.json.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/nim/Nim.json.in b/src/plugins/nim/Nim.json.in
index a3d98945c3..ae37bfb085 100644
--- a/src/plugins/nim/Nim.json.in
+++ b/src/plugins/nim/Nim.json.in
@@ -8,9 +8,9 @@
\"\",
\"Licensees holding valid Qt Commercial licenses may use this plugin in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and The Qt Company.\",
\"\",
- \"GNU Lesser General Public License Usage\",
+ \"GNU General Public License Usage\",
\"\",
- \"Alternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 or version 3 as published by the Free Software Foundation. Please review the following information to ensure the GNU Lesser General Public License requirements will be met: https://www.gnu.org/licenses/lgpl.html and http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.\"
+ \"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html.\"
],
\"Category\" : \"Other Languages\",
\"Description\" : \"Plugin for supporting the Nim programming language.\",