summaryrefslogtreecommitdiff
path: root/flist.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2020-04-09 15:11:37 -0700
committerWayne Davison <wayned@samba.org>2020-04-09 15:11:37 -0700
commitc5fabfb068bba9381c0f65fea60a99a62b681008 (patch)
treef8062d8b1f2f5faca4e98c5b5238523130a11153 /flist.c
parente2aee6c4afcae8f05d92cbf27741981b259f2b21 (diff)
downloadrsync-c5fabfb068bba9381c0f65fea60a99a62b681008.tar.gz
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.
Diffstat (limited to 'flist.c')
-rw-r--r--flist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flist.c b/flist.c
index 7d7d2c0f..5a29d6e9 100644
--- a/flist.c
+++ b/flist.c
@@ -4,7 +4,7 @@
* Copyright (C) 1996 Andrew Tridgell
* Copyright (C) 1996 Paul Mackerras
* Copyright (C) 2001, 2002 Martin Pool <mbp@samba.org>
- * Copyright (C) 2002-2019 Wayne Davison
+ * Copyright (C) 2002-2020 Wayne Davison
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by