mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
update licenses
This commit is contained in:
parent
75d0b074cd
commit
450cf58dd8
1 changed files with 16 additions and 12 deletions
|
@ -28,24 +28,28 @@ module.exports = function (grunt) {
|
||||||
'UNLICENSE'
|
'UNLICENSE'
|
||||||
],
|
],
|
||||||
overrides: {
|
overrides: {
|
||||||
'assert-plus@0.1.5': ['MIT'],
|
'amdefine@1.0.0': ['BSD-3-Clause', 'MIT'],
|
||||||
'angular-bootstrap@0.10.0': ['MIT'],
|
'angular-bootstrap@0.10.0': ['MIT'],
|
||||||
'angular-ui-ace@0.2.3': ['MIT'],
|
'angular-ui-ace@0.2.3': ['MIT'],
|
||||||
'commander@2.2.0': ['MIT'],
|
'assert-plus@0.1.5': ['MIT'],
|
||||||
'leaflet@0.7.2': ['BSD-2-Clause'],
|
|
||||||
'moment-timezone@0.0.6': ['MIT'],
|
|
||||||
'zeroclipboard@2.2.0': ['MIT'],
|
|
||||||
'FileSaver@undefined': ['MIT'],
|
|
||||||
'cycle@1.0.3': ['Public-Domain'],
|
|
||||||
'pkginfo@0.2.3': ['MIT'],
|
|
||||||
'uglify-js@2.2.5': ['BSD'],
|
|
||||||
'amdefine@1.0.0': ['BSD-3-Clause', 'MIT'],
|
|
||||||
'flatten@0.0.1': ['MIT'],
|
|
||||||
'color-name@1.0.0': ['UNLICENSE'],
|
'color-name@1.0.0': ['UNLICENSE'],
|
||||||
|
'commander@2.2.0': ['MIT'],
|
||||||
'css-color-names@0.0.1': ['MIT'],
|
'css-color-names@0.0.1': ['MIT'],
|
||||||
|
'css-parse@1.0.4': ['MIT'],
|
||||||
|
'css-stringify@1.0.5': ['MIT'],
|
||||||
|
'css@1.0.8': ['MIT'],
|
||||||
|
'cycle@1.0.3': ['Public-Domain'],
|
||||||
|
'FileSaver@undefined': ['MIT'],
|
||||||
|
'flatten@0.0.1': ['MIT'],
|
||||||
|
'indexof@0.0.1': ['MIT'],
|
||||||
'inherits@1.0.0': ['ISC'],
|
'inherits@1.0.0': ['ISC'],
|
||||||
'jsonpointer@1.1.0': ['MIT'],
|
'jsonpointer@1.1.0': ['MIT'],
|
||||||
'indexof@0.0.1': ['MIT']
|
'leaflet@0.7.2': ['BSD-2-Clause'],
|
||||||
|
'moment-timezone@0.0.6': ['MIT'],
|
||||||
|
'Nonsense@0.1.2': ['Public-Domain'],
|
||||||
|
'pkginfo@0.2.3': ['MIT'],
|
||||||
|
'uglify-js@2.2.5': ['BSD'],
|
||||||
|
'zeroclipboard@2.2.0': ['MIT'],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue