An open API service indexing awesome lists of open source software.

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

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)