This PR introduces a dynamic current_year variable to the project templates, allowing the copyright year to be automatically updated based on the current year. This change ensures that the copyright message is always accurate and up-to-date without requiring manual updates each year.
Changes
Added current_year variable to automatically reflect the current year.
Updated copyright messages to use the current_year variable instead of a static year.
Type of Change
[ ] โจ New feature (non-breaking change which adds functionality)
[x] ๐ ๏ธ Bug fix (non-breaking change which fixes an issue)
[ ] โ Breaking change (fix or feature that would cause existing functionality to change)
Description
Resolves #162
This PR introduces a dynamic current_year variable to the project templates, allowing the copyright year to be automatically updated based on the current year. This change ensures that the copyright message is always accurate and up-to-date without requiring manual updates each year.
Changes
Type of Change