Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Support for proprietary license #15

Closed
2 tasks done
takeda opened this issue Sep 13, 2021 · 2 comments
Closed
2 tasks done

Feature: Support for proprietary license #15

takeda opened this issue Sep 13, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@takeda
Copy link

takeda commented Sep 13, 2021

Feature

  • I have read the comment above and have completed each step
  • I have filled in each heading below

Is your feature request related to a problem? Please describe

Currently when a proprietary license is defined, for example classifiers contains:
License :: Other/Proprietary License
The licensecheck results with unhelpful error

KeyError: <License.NO_LICENSE: 200

Describe the solution you'd like

Ideally licensecheck should just list licenses used by dependencies and mark licenses blacklisted in configuration.

Describe alternatives you've considered

As a workaround I can mark my project that it uses MIT license and get the output, but that forces me to provide false information in my project.

Additional context

@takeda takeda added the enhancement New feature or request label Sep 13, 2021
@FredHappyface
Copy link
Member

Just need to add proprietary license so I'll add that to the todo list

@FredHappyface FredHappyface added this to the 2021.5 milestone Sep 13, 2021
@FredHappyface
Copy link
Member

Fixed in 746eace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants