omoindrot / tensorflow-triplet-loss

Implementation of triplet loss in TensorFlow
https://omoindrot.github.io/triplet-loss
MIT License
1.12k stars 284 forks source link

OSS License compatibility question #65

Open Ashley123456789 opened 1 year ago

Ashley123456789 commented 1 year ago

There’s some possible confusion on the license of your repository when you combine other open-source code.

The module model/mnist_dataset.py claims its license as the Apache-2.0 license. 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 may impact the whole license compatibility in your repository, thus confusing subsequent users and bringing possible legal and financial risks.

You can select another proper license for your repository, or update this license with exceptions for specific modules