mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
add BlueOak-1.0.0 to the list of allowed licences (#155018)
## Summary Adding `BlueOak-1.0.0` to the list of allowed licenses as it was green-listed. We need this license in Kibana [to update Puppeteer](https://github.com/elastic/kibana/issues/151211#issuecomment-1489959322) as one of its nested dependencies now uses this license.
This commit is contained in:
parent
47c71b3025
commit
bd664eb690
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ export const LICENSE_ALLOWED = [
|
|||
'Nuclide software',
|
||||
'Python-2.0',
|
||||
'(Apache-2.0 AND MIT)',
|
||||
'BlueOak-1.0.0',
|
||||
];
|
||||
|
||||
// The following list only applies to licenses that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue