diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-02-22 12:13:00 (GMT) |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-02-22 12:13:00 (GMT) |
commit | 395cd9af60479e5d3339a980cdfc08a202b13c56 (patch) | |
tree | de9db092b24bd44948ec32f20038ec5bed2bbe15 /public_html/index.php | |
parent | d48cf64a79e336d45b98ff53658514232af4e0bc (diff) | |
download | kolab-wap-395cd9af60479e5d3339a980cdfc08a202b13c56.tar.gz |
Added license headers and LICENSE file
Diffstat (limited to 'public_html/index.php')
-rw-r--r-- | public_html/index.php | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/public_html/index.php b/public_html/index.php index d5851cb..3e78361 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -1,11 +1,27 @@ <?php - /* - * Kolab Admin Panel - * - * (C) Copyright 2011 Kolab Systems AG - * - */ + +--------------------------------------------------------------------------+ + | 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> | + +--------------------------------------------------------------------------+ +*/ // environment initialization require_once '../lib/functions.php'; |