stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.57k stars 1.54k forks source link

Do I need a license to use the SQLCipher pod? #1205

Closed dm20 closed 1 year ago

dm20 commented 1 year ago

Do I need a license when I include the SQLite.swift/SQLCipher pod as shown in the docs?

I have been told SQLCipher is not free and that it requires a license.

Build Information

jberkel commented 1 year ago

You don't need a license for the community edition (which is the one mentioned in the docs)

SQLCipher Community Edition can be used it in both open source and closed source commercial software, but you must include our BSD-style license and copyright statements prominently in the application and documentation.

https://www.zetetic.net/sqlcipher/open-source/