update licenses

This commit is contained in:
spalger 2015-07-21 13:15:25 -07:00
parent 75d0b074cd
commit 450cf58dd8

View file

@ -28,24 +28,28 @@ module.exports = function (grunt) {
'UNLICENSE'
],
overrides: {
'assert-plus@0.1.5': ['MIT'],
'amdefine@1.0.0': ['BSD-3-Clause', 'MIT'],
'angular-bootstrap@0.10.0': ['MIT'],
'angular-ui-ace@0.2.3': ['MIT'],
'commander@2.2.0': ['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'],
'assert-plus@0.1.5': ['MIT'],
'color-name@1.0.0': ['UNLICENSE'],
'commander@2.2.0': ['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'],
'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'],
}
}
};