diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2011-12-07 11:38:00 (GMT) |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2011-12-07 11:38:00 (GMT) |
commit | 76b48e527900db9d21ba14105f1832967001dca1 (patch) | |
tree | 4a11a1bef6f17af1a542f030e2dc9c10b872339f | |
parent | 568bd86beebc339133825e1583711903b619c6d3 (diff) | |
download | roundcubemail-plugins-kolab-roundcube-plugins-kolab-0.7.0.tar.gz |
Set license to AGPLv3 with additional permission to distribute under GPLv2roundcube-plugins-kolab-0.7.0
26 files changed, 416 insertions, 179 deletions
diff --git a/plugins/calendar/calendar.php b/plugins/calendar/calendar.php index d498c8c..fd63db0 100644 --- a/plugins/calendar/calendar.php +++ b/plugins/calendar/calendar.php @@ -5,23 +5,28 @@ * * @version 0.7-beta * @author Lazlo Westerhof <hello@lazlo.me> - * @author Thomas Bruederli <roundcube@gmail.com> + * @author Thomas Bruederli <bruederli@kolabsys.com> * * Copyright (C) 2010, Lazlo Westerhof - Netherlands - * Copyright (C) 2011, Kolab Systems AG + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * 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. + * + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). * * 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. + * 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 <http://www.gnu.org/licenses/>. */ diff --git a/plugins/calendar/calendar_base.js b/plugins/calendar/calendar_base.js index 724166b..23bc60a 100644 --- a/plugins/calendar/calendar_base.js +++ b/plugins/calendar/calendar_base.js @@ -3,14 +3,28 @@ * * @version 0.7-beta * @author Lazlo Westerhof <hello@lazlo.me> - * @author Thomas Bruederli <roundcube@gmail.com> + * @author Thomas Bruederli <bruederli@kolabsys.com> * * Copyright (C) 2010, Lazlo Westerhof - Netherlands - * Copyright (C) 2011, Kolab Systems AG + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * 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. + * + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). + * + * 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/>. */ diff --git a/plugins/calendar/calendar_ui.js b/plugins/calendar/calendar_ui.js index e9e3d65..7f9f947 100644 --- a/plugins/calendar/calendar_ui.js +++ b/plugins/calendar/calendar_ui.js @@ -3,14 +3,28 @@ * * @version 0.7-beta * @author Lazlo Westerhof <hello@lazlo.me> - * @author Thomas Bruederli <roundcube@gmail.com> + * @author Thomas Bruederli <bruederli@kolabsys.com> * * Copyright (C) 2010, Lazlo Westerhof - Netherlands - * Copyright (C) 2011, Kolab Systems AG + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * 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. + * + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). + * + * 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/>. */ diff --git a/plugins/calendar/config.inc.php.dist b/plugins/calendar/config.inc.php.dist index fecdc15..3c4027a 100644 --- a/plugins/calendar/config.inc.php.dist +++ b/plugins/calendar/config.inc.php.dist @@ -7,22 +7,14 @@ | 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 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. | + | 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. | | | +-------------------------------------------------------------------------+ | Author: Lazlo Westerhof <hello@lazlo.me> | - | Thomas Bruederli <roundcube@gmail.com> | + | Thomas Bruederli <bruederli@kolabsys.com> | +-------------------------------------------------------------------------+ */ diff --git a/plugins/calendar/drivers/calendar_driver.php b/plugins/calendar/drivers/calendar_driver.php index 957cfc6..babecd7 100644 --- a/plugins/calendar/drivers/calendar_driver.php +++ b/plugins/calendar/drivers/calendar_driver.php @@ -5,23 +5,28 @@ * * @version 0.7-beta * @author Lazlo Westerhof <hello@lazlo.me> - * @author Thomas Bruederli <roundcube@gmail.com> + * @author Thomas Bruederli <bruederli@kolabsys.com> * * Copyright (C) 2010, Lazlo Westerhof - Netherlands - * Copyright (C) 2011, Kolab Systems AG + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * 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. + * + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). * * 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. + * 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 <http://www.gnu.org/licenses/>. */ diff --git a/plugins/calendar/drivers/database/database_driver.php b/plugins/calendar/drivers/database/database_driver.php index f233d5a..0dd2b42 100644 --- a/plugins/calendar/drivers/database/database_driver.php +++ b/plugins/calendar/drivers/database/database_driver.php @@ -5,23 +5,28 @@ * * @version 0.7-beta * @author Lazlo Westerhof <hello@lazlo.me> - * @author Thomas Bruederli <roundcube@gmail.com> + * @author Thomas Bruederli <bruederli@kolabsys.com> * * Copyright (C) 2010, Lazlo Westerhof - Netherlands - * Copyright (C) 2011, Kolab Systems AG + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * 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. + * + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). * * 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. + * 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 <http://www.gnu.org/licenses/>. */ diff --git a/plugins/calendar/drivers/kolab/kolab_calendar.php b/plugins/calendar/drivers/kolab/kolab_calendar.php index 7569f59..0475ba1 100644 --- a/plugins/calendar/drivers/kolab/kolab_calendar.php +++ b/plugins/calendar/drivers/kolab/kolab_calendar.php @@ -4,23 +4,28 @@ * Kolab calendar storage class * * @version 0.7-beta - * @author Thomas Bruederli <roundcube@gmail.com> + * @author Thomas Bruederli <bruederli@kolabsys.com> * @author Aleksander Machniak <machniak@kolabsys.com> * - * Copyright (C) 2011, Kolab Systems AG + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * 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. + * + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). * * 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. + * 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 <http://www.gnu.org/licenses/>. */ diff --git a/plugins/calendar/drivers/kolab/kolab_driver.php b/plugins/calendar/drivers/kolab/kolab_driver.php index 61b1b6a..de5620e 100644 --- a/plugins/calendar/drivers/kolab/kolab_driver.php +++ b/plugins/calendar/drivers/kolab/kolab_driver.php @@ -4,23 +4,28 @@ * Kolab driver for the Calendar plugin * * @version 0.7-beta - * @author Thomas Bruederli <roundcube@gmail.com> + * @author Thomas Bruederli <bruederli@kolabsys.com> * @author Aleksander Machniak <machniak@kolabsys.com> * - * Copyright (C) 2011, Kolab Systems AG + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * 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. + * + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). * * 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. + * 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 <http://www.gnu.org/licenses/>. */ require_once(dirname(__FILE__) . '/kolab_calendar.php'); diff --git a/plugins/calendar/lib/calendar_ical.php b/plugins/calendar/lib/calendar_ical.php index cac1b40..d79a917 100644 --- a/plugins/calendar/lib/calendar_ical.php +++ b/plugins/calendar/lib/calendar_ical.php @@ -5,24 +5,29 @@ * * @version 0.7-beta * @author Lazlo Westerhof <hello@lazlo.me> - * @author Thomas Bruederli <roundcube@gmail.com> + * @author Thomas Bruederli <bruederli@kolabsys.com> * @author Bogomil "Bogo" Shopov <shopov@kolabsys.com> * * Copyright (C) 2010, Lazlo Westerhof - Netherlands - * Copyright (C) 2011, Kolab Systems AG + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * 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. + * + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). * * 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. + * 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 <http://www.gnu.org/licenses/>. */ diff --git a/plugins/calendar/lib/calendar_itip.php b/plugins/calendar/lib/calendar_itip.php index 84868a9..97865a6 100644 --- a/plugins/calendar/lib/calendar_itip.php +++ b/plugins/calendar/lib/calendar_itip.php @@ -6,23 +6,28 @@ * Class providing functionality to manage iTIP invitations * * @version 0.7-beta - * @author Thomas Bruederli <roundcube@gmail.com> + * @author Thomas Bruederli <bruederli@kolabsys.com> * @package calendar * - * Copyright (C) 2011, Kolab Systems AG + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * 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. + * + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). * * 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. + * 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 <http://www.gnu.org/licenses/>. */ class calendar_itip { diff --git a/plugins/calendar/lib/calendar_recurrence.php b/plugins/calendar/lib/calendar_recurrence.php index ae151b7..0354080 100644 --- a/plugins/calendar/lib/calendar_recurrence.php +++ b/plugins/calendar/lib/calendar_recurrence.php @@ -6,23 +6,28 @@ * Uitility class to compute instances of recurring events. * * @version 0.7-beta - * @author Thomas Bruederli <roundcube@gmail.com> + * @author Thomas Bruederli <bruederli@kolabsys.com> * @package calendar * - * Copyright (C) 2011, Kolab Systems AG + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * 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. + * + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). * * 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. + * 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 <http://www.gnu.org/licenses/>. */ class calendar_recurrence { diff --git a/plugins/calendar/lib/calendar_ui.php b/plugins/calendar/lib/calendar_ui.php index 8b63691..477d1e3 100644 --- a/plugins/calendar/lib/calendar_ui.php +++ b/plugins/calendar/lib/calendar_ui.php @@ -4,23 +4,28 @@ * * @version 0.7-beta * @author Lazlo Westerhof <hello@lazlo.me> - * @author Thomas Bruederli <roundcube@gmail.com> + * @author Thomas Bruederli <bruederli@kolabsys.com> * * Copyright (C) 2010, Lazlo Westerhof - Netherlands - * Copyright (C) 2011, Kolab Systems AG + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * 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. + * + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). * * 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. + * 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 <http://www.gnu.org/licenses/>. */ diff --git a/plugins/calendar/print.js b/plugins/calendar/print.js index 6211647..2585453 100644 --- a/plugins/calendar/print.js +++ b/plugins/calendar/print.js @@ -2,13 +2,27 @@ * Print view for the Calendar plugin * * @version 0.7-beta - * @author Thomas Bruederli <roundcube@gmail.com> + * @author Thomas Bruederli <bruederli@kolabsys.com> * - * Copyright (C) 2011, Kolab Systems AG + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * 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. + * + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). + * + * 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/>. */ diff --git a/plugins/kolab_addressbook/kolab_addressbook.js b/plugins/kolab_addressbook/kolab_addressbook.js index 5b0032b..89f8c4a 100644 --- a/plugins/kolab_addressbook/kolab_addressbook.js +++ b/plugins/kolab_addressbook/kolab_addressbook.js @@ -1,3 +1,29 @@ +/** + * Client scripts for the Kolab address book backend connector + * + * @author Aleksander Machniak <machniak@kolabsys.com> + * + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). + * + * 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/>. + */ + if (window.rcmail) { rcmail.addEventListener('init', function() { rcmail.set_book_actions(); diff --git a/plugins/kolab_addressbook/kolab_addressbook.php b/plugins/kolab_addressbook/kolab_addressbook.php index a093422..70fc617 100644 --- a/plugins/kolab_addressbook/kolab_addressbook.php +++ b/plugins/kolab_addressbook/kolab_addressbook.php @@ -1,29 +1,35 @@ <?php /** - * Kolab address book 0.6 + * Kolab address book * * Sample plugin to add a new address book source with data from Kolab storage * It provides also a possibilities to manage contact folders * (create/rename/delete/acl) directly in Addressbook UI. * - * @author Thomas Bruederli <roundcube@gmail.com> + * @version 0.7 + * @author Thomas Bruederli <bruederli@kolabsys.com> * @author Aleksander Machniak <machniak@kolabsys.com> * - * Copyright (C) 2011, Kolab Systems AG + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * 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. + * + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). * * 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. + * 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 <http://www.gnu.org/licenses/>. */ class kolab_addressbook extends rcube_plugin { diff --git a/plugins/kolab_addressbook/lib/kolab_addressbook_ui.php b/plugins/kolab_addressbook/lib/kolab_addressbook_ui.php index 3f808b4..b0c6838 100644 --- a/plugins/kolab_addressbook/lib/kolab_addressbook_ui.php +++ b/plugins/kolab_addressbook/lib/kolab_addressbook_ui.php @@ -5,20 +5,25 @@ * * @author Aleksander Machniak <machniak@kolabsys.com> * - * Copyright (C) 2011, Kolab Systems AG + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * 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. + * + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). * * 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. + * 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 <http://www.gnu.org/licenses/>. */ class kolab_addressbook_ui { diff --git a/plugins/kolab_addressbook/lib/rcube_kolab_contacts.php b/plugins/kolab_addressbook/lib/rcube_kolab_contacts.php index c424b47..fc52e34 100644 --- a/plugins/kolab_addressbook/lib/rcube_kolab_contacts.php +++ b/plugins/kolab_addressbook/lib/rcube_kolab_contacts.php @@ -1,12 +1,31 @@ <?php - /** * Backend class for a custom address book * * This part of the Roundcube+Kolab integration and connects the * rcube_addressbook interface with the rcube_kolab wrapper for Kolab_Storage * + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). + * + * 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 Thomas Bruederli * @see rcube_addressbook */ diff --git a/plugins/kolab_auth/kolab_auth.php b/plugins/kolab_auth/kolab_auth.php index 8b8b502..70939e1 100644 --- a/plugins/kolab_auth/kolab_auth.php +++ b/plugins/kolab_auth/kolab_auth.php @@ -12,20 +12,25 @@ * @version 0.1 * @author Aleksander Machniak <machniak@kolabsys.com> * - * Copyright (C) 2011, Kolab Systems AG + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * 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. + * + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). * * 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. + * 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 <http://www.gnu.org/licenses/>. */ class kolab_auth extends rcube_plugin diff --git a/plugins/kolab_config/kolab_config.php b/plugins/kolab_config/kolab_config.php index 03aa386..55d0b9b 100644 --- a/plugins/kolab_config/kolab_config.php +++ b/plugins/kolab_config/kolab_config.php @@ -6,11 +6,25 @@ * 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 + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * 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. + * + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). + * + * 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 Machniak Aleksander <machniak@kolabsys.com> * diff --git a/plugins/kolab_core/kolab_core.php b/plugins/kolab_core/kolab_core.php index 8ff82e8..eb69f80 100644 --- a/plugins/kolab_core/kolab_core.php +++ b/plugins/kolab_core/kolab_core.php @@ -6,14 +6,27 @@ * Plugin to setup a basic environment for interaction with a Kolab server. * Other Kolab-related plugins will depend on it and can use the static API rcube_core * - * Copyright (C) 2011, Kolab Systems AG + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * 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. * - * @author Thomas Bruederli <roundcube@gmail.com> + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). * + * 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 Thomas Bruederli <bruederli@kolabsys.com> */ class kolab_core extends rcube_plugin { diff --git a/plugins/kolab_core/rcube_kolab.php b/plugins/kolab_core/rcube_kolab.php index ee19679..4e48c1c 100644 --- a/plugins/kolab_core/rcube_kolab.php +++ b/plugins/kolab_core/rcube_kolab.php @@ -1,13 +1,27 @@ <?php /** - * Copyright (C) 2011, Kolab Systems AG + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * 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. * - * @author Thomas Bruederli <roundcube@gmail.com> + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). + * + * 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 Thomas Bruederli <bruederli@kolabsys.com> * @author Aleksander Machniak <machniak@kolabsys.com> * */ diff --git a/plugins/kolab_folders/kolab_folders.js b/plugins/kolab_folders/kolab_folders.js index 0e63a6d..d214bc4 100644 --- a/plugins/kolab_folders/kolab_folders.js +++ b/plugins/kolab_folders/kolab_folders.js @@ -1,3 +1,30 @@ +/** + * Client script for the Kolab folder management/listing extension + * + * @version 0.3 + * @author Aleksander Machniak <machniak@kolabsys.com> + * + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). + * + * 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/>. + */ + $(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_folders/kolab_folders.php b/plugins/kolab_folders/kolab_folders.php index 5e68b3e..b4913df 100644 --- a/plugins/kolab_folders/kolab_folders.php +++ b/plugins/kolab_folders/kolab_folders.php @@ -7,20 +7,25 @@ * @author Aleksander Machniak <machniak@kolabsys.com> * * - * Copyright (C) 2011, Kolab Systems AG + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * 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. + * + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). * * 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. + * 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 <http://www.gnu.org/licenses/>. */ class kolab_folders extends rcube_plugin diff --git a/plugins/kolab_zpush/kolab_zpush.js b/plugins/kolab_zpush/kolab_zpush.js index ced5a0d..45ed0ef 100644 --- a/plugins/kolab_zpush/kolab_zpush.js +++ b/plugins/kolab_zpush/kolab_zpush.js @@ -2,13 +2,27 @@ * Client scripts for the Kolab Z-Push configuration utitlity * * @version 0.2 - * @author Thomas Bruederli <roundcube@gmail.com> + * @author Thomas Bruederli <bruederli@kolabsys.com> * - * Copyright (C) 2011, Kolab Systems AG + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * 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. + * + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). + * + * 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/>. */ function kolab_zpush_config() diff --git a/plugins/kolab_zpush/kolab_zpush.php b/plugins/kolab_zpush/kolab_zpush.php index 9ecd1b8..8f42003 100644 --- a/plugins/kolab_zpush/kolab_zpush.php +++ b/plugins/kolab_zpush/kolab_zpush.php @@ -7,20 +7,25 @@ * @author Thomas Bruederli <bruederli@kolabsys.com> * * - * Copyright (C) 2011, Kolab Systems AG + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * 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. + * + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). * * 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. + * 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 <http://www.gnu.org/licenses/>. */ class kolab_zpush extends rcube_plugin diff --git a/plugins/kolab_zpush/kolab_zpush_ui.php b/plugins/kolab_zpush/kolab_zpush_ui.php index 02fcfda..1eedf8c 100644 --- a/plugins/kolab_zpush/kolab_zpush_ui.php +++ b/plugins/kolab_zpush/kolab_zpush_ui.php @@ -7,20 +7,25 @@ * @author Thomas Bruederli <bruederli@kolabsys.com> * * - * Copyright (C) 2011, Kolab Systems AG + * Copyright (C) 2011, Kolab Systems AG <contact@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. + * 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. + * + * Additional permission is granted to distribute and use this file under + * the terms of the GNU General Public License Version 2 in conjunction with + * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube + * Community (http://roundcube.net). * * 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. + * 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 <http://www.gnu.org/licenses/>. */ class kolab_zpush_ui |