diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-02-22 13:13:00 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-02-22 13:13:00 +0100 |
commit | 395cd9af60479e5d3339a980cdfc08a202b13c56 (patch) | |
tree | de9db092b24bd44948ec32f20038ec5bed2bbe15 /public_html/api/index.php | |
parent | d48cf64a79e336d45b98ff53658514232af4e0bc (diff) | |
download | webadmin-395cd9af60479e5d3339a980cdfc08a202b13c56.tar.gz |
Added license headers and LICENSE file
Diffstat (limited to 'public_html/api/index.php')
-rw-r--r-- | public_html/api/index.php | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/public_html/api/index.php b/public_html/api/index.php index af7e474..cecb2f3 100644 --- a/public_html/api/index.php +++ b/public_html/api/index.php @@ -1,4 +1,27 @@ <?php +/* + +--------------------------------------------------------------------------+ + | This file is part of the Kolab Web Admin Panel | + | | + | Copyright (C) 2011-2012, Kolab Systems AG | + | | + | This program is free software: you can redistribute it and/or modify | + | it under the terms of the GNU Affero 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 Affero General Public License for more details. | + | | + | You should have received a copy of the GNU Affero General Public License | + | along with this program. If not, see <http://www.gnu.org/licenses/> | + +--------------------------------------------------------------------------+ + | Author: Aleksander Machniak <machniak@kolabsys.com> | + | Author: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> | + +--------------------------------------------------------------------------+ +*/ require_once dirname(__FILE__) . "/../../lib/functions.php"; @@ -15,5 +38,3 @@ try { // if we arrive here the controller didn't generate output $controller->output->error("Invalid request"); - -?> |