Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--appinfo/app.php2
-rw-r--r--appinfo/application.php2
-rw-r--r--appinfo/routes.php2
-rw-r--r--gulpfile.js2
-rw-r--r--js/app/app.js2
-rw-r--r--js/app/controllers/appcontroller.js2
-rw-r--r--js/app/controllers/detailscontroller.js2
-rw-r--r--js/app/controllers/listcontroller.js2
-rw-r--r--js/app/controllers/settingscontroller.js2
-rw-r--r--js/app/controllers/taskscontroller.js2
-rw-r--r--js/app/directives/appnavigationentryutils.js2
-rw-r--r--js/app/directives/autofocusoninsert.js2
-rw-r--r--js/app/directives/avatar.js2
-rw-r--r--js/app/directives/confirmation.js2
-rw-r--r--js/app/directives/datepicker.js2
-rw-r--r--js/app/directives/occlickfocus.js2
-rw-r--r--js/app/directives/timepicker.js2
-rw-r--r--js/app/filters/counterFormatter.js2
-rw-r--r--js/app/filters/dateDetails.js2
-rw-r--r--js/app/filters/dateDetailsShort.js2
-rw-r--r--js/app/filters/dateFromNow.js2
-rw-r--r--js/app/filters/dateTaskList.js2
-rw-r--r--js/app/filters/day.js2
-rw-r--r--js/app/filters/dayTaskList.js2
-rw-r--r--js/app/filters/percentDetails.js2
-rw-r--r--js/app/filters/priorityDetails.js2
-rw-r--r--js/app/filters/reminderDetails.js2
-rw-r--r--js/app/filters/startDetails.js2
-rw-r--r--js/app/filters/timeTaskList.js2
-rw-r--r--js/app/services/businesslayer/listsbusinesslayer.js2
-rw-r--r--js/app/services/businesslayer/searchbusinesslayer.js2
-rw-r--r--js/app/services/businesslayer/settingsbusinesslayer.js2
-rw-r--r--js/app/services/businesslayer/tasksbusinesslayer.js2
-rw-r--r--js/app/services/calendarservice.js2
-rw-r--r--js/app/services/davclient.js2
-rw-r--r--js/app/services/icalfactory.js2
-rw-r--r--js/app/services/loading.js2
-rw-r--r--js/app/services/model.js2
-rw-r--r--js/app/services/models/calendar.js2
-rw-r--r--js/app/services/models/collectionsmodel.js2
-rw-r--r--js/app/services/models/listsmodel.js2
-rw-r--r--js/app/services/models/settingsmodel.js2
-rw-r--r--js/app/services/models/tasksmodel.js2
-rw-r--r--js/app/services/models/vtodo.js2
-rw-r--r--js/app/services/persistence.js2
-rw-r--r--js/app/services/publisher.js2
-rw-r--r--js/app/services/request.js2
-rw-r--r--js/app/services/status.js2
-rw-r--r--js/app/services/vtodoservice.js2
-rw-r--r--lib/Controller/CollectionsController.php2
-rw-r--r--lib/Controller/PageController.php2
-rw-r--r--lib/Controller/Response.php2
-rw-r--r--lib/Controller/SettingsController.php2
-rw-r--r--lib/Service/CollectionsService.php2
-rw-r--r--lib/Service/SettingsService.php2
-rw-r--r--package.json2
57 files changed, 57 insertions, 57 deletions
diff --git a/Makefile b/Makefile
index d1226364..b103f460 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
# @author Georg Ehrke <oc.list@georgehrke.com>
# @copyright Georg Ehrke 2017
# @author Raimund Schlüßler
-# @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+# @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
# Generic Makefile for building and packaging a Nextcloud app which uses npm and
# Composer.
diff --git a/appinfo/app.php b/appinfo/app.php
index 2b3c564e..c8cb7ef4 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -3,7 +3,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
-* @copyright 2017 Raimund Schlüßler raimund.schluessler@googlemail.com
+* @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/appinfo/application.php b/appinfo/application.php
index dff9348b..a5c685c0 100644
--- a/appinfo/application.php
+++ b/appinfo/application.php
@@ -3,7 +3,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
-* @copyright 2017 Raimund Schlüßler raimund.schluessler@googlemail.com
+* @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/appinfo/routes.php b/appinfo/routes.php
index ca440a2d..3f9c4fe9 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -3,7 +3,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
-* @copyright 2017 Raimund Schlüßler raimund.schluessler@googlemail.com
+* @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/gulpfile.js b/gulpfile.js
index f2dcd519..3a35af4b 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -11,7 +11,7 @@
* @copyright 2017 Georg Ehrke <oc.list@georgehrke.com>
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*/
/*jslint node: true */
diff --git a/js/app/app.js b/js/app/app.js
index b5d793f0..c9200128 100644
--- a/js/app/app.js
+++ b/js/app/app.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/controllers/appcontroller.js b/js/app/controllers/appcontroller.js
index f21e5d4a..592a81ea 100644
--- a/js/app/controllers/appcontroller.js
+++ b/js/app/controllers/appcontroller.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/controllers/detailscontroller.js b/js/app/controllers/detailscontroller.js
index 7cb9dc2c..a46995c6 100644
--- a/js/app/controllers/detailscontroller.js
+++ b/js/app/controllers/detailscontroller.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/controllers/listcontroller.js b/js/app/controllers/listcontroller.js
index 4bfaf509..17a57a7d 100644
--- a/js/app/controllers/listcontroller.js
+++ b/js/app/controllers/listcontroller.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/controllers/settingscontroller.js b/js/app/controllers/settingscontroller.js
index f43f480f..0daa8e54 100644
--- a/js/app/controllers/settingscontroller.js
+++ b/js/app/controllers/settingscontroller.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/controllers/taskscontroller.js b/js/app/controllers/taskscontroller.js
index 90926913..80865385 100644
--- a/js/app/controllers/taskscontroller.js
+++ b/js/app/controllers/taskscontroller.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/directives/appnavigationentryutils.js b/js/app/directives/appnavigationentryutils.js
index e95e9fe7..4a003180 100644
--- a/js/app/directives/appnavigationentryutils.js
+++ b/js/app/directives/appnavigationentryutils.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/directives/autofocusoninsert.js b/js/app/directives/autofocusoninsert.js
index 15ed97d9..611f7c2f 100644
--- a/js/app/directives/autofocusoninsert.js
+++ b/js/app/directives/autofocusoninsert.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/directives/avatar.js b/js/app/directives/avatar.js
index 6f9be116..6ccee637 100644
--- a/js/app/directives/avatar.js
+++ b/js/app/directives/avatar.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/directives/confirmation.js b/js/app/directives/confirmation.js
index 045430ad..6d7f1975 100644
--- a/js/app/directives/confirmation.js
+++ b/js/app/directives/confirmation.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/directives/datepicker.js b/js/app/directives/datepicker.js
index 5fbe356f..b283e545 100644
--- a/js/app/directives/datepicker.js
+++ b/js/app/directives/datepicker.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/directives/occlickfocus.js b/js/app/directives/occlickfocus.js
index 2fe160a2..676c88a0 100644
--- a/js/app/directives/occlickfocus.js
+++ b/js/app/directives/occlickfocus.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/directives/timepicker.js b/js/app/directives/timepicker.js
index 73afc688..9e4e2511 100644
--- a/js/app/directives/timepicker.js
+++ b/js/app/directives/timepicker.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/filters/counterFormatter.js b/js/app/filters/counterFormatter.js
index 62851cde..65953a6c 100644
--- a/js/app/filters/counterFormatter.js
+++ b/js/app/filters/counterFormatter.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/filters/dateDetails.js b/js/app/filters/dateDetails.js
index 8efdfdc1..d770ec40 100644
--- a/js/app/filters/dateDetails.js
+++ b/js/app/filters/dateDetails.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/filters/dateDetailsShort.js b/js/app/filters/dateDetailsShort.js
index 34a184dc..cee9cfdf 100644
--- a/js/app/filters/dateDetailsShort.js
+++ b/js/app/filters/dateDetailsShort.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/filters/dateFromNow.js b/js/app/filters/dateFromNow.js
index cc986c35..a6b1e3fa 100644
--- a/js/app/filters/dateFromNow.js
+++ b/js/app/filters/dateFromNow.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/filters/dateTaskList.js b/js/app/filters/dateTaskList.js
index 7fb220d0..227d1b51 100644
--- a/js/app/filters/dateTaskList.js
+++ b/js/app/filters/dateTaskList.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/filters/day.js b/js/app/filters/day.js
index f991a738..2e8709ef 100644
--- a/js/app/filters/day.js
+++ b/js/app/filters/day.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/filters/dayTaskList.js b/js/app/filters/dayTaskList.js
index ba2393b3..86af3a38 100644
--- a/js/app/filters/dayTaskList.js
+++ b/js/app/filters/dayTaskList.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/filters/percentDetails.js b/js/app/filters/percentDetails.js
index a9714040..0e59f3cd 100644
--- a/js/app/filters/percentDetails.js
+++ b/js/app/filters/percentDetails.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/filters/priorityDetails.js b/js/app/filters/priorityDetails.js
index d5dda74b..b7076a55 100644
--- a/js/app/filters/priorityDetails.js
+++ b/js/app/filters/priorityDetails.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/filters/reminderDetails.js b/js/app/filters/reminderDetails.js
index 187a84ed..72193c89 100644
--- a/js/app/filters/reminderDetails.js
+++ b/js/app/filters/reminderDetails.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/filters/startDetails.js b/js/app/filters/startDetails.js
index e1197d65..869363a7 100644
--- a/js/app/filters/startDetails.js
+++ b/js/app/filters/startDetails.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/filters/timeTaskList.js b/js/app/filters/timeTaskList.js
index ed14881e..086f91ac 100644
--- a/js/app/filters/timeTaskList.js
+++ b/js/app/filters/timeTaskList.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/businesslayer/listsbusinesslayer.js b/js/app/services/businesslayer/listsbusinesslayer.js
index 3e67b48e..f1e00e5a 100644
--- a/js/app/services/businesslayer/listsbusinesslayer.js
+++ b/js/app/services/businesslayer/listsbusinesslayer.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/businesslayer/searchbusinesslayer.js b/js/app/services/businesslayer/searchbusinesslayer.js
index 555e50b1..ce9f6603 100644
--- a/js/app/services/businesslayer/searchbusinesslayer.js
+++ b/js/app/services/businesslayer/searchbusinesslayer.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/businesslayer/settingsbusinesslayer.js b/js/app/services/businesslayer/settingsbusinesslayer.js
index 5a3697bd..811c276b 100644
--- a/js/app/services/businesslayer/settingsbusinesslayer.js
+++ b/js/app/services/businesslayer/settingsbusinesslayer.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/businesslayer/tasksbusinesslayer.js b/js/app/services/businesslayer/tasksbusinesslayer.js
index d279d73a..dd05af11 100644
--- a/js/app/services/businesslayer/tasksbusinesslayer.js
+++ b/js/app/services/businesslayer/tasksbusinesslayer.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/calendarservice.js b/js/app/services/calendarservice.js
index 8f174574..80de38f0 100644
--- a/js/app/services/calendarservice.js
+++ b/js/app/services/calendarservice.js
@@ -6,7 +6,7 @@
* @author Raimund Schlüßler
* @copyright 2017 Raghu Nayyar <beingminimal@gmail.com>
* @copyright 2017 Georg Ehrke <oc.list@georgehrke.com>
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/davclient.js b/js/app/services/davclient.js
index fb441831..bc13a7f1 100644
--- a/js/app/services/davclient.js
+++ b/js/app/services/davclient.js
@@ -6,7 +6,7 @@
* @author Raimund Schlüßler
* @copyright 2017 Raghu Nayyar <beingminimal@gmail.com>
* @copyright 2017 Georg Ehrke <oc.list@georgehrke.com>
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/icalfactory.js b/js/app/services/icalfactory.js
index a3ee4004..fd91cf3a 100644
--- a/js/app/services/icalfactory.js
+++ b/js/app/services/icalfactory.js
@@ -6,7 +6,7 @@
* @author Raimund Schlüßler
* @copyright 2017 Raghu Nayyar <beingminimal@gmail.com>
* @copyright 2017 Georg Ehrke <oc.list@georgehrke.com>
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/loading.js b/js/app/services/loading.js
index 18f6b52f..8bae808d 100644
--- a/js/app/services/loading.js
+++ b/js/app/services/loading.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/model.js b/js/app/services/model.js
index ba6297ce..7405a0c0 100644
--- a/js/app/services/model.js
+++ b/js/app/services/model.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/models/calendar.js b/js/app/services/models/calendar.js
index 98788ca0..978ee56a 100644
--- a/js/app/services/models/calendar.js
+++ b/js/app/services/models/calendar.js
@@ -6,7 +6,7 @@
* @author Raimund Schlüßler
* @copyright 2017 Raghu Nayyar <beingminimal@gmail.com>
* @copyright 2017 Georg Ehrke <oc.list@georgehrke.com>
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/models/collectionsmodel.js b/js/app/services/models/collectionsmodel.js
index 1544ec16..5e2091c7 100644
--- a/js/app/services/models/collectionsmodel.js
+++ b/js/app/services/models/collectionsmodel.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/models/listsmodel.js b/js/app/services/models/listsmodel.js
index 464c3803..3f71c899 100644
--- a/js/app/services/models/listsmodel.js
+++ b/js/app/services/models/listsmodel.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/models/settingsmodel.js b/js/app/services/models/settingsmodel.js
index d268e3bc..9c3a5fc9 100644
--- a/js/app/services/models/settingsmodel.js
+++ b/js/app/services/models/settingsmodel.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/models/tasksmodel.js b/js/app/services/models/tasksmodel.js
index 844f76cb..0bc53b8a 100644
--- a/js/app/services/models/tasksmodel.js
+++ b/js/app/services/models/tasksmodel.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/models/vtodo.js b/js/app/services/models/vtodo.js
index 97650b87..99b7a513 100644
--- a/js/app/services/models/vtodo.js
+++ b/js/app/services/models/vtodo.js
@@ -6,7 +6,7 @@
* @author Raimund Schlüßler
* @copyright 2017 Raghu Nayyar <beingminimal@gmail.com>
* @copyright 2017 Georg Ehrke <oc.list@georgehrke.com>
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/persistence.js b/js/app/services/persistence.js
index 73772e69..1305e287 100644
--- a/js/app/services/persistence.js
+++ b/js/app/services/persistence.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/publisher.js b/js/app/services/publisher.js
index 4513d1ae..6d803727 100644
--- a/js/app/services/publisher.js
+++ b/js/app/services/publisher.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/request.js b/js/app/services/request.js
index 6e195b3c..f2745cf3 100644
--- a/js/app/services/request.js
+++ b/js/app/services/request.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/status.js b/js/app/services/status.js
index b6cb4093..af61c731 100644
--- a/js/app/services/status.js
+++ b/js/app/services/status.js
@@ -2,7 +2,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/js/app/services/vtodoservice.js b/js/app/services/vtodoservice.js
index e4f2ee3b..5db2e8ef 100644
--- a/js/app/services/vtodoservice.js
+++ b/js/app/services/vtodoservice.js
@@ -6,7 +6,7 @@
* @author Raimund Schlüßler
* @copyright 2017 Raghu Nayyar <beingminimal@gmail.com>
* @copyright 2017 Georg Ehrke <oc.list@georgehrke.com>
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/lib/Controller/CollectionsController.php b/lib/Controller/CollectionsController.php
index e0297a11..3eff4f51 100644
--- a/lib/Controller/CollectionsController.php
+++ b/lib/Controller/CollectionsController.php
@@ -3,7 +3,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler raimund.schluessler@googlemail.com
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php
index 88334fec..241d690f 100644
--- a/lib/Controller/PageController.php
+++ b/lib/Controller/PageController.php
@@ -3,7 +3,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler raimund.schluessler@googlemail.com
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/lib/Controller/Response.php b/lib/Controller/Response.php
index c4273a69..75064e7d 100644
--- a/lib/Controller/Response.php
+++ b/lib/Controller/Response.php
@@ -3,7 +3,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler raimund.schluessler@googlemail.com
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/lib/Controller/SettingsController.php b/lib/Controller/SettingsController.php
index a7df5aae..fe4edbd0 100644
--- a/lib/Controller/SettingsController.php
+++ b/lib/Controller/SettingsController.php
@@ -3,7 +3,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler raimund.schluessler@googlemail.com
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/lib/Service/CollectionsService.php b/lib/Service/CollectionsService.php
index 35b9925b..ea22317e 100644
--- a/lib/Service/CollectionsService.php
+++ b/lib/Service/CollectionsService.php
@@ -3,7 +3,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/lib/Service/SettingsService.php b/lib/Service/SettingsService.php
index a0510f89..979e3d78 100644
--- a/lib/Service/SettingsService.php
+++ b/lib/Service/SettingsService.php
@@ -3,7 +3,7 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
- * @copyright 2017 Raimund Schlüßler <raimund.schluessler@googlemail.com>
+ * @copyright 2018 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/package.json b/package.json
index 134f360f..2a4be534 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"version": "0.9.6",
"author": {
"name": "Raimund Schlüßler",
- "email": "raimund.schluessler@googlemail.com"
+ "email": "raimund.schluessler@mailbox.org"
},
"license": "AGPLv3",
"private": true,