diff --git a/plugins/calendar/calendar.php b/plugins/calendar/calendar.php index 89301edc..39496ca6 100644 --- a/plugins/calendar/calendar.php +++ b/plugins/calendar/calendar.php @@ -5,7 +5,7 @@ * * @version @package_version@ * @author Lazlo Westerhof - * @author Thomas Bruederli + * @author Thomas Bruederli * * Copyright (C) 2010, Lazlo Westerhof * Copyright (C) 2011, Kolab Systems AG diff --git a/plugins/calendar/calendar_base.js b/plugins/calendar/calendar_base.js index 3cf55de4..7ece1241 100644 --- a/plugins/calendar/calendar_base.js +++ b/plugins/calendar/calendar_base.js @@ -3,7 +3,7 @@ * * @version @package_version@ * @author Lazlo Westerhof - * @author Thomas Bruederli + * @author Thomas Bruederli * * Copyright (C) 2010, Lazlo Westerhof * Copyright (C) 2011, Kolab Systems AG diff --git a/plugins/calendar/calendar_ui.js b/plugins/calendar/calendar_ui.js index d226dbfd..31481d32 100644 --- a/plugins/calendar/calendar_ui.js +++ b/plugins/calendar/calendar_ui.js @@ -3,7 +3,7 @@ * * @version @package_version@ * @author Lazlo Westerhof - * @author Thomas Bruederli + * @author Thomas Bruederli * * Copyright (C) 2010, Lazlo Westerhof * Copyright (C) 2011, Kolab Systems AG diff --git a/plugins/calendar/config.inc.php.dist b/plugins/calendar/config.inc.php.dist index fecdc150..03273f82 100644 --- a/plugins/calendar/config.inc.php.dist +++ b/plugins/calendar/config.inc.php.dist @@ -7,22 +7,22 @@ | Copyright (C) 2010, Lazlo Westerhof - Netherlands | | Copyright (C) 2011, Kolab Systems AG | | | - | 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. | + | 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 General Public License for more details. | + | 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 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. | + | You should have received a copy of the GNU Affero General Public License| + | along with this program. If not, see . | | | +-------------------------------------------------------------------------+ | Author: Lazlo Westerhof | - | Thomas Bruederli | + | Thomas Bruederli | +-------------------------------------------------------------------------+ */ diff --git a/plugins/calendar/drivers/calendar_driver.php b/plugins/calendar/drivers/calendar_driver.php index e6f37e3f..efc3c11c 100644 --- a/plugins/calendar/drivers/calendar_driver.php +++ b/plugins/calendar/drivers/calendar_driver.php @@ -5,7 +5,7 @@ * * @version @package_version@ * @author Lazlo Westerhof - * @author Thomas Bruederli + * @author Thomas Bruederli * * Copyright (C) 2010, Lazlo Westerhof * Copyright (C) 2011, Kolab Systems AG diff --git a/plugins/calendar/drivers/database/database_driver.php b/plugins/calendar/drivers/database/database_driver.php index 17cb8244..83843d7f 100644 --- a/plugins/calendar/drivers/database/database_driver.php +++ b/plugins/calendar/drivers/database/database_driver.php @@ -5,7 +5,7 @@ * * @version @package_version@ * @author Lazlo Westerhof - * @author Thomas Bruederli + * @author Thomas Bruederli * * Copyright (C) 2010, Lazlo Westerhof * Copyright (C) 2011, Kolab Systems AG diff --git a/plugins/calendar/drivers/kolab/kolab_calendar.php b/plugins/calendar/drivers/kolab/kolab_calendar.php index 82bd909c..a346037d 100644 --- a/plugins/calendar/drivers/kolab/kolab_calendar.php +++ b/plugins/calendar/drivers/kolab/kolab_calendar.php @@ -4,7 +4,7 @@ * Kolab calendar storage class * * @version @package_version@ - * @author Thomas Bruederli + * @author Thomas Bruederli * @author Aleksander Machniak * * Copyright (C) 2011, Kolab Systems AG diff --git a/plugins/calendar/drivers/kolab/kolab_driver.php b/plugins/calendar/drivers/kolab/kolab_driver.php index 70555cdc..a55a8cc1 100644 --- a/plugins/calendar/drivers/kolab/kolab_driver.php +++ b/plugins/calendar/drivers/kolab/kolab_driver.php @@ -4,7 +4,7 @@ * Kolab driver for the Calendar plugin * * @version @package_version@ - * @author Thomas Bruederli + * @author Thomas Bruederli * @author Aleksander Machniak * * Copyright (C) 2011, Kolab Systems AG diff --git a/plugins/calendar/lib/calendar_ical.php b/plugins/calendar/lib/calendar_ical.php index 87b448c4..9a536722 100644 --- a/plugins/calendar/lib/calendar_ical.php +++ b/plugins/calendar/lib/calendar_ical.php @@ -5,7 +5,7 @@ * * @version @package_version@ * @author Lazlo Westerhof - * @author Thomas Bruederli + * @author Thomas Bruederli * @author Bogomil "Bogo" Shopov * * Copyright (C) 2010, Lazlo Westerhof diff --git a/plugins/calendar/lib/calendar_itip.php b/plugins/calendar/lib/calendar_itip.php index d945d19b..8b1a74b6 100644 --- a/plugins/calendar/lib/calendar_itip.php +++ b/plugins/calendar/lib/calendar_itip.php @@ -6,7 +6,7 @@ * Class providing functionality to manage iTIP invitations * * @version @package_version@ - * @author Thomas Bruederli + * @author Thomas Bruederli * @package @package_name@ * * Copyright (C) 2011, Kolab Systems AG diff --git a/plugins/calendar/lib/calendar_recurrence.php b/plugins/calendar/lib/calendar_recurrence.php index 740119b0..270ed7f4 100644 --- a/plugins/calendar/lib/calendar_recurrence.php +++ b/plugins/calendar/lib/calendar_recurrence.php @@ -6,7 +6,7 @@ * Uitility class to compute instances of recurring events. * * @version @package_version@ - * @author Thomas Bruederli + * @author Thomas Bruederli * @package @package_name@ * * Copyright (C) 2011, Kolab Systems AG diff --git a/plugins/calendar/lib/calendar_ui.php b/plugins/calendar/lib/calendar_ui.php index 8021fed6..a8c89800 100644 --- a/plugins/calendar/lib/calendar_ui.php +++ b/plugins/calendar/lib/calendar_ui.php @@ -4,7 +4,7 @@ * * @version @package_version@ * @author Lazlo Westerhof - * @author Thomas Bruederli + * @author Thomas Bruederli * * Copyright (C) 2010, Lazlo Westerhof * Copyright (C) 2011, Kolab Systems AG diff --git a/plugins/calendar/print.js b/plugins/calendar/print.js index 4d3642e9..b90c0685 100644 --- a/plugins/calendar/print.js +++ b/plugins/calendar/print.js @@ -2,7 +2,7 @@ * Print view for the Calendar plugin * * @version @package_version@ - * @author Thomas Bruederli + * @author Thomas Bruederli * * Copyright (C) 2011, Kolab Systems AG * diff --git a/plugins/kolab_addressbook/kolab_addressbook.php b/plugins/kolab_addressbook/kolab_addressbook.php index bb1a11a5..ec75162a 100644 --- a/plugins/kolab_addressbook/kolab_addressbook.php +++ b/plugins/kolab_addressbook/kolab_addressbook.php @@ -8,7 +8,7 @@ * (create/rename/delete/acl) directly in Addressbook UI. * * @version @package_version@ - * @author Thomas Bruederli + * @author Thomas Bruederli * @author Aleksander Machniak * * Copyright (C) 2011, Kolab Systems AG diff --git a/plugins/kolab_core/kolab_core.php b/plugins/kolab_core/kolab_core.php index 9a2cc1d2..aee2d430 100644 --- a/plugins/kolab_core/kolab_core.php +++ b/plugins/kolab_core/kolab_core.php @@ -7,7 +7,7 @@ * Other Kolab-related plugins will depend on it and can use the static API rcube_core * * @version @package_version@ - * @author Thomas Bruederli + * @author Thomas Bruederli * * Copyright (C) 2011, Kolab Systems AG * diff --git a/plugins/kolab_core/rcube_kolab.php b/plugins/kolab_core/rcube_kolab.php index 72c462d9..7f2702fc 100644 --- a/plugins/kolab_core/rcube_kolab.php +++ b/plugins/kolab_core/rcube_kolab.php @@ -4,7 +4,7 @@ * Utilities providing Kolab functionality using Kolab_* classes * from the Horde project. * - * @author Thomas Bruederli + * @author Thomas Bruederli * @author Aleksander Machniak * * Copyright (C) 2011, Kolab Systems AG diff --git a/plugins/kolab_folders/kolab_folders.js b/plugins/kolab_folders/kolab_folders.js index 0e63a6d8..7cabfddf 100644 --- a/plugins/kolab_folders/kolab_folders.js +++ b/plugins/kolab_folders/kolab_folders.js @@ -1,3 +1,25 @@ +/** + * Client script for the Kolab folder management/listing extension + * + * @version @package_version@ + * @author Aleksander Machniak + * + * Copyright (C) 2011, 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 . + */ + $(document).ready(function() { // IE doesn't allow setting OPTION's display/visibility // We'll need to remove SELECT's options, see below diff --git a/plugins/kolab_zpush/kolab_zpush.js b/plugins/kolab_zpush/kolab_zpush.js index 1605fcdb..599911a8 100644 --- a/plugins/kolab_zpush/kolab_zpush.js +++ b/plugins/kolab_zpush/kolab_zpush.js @@ -2,7 +2,7 @@ * Client scripts for the Kolab Z-Push configuration utitlity * * @version 0.2 - * @author Thomas Bruederli + * @author Thomas Bruederli * * Copyright (C) 2011, Kolab Systems AG * diff --git a/plugins/kolab_zpush/kolab_zpush.php b/plugins/kolab_zpush/kolab_zpush.php index 7ef7cc7f..c7469f1d 100644 --- a/plugins/kolab_zpush/kolab_zpush.php +++ b/plugins/kolab_zpush/kolab_zpush.php @@ -3,7 +3,7 @@ /** * Z-Push configuration utility for Kolab accounts * - * @version 0.1 + * @version 0.2 * @author Thomas Bruederli * * Copyright (C) 2011, Kolab Systems AG diff --git a/plugins/kolab_zpush/kolab_zpush_ui.php b/plugins/kolab_zpush/kolab_zpush_ui.php index 4abf3096..e651e982 100644 --- a/plugins/kolab_zpush/kolab_zpush_ui.php +++ b/plugins/kolab_zpush/kolab_zpush_ui.php @@ -3,7 +3,7 @@ /** * Z-Push configuration user interface builder * - * @version 0.1 + * @version 0.2 * @author Thomas Bruederli * * Copyright (C) 2011, Kolab Systems AG diff --git a/plugins/kolab_zpush/package.xml b/plugins/kolab_zpush/package.xml index d70f10aa..6313d1e3 100644 --- a/plugins/kolab_zpush/package.xml +++ b/plugins/kolab_zpush/package.xml @@ -16,13 +16,12 @@ 2011-11-14 - 0.1 + 0.2 stable GNU AGPL - - @@ -52,13 +51,13 @@ 1.7.0 - kolab_core - http://kolabsys.com - + kolab_core + http://kolabsys.com + - jqueryui - pear.roundcube.net - + jqueryui + pear.roundcube.net +