Merge pull request #34414 from dotlambda/postfix

postfix: Correct license
This commit is contained in:
Franz Pletz
2018-02-01 08:34:33 +00:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -200,6 +200,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
fullName = "Eclipse Public License 1.0";
};
epl20 = spdx {
spdxId = "EPL-2.0";
fullName = "Eclipse Public License 2.0";
};
epson = {
fullName = "Seiko Epson Corporation Software License Agreement for Linux";
url = https://download.ebz.epson.net/dsc/du/02/eula/global/LINUX_EN.html;