Add ISC license to list of options (#6)

This commit is contained in:
Júlio Hoffimann 2017-10-01 16:21:14 -07:00 committed by Chris de Graaf
parent c7f9eb5974
commit 574892836d

View File

@ -2,6 +2,7 @@ const LICENSE_DIR = normpath(joinpath(@__DIR__, "..", "licenses"))
const LICENSES = Dict(
"MIT" => "MIT \"Expat\" License",
"BSD" => "Simplified \"2-clause\" BSD License",
"ISC" => "Internet Systems Consortium License",
"ASL" => "Apache License, Version 2.0",
"MPL" => "Mozilla Public License, Version 2.0",
"GPL-2.0+" => "GNU Public License, Version 2.0+",