Closed Jmainguy closed 2 years ago
@Jmainguy and @scrollmapper this may not be the best place to ask this question, but i don know where else to do so.
I am building a devotional app that is totally free to download and use from app stores. Can I use the scrollmapper SQlite bible database even tho the source code of the app will not be publicly available? or is there a special license you can give me for that please?
It is up to @scrollmapper and all contributors to this code, to grant you a different license than GPLv3. That being said, it is free and opensource under GPLv3.
"This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version."
https://www.gnu.org/licenses/gpl-3.0.en.html
My understanding of which means, if you modify the database, you would have to distribute that source code, but I am not a lawyer.
what if i just use/consume the database without modifying it, do i still need to distribute source code? On Tuesday, October 19, 2021, 06:16:31 PM GMT+1, Jonathan Mainguy @.***> wrote:
It is up to @scrollmapper and all contributors to this code, to grant you a different license than GPLv3. That being said, it is free and opensource under GPLv3.
"This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version."
https://www.gnu.org/licenses/gpl-3.0.en.html
My understanding of which means, if you modify the database, you would have to distribute that source code, but I am not a lawyer.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
I am not a lawyer, but if you do not modify the source code of the database, I do not believe you need to release your code
@henryosim This repo is made for the purpose you are stating. I hope your app is successful.
This tests the numbers of books, chapters, and verses in each translation. It makes invalid assertions as each translation may have a different number of verses in each chater as compared to the t_kjv. However I believe we should acheive consistency with the t_kjv verses for ease of use.