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.

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.

If your application ships an "Open Source Licenses" screen, please include the notices below.


Apache License, Version 2.0

The following components are incorporated into the SDK binary and are licensed under the Apache License, Version 2.0:

Full license text: https://www.apache.org/licenses/LICENSE-2.0


BSD 3-Clause License

The following components are incorporated into the SDK binary and are licensed under the BSD 3-Clause License. The license requires that the copyright notice, list of conditions, and disclaimer below be reproduced verbatim in any documentation or other materials provided with the distribution.

SQLCipher for Android (net.zetetic:sqlcipher-android)

Source: https://github.com/sqlcipher/sqlcipher-android Upstream license file: https://github.com/sqlcipher/sqlcipher-android/blob/master/LICENSE

Copyright (c) 2008–2024, ZETETIC LLC. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  • Neither the name of the ZETETIC LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY ZETETIC LLC ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ZETETIC LLC BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


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:

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:

Full license text: https://opensource.org/licenses/MIT