-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Before You Begin
Before proceeding, please make sure to follow these steps:
- I have checked for similar feature requests in the project's issue tracker
to avoid duplicates. - I have searched existing issues to see if this feature has been discussed
before.
Feature Details
Is your feature request related to a problem? Please describe
licensecheck currently doesn't recognize the CC-BY-4.0 license.
Describe the solution you'd like
CC-BY-4.0 to be added as type License.PUBLIC.
termToLicense = {
...
"CC-BY-4.0": L.PUBLIC,
...
}
Describe alternatives you've considered
None
Additional Context
None
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request