Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .machine_readable/contractiles/_base.ncl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: MPL-2.0
# (MPL-2.0 is automatic legal fallback until PMPL is formally recognised)
# (Licensed under MPL-2.0)
#
# _base.ncl — Shared contractile base
#
Expand Down
2 changes: 1 addition & 1 deletion .machine_readable/svc/k9/examples/setup-repo.k9.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ K9!
"add-license" = {
description = "Add MPL-2.0 license",
commands = [
"curl -sL https://raw.githubusercontent.com/hyperpolymath/pmpl/main/LICENSE -o LICENSE",
"curl -sL https://www.mozilla.org/media/MPL/2.0/index.txt -o LICENSE",
"echo '✓ License added'",
],
},
Expand Down
2 changes: 1 addition & 1 deletion .well-known/void.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<void:Dataset rdf:about="https://verisimdb.dev/dataset">
<dcterms:title>verisimdb Dataset</dcterms:title>
<dcterms:description>Linked data from verisimdb project</dcterms:description>
<dcterms:license rdf:resource="https://palimpsest.spdx.dev"/>
<dcterms:license rdf:resource="https://spdx.org/licenses/MPL-2.0.html"/>
<void:sparqlEndpoint rdf:resource="https://verisimdb.dev/sparql"/>
<void:dataDump rdf:resource="https://verisimdb.dev/dataset.ttl"/>
</void:Dataset>
Expand Down
2 changes: 1 addition & 1 deletion .well-known/void.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
dcterms:description "Linked data from verisimdb project" ;
dcterms:creator <https://verisimdb.dev#creator> ;
dcterms:publisher <https://verisimdb.dev#publisher> ;
dcterms:license <https://palimpsest.spdx.dev> ;
dcterms:license <https://spdx.org/licenses/MPL-2.0.html> ;
dcterms:created "2026-01-31T16:49:57Z"^^xsd:dateTime ;
dcterms:modified "2026-01-31T16:49:57Z"^^xsd:dateTime ;

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ cargo fmt --check

## License

By contributing, you agree that your contributions will be licensed under the **MPL-2.0** (Palimpsest License). All source files must include:
By contributing, you agree that your contributions will be licensed under the **MPL-2.0**. All source files must include:

