aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-29 10:19:43 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-29 10:19:43 +0200
commit8d7d3ac6f2b365342aa25ecb31f8e76d18090a22 (patch)
tree04c37bc61a0aca6499699943b875f09631c679b4 /README.md
parentd17262c10fc24557741a5b571f40dfd9625fdb2e (diff)
downloadclectio-8d7d3ac6f2b365342aa25ecb31f8e76d18090a22.tar.gz
clectio-8d7d3ac6f2b365342aa25ecb31f8e76d18090a22.zip
license: relicense clectio's own code under GPL-3.0-or-later
Replace the ISC licence with GPL-3.0-or-later (Łukasz Kasprzak is sole copyright holder, so relicensing is unencumbered): - LICENSE: verbatim GNU GPL v3 text. - Add "Copyright (C) 2026 Łukasz Kasprzak. SPDX-License-Identifier: GPL-3.0-or-later" headers to the project-authored sources (clectio.c with the full grant, plus mktext.c and bin2h.c), replacing their old public-domain notes. - puff.c/.h keep Mark Adler's public-domain notice unchanged: third-party, not ours to relicense, and public domain is GPL-compatible. - README and man page LICENSE sections updated to GPL-3.0-or-later, noting puff's PD status; the scripture-text carve-out (Vulgate public domain, corpora under their own terms) is preserved. Code/comment change only; builds clean under -Wall -Wextra. Claude-Session: https://claude.ai/code/session_01S1CD1u3tgSS4xNu6WHfp5a
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5429ea0..c5308c9 100644
--- a/README.md
+++ b/README.md
@@ -190,8 +190,9 @@ guessed. To extend the range, regenerate `gen/` with lectio's `clectio-gen`
## Licence
-clectio's own code is ISC (see `LICENSE`). The data in `gen/` is generated from
-lectio and is dates and scripture *references* — facts, not copyrightable. The
-compiled scripture *text* is a separate work under its own terms; the default,
-the Latin Vulgate, is public domain. Distribute a build made with a different
-Bible only where that translation permits it.
+clectio's own code is **GPL-3.0-or-later** (see `LICENSE`). `puff.c` is Mark
+Adler's public-domain inflate, bundled unchanged. The data in `gen/` is generated
+from lectio and is dates and scripture *references* — facts, not copyrightable.
+The compiled scripture *text* is a separate work under its own terms; the
+default, the Latin Vulgate, is public domain. Distribute a build made with a
+different Bible only where that translation permits it.