mobile_app_open icon indicating copy to clipboard operation
mobile_app_open copied to clipboard

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

Open freedomtan opened this issue 2 years ago • 0 comments

  • 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.

freedomtan avatar Dec 19 '23 08:12 freedomtan