Commit a708b34
authored
docs: implement AGPL-3.0 with dual licensing option (#2)
* docs: implement GPL-3.0 with dual licensing option
- Change license from AGPL-3.0 to GPL-3.0
- Add LICENSE file with GPL-3.0 text
- Add LICENSE_COMMERCIAL for commercial licensing option
- Create CONTRIBUTING.md with Contributor License Agreement
- Update README.md with licensing information
- Update .gitignore to include license files
* docs: update license information and fix GPL compliance
- Update Cargo.toml with explicit SPDX expression 'GPL-3.0-or-later'
- Remove AGPL-specific section (section 13) from LICENSE file
- Renumber remaining LICENSE sections for consistency
- Update README.md to correctly describe GPL-3.0 licensing terms
- Clarify dual-licensing approach between GPL and commercial options
* docs: switch to official AGPL-3.0-or-later license for dual AGPL/Commercial model
- Replaced LICENSE file with full official AGPL-3.0-or-later text
- Updated Cargo.toml to use AGPL-3.0-or-later SPDX identifier
- Updated README.md to clarify AGPL/Commercial dual licensing and network clause
* coderabbitAI recommendations
* coderabbitAI recommendations
* copy/paste official AGPL https://www.gnu.org/licenses/agpl-3.0.txt
* fix / coderabbitAI recommends
* fix / coderabbitAI recommends1 parent ef6cef4 commit a708b34
6 files changed
Lines changed: 752 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments