summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorJosef Kemetmueller <josef.kemetmueller@aon.at>2016-07-31 21:22:26 +0200
committerJosef Kemetmueller <josef.kemetmueller@aon.at>2016-07-31 21:27:44 +0200
commit33b9935878e6226d93c55fb8370d0c10e685bc42 (patch)
tree5dfe4e466e49edcb93635652dbe4572bd1f4fa16 /lib/licenses.nix
parent2f32588a8fbd598bc5606857e055f94d388d3113 (diff)
downloadnixpkgs-33b9935878e6226d93c55fb8370d0c10e685bc42.tar
nixpkgs-33b9935878e6226d93c55fb8370d0c10e685bc42.tar.gz
nixpkgs-33b9935878e6226d93c55fb8370d0c10e685bc42.tar.bz2
nixpkgs-33b9935878e6226d93c55fb8370d0c10e685bc42.tar.lz
nixpkgs-33b9935878e6226d93c55fb8370d0c10e685bc42.tar.xz
nixpkgs-33b9935878e6226d93c55fb8370d0c10e685bc42.tar.zst
nixpkgs-33b9935878e6226d93c55fb8370d0c10e685bc42.zip
Add geant4 license
This license was left out during the geant4 pull request:
https://github.com/NixOS/nixpkgs/pull/3963
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
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";