Adding "BSD 3-Clause" as a valid license (#13934)

We already have "BSD-3-Clause" as a valid license, but there's a variant
with a space instead of a '-' being used by js-base64 that we need to
accomodate for.
This commit is contained in:
Brandon Kobel 2017-09-11 09:18:30 -04:00 committed by kobelb
parent b5868d12fc
commit 005cb5e43d

View file

@ -20,6 +20,7 @@ module.exports = function (grunt) {
'BSD-3-Clause',
'BSD-3-Clause AND MIT',
'BSD-3-Clause OR MIT',
'BSD 3-Clause',
'BSD-like',
'CC-BY',
'CC-BY-4.0',