Add geant4 license

This license was left out during the geant4 pull request:
https://github.com/NixOS/nixpkgs/pull/3963
gstqt5
Josef Kemetmueller 2016-07-31 21:22:26 +02:00
parent 2f32588a8f
commit 33b9935878
1 changed files with 5 additions and 0 deletions

View File

@ -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";