Conversation
|
Important Review skippedToo many files! This PR contains 300 files, which is 150 over the limit of 150. You can disable this status message by setting the
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 adds copyright headers to Python and TypeScript/TSX files across the repository and introduces a CI workflow to enforce copyright presence in future changes.
Changes:
- Added standardized copyright headers (2023-present Plane Software, Inc., AGPL-3.0-only) to all tracked source files
- Created CI workflow to validate copyright headers on pull requests
- Added documentation for manual copyright verification and application
Reviewed changes
Copilot reviewed 300 out of 4130 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| COPYRIGHT.txt | Copyright header template for automated tooling |
| COPYRIGHT_CHECK.md | Documentation for manual copyright verification process |
| .github/workflows/copyright-check.yml | CI workflow for automated copyright validation |
| apps/api/**/*.py | Added copyright headers to Python API files |
| apps/admin/**/.ts, **/.tsx | Added copyright headers to TypeScript admin app files |
| manage.py | Added copyright header to Django management script |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
* feat: adding new copyright info on all files * chore: adding CI
Description
Type of Change