diff --git a/build/tasks/license-overrides.coffee b/build/tasks/license-overrides.coffee index f21c7eee9..2ce570949 100644 --- a/build/tasks/license-overrides.coffee +++ b/build/tasks/license-overrides.coffee @@ -60,3 +60,17 @@ module.exports = ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. """ + 'jschardet@1.1.0': + license: 'LGPL' + source: 'README.md in the repository' + sourceText: """ + JsChardet + ========= + + Port of python's chardet (http://chardet.feedparser.org/). + + License + ------- + + LGPL + """