From 35f1b831f209ad0c416c6657787a54d8ea2a7ba9 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Wed, 5 Oct 2022 22:36:06 -0500 Subject: [PATCH] Document change of script name and update copyright years --- gatekeeper.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gatekeeper.pl b/gatekeeper.pl index ba42600..debcf63 100755 --- a/gatekeeper.pl +++ b/gatekeeper.pl @@ -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 -Copyright (C) 2020-2021 Jacob Bachmeyer +Copyright (C) 2020-2022 Jacob Bachmeyer 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"; -- 2.25.1