From a090b2eba94d03b99d22dfc1f1ca1bf6a79cd6c2 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sat, 18 Dec 2021 17:43:45 +0100 Subject: [PATCH] Updated the file banner info --- application/controllers/About.php | 2 +- application/controllers/Account_settings.php | 2 +- application/controllers/Admins.php | 2 +- application/controllers/Appointments.php | 2 +- application/controllers/Backend.php | 2 +- application/controllers/Backend_api.php | 2 +- application/controllers/Booking.php | 2 +- .../controllers/Booking_cancellation.php | 2 +- .../controllers/Booking_confirmation.php | 2 +- application/controllers/Booking_settings.php | 2 +- application/controllers/Business_settings.php | 2 +- application/controllers/Calendar.php | 2 +- application/controllers/Captcha.php | 2 +- application/controllers/Categories.php | 2 +- application/controllers/Consents.php | 2 +- application/controllers/Console.php | 2 +- application/controllers/Customers.php | 2 +- application/controllers/General_settings.php | 2 +- application/controllers/Google.php | 2 +- application/controllers/Installation.php | 2 +- application/controllers/Legal_settings.php | 2 +- application/controllers/Login.php | 2 +- application/controllers/Logout.php | 2 +- application/controllers/Privacy.php | 2 +- application/controllers/Providers.php | 2 +- application/controllers/Recovery.php | 2 +- application/controllers/Secretaries.php | 2 +- application/controllers/Services.php | 2 +- application/controllers/Unavailabilities.php | 2 +- application/controllers/Update.php | 2 +- application/controllers/User.php | 2 +- .../controllers/api/v1/Admins_api_v1.php | 2 +- .../api/v1/Appointments_api_v1.php | 2 +- .../api/v1/Availabilities_api_v1.php | 2 +- .../controllers/api/v1/Categories_api_v1.php | 2 +- .../controllers/api/v1/Customers_api_v1.php | 2 +- .../controllers/api/v1/Providers_api_v1.php | 2 +- .../controllers/api/v1/Secretaries_api_v1.php | 2 +- .../controllers/api/v1/Services_api_v1.php | 2 +- .../controllers/api/v1/Settings_api_v1.php | 2 +- .../api/v1/Unavailabilities_api_v1.php | 2 +- application/core/EA_Benchmark.php | 2 +- application/core/EA_Cache.php | 2 +- application/core/EA_Calendar.php | 2 +- application/core/EA_Config.php | 2 +- application/core/EA_Controller.php | 2 +- application/core/EA_DB_forge.php | 2 +- application/core/EA_DB_query_builder.php | 2 +- application/core/EA_DB_utility.php | 2 +- application/core/EA_Email.php | 2 +- application/core/EA_Encrypt.php | 2 +- application/core/EA_Encryption.php | 2 +- application/core/EA_Exceptions.php | 2 +- application/core/EA_Hooks.php | 2 +- application/core/EA_Input.php | 2 +- application/core/EA_Lang.php | 2 +- application/core/EA_Loader.php | 2 +- application/core/EA_Log.php | 2 +- application/core/EA_Migration.php | 2 +- application/core/EA_Model.php | 2 +- application/core/EA_Output.php | 2 +- application/core/EA_Profiler.php | 2 +- application/core/EA_Router.php | 2 +- application/core/EA_Security.php | 2 +- application/core/EA_Session.php | 2 +- application/core/EA_URI.php | 2 +- application/core/EA_Upload.php | 2 +- application/helpers/asset_helper.php | 6 +++--- application/helpers/config_helper.php | 6 +++--- application/helpers/debug_helper.php | 6 +++--- application/helpers/env_helper.php | 6 +++--- .../helpers/google_analytics_helper.php | 6 +++--- application/helpers/html_helper.php | 6 +++--- application/helpers/http_helper.php | 6 +++--- application/helpers/installation_helper.php | 6 +++--- application/helpers/password_helper.php | 6 +++--- application/helpers/path_helper.php | 6 +++--- application/helpers/permission_helper.php | 6 +++--- application/helpers/render_helper.php | 6 +++--- application/helpers/routes_helper.php | 6 +++--- application/helpers/session_helper.php | 6 +++--- application/helpers/setting_helper.php | 6 +++--- application/helpers/validation_helper.php | 6 +++--- application/libraries/Accounts.php | 6 +++--- application/libraries/Api.php | 6 +++--- application/libraries/Availability.php | 6 +++--- application/libraries/Email_messages.php | 6 +++--- application/libraries/Google_sync.php | 6 +++--- application/libraries/Ics_file.php | 6 +++--- application/libraries/Instance.php | 6 +++--- application/libraries/Notifications.php | 6 +++--- application/libraries/Synchronization.php | 6 +++--- application/libraries/Timezones.php | 6 +++--- .../migrations/001_specific_calendar_sync.php | 6 +++--- .../002_add_google_analytics_setting.php | 6 +++--- ...003_add_customer_notifications_setting.php | 6 +++--- .../004_add_date_format_setting.php | 6 +++--- .../005_add_require_captcha_setting.php | 6 +++--- .../006_add_calendar_view_setting.php | 6 +++--- .../007_add_service_availabilities_type.php | 6 +++--- .../008_add_service_attendants_number.php | 6 +++--- .../migrations/009_change_column_types.php | 6 +++--- .../010_add_time_format_setting.php | 6 +++--- ...11_remove_prefix_from_fkey_constraints.php | 6 +++--- application/migrations/012_legal_contents.php | 6 +++--- .../013_add_weekday_start_setting.php | 6 +++--- ...014_create_appointment_location_column.php | 6 +++--- ...rking_plan_exceptions_to_user_settings.php | 6 +++--- .../016_add_require_phone_number_setting.php | 6 +++--- .../migrations/017_add_api_token_setting.php | 6 +++--- .../migrations/018_add_timezone_to_users.php | 6 +++--- .../019_add_display_any_provider_setting.php | 6 +++--- .../migrations/020_add_language_to_users.php | 6 +++--- .../021_modify_sync_period_columns.php | 6 +++--- .../022_add_show_field_settings.php | 6 +++--- ...service_categories_table_to_categories.php | 6 +++--- ...ce_categories_column_of_services_table.php | 6 +++--- application/models/Admins_model.php | 6 +++--- application/models/Appointments_model.php | 6 +++--- application/models/Categories_model.php | 6 +++--- application/models/Consents_model.php | 6 +++--- application/models/Customers_model.php | 6 +++--- application/models/Providers_model.php | 6 +++--- application/models/Roles_model.php | 6 +++--- application/models/Secretaries_model.php | 6 +++--- application/models/Services_model.php | 6 +++--- application/models/Settings_model.php | 6 +++--- application/models/Unavailabilities_model.php | 4 ++-- application/models/Users_model.php | 6 +++--- assets/css/bootstrap.scss | 6 +++--- assets/css/general.scss | 6 +++--- assets/css/layouts/account_layout.scss | 6 +++--- assets/css/layouts/backend_layout.scss | 6 +++--- assets/css/layouts/booking_layout.scss | 6 +++--- assets/css/layouts/message_layout.scss | 6 +++--- assets/js/app.js | 6 +++--- assets/js/backend_users.js | 6 +++--- assets/js/backend_users_admins.js | 6 +++--- assets/js/backend_users_providers.js | 6 +++--- assets/js/backend_users_secretaries.js | 6 +++--- assets/js/http/admins_http_client.js | 6 +++--- assets/js/http/appointments_http_client.js | 6 +++--- assets/js/http/categories_http_client.js | 6 +++--- assets/js/http/customers_http_client.js | 6 +++--- assets/js/http/providers_http_client.js | 6 +++--- assets/js/http/secretaries_http_client.js | 6 +++--- assets/js/http/services_http_client.js | 6 +++--- assets/js/http/settings_http_client.js | 6 +++--- .../js/http/unavailabilities_http_client.js | 6 +++--- assets/js/layouts/account_layout.js | 6 +++--- assets/js/layouts/backend.js | 6 +++--- assets/js/layouts/backend_layout.js | 6 +++--- assets/js/layouts/booking_layout.js | 6 +++--- assets/js/layouts/message_layout.js | 6 +++--- assets/js/pages/backend_admins.js | 6 +++--- assets/js/pages/backend_admins_helper.js | 6 +++--- assets/js/pages/backend_calendar.js | 6 +++--- assets/js/pages/backend_calendar_api.js | 6 +++--- .../backend_calendar_appointments_modal.js | 6 +++--- .../js/pages/backend_calendar_default_view.js | 6 +++--- .../js/pages/backend_calendar_google_sync.js | 6 +++--- .../js/pages/backend_calendar_table_view.js | 4 ++-- ...nd_calendar_unavailability_events_modal.js | 6 +++--- ..._calendar_working_plan_exceptions_modal.js | 6 +++--- assets/js/pages/backend_categories.js | 6 +++--- assets/js/pages/backend_categories_helper.js | 6 +++--- assets/js/pages/backend_customers.js | 6 +++--- assets/js/pages/backend_customers_helper.js | 6 +++--- assets/js/pages/backend_providers.js | 6 +++--- assets/js/pages/backend_providers_helper.js | 6 +++--- assets/js/pages/backend_secretaries.js | 6 +++--- assets/js/pages/backend_secretaries_helper.js | 6 +++--- assets/js/pages/backend_services.js | 6 +++--- assets/js/pages/backend_services_helper.js | 6 +++--- .../pages/backend_settings_business_logic.js | 6 +++--- .../backend_settings_business_logic_helper.js | 6 +++--- .../js/pages/backend_settings_client_form.js | 19 +++++++++---------- .../backend_settings_client_form_helper.js | 6 +++--- .../js/pages/backend_settings_current_user.js | 6 +++--- .../backend_settings_current_user_helper.js | 6 +++--- assets/js/pages/backend_settings_general.js | 6 +++--- .../pages/backend_settings_general_helper.js | 6 +++--- .../pages/backend_settings_legal_contents.js | 6 +++--- .../backend_settings_legal_contents_helper.js | 6 +++--- assets/js/pages/frontend_book.js | 6 +++--- assets/js/pages/frontend_book_api.js | 6 +++--- assets/js/pages/frontend_book_success.js | 6 +++--- assets/js/pages/installation.js | 6 +++--- assets/js/pages/login.js | 6 +++--- assets/js/pages/recovery.js | 6 +++--- assets/js/utils/general_functions.js | 6 +++--- assets/js/utils/http.js | 6 +++--- assets/js/utils/url.js | 6 +++--- assets/js/utils/working_plan.js | 6 +++--- config-sample.php | 6 +++--- gulpfile.js | 6 +++--- 196 files changed, 458 insertions(+), 459 deletions(-) diff --git a/application/controllers/About.php b/application/controllers/About.php index 646bff92..2d6985a1 100644 --- a/application/controllers/About.php +++ b/application/controllers/About.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.5.0 diff --git a/application/controllers/Account_settings.php b/application/controllers/Account_settings.php index 874d2548..c5477691 100644 --- a/application/controllers/Account_settings.php +++ b/application/controllers/Account_settings.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.5.0 diff --git a/application/controllers/Admins.php b/application/controllers/Admins.php index 4c067280..c153b5e9 100644 --- a/application/controllers/Admins.php +++ b/application/controllers/Admins.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.0.0 diff --git a/application/controllers/Appointments.php b/application/controllers/Appointments.php index 4de40322..c4e9564d 100644 --- a/application/controllers/Appointments.php +++ b/application/controllers/Appointments.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.0.0 diff --git a/application/controllers/Backend.php b/application/controllers/Backend.php index 63799292..260782b7 100755 --- a/application/controllers/Backend.php +++ b/application/controllers/Backend.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.0.0 diff --git a/application/controllers/Backend_api.php b/application/controllers/Backend_api.php index 8eec3d4b..e1b99deb 100755 --- a/application/controllers/Backend_api.php +++ b/application/controllers/Backend_api.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.0.0 diff --git a/application/controllers/Booking.php b/application/controllers/Booking.php index 8d7151dc..c681954a 100755 --- a/application/controllers/Booking.php +++ b/application/controllers/Booking.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.0.0 diff --git a/application/controllers/Booking_cancellation.php b/application/controllers/Booking_cancellation.php index a03bcd01..794c1bfc 100755 --- a/application/controllers/Booking_cancellation.php +++ b/application/controllers/Booking_cancellation.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.5.0 diff --git a/application/controllers/Booking_confirmation.php b/application/controllers/Booking_confirmation.php index 9883bec5..f19578c1 100755 --- a/application/controllers/Booking_confirmation.php +++ b/application/controllers/Booking_confirmation.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.5.0 diff --git a/application/controllers/Booking_settings.php b/application/controllers/Booking_settings.php index b8735517..c420f5bf 100644 --- a/application/controllers/Booking_settings.php +++ b/application/controllers/Booking_settings.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.5.0 diff --git a/application/controllers/Business_settings.php b/application/controllers/Business_settings.php index 46f9dd29..d303e7d4 100644 --- a/application/controllers/Business_settings.php +++ b/application/controllers/Business_settings.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.5.0 diff --git a/application/controllers/Calendar.php b/application/controllers/Calendar.php index ea29a3d7..4ad66211 100644 --- a/application/controllers/Calendar.php +++ b/application/controllers/Calendar.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.5.0 diff --git a/application/controllers/Captcha.php b/application/controllers/Captcha.php index cbab57c8..82d3ad3f 100644 --- a/application/controllers/Captcha.php +++ b/application/controllers/Captcha.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.0.0 diff --git a/application/controllers/Categories.php b/application/controllers/Categories.php index 37b1a8e9..d26e7610 100644 --- a/application/controllers/Categories.php +++ b/application/controllers/Categories.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.0.0 diff --git a/application/controllers/Consents.php b/application/controllers/Consents.php index 04fd6042..7f015986 100644 --- a/application/controllers/Consents.php +++ b/application/controllers/Consents.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.3.2 diff --git a/application/controllers/Console.php b/application/controllers/Console.php index 2402c37e..2b59368f 100644 --- a/application/controllers/Console.php +++ b/application/controllers/Console.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.3.2 diff --git a/application/controllers/Customers.php b/application/controllers/Customers.php index 06d062ef..2380e184 100644 --- a/application/controllers/Customers.php +++ b/application/controllers/Customers.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.0.0 diff --git a/application/controllers/General_settings.php b/application/controllers/General_settings.php index 0d3bd083..3feb1191 100644 --- a/application/controllers/General_settings.php +++ b/application/controllers/General_settings.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.5.0 diff --git a/application/controllers/Google.php b/application/controllers/Google.php index d6a13095..9e0b1b9c 100644 --- a/application/controllers/Google.php +++ b/application/controllers/Google.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.0.0 diff --git a/application/controllers/Installation.php b/application/controllers/Installation.php index 35b7fc6f..4a6afad1 100644 --- a/application/controllers/Installation.php +++ b/application/controllers/Installation.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.1.0 diff --git a/application/controllers/Legal_settings.php b/application/controllers/Legal_settings.php index b7463f2a..0f8e88a9 100644 --- a/application/controllers/Legal_settings.php +++ b/application/controllers/Legal_settings.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.5.0 diff --git a/application/controllers/Login.php b/application/controllers/Login.php index 3a2744c1..94c2db9e 100644 --- a/application/controllers/Login.php +++ b/application/controllers/Login.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.5.0 diff --git a/application/controllers/Logout.php b/application/controllers/Logout.php index a6574ad2..f78a10fa 100644 --- a/application/controllers/Logout.php +++ b/application/controllers/Logout.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.0.0 diff --git a/application/controllers/Privacy.php b/application/controllers/Privacy.php index 318bcca0..408e6afa 100644 --- a/application/controllers/Privacy.php +++ b/application/controllers/Privacy.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.3.2 diff --git a/application/controllers/Providers.php b/application/controllers/Providers.php index d98f2e8d..a770a65e 100644 --- a/application/controllers/Providers.php +++ b/application/controllers/Providers.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.0.0 diff --git a/application/controllers/Recovery.php b/application/controllers/Recovery.php index 70d38472..d547d476 100644 --- a/application/controllers/Recovery.php +++ b/application/controllers/Recovery.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.0.0 diff --git a/application/controllers/Secretaries.php b/application/controllers/Secretaries.php index 9b68fd6d..5487bcb7 100644 --- a/application/controllers/Secretaries.php +++ b/application/controllers/Secretaries.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.0.0 diff --git a/application/controllers/Services.php b/application/controllers/Services.php index 49d57302..f18636f9 100644 --- a/application/controllers/Services.php +++ b/application/controllers/Services.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.0.0 diff --git a/application/controllers/Unavailabilities.php b/application/controllers/Unavailabilities.php index c6fb3ae0..2a1c9d0e 100644 --- a/application/controllers/Unavailabilities.php +++ b/application/controllers/Unavailabilities.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.0.0 diff --git a/application/controllers/Update.php b/application/controllers/Update.php index 89b4ee51..88f55507 100644 --- a/application/controllers/Update.php +++ b/application/controllers/Update.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.1.0 diff --git a/application/controllers/User.php b/application/controllers/User.php index e1d24ae5..30e05eb1 100644 --- a/application/controllers/User.php +++ b/application/controllers/User.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.0.0 diff --git a/application/controllers/api/v1/Admins_api_v1.php b/application/controllers/api/v1/Admins_api_v1.php index d88b6dc8..50e2fb03 100644 --- a/application/controllers/api/v1/Admins_api_v1.php +++ b/application/controllers/api/v1/Admins_api_v1.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.5.0 diff --git a/application/controllers/api/v1/Appointments_api_v1.php b/application/controllers/api/v1/Appointments_api_v1.php index 46e56b7e..88cf0bed 100644 --- a/application/controllers/api/v1/Appointments_api_v1.php +++ b/application/controllers/api/v1/Appointments_api_v1.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.5.0 diff --git a/application/controllers/api/v1/Availabilities_api_v1.php b/application/controllers/api/v1/Availabilities_api_v1.php index 67242bca..99e74f3d 100644 --- a/application/controllers/api/v1/Availabilities_api_v1.php +++ b/application/controllers/api/v1/Availabilities_api_v1.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.5.0 diff --git a/application/controllers/api/v1/Categories_api_v1.php b/application/controllers/api/v1/Categories_api_v1.php index 73fd7a7b..33d50495 100644 --- a/application/controllers/api/v1/Categories_api_v1.php +++ b/application/controllers/api/v1/Categories_api_v1.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.5.0 diff --git a/application/controllers/api/v1/Customers_api_v1.php b/application/controllers/api/v1/Customers_api_v1.php index 26dd45a8..561a906b 100644 --- a/application/controllers/api/v1/Customers_api_v1.php +++ b/application/controllers/api/v1/Customers_api_v1.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.5.0 diff --git a/application/controllers/api/v1/Providers_api_v1.php b/application/controllers/api/v1/Providers_api_v1.php index 00a49228..169086ec 100644 --- a/application/controllers/api/v1/Providers_api_v1.php +++ b/application/controllers/api/v1/Providers_api_v1.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.5.0 diff --git a/application/controllers/api/v1/Secretaries_api_v1.php b/application/controllers/api/v1/Secretaries_api_v1.php index 4bc367d6..164bbfd0 100644 --- a/application/controllers/api/v1/Secretaries_api_v1.php +++ b/application/controllers/api/v1/Secretaries_api_v1.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.5.0 diff --git a/application/controllers/api/v1/Services_api_v1.php b/application/controllers/api/v1/Services_api_v1.php index 34080897..e7ae3c67 100644 --- a/application/controllers/api/v1/Services_api_v1.php +++ b/application/controllers/api/v1/Services_api_v1.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.5.0 diff --git a/application/controllers/api/v1/Settings_api_v1.php b/application/controllers/api/v1/Settings_api_v1.php index 413bf6bb..ab6a70c3 100644 --- a/application/controllers/api/v1/Settings_api_v1.php +++ b/application/controllers/api/v1/Settings_api_v1.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.5.0 diff --git a/application/controllers/api/v1/Unavailabilities_api_v1.php b/application/controllers/api/v1/Unavailabilities_api_v1.php index 1aae1213..168fac94 100644 --- a/application/controllers/api/v1/Unavailabilities_api_v1.php +++ b/application/controllers/api/v1/Unavailabilities_api_v1.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.5.0 diff --git a/application/core/EA_Benchmark.php b/application/core/EA_Benchmark.php index d224b1cf..093cf381 100644 --- a/application/core/EA_Benchmark.php +++ b/application/core/EA_Benchmark.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_Cache.php b/application/core/EA_Cache.php index cc8c7176..5a079af5 100644 --- a/application/core/EA_Cache.php +++ b/application/core/EA_Cache.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_Calendar.php b/application/core/EA_Calendar.php index 8564f06c..3d313a1e 100644 --- a/application/core/EA_Calendar.php +++ b/application/core/EA_Calendar.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_Config.php b/application/core/EA_Config.php index 0e98f34b..cb2bc8e2 100644 --- a/application/core/EA_Config.php +++ b/application/core/EA_Config.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_Controller.php b/application/core/EA_Controller.php index c4eb0036..615221bf 100644 --- a/application/core/EA_Controller.php +++ b/application/core/EA_Controller.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_DB_forge.php b/application/core/EA_DB_forge.php index f0956ebe..2369c7fe 100644 --- a/application/core/EA_DB_forge.php +++ b/application/core/EA_DB_forge.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_DB_query_builder.php b/application/core/EA_DB_query_builder.php index d862feed..683dadd9 100644 --- a/application/core/EA_DB_query_builder.php +++ b/application/core/EA_DB_query_builder.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_DB_utility.php b/application/core/EA_DB_utility.php index a3c822d4..592198c6 100644 --- a/application/core/EA_DB_utility.php +++ b/application/core/EA_DB_utility.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_Email.php b/application/core/EA_Email.php index 3012a7ee..ac682ec2 100644 --- a/application/core/EA_Email.php +++ b/application/core/EA_Email.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_Encrypt.php b/application/core/EA_Encrypt.php index e51f9805..1c1046eb 100644 --- a/application/core/EA_Encrypt.php +++ b/application/core/EA_Encrypt.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_Encryption.php b/application/core/EA_Encryption.php index 1651457e..a74fa265 100644 --- a/application/core/EA_Encryption.php +++ b/application/core/EA_Encryption.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_Exceptions.php b/application/core/EA_Exceptions.php index cc2a8696..35d2ebcc 100644 --- a/application/core/EA_Exceptions.php +++ b/application/core/EA_Exceptions.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_Hooks.php b/application/core/EA_Hooks.php index d936249d..5df0d1a4 100644 --- a/application/core/EA_Hooks.php +++ b/application/core/EA_Hooks.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_Input.php b/application/core/EA_Input.php index 80793a14..9b82a104 100644 --- a/application/core/EA_Input.php +++ b/application/core/EA_Input.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_Lang.php b/application/core/EA_Lang.php index cfa00206..598372ce 100644 --- a/application/core/EA_Lang.php +++ b/application/core/EA_Lang.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_Loader.php b/application/core/EA_Loader.php index abbfe8b5..28437a68 100644 --- a/application/core/EA_Loader.php +++ b/application/core/EA_Loader.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_Log.php b/application/core/EA_Log.php index 7b9dbfb5..01e2cdbe 100644 --- a/application/core/EA_Log.php +++ b/application/core/EA_Log.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_Migration.php b/application/core/EA_Migration.php index 4d87956a..9edc2c78 100644 --- a/application/core/EA_Migration.php +++ b/application/core/EA_Migration.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_Model.php b/application/core/EA_Model.php index f8cc3c30..86590a54 100644 --- a/application/core/EA_Model.php +++ b/application/core/EA_Model.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_Output.php b/application/core/EA_Output.php index 083af964..3c8d75e8 100644 --- a/application/core/EA_Output.php +++ b/application/core/EA_Output.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_Profiler.php b/application/core/EA_Profiler.php index 5e6db78c..fa4dcc5e 100644 --- a/application/core/EA_Profiler.php +++ b/application/core/EA_Profiler.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_Router.php b/application/core/EA_Router.php index 063eb118..d047d209 100644 --- a/application/core/EA_Router.php +++ b/application/core/EA_Router.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_Security.php b/application/core/EA_Security.php index 44046de0..d2052770 100644 --- a/application/core/EA_Security.php +++ b/application/core/EA_Security.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_Session.php b/application/core/EA_Session.php index f89380cc..015e7a67 100644 --- a/application/core/EA_Session.php +++ b/application/core/EA_Session.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_URI.php b/application/core/EA_URI.php index 6c91c538..686609ce 100644 --- a/application/core/EA_URI.php +++ b/application/core/EA_URI.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/core/EA_Upload.php b/application/core/EA_Upload.php index a17bae80..baaf1674 100644 --- a/application/core/EA_Upload.php +++ b/application/core/EA_Upload.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @copyright Copyright (c) Alex Tselegidis * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link https://easyappointments.org * @since v1.4.0 diff --git a/application/helpers/asset_helper.php b/application/helpers/asset_helper.php index 9c135a66..2d926622 100644 --- a/application/helpers/asset_helper.php +++ b/application/helpers/asset_helper.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.3.0 * ---------------------------------------------------------------------------- */ diff --git a/application/helpers/config_helper.php b/application/helpers/config_helper.php index 69afb1cf..d29d6b69 100644 --- a/application/helpers/config_helper.php +++ b/application/helpers/config_helper.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.3.0 * ---------------------------------------------------------------------------- */ diff --git a/application/helpers/debug_helper.php b/application/helpers/debug_helper.php index a3c3fc5c..a3fd8dc9 100644 --- a/application/helpers/debug_helper.php +++ b/application/helpers/debug_helper.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/application/helpers/env_helper.php b/application/helpers/env_helper.php index 1ce442cb..ffb98138 100644 --- a/application/helpers/env_helper.php +++ b/application/helpers/env_helper.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/application/helpers/google_analytics_helper.php b/application/helpers/google_analytics_helper.php index e7769343..36c3c9a2 100644 --- a/application/helpers/google_analytics_helper.php +++ b/application/helpers/google_analytics_helper.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.1.0 * ---------------------------------------------------------------------------- */ diff --git a/application/helpers/html_helper.php b/application/helpers/html_helper.php index db2e4069..798e4a53 100644 --- a/application/helpers/html_helper.php +++ b/application/helpers/html_helper.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.4.0 * ---------------------------------------------------------------------------- */ diff --git a/application/helpers/http_helper.php b/application/helpers/http_helper.php index 8ab8c933..0e526f48 100644 --- a/application/helpers/http_helper.php +++ b/application/helpers/http_helper.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/application/helpers/installation_helper.php b/application/helpers/installation_helper.php index 5e53caaa..eeb540df 100644 --- a/application/helpers/installation_helper.php +++ b/application/helpers/installation_helper.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.1.0 * ---------------------------------------------------------------------------- */ diff --git a/application/helpers/password_helper.php b/application/helpers/password_helper.php index 72c652dc..6f151231 100644 --- a/application/helpers/password_helper.php +++ b/application/helpers/password_helper.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/application/helpers/path_helper.php b/application/helpers/path_helper.php index a3ac274f..71043e69 100644 --- a/application/helpers/path_helper.php +++ b/application/helpers/path_helper.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/application/helpers/permission_helper.php b/application/helpers/permission_helper.php index e4046ba2..20573a71 100644 --- a/application/helpers/permission_helper.php +++ b/application/helpers/permission_helper.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/application/helpers/render_helper.php b/application/helpers/render_helper.php index bb2d95d9..d4ff9c11 100644 --- a/application/helpers/render_helper.php +++ b/application/helpers/render_helper.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.4.0 * ---------------------------------------------------------------------------- */ diff --git a/application/helpers/routes_helper.php b/application/helpers/routes_helper.php index 17ce1c34..612acc3e 100644 --- a/application/helpers/routes_helper.php +++ b/application/helpers/routes_helper.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.3.0 * ---------------------------------------------------------------------------- */ diff --git a/application/helpers/session_helper.php b/application/helpers/session_helper.php index 339b7ffb..e027b392 100644 --- a/application/helpers/session_helper.php +++ b/application/helpers/session_helper.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/application/helpers/setting_helper.php b/application/helpers/setting_helper.php index 547e4013..0a6ff224 100644 --- a/application/helpers/setting_helper.php +++ b/application/helpers/setting_helper.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/application/helpers/validation_helper.php b/application/helpers/validation_helper.php index 36e3e431..749c5828 100644 --- a/application/helpers/validation_helper.php +++ b/application/helpers/validation_helper.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/application/libraries/Accounts.php b/application/libraries/Accounts.php index 51d0b5e2..f946589e 100644 --- a/application/libraries/Accounts.php +++ b/application/libraries/Accounts.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/application/libraries/Api.php b/application/libraries/Api.php index bc33d9a7..0efa02b4 100644 --- a/application/libraries/Api.php +++ b/application/libraries/Api.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/application/libraries/Availability.php b/application/libraries/Availability.php index 43ae0ab9..536f8f74 100644 --- a/application/libraries/Availability.php +++ b/application/libraries/Availability.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.4.0 * ---------------------------------------------------------------------------- */ diff --git a/application/libraries/Email_messages.php b/application/libraries/Email_messages.php index 73ddf227..b699c65b 100644 --- a/application/libraries/Email_messages.php +++ b/application/libraries/Email_messages.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.4.0 * ---------------------------------------------------------------------------- */ diff --git a/application/libraries/Google_sync.php b/application/libraries/Google_sync.php index 420d5948..c6a38252 100644 --- a/application/libraries/Google_sync.php +++ b/application/libraries/Google_sync.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/application/libraries/Ics_file.php b/application/libraries/Ics_file.php index 7e7ba791..b6fd32e8 100644 --- a/application/libraries/Ics_file.php +++ b/application/libraries/Ics_file.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.3.0 * ---------------------------------------------------------------------------- */ diff --git a/application/libraries/Instance.php b/application/libraries/Instance.php index 21e9aa4f..bf650ad9 100644 --- a/application/libraries/Instance.php +++ b/application/libraries/Instance.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.4.0 * ---------------------------------------------------------------------------- */ diff --git a/application/libraries/Notifications.php b/application/libraries/Notifications.php index f65e8a4b..27fdd562 100644 --- a/application/libraries/Notifications.php +++ b/application/libraries/Notifications.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.4.0 * ---------------------------------------------------------------------------- */ diff --git a/application/libraries/Synchronization.php b/application/libraries/Synchronization.php index 86c69eec..41ffef40 100644 --- a/application/libraries/Synchronization.php +++ b/application/libraries/Synchronization.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.4.0 * ---------------------------------------------------------------------------- */ diff --git a/application/libraries/Timezones.php b/application/libraries/Timezones.php index b32b92cf..5903e2fc 100644 --- a/application/libraries/Timezones.php +++ b/application/libraries/Timezones.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.4.0 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/001_specific_calendar_sync.php b/application/migrations/001_specific_calendar_sync.php index 47232d27..29b103f3 100644 --- a/application/migrations/001_specific_calendar_sync.php +++ b/application/migrations/001_specific_calendar_sync.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.4.0 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/002_add_google_analytics_setting.php b/application/migrations/002_add_google_analytics_setting.php index fed58fe7..ce0d8052 100644 --- a/application/migrations/002_add_google_analytics_setting.php +++ b/application/migrations/002_add_google_analytics_setting.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.1.0 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/003_add_customer_notifications_setting.php b/application/migrations/003_add_customer_notifications_setting.php index 3e02c98e..c7b833b1 100644 --- a/application/migrations/003_add_customer_notifications_setting.php +++ b/application/migrations/003_add_customer_notifications_setting.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.1.0 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/004_add_date_format_setting.php b/application/migrations/004_add_date_format_setting.php index e8131387..c5d7c12d 100644 --- a/application/migrations/004_add_date_format_setting.php +++ b/application/migrations/004_add_date_format_setting.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.1.0 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/005_add_require_captcha_setting.php b/application/migrations/005_add_require_captcha_setting.php index 4ef02a9c..8d99af5e 100644 --- a/application/migrations/005_add_require_captcha_setting.php +++ b/application/migrations/005_add_require_captcha_setting.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.1.0 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/006_add_calendar_view_setting.php b/application/migrations/006_add_calendar_view_setting.php index 88755dfd..8f9aada0 100644 --- a/application/migrations/006_add_calendar_view_setting.php +++ b/application/migrations/006_add_calendar_view_setting.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.2.0 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/007_add_service_availabilities_type.php b/application/migrations/007_add_service_availabilities_type.php index b7383f37..90859624 100644 --- a/application/migrations/007_add_service_availabilities_type.php +++ b/application/migrations/007_add_service_availabilities_type.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.2.0 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/008_add_service_attendants_number.php b/application/migrations/008_add_service_attendants_number.php index d6620cf6..f147d379 100644 --- a/application/migrations/008_add_service_attendants_number.php +++ b/application/migrations/008_add_service_attendants_number.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.2.0 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/009_change_column_types.php b/application/migrations/009_change_column_types.php index 8764afd3..d442c6f2 100644 --- a/application/migrations/009_change_column_types.php +++ b/application/migrations/009_change_column_types.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.3.0 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/010_add_time_format_setting.php b/application/migrations/010_add_time_format_setting.php index 92f29569..1d0e02bd 100644 --- a/application/migrations/010_add_time_format_setting.php +++ b/application/migrations/010_add_time_format_setting.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.3.0 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/011_remove_prefix_from_fkey_constraints.php b/application/migrations/011_remove_prefix_from_fkey_constraints.php index 242c4016..a4577e73 100644 --- a/application/migrations/011_remove_prefix_from_fkey_constraints.php +++ b/application/migrations/011_remove_prefix_from_fkey_constraints.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.3.0 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/012_legal_contents.php b/application/migrations/012_legal_contents.php index ad0016ab..1d5463e4 100644 --- a/application/migrations/012_legal_contents.php +++ b/application/migrations/012_legal_contents.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.3.2 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/013_add_weekday_start_setting.php b/application/migrations/013_add_weekday_start_setting.php index 7e5ba221..df3f694d 100644 --- a/application/migrations/013_add_weekday_start_setting.php +++ b/application/migrations/013_add_weekday_start_setting.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.3.2 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/014_create_appointment_location_column.php b/application/migrations/014_create_appointment_location_column.php index d0912247..94d34750 100644 --- a/application/migrations/014_create_appointment_location_column.php +++ b/application/migrations/014_create_appointment_location_column.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.4.0 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/015_add_working_plan_exceptions_to_user_settings.php b/application/migrations/015_add_working_plan_exceptions_to_user_settings.php index 6bae236c..5b5a2732 100644 --- a/application/migrations/015_add_working_plan_exceptions_to_user_settings.php +++ b/application/migrations/015_add_working_plan_exceptions_to_user_settings.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.2.0 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/016_add_require_phone_number_setting.php b/application/migrations/016_add_require_phone_number_setting.php index f39ae62d..ef447e1d 100644 --- a/application/migrations/016_add_require_phone_number_setting.php +++ b/application/migrations/016_add_require_phone_number_setting.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.4.0 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/017_add_api_token_setting.php b/application/migrations/017_add_api_token_setting.php index 6c67b387..43536c5c 100644 --- a/application/migrations/017_add_api_token_setting.php +++ b/application/migrations/017_add_api_token_setting.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.4.0 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/018_add_timezone_to_users.php b/application/migrations/018_add_timezone_to_users.php index abe22078..af42800d 100644 --- a/application/migrations/018_add_timezone_to_users.php +++ b/application/migrations/018_add_timezone_to_users.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.4.0 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/019_add_display_any_provider_setting.php b/application/migrations/019_add_display_any_provider_setting.php index 55c1cce5..c83a8831 100644 --- a/application/migrations/019_add_display_any_provider_setting.php +++ b/application/migrations/019_add_display_any_provider_setting.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.4.0 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/020_add_language_to_users.php b/application/migrations/020_add_language_to_users.php index 52c55aed..eba30065 100644 --- a/application/migrations/020_add_language_to_users.php +++ b/application/migrations/020_add_language_to_users.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.4.0 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/021_modify_sync_period_columns.php b/application/migrations/021_modify_sync_period_columns.php index f2042fbb..def62038 100644 --- a/application/migrations/021_modify_sync_period_columns.php +++ b/application/migrations/021_modify_sync_period_columns.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.4.0 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/022_add_show_field_settings.php b/application/migrations/022_add_show_field_settings.php index 31b87d44..c58d22fb 100644 --- a/application/migrations/022_add_show_field_settings.php +++ b/application/migrations/022_add_show_field_settings.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/023_rename_service_categories_table_to_categories.php b/application/migrations/023_rename_service_categories_table_to_categories.php index 596a4b28..abd212a9 100644 --- a/application/migrations/023_rename_service_categories_table_to_categories.php +++ b/application/migrations/023_rename_service_categories_table_to_categories.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/application/migrations/024_rename_id_service_categories_column_of_services_table.php b/application/migrations/024_rename_id_service_categories_column_of_services_table.php index af58eeb5..ea31b4ab 100644 --- a/application/migrations/024_rename_id_service_categories_column_of_services_table.php +++ b/application/migrations/024_rename_id_service_categories_column_of_services_table.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/application/models/Admins_model.php b/application/models/Admins_model.php index 95c75c7f..4472c9ca 100644 --- a/application/models/Admins_model.php +++ b/application/models/Admins_model.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/application/models/Appointments_model.php b/application/models/Appointments_model.php index 3336c26c..a5655398 100644 --- a/application/models/Appointments_model.php +++ b/application/models/Appointments_model.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/application/models/Categories_model.php b/application/models/Categories_model.php index 98d4bd80..5c7d2685 100644 --- a/application/models/Categories_model.php +++ b/application/models/Categories_model.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/application/models/Consents_model.php b/application/models/Consents_model.php index f4dc118b..457ecbd5 100644 --- a/application/models/Consents_model.php +++ b/application/models/Consents_model.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.3.2 * ---------------------------------------------------------------------------- */ diff --git a/application/models/Customers_model.php b/application/models/Customers_model.php index 90e0b225..cac3f69d 100644 --- a/application/models/Customers_model.php +++ b/application/models/Customers_model.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/application/models/Providers_model.php b/application/models/Providers_model.php index b1d34e0d..acb8efda 100755 --- a/application/models/Providers_model.php +++ b/application/models/Providers_model.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/application/models/Roles_model.php b/application/models/Roles_model.php index 61ea798c..9f9855ad 100644 --- a/application/models/Roles_model.php +++ b/application/models/Roles_model.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/application/models/Secretaries_model.php b/application/models/Secretaries_model.php index b8272081..fc25ebfd 100644 --- a/application/models/Secretaries_model.php +++ b/application/models/Secretaries_model.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/application/models/Services_model.php b/application/models/Services_model.php index b986508f..210e9c3f 100644 --- a/application/models/Services_model.php +++ b/application/models/Services_model.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/application/models/Settings_model.php b/application/models/Settings_model.php index aaacb05d..380b091b 100644 --- a/application/models/Settings_model.php +++ b/application/models/Settings_model.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/application/models/Unavailabilities_model.php b/application/models/Unavailabilities_model.php index 931fee96..46922f7c 100644 --- a/application/models/Unavailabilities_model.php +++ b/application/models/Unavailabilities_model.php @@ -5,8 +5,8 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyunavailabilities.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/application/models/Users_model.php b/application/models/Users_model.php index 27f8bb88..b19bb43e 100644 --- a/application/models/Users_model.php +++ b/application/models/Users_model.php @@ -5,9 +5,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/css/bootstrap.scss b/assets/css/bootstrap.scss index 1fd195bf..4325e60d 100644 --- a/assets/css/bootstrap.scss +++ b/assets/css/bootstrap.scss @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/css/general.scss b/assets/css/general.scss index af2adbbd..15355bfb 100644 --- a/assets/css/general.scss +++ b/assets/css/general.scss @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/css/layouts/account_layout.scss b/assets/css/layouts/account_layout.scss index bb75aa56..d8b36c99 100644 --- a/assets/css/layouts/account_layout.scss +++ b/assets/css/layouts/account_layout.scss @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/css/layouts/backend_layout.scss b/assets/css/layouts/backend_layout.scss index e1eabe56..5c2f20f4 100644 --- a/assets/css/layouts/backend_layout.scss +++ b/assets/css/layouts/backend_layout.scss @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/css/layouts/booking_layout.scss b/assets/css/layouts/booking_layout.scss index a3c78f18..81286b1d 100644 --- a/assets/css/layouts/booking_layout.scss +++ b/assets/css/layouts/booking_layout.scss @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/css/layouts/message_layout.scss b/assets/css/layouts/message_layout.scss index 9345dba5..25b94057 100644 --- a/assets/css/layouts/message_layout.scss +++ b/assets/css/layouts/message_layout.scss @@ -3,8 +3,8 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/app.js b/assets/js/app.js index 98b12321..2e6bf3dc 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/backend_users.js b/assets/js/backend_users.js index 7b11109a..798ec8b6 100644 --- a/assets/js/backend_users.js +++ b/assets/js/backend_users.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/backend_users_admins.js b/assets/js/backend_users_admins.js index 1f9be166..d0b2880a 100644 --- a/assets/js/backend_users_admins.js +++ b/assets/js/backend_users_admins.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/backend_users_providers.js b/assets/js/backend_users_providers.js index 8d91d306..4514d0fc 100755 --- a/assets/js/backend_users_providers.js +++ b/assets/js/backend_users_providers.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/backend_users_secretaries.js b/assets/js/backend_users_secretaries.js index a49f8055..5c6176fb 100644 --- a/assets/js/backend_users_secretaries.js +++ b/assets/js/backend_users_secretaries.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/http/admins_http_client.js b/assets/js/http/admins_http_client.js index 3009b171..178a276f 100644 --- a/assets/js/http/admins_http_client.js +++ b/assets/js/http/admins_http_client.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/http/appointments_http_client.js b/assets/js/http/appointments_http_client.js index 0a650447..2ce63c4c 100644 --- a/assets/js/http/appointments_http_client.js +++ b/assets/js/http/appointments_http_client.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/http/categories_http_client.js b/assets/js/http/categories_http_client.js index db3f4b9e..bec26978 100644 --- a/assets/js/http/categories_http_client.js +++ b/assets/js/http/categories_http_client.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/http/customers_http_client.js b/assets/js/http/customers_http_client.js index 3feeeb1b..191177d7 100644 --- a/assets/js/http/customers_http_client.js +++ b/assets/js/http/customers_http_client.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/http/providers_http_client.js b/assets/js/http/providers_http_client.js index 4e93ba5e..7c2ec3ee 100644 --- a/assets/js/http/providers_http_client.js +++ b/assets/js/http/providers_http_client.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/http/secretaries_http_client.js b/assets/js/http/secretaries_http_client.js index 500b7d80..b2df2b1d 100644 --- a/assets/js/http/secretaries_http_client.js +++ b/assets/js/http/secretaries_http_client.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/http/services_http_client.js b/assets/js/http/services_http_client.js index 084becf6..72b93ff3 100644 --- a/assets/js/http/services_http_client.js +++ b/assets/js/http/services_http_client.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/http/settings_http_client.js b/assets/js/http/settings_http_client.js index d67b8b8b..8325c94d 100644 --- a/assets/js/http/settings_http_client.js +++ b/assets/js/http/settings_http_client.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/http/unavailabilities_http_client.js b/assets/js/http/unavailabilities_http_client.js index ff8f3b7a..811b004b 100644 --- a/assets/js/http/unavailabilities_http_client.js +++ b/assets/js/http/unavailabilities_http_client.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/layouts/account_layout.js b/assets/js/layouts/account_layout.js index 11c5015c..7f52f33c 100644 --- a/assets/js/layouts/account_layout.js +++ b/assets/js/layouts/account_layout.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/layouts/backend.js b/assets/js/layouts/backend.js index bec8ff59..b829d0f6 100644 --- a/assets/js/layouts/backend.js +++ b/assets/js/layouts/backend.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/layouts/backend_layout.js b/assets/js/layouts/backend_layout.js index 0406552d..6db7bb4b 100644 --- a/assets/js/layouts/backend_layout.js +++ b/assets/js/layouts/backend_layout.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/layouts/booking_layout.js b/assets/js/layouts/booking_layout.js index 20940e63..9b723e9c 100644 --- a/assets/js/layouts/booking_layout.js +++ b/assets/js/layouts/booking_layout.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/layouts/message_layout.js b/assets/js/layouts/message_layout.js index 625ef258..a373bcaa 100644 --- a/assets/js/layouts/message_layout.js +++ b/assets/js/layouts/message_layout.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_admins.js b/assets/js/pages/backend_admins.js index 4f75b779..57cc3907 100644 --- a/assets/js/pages/backend_admins.js +++ b/assets/js/pages/backend_admins.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_admins_helper.js b/assets/js/pages/backend_admins_helper.js index 23bff40f..ae46e9f4 100644 --- a/assets/js/pages/backend_admins_helper.js +++ b/assets/js/pages/backend_admins_helper.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_calendar.js b/assets/js/pages/backend_calendar.js index 59807124..4d264a48 100755 --- a/assets/js/pages/backend_calendar.js +++ b/assets/js/pages/backend_calendar.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_calendar_api.js b/assets/js/pages/backend_calendar_api.js index b5662794..4b0c1958 100755 --- a/assets/js/pages/backend_calendar_api.js +++ b/assets/js/pages/backend_calendar_api.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.2.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_calendar_appointments_modal.js b/assets/js/pages/backend_calendar_appointments_modal.js index 94d898c1..ec43302f 100755 --- a/assets/js/pages/backend_calendar_appointments_modal.js +++ b/assets/js/pages/backend_calendar_appointments_modal.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.2.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_calendar_default_view.js b/assets/js/pages/backend_calendar_default_view.js index 11780edb..fd8049a4 100755 --- a/assets/js/pages/backend_calendar_default_view.js +++ b/assets/js/pages/backend_calendar_default_view.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.2.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_calendar_google_sync.js b/assets/js/pages/backend_calendar_google_sync.js index 4cc7dfec..59b5f728 100644 --- a/assets/js/pages/backend_calendar_google_sync.js +++ b/assets/js/pages/backend_calendar_google_sync.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.2.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_calendar_table_view.js b/assets/js/pages/backend_calendar_table_view.js index 15ef7507..83341c37 100755 --- a/assets/js/pages/backend_calendar_table_view.js +++ b/assets/js/pages/backend_calendar_table_view.js @@ -4,8 +4,8 @@ * @package EasyAppointments * @author A.Tselegidis * @copyright Copyright (c) 2013 - 2016, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.2.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_calendar_unavailability_events_modal.js b/assets/js/pages/backend_calendar_unavailability_events_modal.js index 3f276170..38a086ed 100755 --- a/assets/js/pages/backend_calendar_unavailability_events_modal.js +++ b/assets/js/pages/backend_calendar_unavailability_events_modal.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.2.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_calendar_working_plan_exceptions_modal.js b/assets/js/pages/backend_calendar_working_plan_exceptions_modal.js index 88739070..e1ea4c37 100644 --- a/assets/js/pages/backend_calendar_working_plan_exceptions_modal.js +++ b/assets/js/pages/backend_calendar_working_plan_exceptions_modal.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.2.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_categories.js b/assets/js/pages/backend_categories.js index d286652e..75b7f8ba 100644 --- a/assets/js/pages/backend_categories.js +++ b/assets/js/pages/backend_categories.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_categories_helper.js b/assets/js/pages/backend_categories_helper.js index 8c813171..12d5df72 100644 --- a/assets/js/pages/backend_categories_helper.js +++ b/assets/js/pages/backend_categories_helper.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_customers.js b/assets/js/pages/backend_customers.js index 750e60c5..5c260799 100644 --- a/assets/js/pages/backend_customers.js +++ b/assets/js/pages/backend_customers.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_customers_helper.js b/assets/js/pages/backend_customers_helper.js index 8cae655b..b44f678e 100644 --- a/assets/js/pages/backend_customers_helper.js +++ b/assets/js/pages/backend_customers_helper.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_providers.js b/assets/js/pages/backend_providers.js index 08c3485a..e189a4dd 100644 --- a/assets/js/pages/backend_providers.js +++ b/assets/js/pages/backend_providers.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_providers_helper.js b/assets/js/pages/backend_providers_helper.js index 2386015d..244f1806 100755 --- a/assets/js/pages/backend_providers_helper.js +++ b/assets/js/pages/backend_providers_helper.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_secretaries.js b/assets/js/pages/backend_secretaries.js index c8412f6b..f38ee35f 100644 --- a/assets/js/pages/backend_secretaries.js +++ b/assets/js/pages/backend_secretaries.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_secretaries_helper.js b/assets/js/pages/backend_secretaries_helper.js index 13fc1cbb..95cfd9ee 100644 --- a/assets/js/pages/backend_secretaries_helper.js +++ b/assets/js/pages/backend_secretaries_helper.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_services.js b/assets/js/pages/backend_services.js index 6f6a8743..89d9d415 100644 --- a/assets/js/pages/backend_services.js +++ b/assets/js/pages/backend_services.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_services_helper.js b/assets/js/pages/backend_services_helper.js index 1490e64a..78da37e0 100644 --- a/assets/js/pages/backend_services_helper.js +++ b/assets/js/pages/backend_services_helper.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_settings_business_logic.js b/assets/js/pages/backend_settings_business_logic.js index a9d327af..d02ccb32 100644 --- a/assets/js/pages/backend_settings_business_logic.js +++ b/assets/js/pages/backend_settings_business_logic.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_settings_business_logic_helper.js b/assets/js/pages/backend_settings_business_logic_helper.js index d1018c74..8a566228 100644 --- a/assets/js/pages/backend_settings_business_logic_helper.js +++ b/assets/js/pages/backend_settings_business_logic_helper.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_settings_client_form.js b/assets/js/pages/backend_settings_client_form.js index 42966209..89ce61ca 100644 --- a/assets/js/pages/backend_settings_client_form.js +++ b/assets/js/pages/backend_settings_client_form.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ @@ -64,7 +64,6 @@ window.BackendSettingsClientForm = window.BackendSettingsClientForm || {}; if (setting.name === 'display_cookie_notice') { $('#display-cookie-notice').prop('checked', Boolean(Number(setting.value))); } - }); // Set default settings helper. @@ -100,10 +99,10 @@ window.BackendSettingsClientForm = window.BackendSettingsClientForm || {}; */ $('.hide-toggle').on('click', function () { var $target = $(this); - + $target.find('span').each(function (index, span) { - var $span = $(span); - + var $span = $(span); + var isHidden = $span.prop('hidden'); $span.prop('hidden', !isHidden); @@ -111,9 +110,9 @@ window.BackendSettingsClientForm = window.BackendSettingsClientForm || {}; }); /** - * Set a Visible/Hidden toggle button to a certain state. + * Set a Visible/Hidden toggle button to a certain state. * - * @param {jQuery} $target Target element selector. + * @param {jQuery} $target Target element selector. * @param {Boolean} isVisible a boolean which is true if the button should display 'visible' and false when the button should display 'hidden' */ function setShowToggleValue($target, isVisible) { @@ -131,7 +130,7 @@ window.BackendSettingsClientForm = window.BackendSettingsClientForm || {}; /** * Get the Visible/Hidden toggle button * - * @param {jQuery} $target Target element selector. + * @param {jQuery} $target Target element selector. * * @return the state of the button. True for visible, false for hidden. */ diff --git a/assets/js/pages/backend_settings_client_form_helper.js b/assets/js/pages/backend_settings_client_form_helper.js index a42de743..f8cecaaf 100644 --- a/assets/js/pages/backend_settings_client_form_helper.js +++ b/assets/js/pages/backend_settings_client_form_helper.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_settings_current_user.js b/assets/js/pages/backend_settings_current_user.js index bab8fd35..38e55756 100644 --- a/assets/js/pages/backend_settings_current_user.js +++ b/assets/js/pages/backend_settings_current_user.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_settings_current_user_helper.js b/assets/js/pages/backend_settings_current_user_helper.js index 17265054..bab64f19 100644 --- a/assets/js/pages/backend_settings_current_user_helper.js +++ b/assets/js/pages/backend_settings_current_user_helper.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_settings_general.js b/assets/js/pages/backend_settings_general.js index 8165887b..80c6a232 100644 --- a/assets/js/pages/backend_settings_general.js +++ b/assets/js/pages/backend_settings_general.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_settings_general_helper.js b/assets/js/pages/backend_settings_general_helper.js index e2e1e94e..a996dc9d 100644 --- a/assets/js/pages/backend_settings_general_helper.js +++ b/assets/js/pages/backend_settings_general_helper.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_settings_legal_contents.js b/assets/js/pages/backend_settings_legal_contents.js index 2bf125f0..7ad5b98c 100644 --- a/assets/js/pages/backend_settings_legal_contents.js +++ b/assets/js/pages/backend_settings_legal_contents.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/backend_settings_legal_contents_helper.js b/assets/js/pages/backend_settings_legal_contents_helper.js index b828e366..7340b10c 100644 --- a/assets/js/pages/backend_settings_legal_contents_helper.js +++ b/assets/js/pages/backend_settings_legal_contents_helper.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/frontend_book.js b/assets/js/pages/frontend_book.js index d46247db..60b01a53 100644 --- a/assets/js/pages/frontend_book.js +++ b/assets/js/pages/frontend_book.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/frontend_book_api.js b/assets/js/pages/frontend_book_api.js index aca0699b..38fad8fc 100755 --- a/assets/js/pages/frontend_book_api.js +++ b/assets/js/pages/frontend_book_api.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/frontend_book_success.js b/assets/js/pages/frontend_book_success.js index 1050a6c3..44ffc69d 100644 --- a/assets/js/pages/frontend_book_success.js +++ b/assets/js/pages/frontend_book_success.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/installation.js b/assets/js/pages/installation.js index 432f4f10..b7907f15 100644 --- a/assets/js/pages/installation.js +++ b/assets/js/pages/installation.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/login.js b/assets/js/pages/login.js index 96fd4082..65554168 100644 --- a/assets/js/pages/login.js +++ b/assets/js/pages/login.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.4.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/pages/recovery.js b/assets/js/pages/recovery.js index d69bfeef..17b1e170 100644 --- a/assets/js/pages/recovery.js +++ b/assets/js/pages/recovery.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/utils/general_functions.js b/assets/js/utils/general_functions.js index ed7329f5..634178e5 100755 --- a/assets/js/utils/general_functions.js +++ b/assets/js/utils/general_functions.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/utils/http.js b/assets/js/utils/http.js index 1158a4b4..92e2731c 100644 --- a/assets/js/utils/http.js +++ b/assets/js/utils/http.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/utils/url.js b/assets/js/utils/url.js index 0b11e0ad..911b2b70 100644 --- a/assets/js/utils/url.js +++ b/assets/js/utils/url.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.5.0 * ---------------------------------------------------------------------------- */ diff --git a/assets/js/utils/working_plan.js b/assets/js/utils/working_plan.js index 7ec21135..bbb7a4b8 100755 --- a/assets/js/utils/working_plan.js +++ b/assets/js/utils/working_plan.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/config-sample.php b/config-sample.php index ef2608f3..d5cf9932 100644 --- a/config-sample.php +++ b/config-sample.php @@ -4,9 +4,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.0.0 * ---------------------------------------------------------------------------- */ diff --git a/gulpfile.js b/gulpfile.js index 699b6a49..4f0fc2d5 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -3,9 +3,9 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2018, Alex Tselegidis - * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 - * @link http://easyappointments.org + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org * @since v1.4.0 * ---------------------------------------------------------------------------- */