summaryrefslogtreecommitdiff
path: root/gnu/packages/qt.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2017-10-10 09:55:50 +0300
committerEfraim Flashner <efraim@flashner.co.il>2017-10-10 11:41:49 +0300
commit9c2c524daf328858984c7e8cf24330e677dbadd3 (patch)
treec0b9f3971170f9a1b33973c55ea6a9c612fc61fc /gnu/packages/qt.scm
parent96412f34181ed5212fd16d5e32a3e6b9173a8645 (diff)
downloadguix-patches-9c2c524daf328858984c7e8cf24330e677dbadd3.tar
guix-patches-9c2c524daf328858984c7e8cf24330e677dbadd3.tar.gz
gnu: qtcharts, qtdatavis3d: Update license information.
* gnu/packages/qt.scm (qtcharts, qtdatavis3d)[license]: New field.
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r--gnu/packages/qt.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index c8dc5081da..cc8ba3fc14 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1264,7 +1264,8 @@ drawing calls from Qt Quick JavaScript.")))
components. It uses the Qt Graphics View Framework, therefore charts can be
easily integrated to modern user interfaces. Qt Charts can be used as QWidgets,
QGraphicsWidget, or QML types. Users can easily create impressive graphs by
-selecting one of the charts themes.")))
+selecting one of the charts themes.")
+ (license license:gpl3)))
(define-public qtdatavis3d
(package (inherit qtsvg)
@@ -1290,7 +1291,8 @@ selecting one of the charts themes.")))
data in 3D as bar, scatter, and surface graphs. It is especially useful for
visualizing depth maps and large quantities of rapidly changing data, such as
data received from multiple sensors. The look and feel of graphs can be
-customized by using themes or by adding custom items and labels to them.")))
+customized by using themes or by adding custom items and labels to them.")
+ (license license:gpl3)))
(define-public qtnetworkauth
(package (inherit qtsvg)