From 1afb649eb09ee1f4e1c1714998e7f0986b038f50 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 12 Mar 2021 11:03:55 +0000 Subject: [PATCH] Bug 26734: (QA follow-up) Add missing copyright statement Signed-off-by: Marcel de Rooy --- pos/pay.pl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pos/pay.pl b/pos/pay.pl index 6fd7fcef30..e8bec0013d 100755 --- a/pos/pay.pl +++ b/pos/pay.pl @@ -1,5 +1,22 @@ #!/usr/bin/perl +# Copyright 2020 PTFS-Europe Ltd +# +# This file is part of Koha. +# +# Koha 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. +# +# Koha 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 Koha; if not, see . + use Modern::Perl; use CGI; -- 2.20.1