scrollmapper / bible_databases

Bible versions and cross-reference databases.
1.01k stars 348 forks source link

add golang tests for the sqlite database #60

Closed Jmainguy closed 2 years ago

Jmainguy commented 3 years ago

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.

henryosim commented 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?

Jmainguy commented 2 years ago

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.

henryosim commented 2 years ago

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.

Jmainguy commented 2 years ago

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

scrollmapper commented 2 years ago

@henryosim This repo is made for the purpose you are stating. I hope your app is successful.