From a5f2fd01fbea215f587a1996ce582f434e0286e4 Mon Sep 17 00:00:00 2001 From: Colin Summers Date: Wed, 7 Aug 2019 16:16:09 -0700 Subject: [PATCH] Update licenses.jl --- src/licenses.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/licenses.jl b/src/licenses.jl index cee27b7..0ef1bd8 100644 --- a/src/licenses.jl +++ b/src/licenses.jl @@ -1,7 +1,8 @@ const LICENSE_DIR = normpath(joinpath(@__DIR__, "..", "licenses")) const LICENSES = Dict( "MIT" => "MIT \"Expat\" License", - "BSD" => "Simplified \"2-clause\" BSD License", + "BSD2" => "Simplified \"2-clause\" BSD License", + "BSD3" => "Modified \"3-clause\" BSD License", "ISC" => "Internet Systems Consortium License", "ASL" => "Apache License, Version 2.0", "MPL" => "Mozilla Public License, Version 2.0",