Skip to content

Commit

Permalink
Update src/dev/license_checker/config.ts
Browse files Browse the repository at this point in the history
Removing TODO comments from src/dev/license_checker/config.ts as they are no longer needed.

Co-authored-by: Constance <[email protected]>
  • Loading branch information
breehall and Constance authored Oct 8, 2021
1 parent 6a940f5 commit 379acdd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/dev/license_checker/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ export const LICENSE_OVERRIDES = {
'[email protected]': ['Eclipse Distribution License - v 1.0'], // cf. https:/bjornharrtell/jsts
'@mapbox/[email protected]': ['MIT'], // license in readme https:/tmcw/jsonlint
'@elastic/[email protected]': ['Elastic License 2.0'],

// TODO can be removed if the https:/jindw/xmldom/issues/239 is released
'[email protected]': ['MIT'],

// TODO can be removed once we upgrade the use of walk dependency past or equal to v2.3.14
'[email protected]': ['MIT'],
'@elastic/[email protected]': ['SSPL-1.0 OR Elastic License 2.0'],
'[email protected]': ['CC-BY-4.0'], // retired ODC‑By license https:/mattcg/language-subtag-registry
};

0 comments on commit 379acdd

Please sign in to comment.