-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
enhancementAPI or feature enhancementAPI or feature enhancement
Description
a potential issue with the licensing of your library ua.client. It appears that is distributed under the MIT License, but it depends on ua.stack, which is under the GPL 2.0 License
The problem here is that GPL 2.0 is a copyleft license, meaning that if a project incorporates GPL-licensed (like ua.stack), the entire project must be released under the GPL 2.0 terms. This makes it incompatible with the MIT License
You may want to reconsider the licensing strategy to avoid such inconsistency
Metadata
Metadata
Assignees
Labels
enhancementAPI or feature enhancementAPI or feature enhancement