OSS License compatibility question
Author: Ashley123456789Created Jan 14, 2023Updated Jan 14, 2023
There’s some possible confusion on the license of your repository when you combine other open-source code.
The module tflearn/vendor/arg_scope.py claims its license as Apache-2.0. However, the license of your whole project is shown as the MIT license in LICENSE, i.e., less strict than Apache-2.0 on license terms, which has impacted the whole license compatibility in your repository and may bring legal and financial risks.
You can select another proper license for your repository, or write a custom license with license exceptions if some license terms couldn’t be summed up consistently
Source: tflearn/tflearn