Adds the three release-prep artefacts so the repo is ready for the chain store: Apache-2.0 LICENSE (boilerplate), NOTICE with per-module copyright + third-party + methodological lineage attribution, and the compiled wasm32-wasip2 release bundle (module.wasm) that the Hub will install verbatim once published. Cargo.lock is now also tracked so reproducible builds line up with the WASM hash that ships. Signed-off-by: flemming-it <sf@flemming.it>
30 lines
1.1 KiB
Text
30 lines
1.1 KiB
Text
text-deontic-extract
|
|
Copyright 2026 Flemming.AI
|
|
|
|
This product includes software developed by Dr. Stefan Flemming
|
|
and contributors (https://flemming.ai/).
|
|
|
|
------------------------------------------------------------------
|
|
Third-party acknowledgments
|
|
|
|
Regex matching uses the `regex` crate
|
|
(https://github.com/rust-lang/regex), Apache-2.0 / MIT licensed.
|
|
|
|
JSON (de)serialization uses `serde` + `serde_json`
|
|
(https://github.com/serde-rs), Apache-2.0 / MIT licensed.
|
|
|
|
Module SDK glue is provided by `chain-module-sdk`
|
|
(https://git.flemming.ai/fai/chain-module-sdk-rust), Apache-2.0.
|
|
|
|
------------------------------------------------------------------
|
|
Methodological lineage
|
|
|
|
The deontic-modality pattern list draws on the Mercatus
|
|
Center / George Mason University QuantGov project's RegData
|
|
methodology for counting US regulatory restrictions (must,
|
|
shall, may not, prohibited, required). QuantGov is Apache-2.0;
|
|
the actual pattern strings here are adapted independently for
|
|
German legal-text idioms.
|
|
|
|
The OBLIGATION / PROHIBITION / PERMISSION taxonomy follows
|
|
LegalRuleML (OASIS) and the broader deontic-logic tradition.
|