curl: add license

This commit is contained in:
Markus Kowalewski
2018-08-16 21:38:59 +02:00
parent 1f3b568a6c
commit 17702d0416
3 changed files with 8 additions and 1 deletions
+5
View File
@@ -210,6 +210,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
fullName = "Common Public License 1.0";
};
curl = {
fullName = "MIT/X11 derivate";
url = "https://curl.haxx.se/docs/copyright.html";
};
doc = spdx {
spdxId = "DOC";
fullName = "DOC License";