Merge #17409: licenses: add geant4 license

This commit is contained in:
Vladimír Čunát 2016-07-31 22:18:24 +02:00
commit 4fa4f23805

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