Licenses & Open Source Attributions
A list of all open-source components bundled in the Incode Android SDK, including their licenses, authorship, and links to full license texts.
Incode Android SDK — Licenses
The Incode Android SDK is proprietary software. Copyright 2026 Incode Technologies. All rights reserved.
The SDK binary includes certain open-source components listed below. For each component the copyright notice and license are identified; the full license text is available at the canonical URL provided.
Apache License, Version 2.0
The following components are incorporated into the SDK binary and are licensed under the Apache License, Version 2.0:
-
BitmapUtils.getTransformationMatrix() — Copyright 2015 The TensorFlow Authors. All Rights Reserved. Source: https://github.com/tensorflow/tensorflow (tensorflow/tools/android/test/jni/object_tracking/ImageUtils.java)
-
BlurTransformation — Copyright 2020 Wasabeef Source: https://github.com/wasabeef/glide-transformations
-
ObservableTransformers — Copyright 2016–2019 David Karnok Source: https://github.com/akarnokd/RxJavaExtensions
-
ObservableValve — Copyright 2016–2019 David Karnok Source: https://github.com/akarnokd/RxJavaExtensions
-
PageIndicatorView — Copyright 2017 Roman Danylyk Source: https://github.com/romandanylyk/PageIndicatorView Incorporated files:
commons/ui/page_indicator_view/ -
PhoneNumberFormattingTextWatcher — Copyright 2008 The Android Open Source Project Source: https://android.googlesource.com/
-
SignatureView (touchStart, touchMove, touchUp, TOUCH_TOLERANCE portions) — Copyright 2017 Google Inc. Source: https://github.com/google-developer-training/android-advanced (CanvasExample/MyCanvasView.java)
-
slide_in_right / slide_out_left animations — Copyright 2007 The Android Open Source Project Source: https://android.googlesource.com/
Full license text: https://www.apache.org/licenses/LICENSE-2.0
Creative Commons Attribution-ShareAlike 3.0 (CC BY-SA 3.0)
The following code snippets are adapted from Stack Overflow answers published under the Creative Commons Attribution-ShareAlike 3.0 Unported License:
-
CustomTypefaceSpan — Author: Weston Source: https://stackoverflow.com/a/9800616
-
IOUtils.getIPAddress() — Author: Rüdiger Herrmann Source: https://stackoverflow.com/a/13007325
-
NfcScanBottomSheet.onCreateDialog() (back-press / cancel-on-touch-outside behavior) Source: https://stackoverflow.com/questions/60067397/how-to-disable-back-button-on-second-bottom-sheet-dialog
-
ViewExtensions.isOverlapping() (view overlap detection) Source: https://stackoverflow.com/questions/26252710/detect-if-views-are-overlapping
Full license text: https://creativecommons.org/licenses/by-sa/3.0/legalcode
MIT License
The following components are incorporated into the SDK binary and are licensed under the MIT License:
-
Marked (Markdown parser) — Copyright 2011–2024 Christopher Jeffrey Source: https://github.com/markedjs/marked
-
OtpView — Copyright 2019 Aabhas Jindal Source: https://github.com/aabhasr1/OtpView Incorporated files:
commons/ui/otp/ -
Sentry (portions) — Copyright 2018 Sentry (https://sentry.io) and individual contributors Source: https://github.com/getsentry/sentry-java Incorporated files:
IncodeSentry,IncodeSentryHubAdapter,UncaughtExceptionHandlerIntegration,SentryUtils
Full license text: https://opensource.org/licenses/MIT
Updated about 18 hours ago
