From 334b17ae56012638f5a11b41e3d77d2f2ce66da5 Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Tue, 14 Nov 2017 14:48:52 +0100 Subject: [PATCH] Add license and attribution for musl --- src/licenses/other.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/licenses/other.json b/src/licenses/other.json index 8e8427c..2f58b75 100644 --- a/src/licenses/other.json +++ b/src/licenses/other.json @@ -35,5 +35,15 @@ "link": "http://diesel.rs" } } + }, + { + "package_name": "musl", + "conclusion": { + "Ok": { + "chosen_license": "Mit", + "copyright_notice": "Copyright © 2005-2014 Rich Felker, et al.", + "link": "https://www.musl-libc.org/" + } + } } ]