diff options
Diffstat (limited to 'lib/public/Dashboard')
-rw-r--r-- | lib/public/Dashboard/IDashboardManager.php | 1 | ||||
-rw-r--r-- | lib/public/Dashboard/IDashboardWidget.php | 1 | ||||
-rw-r--r-- | lib/public/Dashboard/IManager.php | 2 | ||||
-rw-r--r-- | lib/public/Dashboard/IWidget.php | 2 | ||||
-rw-r--r-- | lib/public/Dashboard/Model/IWidgetConfig.php | 1 | ||||
-rw-r--r-- | lib/public/Dashboard/Model/IWidgetRequest.php | 1 | ||||
-rw-r--r-- | lib/public/Dashboard/Model/WidgetSetting.php | 1 | ||||
-rw-r--r-- | lib/public/Dashboard/Model/WidgetSetup.php | 1 | ||||
-rw-r--r-- | lib/public/Dashboard/Model/WidgetTemplate.php | 1 | ||||
-rw-r--r-- | lib/public/Dashboard/RegisterWidgetEvent.php | 2 | ||||
-rw-r--r-- | lib/public/Dashboard/Service/IEventsService.php | 1 | ||||
-rw-r--r-- | lib/public/Dashboard/Service/IWidgetsService.php | 1 |
12 files changed, 12 insertions, 3 deletions
diff --git a/lib/public/Dashboard/IDashboardManager.php b/lib/public/Dashboard/IDashboardManager.php index 164a86cd8bd..8a1fea45fb0 100644 --- a/lib/public/Dashboard/IDashboardManager.php +++ b/lib/public/Dashboard/IDashboardManager.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright 2018, Maxence Lange <maxence@artificial-owl.com> * + * @author Julius Härtl <jus@bitgrid.net> * @author Maxence Lange <maxence@artificial-owl.com> * * @license GNU AGPL version 3 or any later version diff --git a/lib/public/Dashboard/IDashboardWidget.php b/lib/public/Dashboard/IDashboardWidget.php index 4d1b0c11475..26a27ea9613 100644 --- a/lib/public/Dashboard/IDashboardWidget.php +++ b/lib/public/Dashboard/IDashboardWidget.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright 2018, Maxence Lange <maxence@artificial-owl.com> * + * @author Julius Härtl <jus@bitgrid.net> * @author Maxence Lange <maxence@artificial-owl.com> * @author Roeland Jago Douma <roeland@famdouma.nl> * diff --git a/lib/public/Dashboard/IManager.php b/lib/public/Dashboard/IManager.php index 81b1bb0dffe..0128a5b19b6 100644 --- a/lib/public/Dashboard/IManager.php +++ b/lib/public/Dashboard/IManager.php @@ -16,7 +16,7 @@ declare(strict_types=1); * * 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 + * 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 diff --git a/lib/public/Dashboard/IWidget.php b/lib/public/Dashboard/IWidget.php index 42e2c7df5b2..985eec030e7 100644 --- a/lib/public/Dashboard/IWidget.php +++ b/lib/public/Dashboard/IWidget.php @@ -16,7 +16,7 @@ declare(strict_types=1); * * 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 + * 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 diff --git a/lib/public/Dashboard/Model/IWidgetConfig.php b/lib/public/Dashboard/Model/IWidgetConfig.php index 078c14c742d..a75756fccb5 100644 --- a/lib/public/Dashboard/Model/IWidgetConfig.php +++ b/lib/public/Dashboard/Model/IWidgetConfig.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright 2018, Maxence Lange <maxence@artificial-owl.com> * + * @author Julius Härtl <jus@bitgrid.net> * @author Maxence Lange <maxence@artificial-owl.com> * * @license GNU AGPL version 3 or any later version diff --git a/lib/public/Dashboard/Model/IWidgetRequest.php b/lib/public/Dashboard/Model/IWidgetRequest.php index 5f1f2e396cf..decbd577ee0 100644 --- a/lib/public/Dashboard/Model/IWidgetRequest.php +++ b/lib/public/Dashboard/Model/IWidgetRequest.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright 2018, Maxence Lange <maxence@artificial-owl.com> * + * @author Julius Härtl <jus@bitgrid.net> * @author Maxence Lange <maxence@artificial-owl.com> * * @license GNU AGPL version 3 or any later version diff --git a/lib/public/Dashboard/Model/WidgetSetting.php b/lib/public/Dashboard/Model/WidgetSetting.php index 406811e1f87..1a834bfe4a1 100644 --- a/lib/public/Dashboard/Model/WidgetSetting.php +++ b/lib/public/Dashboard/Model/WidgetSetting.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright 2018, Maxence Lange <maxence@artificial-owl.com> * * @author Christoph Wurst <christoph@winzerhof-wurst.at> + * @author Julius Härtl <jus@bitgrid.net> * @author Maxence Lange <maxence@artificial-owl.com> * * @license GNU AGPL version 3 or any later version diff --git a/lib/public/Dashboard/Model/WidgetSetup.php b/lib/public/Dashboard/Model/WidgetSetup.php index 2a1fc877414..657a2c4d7f0 100644 --- a/lib/public/Dashboard/Model/WidgetSetup.php +++ b/lib/public/Dashboard/Model/WidgetSetup.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright 2018, Maxence Lange <maxence@artificial-owl.com> * * @author Christoph Wurst <christoph@winzerhof-wurst.at> + * @author Julius Härtl <jus@bitgrid.net> * @author Maxence Lange <maxence@artificial-owl.com> * * @license GNU AGPL version 3 or any later version diff --git a/lib/public/Dashboard/Model/WidgetTemplate.php b/lib/public/Dashboard/Model/WidgetTemplate.php index 10285cfb003..5828d02aabb 100644 --- a/lib/public/Dashboard/Model/WidgetTemplate.php +++ b/lib/public/Dashboard/Model/WidgetTemplate.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright 2018, Maxence Lange <maxence@artificial-owl.com> * + * @author Julius Härtl <jus@bitgrid.net> * @author Maxence Lange <maxence@artificial-owl.com> * * @license GNU AGPL version 3 or any later version diff --git a/lib/public/Dashboard/RegisterWidgetEvent.php b/lib/public/Dashboard/RegisterWidgetEvent.php index 0267a9e0d36..88fefaa11e6 100644 --- a/lib/public/Dashboard/RegisterWidgetEvent.php +++ b/lib/public/Dashboard/RegisterWidgetEvent.php @@ -16,7 +16,7 @@ declare(strict_types=1); * * 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 + * 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 diff --git a/lib/public/Dashboard/Service/IEventsService.php b/lib/public/Dashboard/Service/IEventsService.php index 0e5931878e9..781464cf984 100644 --- a/lib/public/Dashboard/Service/IEventsService.php +++ b/lib/public/Dashboard/Service/IEventsService.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright 2018, Maxence Lange <maxence@artificial-owl.com> * + * @author Julius Härtl <jus@bitgrid.net> * @author Maxence Lange <maxence@artificial-owl.com> * * @license GNU AGPL version 3 or any later version diff --git a/lib/public/Dashboard/Service/IWidgetsService.php b/lib/public/Dashboard/Service/IWidgetsService.php index 059d91a6661..7271fb15fef 100644 --- a/lib/public/Dashboard/Service/IWidgetsService.php +++ b/lib/public/Dashboard/Service/IWidgetsService.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright 2018, Maxence Lange <maxence@artificial-owl.com> * + * @author Julius Härtl <jus@bitgrid.net> * @author Maxence Lange <maxence@artificial-owl.com> * * @license GNU AGPL version 3 or any later version |