summaryrefslogtreecommitdiff
path: root/clientserver.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 /clientserver.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 'clientserver.c')
-rw-r--r--clientserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clientserver.c b/clientserver.c
index 692a4047..3970f507 100644
--- a/clientserver.c
+++ b/clientserver.c
@@ -3,7 +3,7 @@
*
* Copyright (C) 1998-2001 Andrew Tridgell <tridge@samba.org>
* 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