https://github.com/kurayami07734/copyright-fixer
Pre-commit to fix copyright notices
https://github.com/kurayami07734/copyright-fixer
pre-commit pre-commit-hook python
Last synced: 6 months ago
JSON representation
Pre-commit to fix copyright notices
- Host: GitHub
- URL: https://github.com/kurayami07734/copyright-fixer
- Owner: kurayami07734
- License: mit
- Created: 2025-09-05T17:12:43.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-28T07:20:51.000Z (10 months ago)
- Last Synced: 2025-09-28T09:09:33.819Z (10 months ago)
- Topics: pre-commit, pre-commit-hook, python
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Copyright Fixer
A simple and efficient CLI tool to keep copyright notices up to date automatically in your code files as part of the pre-commit process.
---
## 🚀 Features
✔ Detect outdated copyright years and update them with the current year
✔ Enforce year ranges like `2020-2025`
✔ Automatically insert missing copyright lines
---
## 🎬 Demo
Check out this video where we walk through setting up and using Copyright Fixer in a test repository.
https://github.com/user-attachments/assets/250e7065-a769-4a87-b839-7b2adfaaad2d
---
### 💡 Contributing
Contributions are welcome! Feel free to open issues, submit pull requests, or suggest improvements.
Please refer to the [contribution guide](./CONTRIBUTING.md)