Skip to content

Commit

Permalink
Mark chardet as an acceptable license for use.
Browse files Browse the repository at this point in the history
  • Loading branch information
netsettler committed Aug 24, 2023
1 parent 3a103ee commit 56f702a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dcicutils/license_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,12 @@ class C4InfrastructureLicenseChecker(LicenseChecker):
'pytest-timeout', # MIT Licensed
],

# Linking = With Restrictions, Private Use = Yes
# Ref: https://en.wikipedia.org/wiki/Comparison_of_free_and_open-source_software_licenses
'GNU Lesser General Public License v2 or later (LGPLv2+)': [
'chardet' # used at runtime during server operation (ingestion), but not modified or distributed
],

# Linking = With Restrictions, Private Use = Yes
# Ref: https://en.wikipedia.org/wiki/Comparison_of_free_and_open-source_software_licenses
'GNU Lesser General Public License v3 or later (LGPLv3+)': [
Expand Down

0 comments on commit 56f702a

Please sign in to comment.