From 33b9935878e6226d93c55fb8370d0c10e685bc42 Mon Sep 17 00:00:00 2001 From: Josef Kemetmueller Date: Sun, 31 Jul 2016 21:22:26 +0200 Subject: Add geant4 license This license was left out during the geant4 pull request: https://github.com/NixOS/nixpkgs/pull/3963 --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/licenses.nix') diff --git a/lib/licenses.nix b/lib/licenses.nix index f01712500e7..4071fcfd70d 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -195,6 +195,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec { fullName = "Unspecified free software license"; }; + g4sl = { + fullName = "Geant4 Software License"; + url = https://geant4.web.cern.ch/geant4/license/LICENSE.html; + }; + gpl1 = spdx { spdxId = "GPL-1.0"; fullName = "GNU General Public License v1.0 only"; -- cgit 1.4.1