aboutsummaryrefslogtreecommitdiff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorMohammed Yaseen Mowzer <yaseen@mowzer.co.za>2016-07-31 14:23:05 +0200
committerobadz <obadz-git@obadz.com>2016-08-10 14:32:09 +0100
commit04f0cb86d0e438e039ccb97f30ffc038bbd58315 (patch)
tree58ec5a57aab9dce51a38e9f7c55a88a10d43b13f /lib/licenses.nix
parentde7a2651173655eef7c37369a05b6d4a47b64f41 (diff)
geogebra: init at 5.0.265.0
Closes #17400
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 4071fcfd70d2..c91b0c21a061 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -200,6 +200,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
url = https://geant4.web.cern.ch/geant4/license/LICENSE.html;
};
+ geogebra = {
+ fullName = "GeoGebra Non-Commercial License Agreement";
+ url = https://www.geogebra.org/license;
+ free = false;
+ };
+
gpl1 = spdx {
spdxId = "GPL-1.0";
fullName = "GNU General Public License v1.0 only";