diff options
author | Aleksander Machniak (Kolab Systems) <machniak@kolabsys.com> | 2011-10-27 08:20:46 (GMT) |
---|---|---|
committer | Aleksander Machniak (Kolab Systems) <machniak@kolabsys.com> | 2011-10-27 08:20:46 (GMT) |
commit | 4a498714dd4114a46311799889f2542f4a255b9d (patch) | |
tree | 65138fe7140a6fa8ba318fcb0af682f7a7a338d3 /plugins/kolab_config/kolab_config.php | |
parent | 9349403f21a793143d8b8796181012e302a2f3c0 (diff) | |
download | roundcubemail-plugins-kolab-4a498714dd4114a46311799889f2542f4a255b9d.tar.gz |
Changed license to AGPL
Diffstat (limited to 'plugins/kolab_config/kolab_config.php')
-rw-r--r-- | plugins/kolab_config/kolab_config.php | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/plugins/kolab_config/kolab_config.php b/plugins/kolab_config/kolab_config.php index 03aa386..7b0947b 100644 --- a/plugins/kolab_config/kolab_config.php +++ b/plugins/kolab_config/kolab_config.php @@ -6,15 +6,24 @@ * Plugin to use Kolab server as a configuration storage. Provides an API to handle * configuration according to http://wiki.kolab.org/KEP:9. * - * Copyright (C) 2011, Kolab Systems AG + * @author Machniak Aleksander <machniak@kolabsys.com> * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 - * as published by the Free Software Foundation. + * Copyright (C) 2011, Kolab Systems AG <contact@kolabsys.com> * - * @author Machniak Aleksander <machniak@kolabsys.com> + * 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/>. */ + class kolab_config extends rcube_plugin { public $task = 'utils'; |