From d6ca3b624eebdc1bcda08c85b4977edb95a8de36 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Thu, 29 May 2014 15:04:41 +0200 Subject: Add license headers. --- execute.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'execute.php') diff --git a/execute.php b/execute.php index e3774f0..72f7d0b 100644 --- a/execute.php +++ b/execute.php @@ -1,5 +1,24 @@ + * + * 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, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + require_once 'config.php'; require_once 'router.php'; require_once 'utils.php'; -- cgit v1.2.3