From 5b5d3dd1cb015a1da37fa8ccc72f099cfe5fee84 Mon Sep 17 00:00:00 2001 From: jstjanssens Date: Wed, 31 Jan 2018 15:01:05 +0100 Subject: [PATCH] removed GNU license cleaned op the code by removing the GNU license --- samples/transaction/start-minimum.php | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/samples/transaction/start-minimum.php b/samples/transaction/start-minimum.php index 6a0b9fc8..c010d84f 100644 --- a/samples/transaction/start-minimum.php +++ b/samples/transaction/start-minimum.php @@ -1,20 +1,5 @@ - * - * 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 - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program 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 this program. If not, see . - */ + require_once '../../vendor/autoload.php'; require_once '../config.php';