Skip to content

MIT License and GPL 2.0 Dependency Conflict #3268

@kimdiego2098

Description

@kimdiego2098

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

Labels

enhancementAPI or feature enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions