mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
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:
parent
b5868d12fc
commit
005cb5e43d
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue