Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ Like this project? Follow the repository on [GitHub](https://github.com/tedilabs

Provided under the terms of the [Apache License](LICENSE).

Copyright © 2021-2023, [Byungjin Park](https://www.posquit0.com).
Copyright © 2021-2025, [Byungjin Park](https://www.posquit0.com).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To improve maintainability and prevent the need for manual updates in the future, consider automating the update of the copyright year. Hardcoding the year means it will eventually become outdated again. A common approach is to use a placeholder which is then replaced with the current year by a script in your CI/CD pipeline during the build or release process.

Suggested change
Copyright © 2021-2025, [Byungjin Park](https://www.posquit0.com).
Copyright © 2021-{{ CURRENT_YEAR }}, [Byungjin Park](https://www.posquit0.com).