]> git.ipfire.org Git - thirdparty/rsync.git/commit
Set Copyright years and make them easier to update
authorWayne Davison <wayned@samba.org>
Thu, 9 Apr 2020 22:11:37 +0000 (15:11 -0700)
committerWayne Davison <wayned@samba.org>
Thu, 9 Apr 2020 22:11:37 +0000 (15:11 -0700)
commitc5fabfb068bba9381c0f65fea60a99a62b681008
treef8062d8b1f2f5faca4e98c5b5238523130a11153
parente2aee6c4afcae8f05d92cbf27741981b259f2b21
Set Copyright years and make them easier to update

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.
25 files changed:
Makefile.in
authenticate.c
checksum.c
cleanup.c
clientserver.c
connection.c
flist.c
generator.c
latest-year.h [new file with mode: 0644]
lib/md5.c
loadparm.c
log.c
main.c
options.c
progress.c
receiver.c
rounding.c
rsync.c
rsync.h
sender.c
support/git-set-file-times
support/year-tweak [new file with mode: 0755]
uidlist.c
util.c
util2.c