Skip to content

Commit

Permalink
Build: update license checker to allow LGPL (fixes #8647) (#8652)
Browse files Browse the repository at this point in the history
The license checker had been reporting errors on master because a subdependency is licensed under the LGPL, but the LGPL is acceptable for us (see #8647).
  • Loading branch information
not-an-aardvark committed May 25, 2017
1 parent b0c83bd commit 4f2f9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.js
Expand Up @@ -41,7 +41,7 @@ const lodash = require("lodash"),
const PERF_MULTIPLIER = 13e6;

const OPEN_SOURCE_LICENSES = [
/MIT/, /BSD/, /Apache/, /ISC/, /WTF/, /Public Domain/
/MIT/, /BSD/, /Apache/, /ISC/, /WTF/, /Public Domain/, /LGPL/
];

//------------------------------------------------------------------------------
Expand Down

0 comments on commit 4f2f9fc

Please sign in to comment.