plugins/calendar plugins/libcalendaring

Thomas Brüderli bruederli at kolabsys.com
Tue Mar 10 15:38:49 CET 2015


 plugins/calendar/calendar.php                                |    2 +-
 plugins/calendar/calendar_base.js                            |    2 +-
 plugins/calendar/calendar_ui.js                              |    2 +-
 plugins/calendar/composer.json                               |    2 +-
 plugins/calendar/drivers/calendar_driver.php                 |    2 +-
 plugins/calendar/drivers/kolab/kolab_calendar.php            |    2 +-
 plugins/calendar/drivers/kolab/kolab_driver.php              |    2 +-
 plugins/calendar/drivers/kolab/kolab_invitation_calendar.php |    2 +-
 plugins/calendar/drivers/kolab/kolab_user_calendar.php       |    2 +-
 plugins/libcalendaring/composer.json                         |    2 +-
 plugins/libcalendaring/libcalendaring.js                     |    2 +-
 plugins/libcalendaring/libcalendaring.php                    |    2 +-
 plugins/libcalendaring/libvcalendar.php                      |    2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

New commits:
commit e8c387ef0d5a1851cbf7f819de722f25c623ed4e
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Tue Mar 10 15:38:45 2015 +0100

    Bump versions and copyright year

diff --git a/plugins/calendar/calendar.php b/plugins/calendar/calendar.php
index da28114..0e2e86e 100644
--- a/plugins/calendar/calendar.php
+++ b/plugins/calendar/calendar.php
@@ -7,7 +7,7 @@
  * @author Thomas Bruederli <bruederli at kolabsys.com>
  *
  * Copyright (C) 2010, Lazlo Westerhof <hello at lazlo.me>
- * Copyright (C) 2014, Kolab Systems AG <contact at kolabsys.com>
+ * Copyright (C) 2014-2015, Kolab Systems AG <contact at 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
diff --git a/plugins/calendar/calendar_base.js b/plugins/calendar/calendar_base.js
index 3a5ef37..41ae8e5 100644
--- a/plugins/calendar/calendar_base.js
+++ b/plugins/calendar/calendar_base.js
@@ -8,7 +8,7 @@
  * JavaScript code in this page.
  *
  * Copyright (C) 2010, Lazlo Westerhof <hello at lazlo.me>
- * Copyright (C) 2013, Kolab Systems AG <contact at kolabsys.com>
+ * Copyright (C) 2013-2015, Kolab Systems AG <contact at 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
diff --git a/plugins/calendar/calendar_ui.js b/plugins/calendar/calendar_ui.js
index 6eac13e..633d1d5 100644
--- a/plugins/calendar/calendar_ui.js
+++ b/plugins/calendar/calendar_ui.js
@@ -8,7 +8,7 @@
  * JavaScript code in this file.
  *
  * Copyright (C) 2010, Lazlo Westerhof <hello at lazlo.me>
- * Copyright (C) 2014, Kolab Systems AG <contact at kolabsys.com>
+ * Copyright (C) 2014-2015, Kolab Systems AG <contact at 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
diff --git a/plugins/calendar/composer.json b/plugins/calendar/composer.json
index 77101cd..453d321 100644
--- a/plugins/calendar/composer.json
+++ b/plugins/calendar/composer.json
@@ -4,7 +4,7 @@
     "description": "Calendar plugin",
     "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
     "license": "AGPLv3",
