Skip to content

Commit d71e076

Browse files
authored
Contribution & License info
1 parent 8a5c008 commit d71e076

1 file changed

Lines changed: 34 additions & 1 deletion

File tree

README.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,37 @@ SourceBinding(
138138

139139
`StageModel` and `SourceModel` are both Pydantic models (validated on construction). `SourceBinding` is a plain dataclass — it's just a lightweight container pairing a `SourceModel` with extraction metadata.
140140

141-
Built by [Scalefree](https://scalefree.com)
141+
---
142+
143+
## 📄 License
144+
145+
This project is licensed under the **GNU Affero General Public License v3 (AGPL-3.0)** - see the [LICENSE](LICENSE) file for details.
146+
147+
---
148+
## 🤝 Contributing
149+
150+
We welcome and appreciate community contributions! To keep the project sustainable while ensuring the software remains open and accessible, we follow a **Dual-Licensing** model.
151+
152+
### 📜 Licensing & Open Source
153+
This project is licensed under the **GNU Affero General Public License v3 (AGPL-3.0)**.
154+
155+
The AGPL is a "strong copyleft" license. If you modify this software and provide it as a service over a network (SaaS), you **must** make your modified source code available to your users under the same license.
156+
157+
### ✍️ Contributor License Agreement (CLA)
158+
To contribute code, all contributors are required to sign our **Contributor License Agreement (CLA)**.
159+
* **Why?** This ensures that you have the right to contribute the code and grants us the necessary rights to include your work in future versions of the project, including potential commercial or non-AGPL distributions.
160+
* **How?** **FIXME**
161+
162+
### 💼 Commercial Usage & Licensing
163+
We understand that the AGPL-3.0 may not be suitable for every organization's internal policies or proprietary products.
164+
165+
If you wish to use this project in a commercial or proprietary setting without the "copyleft" requirements of the AGPL, we offer **alternative commercial licenses**. This allows you to:
166+
* Use the software without disclosing your own source code.
167+
* Receive dedicated support and enterprise-grade warranties.
168+
* Support the development team.
169+
170+
Please contact us at **contact@scalefree.com** to discuss a commercial license tailored to your needs.
171+
172+
---
173+
174+
Built by [Scalefree](https://scalefree.com)

0 commit comments

Comments
 (0)