Licensing
import { Card, CardGrid } from ‘@astrojs/starlight/components’;
TL;DR — For Humans
Section titled “TL;DR — For Humans”ProGit uses four different licenses depending on what you’re using:
| Component | License | In Plain English |
|---|---|---|
| Core (TUI) | LCL-1.0 | Free to use, but share your improvements |
| Plugin SDK | LSL-1.0 | Free to use, keep your plugins private |
| Documentation | LUL-1.0 | Do whatever you want, no attribution needed |
| Enterprise | LVL-1.0 | Contact us for proprietary use |
The Licenses
Section titled “The Licenses”🔒 LCL-1.0 — Libertaria Commonwealth License
Section titled “🔒 LCL-1.0 — Libertaria Commonwealth License”Applies to: Core ProGit binary, GroGit TUI, Engine
You CAN:
- ✅ Use ProGit for any purpose (personal, commercial, academic)
- ✅ Modify the source code
- ✅ Distribute your modified versions
- ✅ Charge money for services using ProGit
You MUST:
- ⚠️ Share your source code modifications under the same license
- ⚠️ Include the license and copyright notice
- ⚠️ State what changes you made
Think of it like: The GPL, but specifically crafted for sovereign infrastructure.
🔓 LSL-1.0 — Libertaria Sovereign License
Section titled “🔓 LSL-1.0 — Libertaria Sovereign License”Applies to: Plugin SDK, API libraries
You CAN:
- ✅ Use the SDK for any purpose
- ✅ Create proprietary plugins (keep them closed-source)
- ✅ Sell your plugins on the Market
- ✅ Modify the SDK for your needs
You MUST:
- ⚠️ Attribute ProGit in your plugin credits
- ⚠️ Include the license notice
You DON’T need to:
- ❌ Share your plugin source code
- ❌ Use the same license for your plugins
- ❌ Pay royalties
Think of it like: The MIT license, but with a requirement to give credit.
👐 LUL-1.0 — Libertaria Unbound License
Section titled “👐 LUL-1.0 — Libertaria Unbound License”Applies to: All documentation, guides, examples
You CAN:
- ✅ Literally anything
- ✅ Copy, modify, distribute
- ✅ Use commercially
- ✅ Not attribute anything to anyone
You CANNOT:
- ❌ Hold us liable (but that’s standard)
Think of it like: CC0 / Public Domain dedication.
💼 LVL-1.0 — Libertaria Venture License
Section titled “💼 LVL-1.0 — Libertaria Venture License”Applies to: Enterprise support, proprietary modifications
For organizations that:
- Need proprietary modifications to the core
- Want dedicated support SLAs
- Require custom features
- Need legal indemnification
Contact: licensing@progit.dev
Quick Reference
Section titled “Quick Reference”Philosophy
Section titled “Philosophy”Why four licenses? Because one size doesn’t fit all.
- Core needs copyleft to ensure improvements flow back to the community
- SDK needs to be permissive so developers aren’t scared away
- Docs should be completely free so knowledge spreads
- Enterprise needs options for proprietary use cases
This is the Libertaria Licensing Model: protect the commons, enable commerce, spread knowledge.
Questions?
Section titled “Questions?”If you’re unsure which license applies to your use case:
- Check the table at the top of this page
- Read the TL;DR for each license
- Still unsure? Email: licensing@progit.dev
We’re here to help, not to trick you with legalese.
Full Legal Repository
Section titled “Full Legal Repository”All license texts, in plain text and Markdown:
🔗 https://git.sovereign-society.org/ProGit/progit/src/branch/main/legal