```
// SPDX-License-Identifier: MPL-2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/.well-known/void.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<void:Dataset rdf:about="https://verisimdb.dev/dataset">
<dcterms:title>verisimdb Dataset</dcterms:title>
<dcterms:description>Linked data from verisimdb project</dcterms:description>
<dcterms:license rdf:resource="https://palimpsest.spdx.dev"/>
<dcterms:license rdf:resource="https://spdx.org/licenses/MPL-2.0.html"/>
<void:sparqlEndpoint rdf:resource="https://verisimdb.dev/sparql"/>
<void:dataDump rdf:resource="https://verisimdb.dev/dataset.ttl"/>
</void:Dataset>
Expand Down
2 changes: 1 addition & 1 deletion docs/.well-known/void.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
dcterms:description "Linked data from verisimdb project" ;
dcterms:creator <https://verisimdb.dev#creator> ;
dcterms:publisher <https://verisimdb.dev#publisher> ;
dcterms:license <https://palimpsest.spdx.dev> ;
dcterms:license <https://spdx.org/licenses/MPL-2.0.html> ;
dcterms:created "2026-01-31T16:49:57Z"^^xsd:dateTime ;
dcterms:modified "2026-01-31T16:49:57Z"^^xsd:dateTime ;

Expand Down
2 changes: 1 addition & 1 deletion docs/business/business-case.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ downstream systems consume stale or contradictory information.
This capability positions VeriSimDB at the intersection of three high-growth
markets: data quality tools ($2.3B by 2027), graph databases ($5.6B), and the
emerging multimodal database segment ($800M+). The open-core business model
provides a free, full-featured community edition under the Palimpsest License
provides a free, full-featured community edition under the Mozilla Public License 2.0 (MPL-2.0)
(MPL-2.0), with revenue generated through commercial support licenses,
enterprise SLAs, and deployment consulting.

Expand Down
4 changes: 2 additions & 2 deletions docs/business/marketing/one-pager.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cross-modal consistency monitoring.
with optional dependent-type proofs (VQL-DT) for compile-time query verification
* *Federation* -- Bring drift detection to existing infrastructure by federating
across PostgreSQL, ArangoDB, Elasticsearch, Neo4j, and more
* *Open source* -- Full-featured community edition under the Palimpsest License
* *Open source* -- Full-featured community edition under the Mozilla Public License 2.0 (MPL-2.0)
(MPL-2.0); no feature gating

=== Technical Differentiators
Expand Down Expand Up @@ -76,4 +76,4 @@ cross-modal consistency monitoring.
''''

_VeriSimDB is developed by Jonathan D.A. Jewell at hyperpolymath._
_Licensed under MPL-2.0 (Palimpsest License)._
_Licensed under MPL-2.0._
2 changes: 1 addition & 1 deletion docs/business/pr/faq.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ operate as a standalone database without any external connections.

=== Is VeriSimDB open source?

Yes. VeriSimDB is released under the *Palimpsest License (MPL-2.0)*,
Yes. VeriSimDB is released under the *Mozilla Public License 2.0 (MPL-2.0)*,
a permissive open-source license. The community edition is full-featured with
no artificial restrictions -- all 8 modalities, drift detection,
self-normalisation, VQL, and federation are included.
Expand Down
2 changes: 1 addition & 1 deletion docs/business/pr/press-release.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ data migration.

=== Availability and Licensing

VeriSimDB is available immediately as open source under the *Palimpsest License
VeriSimDB is available immediately as open source under the *Mozilla Public License 2.0 (MPL-2.0)
(MPL-2.0)*, a permissive open-source license. The community edition
is full-featured with no artificial restrictions. Commercial support licenses
with enterprise SLAs, priority security patches, and deployment consulting are
Expand Down
2 changes: 1 addition & 1 deletion docs/papers/verisimdb-federated-consistency.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ The 11 proof types cover a range of assurance levels from basic existence checki

Federation extends these guarantees across organisational boundaries, enabling multi-institutional data sharing with configurable drift policies that balance consistency against latency and autonomy.

VeriSimDB is open source under the Palimpsest License (MPL-2.0), with the Rust core, Elixir orchestration layer, and VQL parser available at https://github.com/hyperpolymath/verisimdb.
VeriSimDB is open source under the Mozilla Public License 2.0 (MPL-2.0), with the Rust core, Elixir orchestration layer, and VQL parser available at https://github.com/hyperpolymath/verisimdb.


// ============================================================================
Expand Down
2 changes: 1 addition & 1 deletion docs/releases/v0.1.0-alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ Run full benchmarks: `cd benches && cargo bench`

## 📄 License

VeriSimDB is licensed under **MPL-2.0** (Palimpsest License).
VeriSimDB is licensed under **MPL-2.0**.

Third-party components retain their original licenses (MIT, Apache, BSD, etc.).

Expand Down
4 changes: 2 additions & 2 deletions docs/rsr-compliance.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= RSR Template Repository

image:[Palimpsest-MPL-1.0,link="https://github.com/hyperpolymath/palimpsest-license"] image:[Palimpsest,link="https://github.com/hyperpolymath/palimpsest-license"]
image:https://img.shields.io/badge/License-MPL--2.0-brightgreen[License: MPL-2.0,link="https://www.mozilla.org/en-US/MPL/2.0/"]
:toc:
:sectnums:

Expand Down Expand Up @@ -69,7 +69,7 @@ just validate-rsr
|Task runner with 50+ recipes

|`LICENSE.txt`
|MPL-2.0 (Palimpsest License)
|MPL-2.0

|`README.adoc`
|This file
Expand Down
Loading