docs: declare where the data comes from, and under what terms
All checks were successful
CI / Linux x86_64 (Forgejo) (push) Successful in 1m44s

The module's own Apache-2.0 licence covers its code and says nothing
about the material it fetches. STORE.yaml now carries a data_source
block (publisher, url, terms, required attribution, and bundled:
false), and MODULE.md/MODULE.de.md explain it in both languages,
including the sentence that the retrieved text does not replace the
official version.

Enforced platform-side by data_source_gap in chain_hub::store_index;
the four rules are written up in docs/architecture/store-format.md of
the platform repo.

Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
flemming-it 2026-09-09 12:32:47 +02:00
parent f1652cce62
commit ba0ab31ede
3 changed files with 49 additions and 0 deletions

View file

@ -7,6 +7,17 @@ author:
license: Apache-2.0
# Where the data comes from, and under what terms. The `license`
# above covers this module's code; this block covers the material
# the module reaches. See docs/architecture/store-format.md.
data_source:
name: "gesetze-im-internet.de (BMJ / juris GmbH)"
url: https://www.gesetze-im-internet.de/
license: "Amtliches Werk (§ 5 UrhG), gemeinfrei"
attribution: "Quelle: gesetze-im-internet.de (Bundesministerium der Justiz)"
# Never true: the module fetches at runtime and ships no corpus.
bundled: false
tagline:
en: "Fetch German federal law from gesetze-im-internet.de"
de: "Deutsches Bundesrecht von gesetze-im-internet.de holen"