Merge pull request #48680 from markuskowa/licenses-22

Add licenses
This commit is contained in:
xeji
2018-10-18 23:40:02 +02:00
committed by GitHub
26 changed files with 71 additions and 46 deletions

View File

@@ -585,6 +585,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
fullName = "Ruby License";
};
sendmail = spdx {
spdxId = "Sendmail";
fullName = "Sendmail License";
};
sgi-b-20 = spdx {
spdxId = "SGI-B-2.0";
fullName = "SGI Free Software License B v2.0";