Document change of script name and update copyright years
authorJacob Bachmeyer <jcb@gnu.org>
Thu, 6 Oct 2022 03:36:06 +0000 (22:36 -0500)
committerJacob Bachmeyer <jcb@gnu.org>
Thu, 6 Oct 2022 03:36:06 +0000 (22:36 -0500)
gatekeeper.pl

index ba4260051ffe206da850820d6a196af527ffa289..debcf63610518b4ec6a0e45391f797c49410826d 100755 (executable)
@@ -129,12 +129,12 @@ BEGIN {
 
 my $V1_COMPAT_ALLOWED = 0;
 
-my $NAME = 'upload-ftp-v1.2.pl';
+my $NAME = 'gatekeeper.pl';
 my $VERSION = '1.2'; # This is the protocol version
 my $DATE = '2017/09/14 12:42:38';
 my $COPYRIGHT_NOTICE = <<'END';
 Copyright (C) 2003-2017 Free Software Foundation <sysadmin@gnu.org>
-Copyright (C) 2020-2021 Jacob Bachmeyer <jcb@gnu.org>
+Copyright (C) 2020-2022 Jacob Bachmeyer <jcb@gnu.org>
 END
 my $LICENSE = "GPLv3 or later - http://www.fsf.org/licenses/gpl.txt";
 my $URL = "http://www.gnu.org/prep/maintain/html_node/Automated-FTP-Uploads.html";