Merge pull request #13430 from nico202/yarp

yarp (+ libace): init at 2.3.64
This commit is contained in:
Franz Pletz
2016-02-26 09:29:21 +01:00
4 changed files with 71 additions and 0 deletions

View File

@@ -155,6 +155,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
fullName = "Common Public License 1.0";
};
doc = spdx {
spdxId = "DOC";
fullName = "DOC License";
};
efl10 = spdx {
spdxId = "EFL-1.0";
fullName = "Eiffel Forum License v1.0";