Skip to content

Commit

Permalink
Cleanup old license overwrites
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Roes committed Jun 10, 2020
1 parent 204977c commit 184e9a7
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions src/dev/license_checker/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,29 +78,12 @@ export const DEV_ONLY_LICENSE_WHITELIST = ['MPL-2.0'];

// Globally overrides a license for a given package@version
export const LICENSE_OVERRIDES = {
'cycle@1.0.3': ['CC0-1.0'], // conversion to a public-domain like license
'jsts@1.1.2': ['Eclipse Distribution License - v 1.0'], // cf. https://github.com/bjornharrtell/jsts
'@mapbox/jsonlint-lines-primitives@2.0.2': ['MIT'], // license in readme https://github.com/tmcw/jsonlint

// TODO can be removed once we upgrade past elasticsearch-browser@14.0.0
'elasticsearch-browser@13.0.1': ['Apache-2.0'],

// TODO can be removed once we upgrade past colors.js@1.0.0
'colors@0.5.1': ['MIT'],

// TODO can be removed once we upgrade past map-stream@0.5.0
'map-stream@0.1.0': ['MIT'],

'uglify-js@2.2.5': ['BSD'],
'png-js@0.1.1': ['MIT'],
'sha.js@2.4.11': ['BSD-3-Clause AND MIT'],

// TODO can be removed if the ISSUE#239 is accepted on the source
// TODO can be removed if the https://github.com/jindw/xmldom/issues/239 is released
'xmldom@0.1.27': ['MIT'],

// TODO can be removed if the PR#9 is accepted on the source
'pause-stream@0.0.11': ['MIT'],

// TODO can be removed once we upgrade the use of walk dependency past or equal to v2.3.14
'walk@2.3.9': ['MIT'],
};

0 comments on commit 184e9a7

Please sign in to comment.