[Licenses] Updated licenses for the weird variation for angular-nvd3

This commit is contained in:
Khalah Jones-Golden 2015-06-25 11:23:09 -04:00
parent 61193f893c
commit da2287bdf6
2 changed files with 1 additions and 4 deletions

View file

@ -19,6 +19,7 @@ module.exports = function (grunt) {
'Apache2',
'Apache-2.0',
'Apache, Version 2.0',
'Apache License, v2.0',
'ISC',
'WTFPL',
'Public-Domain'

View file

@ -10,10 +10,6 @@ module.exports = function (grunt) {
var done = this.async();
// Put this here because angular-nvd3 doesn't have licenses.
// FIXME nvd3's license problem
done();
var result = {};
var options = {start: process.cwd(), json: true };
var checkQueueLength = 2;