Merge pull request #55488 from winpat/add_dirvish

dirvish: init at 1.2.1
This commit is contained in:
xeji
2019-02-24 12:02:11 +01:00
committed by GitHub
5 changed files with 87 additions and 0 deletions

View File

@@ -561,6 +561,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
fullName = "OpenSSL License";
};
osl2 = spdx {
spdxId = "OSL-2.0";
fullName = "Open Software License 2.0";
};
osl21 = spdx {
spdxId = "OSL-2.1";
fullName = "Open Software License 2.1";