From 13034d1a37e6fa427624d4e548663363eaa37a79 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 24 Aug 2021 00:27:18 +1200 Subject: Relicense from MIT to GPLv3+ --- Makefile.PL | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index ba195be..7236382 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,3 +1,21 @@ +# +# Copyright (C) 2020--2021 Tom Ryder +# +# This file is part of nagios-check-ftp. +# +# nagios-check-ftp is free software: you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by the Free +# Software Foundation, either version 3 of the License, or (at your option) any +# later version. +# +# nagios-check-ftp is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for +# more details. +# +# You should have received a copy of the GNU General Public License along with +# nagios-check-ftp. If not, see . +# use 5.006; use strict; use warnings; @@ -7,7 +25,7 @@ WriteMakefile( NAME => 'check_ftp', AUTHOR => 'Tom Ryder ', VERSION_FROM => 'libexec/check_ftp', - LICENSE => 'MIT', + LICENSE => 'gpl_3', # or later INSTALLSCRIPT => '/usr/local/nagios/libexec', INSTALLSITESCRIPT => '/usr/local/nagios/libexec', EXE_FILES => ['libexec/check_ftp'], -- cgit v1.2.3