summaryrefslogtreecommitdiff
path: root/NOTICE
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-28 18:19:08 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-28 18:19:08 +0200
commit771ec96f07499d6efbcb587f94e30ffcbc4e0e58 (patch)
tree58fcf123609d41f6500b122c3f3afab6123d5cf2 /NOTICE
parent539a7c71b60115144959f712ef5966f48c63f9f0 (diff)
downloadlectio-771ec96f07499d6efbcb587f94e30ffcbc4e0e58.tar.gz
lectio-771ec96f07499d6efbcb587f94e30ffcbc4e0e58.zip
docs: document corpora split, name localisation, and corpora licence
- README: only the Vulgate is embedded by default; new "Scripture corpora" section explains the fullbible tag and the runtime corpora dir, and new "Localising day names" section covers ui_language = <code> + names/<code>.ini for day names and calendar-layer name.<lang> for saints. License section now states the bible corpora are not covered by the AGPL. - NOTICE: add a "Scripture corpora -- embedding and licence" section listing each corpus's provenance (vul/wuj/drb/grb, all public domain) and the default-embeds-vul-only policy.
Diffstat (limited to 'NOTICE')
-rw-r--r--NOTICE18
1 files changed, 18 insertions, 0 deletions
diff --git a/NOTICE b/NOTICE
index a054b68..40cb2b9 100644
--- a/NOTICE
+++ b/NOTICE
@@ -50,3 +50,21 @@ The deuterocanonical books added to the Vulgate (vul) and Douay-Rheims (drb)
corpora are public-domain texts obtained via get.bible (getbible/v2):
the Clementine Vulgate (Clementine Vulgate Project / M. Tweedale, CBCEW-
authorized, public domain) and the Douay-Rheims (Challoner), public domain.
+
+Scripture corpora — embedding and licence
+-----------------------------------------
+The bible corpora are NOT covered by lectio's AGPL licence. They are separate
+public-domain scripture texts, each with its own provenance, redistributed under
+its own terms:
+
+ vul Latin Vulgate (Clementine), public domain.
+ wuj Biblia Jakuba Wujka (1599), Polish, public domain.
+ drb Douay-Rheims (Challoner), English, public domain.
+ grb Greek Septuagint / New Testament, public domain.
+
+Only the Latin Vulgate (internal/bible/corpora/vul.tsv) is embedded in the
+default binary, so a build carries no third-party scripture text beyond the
+public-domain Vulgate. The remaining corpora live in
+internal/bible/corpora_optional/ and are compiled in only with the "fullbible"
+build tag, or loaded at runtime from the user corpora dir. Ship a fullbible
+binary, or redistribute the optional corpora, only where doing so is permitted.