mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Adds license check to jenkins:unit
* Adds "Public domain" to list of accepted licenses to cover version mismatch of tweetnacl. Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
8a5aa73dc5
commit
8f70184f64
2 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@ module.exports = function (grunt) {
|
|||
'ISC',
|
||||
'WTFPL',
|
||||
'Public-Domain',
|
||||
'Public domain',
|
||||
'UNLICENSE'
|
||||
],
|
||||
overrides: {
|
||||
|
@ -60,7 +61,6 @@ module.exports = function (grunt) {
|
|||
'ripemd160@0.2.0': ['MIT'],
|
||||
'select@1.0.6': ['MIT'],
|
||||
'uglify-js@2.2.5': ['BSD'],
|
||||
'tweetnacl@0.14.3': ['Public-Domain'],
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
@ -26,6 +26,7 @@ module.exports = function (grunt) {
|
|||
'rejectRejFiles',
|
||||
|
||||
'eslint:source',
|
||||
'licenses',
|
||||
'test:server',
|
||||
'test:browser',
|
||||
'test:api',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue