diff --git a/src/application/controllers/Appointments.php b/src/application/controllers/Appointments.php index 95337a36..dc1d7eeb 100755 --- a/src/application/controllers/Appointments.php +++ b/src/application/controllers/Appointments.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/application/controllers/Backend.php b/src/application/controllers/Backend.php index 3a4ae588..7acf5dc5 100644 --- a/src/application/controllers/Backend.php +++ b/src/application/controllers/Backend.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/application/controllers/Backend_api.php b/src/application/controllers/Backend_api.php index e326354a..ada1bb52 100644 --- a/src/application/controllers/Backend_api.php +++ b/src/application/controllers/Backend_api.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/application/controllers/Captcha.php b/src/application/controllers/Captcha.php index 6704405a..c4483884 100644 --- a/src/application/controllers/Captcha.php +++ b/src/application/controllers/Captcha.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/application/controllers/Errors.php b/src/application/controllers/Errors.php index 7d05fc70..27a73c6d 100644 --- a/src/application/controllers/Errors.php +++ b/src/application/controllers/Errors.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/application/controllers/Google.php b/src/application/controllers/Google.php index 43e6a641..e5a0fe4e 100644 --- a/src/application/controllers/Google.php +++ b/src/application/controllers/Google.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/application/controllers/Installation.php b/src/application/controllers/Installation.php index 3801490c..0c4baadf 100644 --- a/src/application/controllers/Installation.php +++ b/src/application/controllers/Installation.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.1.0 diff --git a/src/application/controllers/User.php b/src/application/controllers/User.php index 6a744c26..ee4ec396 100644 --- a/src/application/controllers/User.php +++ b/src/application/controllers/User.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/application/controllers/api/v1/API_V1_Controller.php b/src/application/controllers/api/v1/API_V1_Controller.php index 37926c89..3f778c64 100644 --- a/src/application/controllers/api/v1/API_V1_Controller.php +++ b/src/application/controllers/api/v1/API_V1_Controller.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/application/controllers/api/v1/Admins.php b/src/application/controllers/api/v1/Admins.php index d2e78c2f..c17c96d4 100644 --- a/src/application/controllers/api/v1/Admins.php +++ b/src/application/controllers/api/v1/Admins.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/application/controllers/api/v1/Appointments.php b/src/application/controllers/api/v1/Appointments.php index 499142f7..d35b37c3 100644 --- a/src/application/controllers/api/v1/Appointments.php +++ b/src/application/controllers/api/v1/Appointments.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/application/controllers/api/v1/Availabilities.php b/src/application/controllers/api/v1/Availabilities.php index 3f415a71..88ae3dde 100644 --- a/src/application/controllers/api/v1/Availabilities.php +++ b/src/application/controllers/api/v1/Availabilities.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/application/controllers/api/v1/Categories.php b/src/application/controllers/api/v1/Categories.php index 23e1c053..4df8bdcd 100644 --- a/src/application/controllers/api/v1/Categories.php +++ b/src/application/controllers/api/v1/Categories.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/application/controllers/api/v1/Customers.php b/src/application/controllers/api/v1/Customers.php index dd9ff16c..ad38b151 100644 --- a/src/application/controllers/api/v1/Customers.php +++ b/src/application/controllers/api/v1/Customers.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/application/controllers/api/v1/Providers.php b/src/application/controllers/api/v1/Providers.php index 8f414e29..5a0d5f2c 100644 --- a/src/application/controllers/api/v1/Providers.php +++ b/src/application/controllers/api/v1/Providers.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/application/controllers/api/v1/Secretaries.php b/src/application/controllers/api/v1/Secretaries.php index 26b81292..0fdfbacf 100644 --- a/src/application/controllers/api/v1/Secretaries.php +++ b/src/application/controllers/api/v1/Secretaries.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/application/controllers/api/v1/Services.php b/src/application/controllers/api/v1/Services.php index 206dfc18..4979dc3c 100644 --- a/src/application/controllers/api/v1/Services.php +++ b/src/application/controllers/api/v1/Services.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/application/controllers/api/v1/Settings.php b/src/application/controllers/api/v1/Settings.php index 8fa09332..1c8268f9 100644 --- a/src/application/controllers/api/v1/Settings.php +++ b/src/application/controllers/api/v1/Settings.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/application/controllers/api/v1/Unavailabilities.php b/src/application/controllers/api/v1/Unavailabilities.php index d5f8fc27..bfcd8d4c 100644 --- a/src/application/controllers/api/v1/Unavailabilities.php +++ b/src/application/controllers/api/v1/Unavailabilities.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/application/helpers/custom_exceptions_helper.php b/src/application/helpers/custom_exceptions_helper.php index 1191d646..2b3c05ce 100644 --- a/src/application/helpers/custom_exceptions_helper.php +++ b/src/application/helpers/custom_exceptions_helper.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/application/helpers/data_validation_helper.php b/src/application/helpers/data_validation_helper.php index b2ee3ee5..119d3301 100644 --- a/src/application/helpers/data_validation_helper.php +++ b/src/application/helpers/data_validation_helper.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/application/helpers/general_helper.php b/src/application/helpers/general_helper.php index 3ca9e643..b594a1fa 100644 --- a/src/application/helpers/general_helper.php +++ b/src/application/helpers/general_helper.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/application/helpers/google_analytics_helper.php b/src/application/helpers/google_analytics_helper.php index fe29f2dd..87a48f55 100644 --- a/src/application/helpers/google_analytics_helper.php +++ b/src/application/helpers/google_analytics_helper.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.1.0 diff --git a/src/application/helpers/installation_helper.php b/src/application/helpers/installation_helper.php index b4b06931..980376c0 100644 --- a/src/application/helpers/installation_helper.php +++ b/src/application/helpers/installation_helper.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.1.0 diff --git a/src/application/libraries/Google_sync.php b/src/application/libraries/Google_sync.php index e1c0e8fd..e0f643a4 100644 --- a/src/application/libraries/Google_sync.php +++ b/src/application/libraries/Google_sync.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/application/migrations/001_specific_calendar_sync.php b/src/application/migrations/001_specific_calendar_sync.php index 5d7c9fcb..a5ad52dd 100644 --- a/src/application/migrations/001_specific_calendar_sync.php +++ b/src/application/migrations/001_specific_calendar_sync.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/application/migrations/002_add_google_analytics_setting.php b/src/application/migrations/002_add_google_analytics_setting.php index 5cc3c4d6..b8aab9f1 100644 --- a/src/application/migrations/002_add_google_analytics_setting.php +++ b/src/application/migrations/002_add_google_analytics_setting.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.1.0 diff --git a/src/application/migrations/003_add_customer_notifications_setting.php b/src/application/migrations/003_add_customer_notifications_setting.php index f42e9050..add79bbc 100644 --- a/src/application/migrations/003_add_customer_notifications_setting.php +++ b/src/application/migrations/003_add_customer_notifications_setting.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.1.0 diff --git a/src/application/migrations/004_add_date_format_setting.php b/src/application/migrations/004_add_date_format_setting.php index 274a9ac3..40488b18 100644 --- a/src/application/migrations/004_add_date_format_setting.php +++ b/src/application/migrations/004_add_date_format_setting.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.1.0 diff --git a/src/application/migrations/005_add_require_captcha_setting.php b/src/application/migrations/005_add_require_captcha_setting.php index 3693c66a..4f93b902 100644 --- a/src/application/migrations/005_add_require_captcha_setting.php +++ b/src/application/migrations/005_add_require_captcha_setting.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.1.0 diff --git a/src/application/migrations/006_add_calendar_view_setting.php b/src/application/migrations/006_add_calendar_view_setting.php index f7383fc1..797ed71d 100644 --- a/src/application/migrations/006_add_calendar_view_setting.php +++ b/src/application/migrations/006_add_calendar_view_setting.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/application/migrations/007_add_service_availabilities_type.php b/src/application/migrations/007_add_service_availabilities_type.php index 44809d71..76cd44aa 100644 --- a/src/application/migrations/007_add_service_availabilities_type.php +++ b/src/application/migrations/007_add_service_availabilities_type.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/application/migrations/008_add_service_attendants_number.php b/src/application/migrations/008_add_service_attendants_number.php index 6739e8ce..f28f9461 100644 --- a/src/application/migrations/008_add_service_attendants_number.php +++ b/src/application/migrations/008_add_service_attendants_number.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/application/models/Admins_model.php b/src/application/models/Admins_model.php index 7a59ac65..f9cb2ae8 100644 --- a/src/application/models/Admins_model.php +++ b/src/application/models/Admins_model.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/application/models/Appointments_model.php b/src/application/models/Appointments_model.php index 8c6443fa..10707a29 100644 --- a/src/application/models/Appointments_model.php +++ b/src/application/models/Appointments_model.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/application/models/Customers_model.php b/src/application/models/Customers_model.php index 752148bc..9d8c593d 100644 --- a/src/application/models/Customers_model.php +++ b/src/application/models/Customers_model.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/application/models/Providers_model.php b/src/application/models/Providers_model.php index f1d26e91..2ec1034d 100644 --- a/src/application/models/Providers_model.php +++ b/src/application/models/Providers_model.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/application/models/Roles_model.php b/src/application/models/Roles_model.php index adaabb5f..b0850789 100644 --- a/src/application/models/Roles_model.php +++ b/src/application/models/Roles_model.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/application/models/Secretaries_model.php b/src/application/models/Secretaries_model.php index 6b81d2ba..9d081e07 100644 --- a/src/application/models/Secretaries_model.php +++ b/src/application/models/Secretaries_model.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/application/models/Services_model.php b/src/application/models/Services_model.php index 3fea1fab..81f21c15 100644 --- a/src/application/models/Services_model.php +++ b/src/application/models/Services_model.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/application/models/Settings_model.php b/src/application/models/Settings_model.php index d59c3c35..9563837d 100644 --- a/src/application/models/Settings_model.php +++ b/src/application/models/Settings_model.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/application/models/User_model.php b/src/application/models/User_model.php index e0b28d27..a878f73e 100644 --- a/src/application/models/User_model.php +++ b/src/application/models/User_model.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/assets/css/backend.css b/src/assets/css/backend.css index 2e2f80b9..a3d449f9 100644 --- a/src/assets/css/backend.css +++ b/src/assets/css/backend.css @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/assets/css/frontend.css b/src/assets/css/frontend.css index c3c8bb36..fa67aabd 100644 --- a/src/assets/css/frontend.css +++ b/src/assets/css/frontend.css @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/assets/css/general.css b/src/assets/css/general.css index f885e696..26ea2527 100644 --- a/src/assets/css/general.css +++ b/src/assets/css/general.css @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/assets/js/backend.js b/src/assets/js/backend.js index 2eda6046..31ebfdfd 100644 --- a/src/assets/js/backend.js +++ b/src/assets/js/backend.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/assets/js/backend_calendar.js b/src/assets/js/backend_calendar.js index 144ee9ec..59935144 100644 --- a/src/assets/js/backend_calendar.js +++ b/src/assets/js/backend_calendar.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/assets/js/backend_calendar_api.js b/src/assets/js/backend_calendar_api.js index 571feca2..15adfcd6 100644 --- a/src/assets/js/backend_calendar_api.js +++ b/src/assets/js/backend_calendar_api.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/assets/js/backend_calendar_appointments_modal.js b/src/assets/js/backend_calendar_appointments_modal.js index 65bf8e00..456f1449 100644 --- a/src/assets/js/backend_calendar_appointments_modal.js +++ b/src/assets/js/backend_calendar_appointments_modal.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/assets/js/backend_calendar_default_view.js b/src/assets/js/backend_calendar_default_view.js index 8df59aec..3a3d6014 100644 --- a/src/assets/js/backend_calendar_default_view.js +++ b/src/assets/js/backend_calendar_default_view.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/assets/js/backend_calendar_google_sync.js b/src/assets/js/backend_calendar_google_sync.js index 148adf35..bbc01b1f 100644 --- a/src/assets/js/backend_calendar_google_sync.js +++ b/src/assets/js/backend_calendar_google_sync.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/assets/js/backend_calendar_table_view.js b/src/assets/js/backend_calendar_table_view.js index e6289b53..b0868e5d 100644 --- a/src/assets/js/backend_calendar_table_view.js +++ b/src/assets/js/backend_calendar_table_view.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/assets/js/backend_calendar_unavailabilities_modal.js b/src/assets/js/backend_calendar_unavailabilities_modal.js index 681c8868..067de489 100644 --- a/src/assets/js/backend_calendar_unavailabilities_modal.js +++ b/src/assets/js/backend_calendar_unavailabilities_modal.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/assets/js/backend_categories_helper.js b/src/assets/js/backend_categories_helper.js index b5d3c3b9..37e22b51 100644 --- a/src/assets/js/backend_categories_helper.js +++ b/src/assets/js/backend_categories_helper.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/assets/js/backend_customers.js b/src/assets/js/backend_customers.js index b6e8f295..83092390 100644 --- a/src/assets/js/backend_customers.js +++ b/src/assets/js/backend_customers.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/assets/js/backend_customers_helper.js b/src/assets/js/backend_customers_helper.js index e2c6fb9d..3543d04d 100644 --- a/src/assets/js/backend_customers_helper.js +++ b/src/assets/js/backend_customers_helper.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/assets/js/backend_services.js b/src/assets/js/backend_services.js index 3da3efaa..a09da14b 100644 --- a/src/assets/js/backend_services.js +++ b/src/assets/js/backend_services.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/assets/js/backend_services_helper.js b/src/assets/js/backend_services_helper.js index 9972804c..c73539d2 100644 --- a/src/assets/js/backend_services_helper.js +++ b/src/assets/js/backend_services_helper.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/assets/js/backend_settings.js b/src/assets/js/backend_settings.js index 284f6151..f7141aba 100644 --- a/src/assets/js/backend_settings.js +++ b/src/assets/js/backend_settings.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/assets/js/backend_settings_system.js b/src/assets/js/backend_settings_system.js index 46c8ccbf..0d1285e9 100644 --- a/src/assets/js/backend_settings_system.js +++ b/src/assets/js/backend_settings_system.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/assets/js/backend_settings_user.js b/src/assets/js/backend_settings_user.js index f828c40a..444052a6 100644 --- a/src/assets/js/backend_settings_user.js +++ b/src/assets/js/backend_settings_user.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/assets/js/backend_users.js b/src/assets/js/backend_users.js index 5ecba92d..db6f88e2 100644 --- a/src/assets/js/backend_users.js +++ b/src/assets/js/backend_users.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/assets/js/backend_users_admins.js b/src/assets/js/backend_users_admins.js index ddc237e7..fd582029 100644 --- a/src/assets/js/backend_users_admins.js +++ b/src/assets/js/backend_users_admins.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/assets/js/backend_users_providers.js b/src/assets/js/backend_users_providers.js index 7ad3f501..b30834cb 100644 --- a/src/assets/js/backend_users_providers.js +++ b/src/assets/js/backend_users_providers.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/assets/js/backend_users_secretaries.js b/src/assets/js/backend_users_secretaries.js index 45351e33..c2e4ad66 100644 --- a/src/assets/js/backend_users_secretaries.js +++ b/src/assets/js/backend_users_secretaries.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/assets/js/frontend_book.js b/src/assets/js/frontend_book.js index fc52f048..bdcd6acd 100644 --- a/src/assets/js/frontend_book.js +++ b/src/assets/js/frontend_book.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/assets/js/frontend_book_api.js b/src/assets/js/frontend_book_api.js index a4170872..494c6cd2 100644 --- a/src/assets/js/frontend_book_api.js +++ b/src/assets/js/frontend_book_api.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/assets/js/frontend_book_success.js b/src/assets/js/frontend_book_success.js index 6d0b0b2d..c452d524 100644 --- a/src/assets/js/frontend_book_success.js +++ b/src/assets/js/frontend_book_success.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/assets/js/general_functions.js b/src/assets/js/general_functions.js index d66c06e6..37762f34 100644 --- a/src/assets/js/general_functions.js +++ b/src/assets/js/general_functions.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/assets/js/installation.js b/src/assets/js/installation.js index e0a07065..445ad8bf 100644 --- a/src/assets/js/installation.js +++ b/src/assets/js/installation.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/assets/js/working_plan.js b/src/assets/js/working_plan.js index 2de1f9fc..0103280a 100644 --- a/src/assets/js/working_plan.js +++ b/src/assets/js/working_plan.js @@ -3,7 +3,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/autoload.php b/src/autoload.php index 01a254aa..bfbfc45d 100644 --- a/src/autoload.php +++ b/src/autoload.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/config-sample.php b/src/config-sample.php index 715dbcc6..327ddb69 100644 --- a/src/config-sample.php +++ b/src/config-sample.php @@ -4,7 +4,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.0.0 diff --git a/src/engine/Api/V1/Authorization.php b/src/engine/Api/V1/Authorization.php index 7621c75b..46ec217e 100644 --- a/src/engine/Api/V1/Authorization.php +++ b/src/engine/Api/V1/Authorization.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Api/V1/Exception.php b/src/engine/Api/V1/Exception.php index e0b2665a..8e274077 100644 --- a/src/engine/Api/V1/Exception.php +++ b/src/engine/Api/V1/Exception.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Api/V1/Parsers/Admins.php b/src/engine/Api/V1/Parsers/Admins.php index becab149..1b87c0e6 100644 --- a/src/engine/Api/V1/Parsers/Admins.php +++ b/src/engine/Api/V1/Parsers/Admins.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Api/V1/Parsers/Appointments.php b/src/engine/Api/V1/Parsers/Appointments.php index e0b3b8b7..abf941eb 100644 --- a/src/engine/Api/V1/Parsers/Appointments.php +++ b/src/engine/Api/V1/Parsers/Appointments.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Api/V1/Parsers/Categories.php b/src/engine/Api/V1/Parsers/Categories.php index 295a8fb1..cd3f8715 100644 --- a/src/engine/Api/V1/Parsers/Categories.php +++ b/src/engine/Api/V1/Parsers/Categories.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Api/V1/Parsers/Customers.php b/src/engine/Api/V1/Parsers/Customers.php index 43e80276..06eba261 100644 --- a/src/engine/Api/V1/Parsers/Customers.php +++ b/src/engine/Api/V1/Parsers/Customers.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Api/V1/Parsers/ParsersInterface.php b/src/engine/Api/V1/Parsers/ParsersInterface.php index 8ec7322b..5f2348f6 100644 --- a/src/engine/Api/V1/Parsers/ParsersInterface.php +++ b/src/engine/Api/V1/Parsers/ParsersInterface.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Api/V1/Parsers/Providers.php b/src/engine/Api/V1/Parsers/Providers.php index b8e8747d..7c24c319 100644 --- a/src/engine/Api/V1/Parsers/Providers.php +++ b/src/engine/Api/V1/Parsers/Providers.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Api/V1/Parsers/Secretaries.php b/src/engine/Api/V1/Parsers/Secretaries.php index 077421d8..8fcbd19c 100644 --- a/src/engine/Api/V1/Parsers/Secretaries.php +++ b/src/engine/Api/V1/Parsers/Secretaries.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Api/V1/Parsers/Services.php b/src/engine/Api/V1/Parsers/Services.php index cc8edd18..25194755 100644 --- a/src/engine/Api/V1/Parsers/Services.php +++ b/src/engine/Api/V1/Parsers/Services.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Api/V1/Parsers/Settings.php b/src/engine/Api/V1/Parsers/Settings.php index 97e84677..54f10005 100644 --- a/src/engine/Api/V1/Parsers/Settings.php +++ b/src/engine/Api/V1/Parsers/Settings.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Api/V1/Parsers/Unavailabilities.php b/src/engine/Api/V1/Parsers/Unavailabilities.php index eb701aa6..d50549d6 100644 --- a/src/engine/Api/V1/Parsers/Unavailabilities.php +++ b/src/engine/Api/V1/Parsers/Unavailabilities.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Api/V1/Processors/Filter.php b/src/engine/Api/V1/Processors/Filter.php index 40777e92..65a04cb1 100644 --- a/src/engine/Api/V1/Processors/Filter.php +++ b/src/engine/Api/V1/Processors/Filter.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Api/V1/Processors/Minimize.php b/src/engine/Api/V1/Processors/Minimize.php index ea766c91..4181da84 100644 --- a/src/engine/Api/V1/Processors/Minimize.php +++ b/src/engine/Api/V1/Processors/Minimize.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Api/V1/Processors/Paginate.php b/src/engine/Api/V1/Processors/Paginate.php index 153005d0..97f7e312 100644 --- a/src/engine/Api/V1/Processors/Paginate.php +++ b/src/engine/Api/V1/Processors/Paginate.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Api/V1/Processors/ProcessorsInterface.php b/src/engine/Api/V1/Processors/ProcessorsInterface.php index f2c35bc0..8edd5bff 100644 --- a/src/engine/Api/V1/Processors/ProcessorsInterface.php +++ b/src/engine/Api/V1/Processors/ProcessorsInterface.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Api/V1/Processors/Search.php b/src/engine/Api/V1/Processors/Search.php index 024a4760..5b46c506 100644 --- a/src/engine/Api/V1/Processors/Search.php +++ b/src/engine/Api/V1/Processors/Search.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Api/V1/Processors/Sort.php b/src/engine/Api/V1/Processors/Sort.php index 460ff0c0..8724bf8e 100644 --- a/src/engine/Api/V1/Processors/Sort.php +++ b/src/engine/Api/V1/Processors/Sort.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Api/V1/Request.php b/src/engine/Api/V1/Request.php index 4e8a5b7c..fcfb652d 100644 --- a/src/engine/Api/V1/Request.php +++ b/src/engine/Api/V1/Request.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Api/V1/Response.php b/src/engine/Api/V1/Response.php index a4b3c28a..081c9540 100644 --- a/src/engine/Api/V1/Response.php +++ b/src/engine/Api/V1/Response.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Notifications/Email.php b/src/engine/Notifications/Email.php index dbb57f94..b8a16254 100644 --- a/src/engine/Notifications/Email.php +++ b/src/engine/Notifications/Email.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Types/Boolean.php b/src/engine/Types/Boolean.php index 490c494a..6ad9bcd2 100644 --- a/src/engine/Types/Boolean.php +++ b/src/engine/Types/Boolean.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Types/Decimal.php b/src/engine/Types/Decimal.php index 4c37ee44..643c07b4 100644 --- a/src/engine/Types/Decimal.php +++ b/src/engine/Types/Decimal.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Types/Email.php b/src/engine/Types/Email.php index b2c461ff..41132053 100644 --- a/src/engine/Types/Email.php +++ b/src/engine/Types/Email.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Types/Integer.php b/src/engine/Types/Integer.php index 5a68dd1e..ccb81af2 100644 --- a/src/engine/Types/Integer.php +++ b/src/engine/Types/Integer.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Types/NonEmptyText.php b/src/engine/Types/NonEmptyText.php index ad71df11..5758026b 100644 --- a/src/engine/Types/NonEmptyText.php +++ b/src/engine/Types/NonEmptyText.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Types/Text.php b/src/engine/Types/Text.php index ad635f17..0ed55e97 100644 --- a/src/engine/Types/Text.php +++ b/src/engine/Types/Text.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Types/Type.php b/src/engine/Types/Type.php index 660d285a..77f68caa 100644 --- a/src/engine/Types/Type.php +++ b/src/engine/Types/Type.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Types/UnsignedInteger.php b/src/engine/Types/UnsignedInteger.php index 59f4dd99..b2e83c0c 100644 --- a/src/engine/Types/UnsignedInteger.php +++ b/src/engine/Types/UnsignedInteger.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/src/engine/Types/Url.php b/src/engine/Types/Url.php index 26134866..a9370d59 100644 --- a/src/engine/Types/Url.php +++ b/src/engine/Types/Url.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/test/php/bootstrap.php b/test/php/bootstrap.php index 0d79716d..3ae0ee4e 100644 --- a/test/php/bootstrap.php +++ b/test/php/bootstrap.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/test/php/engine/Api/V1/AuthorizationTest.php b/test/php/engine/Api/V1/AuthorizationTest.php index ca3c5ab1..a7f91c7d 100644 --- a/test/php/engine/Api/V1/AuthorizationTest.php +++ b/test/php/engine/Api/V1/AuthorizationTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/test/php/engine/Api/V1/FilterTest.php b/test/php/engine/Api/V1/FilterTest.php index a5b0b963..fe9aad3c 100644 --- a/test/php/engine/Api/V1/FilterTest.php +++ b/test/php/engine/Api/V1/FilterTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/test/php/engine/Api/V1/MinimizeTest.php b/test/php/engine/Api/V1/MinimizeTest.php index 356bea3b..73ad4c84 100644 --- a/test/php/engine/Api/V1/MinimizeTest.php +++ b/test/php/engine/Api/V1/MinimizeTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/test/php/engine/Api/V1/PaginationTest.php b/test/php/engine/Api/V1/PaginationTest.php index 369d61cd..7e85cefd 100644 --- a/test/php/engine/Api/V1/PaginationTest.php +++ b/test/php/engine/Api/V1/PaginationTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/test/php/engine/Api/V1/ResponseTest.php b/test/php/engine/Api/V1/ResponseTest.php index 9f993226..b8556672 100644 --- a/test/php/engine/Api/V1/ResponseTest.php +++ b/test/php/engine/Api/V1/ResponseTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/test/php/engine/Api/V1/SearchTest.php b/test/php/engine/Api/V1/SearchTest.php index 5f9ea272..467f014e 100644 --- a/test/php/engine/Api/V1/SearchTest.php +++ b/test/php/engine/Api/V1/SearchTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/test/php/engine/Api/V1/SortTest.php b/test/php/engine/Api/V1/SortTest.php index c025bd99..b52bcc22 100644 --- a/test/php/engine/Api/V1/SortTest.php +++ b/test/php/engine/Api/V1/SortTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/test/php/engine/Types/BooleanTest.php b/test/php/engine/Types/BooleanTest.php index 501c0d9b..541a76cd 100644 --- a/test/php/engine/Types/BooleanTest.php +++ b/test/php/engine/Types/BooleanTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/test/php/engine/Types/DecimalTest.php b/test/php/engine/Types/DecimalTest.php index 41e99c55..d2ec8327 100644 --- a/test/php/engine/Types/DecimalTest.php +++ b/test/php/engine/Types/DecimalTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/test/php/engine/Types/EmailTest.php b/test/php/engine/Types/EmailTest.php index 9820aad5..11ce0fca 100644 --- a/test/php/engine/Types/EmailTest.php +++ b/test/php/engine/Types/EmailTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/test/php/engine/Types/IntegerTest.php b/test/php/engine/Types/IntegerTest.php index 70bbca0f..61bdb276 100644 --- a/test/php/engine/Types/IntegerTest.php +++ b/test/php/engine/Types/IntegerTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/test/php/engine/Types/NonEmptyTextTest.php b/test/php/engine/Types/NonEmptyTextTest.php index b4b07dde..9ac70f92 100644 --- a/test/php/engine/Types/NonEmptyTextTest.php +++ b/test/php/engine/Types/NonEmptyTextTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/test/php/engine/Types/TextTest.php b/test/php/engine/Types/TextTest.php index 7f89732e..a249971e 100644 --- a/test/php/engine/Types/TextTest.php +++ b/test/php/engine/Types/TextTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/test/php/engine/Types/UnsignedIntegerTest.php b/test/php/engine/Types/UnsignedIntegerTest.php index 6815a3b1..6aae9a94 100644 --- a/test/php/engine/Types/UnsignedIntegerTest.php +++ b/test/php/engine/Types/UnsignedIntegerTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/test/php/engine/Types/UrlTest.php b/test/php/engine/Types/UrlTest.php index 0d3eb85a..c986b4e3 100644 --- a/test/php/engine/Types/UrlTest.php +++ b/test/php/engine/Types/UrlTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2017, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0