From c72ced448caa4465c26a96d0010f03511d9ac8ab Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Thu, 31 Dec 2015 23:55:00 +0100 Subject: [PATCH] happy new year --- AUTHORS.md | 0 CHANGELOG.md | 0 appinfo/app.php | 2 +- appinfo/application.php | 2 +- appinfo/routes.php | 4 ++-- controller/contactcontroller.php | 4 +--- controller/settingscontroller.php | 2 +- controller/viewcontroller.php | 4 ++-- css/calendar.css | 4 ++-- css/calendarlist.css | 4 ++-- css/datepicker.css | 4 ++-- css/eventdialog.css | 4 ++-- css/globals.css | 4 ++-- css/settings.css | 4 ++-- js/app/controllers/calcontroller.js | 4 ++-- js/app/controllers/calendarlistcontroller.js | 4 ++-- js/app/controllers/datepickercontroller.js | 4 ++-- js/app/controllers/eventsmodalcontroller.js | 4 ++-- js/app/controllers/settingscontroller.js | 4 ++-- js/app/controllers/subscriptioncontroller.js | 4 ++-- js/app/directives/colorpickerDirective.js | 4 ++-- js/app/directives/loadingDirective.js | 4 ++-- js/app/directives/modalDirective.js | 4 ++-- js/app/filters/calendareventfilter.js | 4 ++-- js/app/filters/calendarfilter.js | 4 ++-- js/app/filters/datepickerfilter.js | 4 ++-- js/app/filters/reminderfilter.js | 4 ++-- js/app/filters/subscriptionfilter.js | 4 ++-- js/app/models/timezonemodel.js | 4 ++-- js/app/models/veventmodel.js | 4 ++-- js/app/service/calendarservice.js | 4 ++-- js/app/service/davclient.js | 4 ++-- js/app/service/dialogModel.js | 4 ++-- js/app/service/eventeditorhelper.js | 4 ++-- js/app/service/fchelper.js | 4 ++-- js/app/service/is.js | 6 +++--- js/app/service/objectConverter.js | 4 ++-- js/app/service/settingsservice.js | 4 ++-- js/app/service/timezoneservice.js | 4 ++-- js/app/service/veventservice.js | 4 ++-- js/config/app.js | 4 ++-- js/config/config.js | 4 ++-- js/config/run.js | 4 ++-- templates/main.php | 4 ++-- templates/part.buttonarea.php | 4 ++-- templates/part.calendarlist.item.php | 4 ++-- templates/part.calendarlist.php | 4 ++-- templates/part.createcalendar.php | 4 ++-- templates/part.createsubscription.php | 4 ++-- templates/part.datepicker.php | 4 ++-- templates/part.event.dialog.php | 4 ++-- templates/part.eventsalarms.php | 4 ++-- templates/part.eventsattendees.php | 4 ++-- templates/part.eventsinfo.php | 4 ++-- templates/part.eventsrepeat.php | 4 ++-- templates/part.fullcalendar.php | 4 ++-- templates/part.settings.php | 4 ++-- templates/part.subscriptionlist.php | 4 ++-- tests/bootstrap.php | 4 ++-- tests/js/config/karma.js | 4 ++-- tests/js/stubs/app.js | 4 ++-- tests/js/unit/controllers/calendarlistcontrollerSpec.js | 4 ++-- tests/js/unit/controllers/settingscontrolllerSpec.js | 4 ++-- tests/js/unit/directives/modaldirectiveSpec.js | 4 ++-- tests/js/unit/services/dialogmodelSpec.js | 4 ++-- tests/js/unit/services/isSpec.js | 6 +++--- tests/unit/controller/contactcontrollerTest.php | 2 +- tests/unit/controller/settingscontrollerTest.php | 2 +- tests/unit/controller/viewcontrollerTest.php | 2 +- 69 files changed, 129 insertions(+), 131 deletions(-) delete mode 100644 AUTHORS.md delete mode 100644 CHANGELOG.md diff --git a/AUTHORS.md b/AUTHORS.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/appinfo/app.php b/appinfo/app.php index 864c34ca7..d09114bbe 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -3,7 +3,7 @@ * ownCloud - Calendar App * * @author Georg Ehrke - * @copyright 2014 Georg Ehrke + * @copyright 2016 Georg Ehrke * * 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 01823b6d7..827c92a24 100644 --- a/appinfo/application.php +++ b/appinfo/application.php @@ -3,7 +3,7 @@ * ownCloud - Calendar App * * @author Georg Ehrke - * @copyright 2014 Georg Ehrke + * @copyright 2016 Georg Ehrke * * 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 7d850250d..8c30f070c 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -3,9 +3,9 @@ * ownCloud - Calendar App * * @author Georg Ehrke - * @copyright 2014 Georg Ehrke + * @copyright 2016 Georg Ehrke * @author Thomas Müller - * @copyright 2014 Thomas Müller + * @copyright 2016 Thomas Müller * * 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/controller/contactcontroller.php b/controller/contactcontroller.php index d8cce528b..69de74684 100644 --- a/controller/contactcontroller.php +++ b/controller/contactcontroller.php @@ -3,9 +3,7 @@ * ownCloud - Calendar App * * @author Georg Ehrke - * @copyright 2014 Georg Ehrke - * @author Davide Saurino - * @copyright 2013 Davide Saurino + * @copyright 2016 Georg Ehrke * * 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/controller/settingscontroller.php b/controller/settingscontroller.php index 1504c4f7d..b5a6743bf 100644 --- a/controller/settingscontroller.php +++ b/controller/settingscontroller.php @@ -3,7 +3,7 @@ * ownCloud - Calendar App * * @author Georg Ehrke - * @copyright 2014 Georg Ehrke + * @copyright 2016 Georg Ehrke * * 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/controller/viewcontroller.php b/controller/viewcontroller.php index 631f2b1cc..df30ac1bc 100644 --- a/controller/viewcontroller.php +++ b/controller/viewcontroller.php @@ -3,9 +3,9 @@ * ownCloud - Calendar App * * @author Georg Ehrke - * @copyright 2014 Georg Ehrke + * @copyright 2016 Georg Ehrke * @author Raghu Nayyar - * @copyright 2014 Raghu Nayyar + * @copyright 2016 Raghu Nayyar * * 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/css/calendar.css b/css/calendar.css index 2465c4692..255cdb774 100644 --- a/css/calendar.css +++ b/css/calendar.css @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/css/calendarlist.css b/css/calendarlist.css index 88f8745ed..7d67ebee2 100644 --- a/css/calendarlist.css +++ b/css/calendarlist.css @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/css/datepicker.css b/css/datepicker.css index 84ab1a7e5..a5c8aadd3 100644 --- a/css/datepicker.css +++ b/css/datepicker.css @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/css/eventdialog.css b/css/eventdialog.css index 3ff98d8ac..0042a4e1e 100644 --- a/css/eventdialog.css +++ b/css/eventdialog.css @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/css/globals.css b/css/globals.css index d4a805f1c..220ce7652 100644 --- a/css/globals.css +++ b/css/globals.css @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/css/settings.css b/css/settings.css index 1e8a111b6..dfe2acda3 100644 --- a/css/settings.css +++ b/css/settings.css @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/calcontroller.js b/js/app/controllers/calcontroller.js index 3f9afc3fe..4b2b13b2f 100644 --- a/js/app/controllers/calcontroller.js +++ b/js/app/controllers/calcontroller.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/calendarlistcontroller.js b/js/app/controllers/calendarlistcontroller.js index 866c2cb27..d459d490a 100644 --- a/js/app/controllers/calendarlistcontroller.js +++ b/js/app/controllers/calendarlistcontroller.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/datepickercontroller.js b/js/app/controllers/datepickercontroller.js index 932ca4c35..393cfcc49 100644 --- a/js/app/controllers/datepickercontroller.js +++ b/js/app/controllers/datepickercontroller.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/eventsmodalcontroller.js b/js/app/controllers/eventsmodalcontroller.js index 9be5b300d..448947403 100644 --- a/js/app/controllers/eventsmodalcontroller.js +++ b/js/app/controllers/eventsmodalcontroller.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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 f32e13abf..c9121a96c 100644 --- a/js/app/controllers/settingscontroller.js +++ b/js/app/controllers/settingscontroller.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/subscriptioncontroller.js b/js/app/controllers/subscriptioncontroller.js index 4392d5920..6006aba79 100644 --- a/js/app/controllers/subscriptioncontroller.js +++ b/js/app/controllers/subscriptioncontroller.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/colorpickerDirective.js b/js/app/directives/colorpickerDirective.js index 2868924a8..36467b9ef 100644 --- a/js/app/directives/colorpickerDirective.js +++ b/js/app/directives/colorpickerDirective.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/loadingDirective.js b/js/app/directives/loadingDirective.js index 193dc14fd..527a17f02 100644 --- a/js/app/directives/loadingDirective.js +++ b/js/app/directives/loadingDirective.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/modalDirective.js b/js/app/directives/modalDirective.js index 0fbcd0e70..c4d143d00 100644 --- a/js/app/directives/modalDirective.js +++ b/js/app/directives/modalDirective.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/calendareventfilter.js b/js/app/filters/calendareventfilter.js index 0ce9d1548..24037d2d1 100644 --- a/js/app/filters/calendareventfilter.js +++ b/js/app/filters/calendareventfilter.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/calendarfilter.js b/js/app/filters/calendarfilter.js index 865d0b5a2..14a8aa85b 100644 --- a/js/app/filters/calendarfilter.js +++ b/js/app/filters/calendarfilter.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/datepickerfilter.js b/js/app/filters/datepickerfilter.js index 6a5e86613..8fcd7b531 100644 --- a/js/app/filters/datepickerfilter.js +++ b/js/app/filters/datepickerfilter.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/reminderfilter.js b/js/app/filters/reminderfilter.js index 3597b14b9..12ed88d0b 100644 --- a/js/app/filters/reminderfilter.js +++ b/js/app/filters/reminderfilter.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/subscriptionfilter.js b/js/app/filters/subscriptionfilter.js index 81c64f178..bea674451 100644 --- a/js/app/filters/subscriptionfilter.js +++ b/js/app/filters/subscriptionfilter.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/models/timezonemodel.js b/js/app/models/timezonemodel.js index 141544a35..4d5c71aef 100644 --- a/js/app/models/timezonemodel.js +++ b/js/app/models/timezonemodel.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/models/veventmodel.js b/js/app/models/veventmodel.js index 32e0bee68..fb64a7e96 100644 --- a/js/app/models/veventmodel.js +++ b/js/app/models/veventmodel.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/service/calendarservice.js b/js/app/service/calendarservice.js index b89a69ebc..fd2ae0515 100644 --- a/js/app/service/calendarservice.js +++ b/js/app/service/calendarservice.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/service/davclient.js b/js/app/service/davclient.js index 487ff1317..d2cb1ad64 100644 --- a/js/app/service/davclient.js +++ b/js/app/service/davclient.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/service/dialogModel.js b/js/app/service/dialogModel.js index 1f78b39d2..225d1fcf0 100644 --- a/js/app/service/dialogModel.js +++ b/js/app/service/dialogModel.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/service/eventeditorhelper.js b/js/app/service/eventeditorhelper.js index b9a5ee41b..71a40f6a6 100644 --- a/js/app/service/eventeditorhelper.js +++ b/js/app/service/eventeditorhelper.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2015 Raghu Nayyar - * @copyright 2015 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/service/fchelper.js b/js/app/service/fchelper.js index c465618a1..fc4cd8589 100644 --- a/js/app/service/fchelper.js +++ b/js/app/service/fchelper.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2015 Raghu Nayyar - * @copyright 2015 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/service/is.js b/js/app/service/is.js index 8a8aea2ff..b8c719385 100644 --- a/js/app/service/is.js +++ b/js/app/service/is.js @@ -4,9 +4,9 @@ * @author Raghu Nayyar * @author Georg Ehrke * @author Bernhard Posselt - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke - * @copyright 2014 Bernhard Posselt + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke + * @copyright 2016 Bernhard Posselt * * 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/service/objectConverter.js b/js/app/service/objectConverter.js index 36c75b5cc..9d03205e2 100644 --- a/js/app/service/objectConverter.js +++ b/js/app/service/objectConverter.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/service/settingsservice.js b/js/app/service/settingsservice.js index 302daa353..2e8a9ed6a 100644 --- a/js/app/service/settingsservice.js +++ b/js/app/service/settingsservice.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/service/timezoneservice.js b/js/app/service/timezoneservice.js index 069b4d91b..729820bf1 100644 --- a/js/app/service/timezoneservice.js +++ b/js/app/service/timezoneservice.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/service/veventservice.js b/js/app/service/veventservice.js index 772d3687e..2d3cea24f 100644 --- a/js/app/service/veventservice.js +++ b/js/app/service/veventservice.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/config/app.js b/js/config/app.js index a7bdb1d08..0ca9cb955 100644 --- a/js/config/app.js +++ b/js/config/app.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/config/config.js b/js/config/config.js index 68c2e465f..158030329 100644 --- a/js/config/config.js +++ b/js/config/config.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/config/run.js b/js/config/run.js index 2a6c0659c..f9b08c0f9 100644 --- a/js/config/run.js +++ b/js/config/run.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/templates/main.php b/templates/main.php index c6a251539..79469ad2e 100644 --- a/templates/main.php +++ b/templates/main.php @@ -4,8 +4,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/templates/part.buttonarea.php b/templates/part.buttonarea.php index ea2ba7e6e..ba76e2f0c 100644 --- a/templates/part.buttonarea.php +++ b/templates/part.buttonarea.php @@ -4,8 +4,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/templates/part.calendarlist.item.php b/templates/part.calendarlist.item.php index 4a76cb9d6..8fd042050 100644 --- a/templates/part.calendarlist.item.php +++ b/templates/part.calendarlist.item.php @@ -4,8 +4,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/templates/part.calendarlist.php b/templates/part.calendarlist.php index 92c9be379..2d5b9b1f1 100644 --- a/templates/part.calendarlist.php +++ b/templates/part.calendarlist.php @@ -4,8 +4,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/templates/part.createcalendar.php b/templates/part.createcalendar.php index e27ecf519..f473b3dac 100644 --- a/templates/part.createcalendar.php +++ b/templates/part.createcalendar.php @@ -5,8 +5,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/templates/part.createsubscription.php b/templates/part.createsubscription.php index 3103e13d1..610d43340 100644 --- a/templates/part.createsubscription.php +++ b/templates/part.createsubscription.php @@ -4,8 +4,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/templates/part.datepicker.php b/templates/part.datepicker.php index f173515c4..b48d193bf 100644 --- a/templates/part.datepicker.php +++ b/templates/part.datepicker.php @@ -4,8 +4,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/templates/part.event.dialog.php b/templates/part.event.dialog.php index ccf3b1432..3a3e91042 100644 --- a/templates/part.event.dialog.php +++ b/templates/part.event.dialog.php @@ -4,8 +4,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/templates/part.eventsalarms.php b/templates/part.eventsalarms.php index 13bce1ca6..3cddfcd8f 100644 --- a/templates/part.eventsalarms.php +++ b/templates/part.eventsalarms.php @@ -4,8 +4,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/templates/part.eventsattendees.php b/templates/part.eventsattendees.php index f702b8c63..7f53f2e81 100644 --- a/templates/part.eventsattendees.php +++ b/templates/part.eventsattendees.php @@ -4,8 +4,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/templates/part.eventsinfo.php b/templates/part.eventsinfo.php index 70b2e62ed..e5a87839d 100644 --- a/templates/part.eventsinfo.php +++ b/templates/part.eventsinfo.php @@ -4,8 +4,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/templates/part.eventsrepeat.php b/templates/part.eventsrepeat.php index aa0a656c6..070db4d61 100644 --- a/templates/part.eventsrepeat.php +++ b/templates/part.eventsrepeat.php @@ -4,8 +4,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/templates/part.fullcalendar.php b/templates/part.fullcalendar.php index d9f7b827a..7a751f156 100644 --- a/templates/part.fullcalendar.php +++ b/templates/part.fullcalendar.php @@ -4,8 +4,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/templates/part.settings.php b/templates/part.settings.php index d34f572e9..74211e86e 100644 --- a/templates/part.settings.php +++ b/templates/part.settings.php @@ -4,8 +4,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/templates/part.subscriptionlist.php b/templates/part.subscriptionlist.php index 7f020f711..f973fead3 100644 --- a/templates/part.subscriptionlist.php +++ b/templates/part.subscriptionlist.php @@ -4,8 +4,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/tests/bootstrap.php b/tests/bootstrap.php index ff21e5d53..89f0b8a34 100755 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -6,9 +6,9 @@ * later. See the COPYING file. * * @author Alessandro Cosentino + * @copyright Alessandro Cosentino 2016 * @author Bernhard Posselt - * @copyright Alessandro Cosentino 2012 - * @copyright Bernhard Posselt 2012, 2014 + * @copyright Bernhard Posselt 2016 */ require_once __DIR__ . '/../../../3rdparty/autoload.php'; diff --git a/tests/js/config/karma.js b/tests/js/config/karma.js index bfcf32b4a..c1b51d3cd 100644 --- a/tests/js/config/karma.js +++ b/tests/js/config/karma.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/tests/js/stubs/app.js b/tests/js/stubs/app.js index e1ec40d25..37dbc3c9d 100644 --- a/tests/js/stubs/app.js +++ b/tests/js/stubs/app.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/tests/js/unit/controllers/calendarlistcontrollerSpec.js b/tests/js/unit/controllers/calendarlistcontrollerSpec.js index f1801e03a..20e302782 100644 --- a/tests/js/unit/controllers/calendarlistcontrollerSpec.js +++ b/tests/js/unit/controllers/calendarlistcontrollerSpec.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/tests/js/unit/controllers/settingscontrolllerSpec.js b/tests/js/unit/controllers/settingscontrolllerSpec.js index 4d5d1bfb0..9c027062f 100644 --- a/tests/js/unit/controllers/settingscontrolllerSpec.js +++ b/tests/js/unit/controllers/settingscontrolllerSpec.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/tests/js/unit/directives/modaldirectiveSpec.js b/tests/js/unit/directives/modaldirectiveSpec.js index fa28401d5..0867aff95 100644 --- a/tests/js/unit/directives/modaldirectiveSpec.js +++ b/tests/js/unit/directives/modaldirectiveSpec.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/tests/js/unit/services/dialogmodelSpec.js b/tests/js/unit/services/dialogmodelSpec.js index 75f21dc0d..ec26ba730 100644 --- a/tests/js/unit/services/dialogmodelSpec.js +++ b/tests/js/unit/services/dialogmodelSpec.js @@ -3,8 +3,8 @@ * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke * * 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/tests/js/unit/services/isSpec.js b/tests/js/unit/services/isSpec.js index 0b5817a50..7ca511320 100644 --- a/tests/js/unit/services/isSpec.js +++ b/tests/js/unit/services/isSpec.js @@ -4,9 +4,9 @@ * @author Raghu Nayyar * @author Georg Ehrke * @author Bernhard Posselt - * @copyright 2014 Raghu Nayyar - * @copyright 2014 Georg Ehrke - * @copyright 2014 Bernhard Posselt + * @copyright 2016 Raghu Nayyar + * @copyright 2016 Georg Ehrke + * @copyright 2016 Bernhard Posselt * * 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/tests/unit/controller/contactcontrollerTest.php b/tests/unit/controller/contactcontrollerTest.php index 801239870..8e3b6ea15 100644 --- a/tests/unit/controller/contactcontrollerTest.php +++ b/tests/unit/controller/contactcontrollerTest.php @@ -3,7 +3,7 @@ * ownCloud - Calendar App * * @author Georg Ehrke - * @copyright 2014 Georg Ehrke + * @copyright 2016 Georg Ehrke * * 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/tests/unit/controller/settingscontrollerTest.php b/tests/unit/controller/settingscontrollerTest.php index 9d6340e81..b2c13bed5 100755 --- a/tests/unit/controller/settingscontrollerTest.php +++ b/tests/unit/controller/settingscontrollerTest.php @@ -3,7 +3,7 @@ * ownCloud - Calendar App * * @author Georg Ehrke - * @copyright 2014 Georg Ehrke + * @copyright 2016 Georg Ehrke * * 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/tests/unit/controller/viewcontrollerTest.php b/tests/unit/controller/viewcontrollerTest.php index cc717f803..70c3ec1a3 100755 --- a/tests/unit/controller/viewcontrollerTest.php +++ b/tests/unit/controller/viewcontrollerTest.php @@ -3,7 +3,7 @@ * ownCloud - Calendar App * * @author Georg Ehrke - * @copyright 2014 Georg Ehrke + * @copyright 2016 Georg Ehrke * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE