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:
Tyler Smalley 2016-07-25 16:51:45 -07:00
parent 8a5aa73dc5
commit 8f70184f64
2 changed files with 2 additions and 1 deletions

View file

@ -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'],
}
}
};

View file

@ -26,6 +26,7 @@ module.exports = function (grunt) {
'rejectRejFiles',
'eslint:source',
'licenses',
'test:server',
'test:browser',
'test:api',