summaryrefslogtreecommitdiff
path: root/generator.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 /generator.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 'generator.c')
-rw-r--r--generator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator.c b/generator.c
index 12ad037d..1955bc81 100644
--- a/generator.c
+++ b/generator.c
@@ -4,7 +4,7 @@
* Copyright (C) 1996-2000 Andrew Tridgell
* Copyright (C) 1996 Paul Mackerras
* Copyright (C) 2002 Martin Pool <mbp@samba.org>
- * Copyright (C) 2003-2019 Wayne Davison
+ * Copyright (C) 2003-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