You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34-1Lines changed: 34 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,4 +138,37 @@ SourceBinding(
138
138
139
139
`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.
140
140
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.
0 commit comments