We’ve developed an Android library intended for publication on Maven Central. Within our library, we’ve used the android-database-sqlcipher, which is licensed under BSD. Seeking advice on the best practices for including this license information in our library. Any guidance on this would be greatly appreciated.
Thank you!"
Hello @Samima_Khatun - if you are using SQLCipher in your library, you should make attribution as described here: SQLCipher License - Commercial and Community License Information and Notices | Zetetic
This should be in the documentation, website, or license information for your library.
Also, please note that the android-database-sqlcipher API is deprecated and no longer being updated. You should consider switching over to the newer sqlcipher-android project:
https://www.zetetic.net/sqlcipher/sqlcipher-for-android-migration/
1 Like