feat: initial KosmoConnect platform v0.1
Includes: - Backend services: ingestion (:8001), weather API (:8002), gateway (:8003), billing (:8004) with BTCPay integration - Shared asyncpg pool, TimescaleDB hypertable, Redis, Mosquitto MQTT - React frontend: Dashboard (MapLibre) and Messaging (chat UI) - Bridge daemon for Pi + Meshtastic (Serial/TCP T-Deck support) - Production Docker Compose, Nginx reverse proxy, ops scripts - DEPLOY.md with step-by-step deployment guide
This commit is contained in:
37
legal/README.md
Normal file
37
legal/README.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# Legal & Licensing
|
||||
|
||||
This directory contains all licensing information for the KosmoConnect project.
|
||||
|
||||
## Project Philosophy
|
||||
|
||||
KosmoConnect is a **technology project of the Church of Kosmo**. The project operates under the spiritual and ethical principles of **[The Kosmic License](./LICENSE-KOSMIC.md)** (KΛ 1.0): knowledge is a living element, meant to be shared, preserved, and evolved with compassion.
|
||||
|
||||
## How Licensing Is Applied
|
||||
|
||||
Because The Kosmic License expresses values that are not always enforceable in all legal jurisdictions for technical works, we apply it at the **project level** while using industry-standard, legally-tested licenses for specific technical artifacts:
|
||||
|
||||
| Artifact | License | Rationale |
|
||||
|----------|---------|-----------|
|
||||
| **Project as a whole** (charter, mission, documentation) | [The Kosmic License KΛ 1.0](./LICENSE-KOSMIC.md) | Expresses the Church of Kosmo's values and stewardship ethic. |
|
||||
| **Software** (`firmware/`, `backend/`, `web/`, `ops/`, `tests/`) | **AGPL-3.0** | Ensures that anyone running a modified version of our networked software must share their changes. Protects the commons from enclosure. |
|
||||
| **Hardware** (`hardware/`, `kits/`) | **CERN-OHL-S-2.0** | The strongest open-hardware license; ensures anyone distributing products based on our designs must also share their design files. |
|
||||
| **Improved draft of The Kosmic License** | [KΛ 1.1-Draft](./LICENSE-KOSMIC-DRAFT-1.1.md) | A proposal for increasing legal enforceability while preserving spiritual intent. |
|
||||
|
||||
## For Contributors
|
||||
|
||||
By contributing to KosmoConnect, you agree that:
|
||||
1. Your contributions to software are licensed under **AGPL-3.0**.
|
||||
2. Your contributions to hardware designs are licensed under **CERN-OHL-S-2.0**.
|
||||
3. Your contributions to documentation and creative works are licensed under **The Kosmic License (KΛ 1.0)** or **CC-BY-SA-4.0**.
|
||||
4. You grant the project a **patent license** as described in standard open-source terms.
|
||||
|
||||
## For Users and Builders
|
||||
|
||||
- You are free to build the enviro-node for personal use, community deployment, or commercial sale.
|
||||
- If you sell hardware based on our designs, you **must** share your design files under CERN-OHL-S-2.0.
|
||||
- If you run a modified version of our backend or gateway software on a server, you **must** share your source code under AGPL-3.0.
|
||||
- We **encourage** (but do not legally require) that any profits derived from KosmoConnect support education, ecological preservation, or community resilience — in the spirit of the Codex.
|
||||
|
||||
## Questions?
|
||||
|
||||
Contact the Church of Kosmo Technology Division for clarifications on licensing intent and compatibility.
|
||||
Reference in New Issue
Block a user