[Legal] replace AGPL placeholder with full license text - #1
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012DuZChczudxs2QtM8JuxGe
|
Warning Review limit reached
Next review available in: 58 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR aims to make the repository’s licensing legally complete by replacing the AGPL-3.0 placeholder in LICENSE with the full license text, keeping the existing header and “Additional Terms” section intact.
Changes:
- Replaces the previous AGPL placeholder with the full AGPL-3.0 license body.
- Normalizes the top-of-license header formatting to match the canonical text layout.
| Also add information on how to contact you by electronic and paper mail. | ||
|
|
||
| If your software can interact with users remotely through a computer | ||
| network, you should also make sure that it provides a way for users to | ||
| get its source. For example, if your program is a web application, its | ||
| interface could display a "Source" link that leads users to an archive | ||
| of the code. There are many ways you could offer source, and different | ||
| solutions will be better for different programs; see section 13 for the | ||
| specific requirements. | ||
|
|
||
| You should also get your employer (if you work as a programmer) or school, | ||
| if any, to sign a "copyright disclaimer" for the program, if necessary. | ||
| For more information on this, and how to apply and follow the GNU AGPL, see | ||
| <https://www.gnu.org/licenses/>. |
LICENSE line 33 contained the literal placeholder "[...full AGPL-3.0 text here...]" instead of the actual AGPL-3.0 text, making the license file legally incomplete. Splices in the canonical full text from gnu.org/licenses/agpl-3.0.txt. The existing header and Additional Terms are unchanged.
🤖 Generated with Claude Code
https://claude.ai/code/session_012DuZChczudxs2QtM8JuxGe