-    "version": "3.2.7",
+    "version": "3.2.8",
     "authors": [
         {
             "name": "Thomas Bruederli",
diff --git a/plugins/calendar/drivers/calendar_driver.php b/plugins/calendar/drivers/calendar_driver.php
index 959bddf..da13ce6 100644
--- a/plugins/calendar/drivers/calendar_driver.php
+++ b/plugins/calendar/drivers/calendar_driver.php
@@ -8,7 +8,7 @@
  * @author Thomas Bruederli <bruederli at kolabsys.com>
  *
  * Copyright (C) 2010, Lazlo Westerhof <hello at lazlo.me>
- * Copyright (C) 2012-2014, Kolab Systems AG <contact at kolabsys.com>
+ * Copyright (C) 2012-2015, Kolab Systems AG <contact at 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
diff --git a/plugins/calendar/drivers/kolab/kolab_calendar.php b/plugins/calendar/drivers/kolab/kolab_calendar.php
index f3c26c9..ae96efa 100644
--- a/plugins/calendar/drivers/kolab/kolab_calendar.php
+++ b/plugins/calendar/drivers/kolab/kolab_calendar.php
@@ -7,7 +7,7 @@
  * @author Thomas Bruederli <bruederli at kolabsys.com>
  * @author Aleksander Machniak <machniak at kolabsys.com>
  *
- * Copyright (C) 2012-2014, Kolab Systems AG <contact at kolabsys.com>
+ * Copyright (C) 2012-2015, Kolab Systems AG <contact at 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
diff --git a/plugins/calendar/drivers/kolab/kolab_driver.php b/plugins/calendar/drivers/kolab/kolab_driver.php
index 7cbeec7..db8d0f8 100644
--- a/plugins/calendar/drivers/kolab/kolab_driver.php
+++ b/plugins/calendar/drivers/kolab/kolab_driver.php
@@ -7,7 +7,7 @@
  * @author Thomas Bruederli <bruederli at kolabsys.com>
  * @author Aleksander Machniak <machniak at kolabsys.com>
  *
- * Copyright (C) 2012-2014, Kolab Systems AG <contact at kolabsys.com>
+ * Copyright (C) 2012-2015, Kolab Systems AG <contact at 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
diff --git a/plugins/calendar/drivers/kolab/kolab_invitation_calendar.php b/plugins/calendar/drivers/kolab/kolab_invitation_calendar.php
index 0d4c987..2d2a63c 100644
--- a/plugins/calendar/drivers/kolab/kolab_invitation_calendar.php
+++ b/plugins/calendar/drivers/kolab/kolab_invitation_calendar.php
@@ -5,7 +5,7 @@
  *
  * @author Thomas Bruederli <bruederli at kolabsys.com>
  *
- * Copyright (C) 2014, Kolab Systems AG <contact at kolabsys.com>
+ * Copyright (C) 2014-2015, Kolab Systems AG <contact at 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
diff --git a/plugins/calendar/drivers/kolab/kolab_user_calendar.php b/plugins/calendar/drivers/kolab/kolab_user_calendar.php
index 1f1d7ac..7846188 100644
--- a/plugins/calendar/drivers/kolab/kolab_user_calendar.php
+++ b/plugins/calendar/drivers/kolab/kolab_user_calendar.php
@@ -5,7 +5,7 @@
  *
  * @author Thomas Bruederli <bruederli at kolabsys.com>
  *
- * Copyright (C) 2014, Kolab Systems AG <contact at kolabsys.com>
+ * Copyright (C) 2014-2015, Kolab Systems AG <contact at 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
diff --git a/plugins/libcalendaring/composer.json b/plugins/libcalendaring/composer.json
index 5679d5a..4b7c5e1 100644
--- a/plugins/libcalendaring/composer.json
+++ b/plugins/libcalendaring/composer.json
@@ -4,7 +4,7 @@
     "description": "Library providing common functions for calendaring plugins",
     "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
     "license": "AGPLv3",
-    "version": "3.2.6",
+    "version": "3.2.8",
     "authors": [
         {
             "name": "Thomas Bruederli",
diff --git a/plugins/libcalendaring/libcalendaring.js b/plugins/libcalendaring/libcalendaring.js
index 1c8fe16..25f9b86 100644
--- a/plugins/libcalendaring/libcalendaring.js
+++ b/plugins/libcalendaring/libcalendaring.js
@@ -6,7 +6,7 @@
  * @licstart  The following is the entire license notice for the
  * JavaScript code in this page.
  *
- * Copyright (C) 2012-2014, Kolab Systems AG <contact at kolabsys.com>
+ * Copyright (C) 2012-2015, Kolab Systems AG <contact at 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
diff --git a/plugins/libcalendaring/libcalendaring.php b/plugins/libcalendaring/libcalendaring.php
index f25818f..fc5ba32 100644
--- a/plugins/libcalendaring/libcalendaring.php
+++ b/plugins/libcalendaring/libcalendaring.php
@@ -13,7 +13,7 @@
  * @version @package_version@
  * @author Thomas Bruederli <bruederli at kolabsys.com>
  *
- * Copyright (C) 2012-2014, Kolab Systems AG <contact at kolabsys.com>
+ * Copyright (C) 2012-2015, Kolab Systems AG <contact at 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
diff --git a/plugins/libcalendaring/libvcalendar.php b/plugins/libcalendaring/libvcalendar.php
index 62ce19f..b040bde 100644
--- a/plugins/libcalendaring/libvcalendar.php
+++ b/plugins/libcalendaring/libvcalendar.php
@@ -5,7 +5,7 @@
  *
  * @author Thomas Bruederli <bruederli at kolabsys.com>
  *
- * Copyright (C) 2013, Kolab Systems AG <contact at kolabsys.com>
+ * Copyright (C) 2013-2015, Kolab Systems AG <contact at 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




More information about the commits mailing list