I replaced git-set-file-times with an improved version that I wrote recently (in python3). A new script uses it to figure out the last-modified year for each *.[ch] file and updates its copyright. It also puts the latest year into the latest-year.h file for the output of --version.
2 lines
27 B
C
2 lines
27 B
C
#define LATEST_YEAR "2020"
|