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

Check what licenses files to be included in Android and iOS App #827

Open
freedomtan opened this issue Dec 19, 2023 · 0 comments
Open

Check what licenses files to be included in Android and iOS App #827

freedomtan opened this issue Dec 19, 2023 · 0 comments
Milestone

Comments

@freedomtan
Copy link
Contributor

  • Open source third party libraries

    • TensorFlow: we use TFLite (the default fallback runtime) and some TensorFlow components (for preprocessing and evaluation). Is TensorFlow Apache 2.0 enough? Seems not
    • Android NDK: we use libc++ which are from LLVM?
    • Other libraries:
  • Vendors binaries SDK:

    • SNPE: do we need other licenses from SNPE, I am told SNPE uses some open-source libraries with different terms and licences. And there are licences collected in a NOTICE.txt
    • Samsung: ??
  • How do others do? It seems mainly there are two type:

    • we use TensorFlow, so we only include TensorFlow Apache 2.0 license.
    • we use TensorFlow, so we include all the other licenses of 3rd-party libs which might be used. E.g., Eigen is used by TFLite, so Mozilla Public License 2.0 is included.
@anhappdev anhappdev added this to the Play Store milestone Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants