From c5fabfb068bba9381c0f65fea60a99a62b681008 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 9 Apr 2020 15:11:37 -0700 Subject: 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. --- clientserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clientserver.c') 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 * Copyright (C) 2001-2002 Martin Pool - * 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 -- cgit v1.2.1