diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-05-29 15:04:41 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-05-29 15:04:41 +0200 |
commit | d6ca3b624eebdc1bcda08c85b4977edb95a8de36 (patch) | |
tree | ddc3b0edd4752e88dda760d58a73be0b17f2db31 /execute.php | |
parent | 51a25f677ceb64a15d59aa6104285241aeafb9b4 (diff) |
Add license headers.
Diffstat (limited to 'execute.php')
-rw-r--r-- | execute.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/execute.php b/execute.php index e3774f0..72f7d0b 100644 --- a/execute.php +++ b/execute.php @@ -1,5 +1,24 @@ <?php +/* + * Looking Glass - An easy to deploy Looking Glass + * Copyright (C) 2014 Guillaume Mazoyer <gmazoyer@gravitons.in> + * + * 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'; |