Add ISC license to list of options (#6)
This commit is contained in:
parent
c7f9eb5974
commit
574892836d
@ -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+",
|
||||
|
Loading…
Reference in New Issue
Block a user