diff --git a/src/Api/ActivityApi.php b/src/Api/ActivityApi.php index b8129ca..3717658 100644 --- a/src/Api/ActivityApi.php +++ b/src/Api/ActivityApi.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Api/CustomerApi.php b/src/Api/CustomerApi.php index 4b8ecd3..77d7a68 100644 --- a/src/Api/CustomerApi.php +++ b/src/Api/CustomerApi.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Api/DefaultApi.php b/src/Api/DefaultApi.php index c36a4cd..a7001f6 100644 --- a/src/Api/DefaultApi.php +++ b/src/Api/DefaultApi.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Api/ProjectApi.php b/src/Api/ProjectApi.php index d94da68..707f1d8 100644 --- a/src/Api/ProjectApi.php +++ b/src/Api/ProjectApi.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Api/TagApi.php b/src/Api/TagApi.php index 6adeafd..2233141 100644 --- a/src/Api/TagApi.php +++ b/src/Api/TagApi.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Api/TeamApi.php b/src/Api/TeamApi.php index 16408c7..2bfa393 100644 --- a/src/Api/TeamApi.php +++ b/src/Api/TeamApi.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Api/TimesheetApi.php b/src/Api/TimesheetApi.php index 2177e78..d84cfe5 100644 --- a/src/Api/TimesheetApi.php +++ b/src/Api/TimesheetApi.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Api/UserApi.php b/src/Api/UserApi.php index a3fa5be..c022d32 100644 --- a/src/Api/UserApi.php +++ b/src/Api/UserApi.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/ApiException.php b/src/ApiException.php index 96d0ab5..b50accd 100644 --- a/src/ApiException.php +++ b/src/ApiException.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Configuration.php b/src/Configuration.php index 88e4156..668a0bd 100644 --- a/src/Configuration.php +++ b/src/Configuration.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/HeaderSelector.php b/src/HeaderSelector.php index 43d6442..44b573b 100644 --- a/src/HeaderSelector.php +++ b/src/HeaderSelector.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/Activity.php b/src/Model/Activity.php index de28ced..35d273c 100644 --- a/src/Model/Activity.php +++ b/src/Model/Activity.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/ActivityCollection.php b/src/Model/ActivityCollection.php index 2686160..337df7c 100644 --- a/src/Model/ActivityCollection.php +++ b/src/Model/ActivityCollection.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/ActivityEditForm.php b/src/Model/ActivityEditForm.php index a2df962..df2f056 100644 --- a/src/Model/ActivityEditForm.php +++ b/src/Model/ActivityEditForm.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/ActivityEntity.php b/src/Model/ActivityEntity.php index d9cf64b..baf764c 100644 --- a/src/Model/ActivityEntity.php +++ b/src/Model/ActivityEntity.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/ActivityExpanded.php b/src/Model/ActivityExpanded.php index dc1bbc5..4beae9e 100644 --- a/src/Model/ActivityExpanded.php +++ b/src/Model/ActivityExpanded.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/ActivityMeta.php b/src/Model/ActivityMeta.php index d3190d0..e0113f4 100644 --- a/src/Model/ActivityMeta.php +++ b/src/Model/ActivityMeta.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/ActivityRate.php b/src/Model/ActivityRate.php index 013d4a1..a3d1c22 100644 --- a/src/Model/ActivityRate.php +++ b/src/Model/ActivityRate.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/ActivityRateForm.php b/src/Model/ActivityRateForm.php index c1d8427..57d9f4f 100644 --- a/src/Model/ActivityRateForm.php +++ b/src/Model/ActivityRateForm.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/Customer.php b/src/Model/Customer.php index 54aa9c3..10efd3f 100644 --- a/src/Model/Customer.php +++ b/src/Model/Customer.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/CustomerCollection.php b/src/Model/CustomerCollection.php index 10d884e..bed0606 100644 --- a/src/Model/CustomerCollection.php +++ b/src/Model/CustomerCollection.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/CustomerEditForm.php b/src/Model/CustomerEditForm.php index a963e52..407d0e7 100644 --- a/src/Model/CustomerEditForm.php +++ b/src/Model/CustomerEditForm.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/CustomerEntity.php b/src/Model/CustomerEntity.php index 8bc2746..7fcaf3c 100644 --- a/src/Model/CustomerEntity.php +++ b/src/Model/CustomerEntity.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/CustomerMeta.php b/src/Model/CustomerMeta.php index 4dc5de9..3cf7454 100644 --- a/src/Model/CustomerMeta.php +++ b/src/Model/CustomerMeta.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/CustomerRate.php b/src/Model/CustomerRate.php index d54cefa..460ac75 100644 --- a/src/Model/CustomerRate.php +++ b/src/Model/CustomerRate.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/CustomerRateForm.php b/src/Model/CustomerRateForm.php index d7ae4ca..f1e5fbc 100644 --- a/src/Model/CustomerRateForm.php +++ b/src/Model/CustomerRateForm.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/I18nConfig.php b/src/Model/I18nConfig.php index 4ca9a0b..3db6764 100644 --- a/src/Model/I18nConfig.php +++ b/src/Model/I18nConfig.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/InlineObject.php b/src/Model/InlineObject.php index e3177ec..748b0b4 100644 --- a/src/Model/InlineObject.php +++ b/src/Model/InlineObject.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/InlineObject1.php b/src/Model/InlineObject1.php index 305fb11..214c7f5 100644 --- a/src/Model/InlineObject1.php +++ b/src/Model/InlineObject1.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/InlineObject2.php b/src/Model/InlineObject2.php index 892f5c6..a573c05 100644 --- a/src/Model/InlineObject2.php +++ b/src/Model/InlineObject2.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/InlineObject3.php b/src/Model/InlineObject3.php index 8015640..ad6686a 100644 --- a/src/Model/InlineObject3.php +++ b/src/Model/InlineObject3.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/InlineObject4.php b/src/Model/InlineObject4.php index 8db5879..fc73fb8 100644 --- a/src/Model/InlineObject4.php +++ b/src/Model/InlineObject4.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/ModelInterface.php b/src/Model/ModelInterface.php index 9ad766b..ae2f5d8 100644 --- a/src/Model/ModelInterface.php +++ b/src/Model/ModelInterface.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/Plugin.php b/src/Model/Plugin.php index ea0a2a4..bef6253 100644 --- a/src/Model/Plugin.php +++ b/src/Model/Plugin.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/Project.php b/src/Model/Project.php index eda5bf4..c5bf97e 100644 --- a/src/Model/Project.php +++ b/src/Model/Project.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/ProjectCollection.php b/src/Model/ProjectCollection.php index e40c1ea..368f364 100644 --- a/src/Model/ProjectCollection.php +++ b/src/Model/ProjectCollection.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/ProjectEditForm.php b/src/Model/ProjectEditForm.php index 842fe5f..a85d085 100644 --- a/src/Model/ProjectEditForm.php +++ b/src/Model/ProjectEditForm.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/ProjectEntity.php b/src/Model/ProjectEntity.php index 0cda74b..f9f5566 100644 --- a/src/Model/ProjectEntity.php +++ b/src/Model/ProjectEntity.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/ProjectExpanded.php b/src/Model/ProjectExpanded.php index 1b12b78..eb3ae66 100644 --- a/src/Model/ProjectExpanded.php +++ b/src/Model/ProjectExpanded.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/ProjectMeta.php b/src/Model/ProjectMeta.php index 2e2a8c2..18497d3 100644 --- a/src/Model/ProjectMeta.php +++ b/src/Model/ProjectMeta.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/ProjectRate.php b/src/Model/ProjectRate.php index a5dee57..bb58881 100644 --- a/src/Model/ProjectRate.php +++ b/src/Model/ProjectRate.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/ProjectRateForm.php b/src/Model/ProjectRateForm.php index d7feeee..040b9da 100644 --- a/src/Model/ProjectRateForm.php +++ b/src/Model/ProjectRateForm.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/TagEditForm.php b/src/Model/TagEditForm.php index 99f30d7..e8f8168 100644 --- a/src/Model/TagEditForm.php +++ b/src/Model/TagEditForm.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/TagEntity.php b/src/Model/TagEntity.php index 9869771..6579dc5 100644 --- a/src/Model/TagEntity.php +++ b/src/Model/TagEntity.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/Team.php b/src/Model/Team.php index aeb216a..3460d26 100644 --- a/src/Model/Team.php +++ b/src/Model/Team.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/TeamCollection.php b/src/Model/TeamCollection.php index e1fcd1e..d5cb3dc 100644 --- a/src/Model/TeamCollection.php +++ b/src/Model/TeamCollection.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/TeamEditForm.php b/src/Model/TeamEditForm.php index 2a0cf46..7f5cfa5 100644 --- a/src/Model/TeamEditForm.php +++ b/src/Model/TeamEditForm.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/TeamEntity.php b/src/Model/TeamEntity.php index bad99c5..eb57713 100644 --- a/src/Model/TeamEntity.php +++ b/src/Model/TeamEntity.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/TimesheetCollection.php b/src/Model/TimesheetCollection.php index 279186c..313090b 100644 --- a/src/Model/TimesheetCollection.php +++ b/src/Model/TimesheetCollection.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/TimesheetCollectionExpanded.php b/src/Model/TimesheetCollectionExpanded.php index 25c03a5..6fac31c 100644 --- a/src/Model/TimesheetCollectionExpanded.php +++ b/src/Model/TimesheetCollectionExpanded.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/TimesheetConfig.php b/src/Model/TimesheetConfig.php index 4aed183..2464f7a 100644 --- a/src/Model/TimesheetConfig.php +++ b/src/Model/TimesheetConfig.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/TimesheetEditForm.php b/src/Model/TimesheetEditForm.php index 59f6e9f..925198a 100644 --- a/src/Model/TimesheetEditForm.php +++ b/src/Model/TimesheetEditForm.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/TimesheetEntity.php b/src/Model/TimesheetEntity.php index cac7cd8..0d57414 100644 --- a/src/Model/TimesheetEntity.php +++ b/src/Model/TimesheetEntity.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/TimesheetEntityExpanded.php b/src/Model/TimesheetEntityExpanded.php index f6dc12e..4d9d53a 100644 --- a/src/Model/TimesheetEntityExpanded.php +++ b/src/Model/TimesheetEntityExpanded.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/TimesheetMeta.php b/src/Model/TimesheetMeta.php index 51cbfc8..6b206ee 100644 --- a/src/Model/TimesheetMeta.php +++ b/src/Model/TimesheetMeta.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/User.php b/src/Model/User.php index 9a765a1..a1d2f02 100644 --- a/src/Model/User.php +++ b/src/Model/User.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/UserCollection.php b/src/Model/UserCollection.php index 4369dc8..4a267cd 100644 --- a/src/Model/UserCollection.php +++ b/src/Model/UserCollection.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/UserCreateForm.php b/src/Model/UserCreateForm.php index 500bc2e..56d0127 100644 --- a/src/Model/UserCreateForm.php +++ b/src/Model/UserCreateForm.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/UserEditForm.php b/src/Model/UserEditForm.php index 6a3decd..1264862 100644 --- a/src/Model/UserEditForm.php +++ b/src/Model/UserEditForm.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/UserEntity.php b/src/Model/UserEntity.php index 285b8c4..6569c68 100644 --- a/src/Model/UserEntity.php +++ b/src/Model/UserEntity.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/Model/Version.php b/src/Model/Version.php index cb27852..1bcb3c9 100644 --- a/src/Model/Version.php +++ b/src/Model/Version.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */ diff --git a/src/ObjectSerializer.php b/src/ObjectSerializer.php index 719b263..671868b 100644 --- a/src/ObjectSerializer.php +++ b/src/ObjectSerializer.php @@ -2,10 +2,10 @@ /** * - * Kimai API Client 2020 — NOTICE OF LICENSE + * Kimai API Client 2021 — NOTICE OF LICENSE * This source file is released under MIT license by copyright holders. - * @copyright 2017-2020 (c) Niko Granö (https://granö.fi) - * @copyright 2014-2020 (c) Fiteco Group Oy (https://group.fiteco.fi) + * @copyright 2017-2021 (c) Niko Granö (https://granö.fi) + * @copyright 2014-2021 (c) Fiteco Group Oy (https://group.fiteco.fi) * */