Skip to content

Commit

Permalink
Update @SInCE text in file header comment block
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed May 14, 2024
1 parent 0db1e51 commit f31bcad
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion application/controllers/Caldav.php
Expand Up @@ -8,7 +8,7 @@
* @copyright Copyright (c) Alex Tselegidis
* @license https://opensource.org/licenses/GPL-3.0 - GPLv3
* @link https://easyappointments.org
* @since v1.0.0
* @since v1.5.0
* ---------------------------------------------------------------------------- */

/**
Expand Down
2 changes: 1 addition & 1 deletion application/libraries/Caldav_sync.php
Expand Up @@ -8,7 +8,7 @@
* @copyright Copyright (c) Alex Tselegidis
* @license https://opensource.org/licenses/GPL-3.0 - GPLv3
* @link https://easyappointments.org
* @since v1.0.0
* @since v1.5.0
* ---------------------------------------------------------------------------- */

use GuzzleHttp\Client;
Expand Down
2 changes: 1 addition & 1 deletion application/libraries/Ldap_client.php
Expand Up @@ -8,7 +8,7 @@
* @copyright Copyright (c) Alex Tselegidis
* @license https://opensource.org/licenses/GPL-3.0 - GPLv3
* @link https://easyappointments.org
* @since v1.4.0
* @since v1.5.0
* ---------------------------------------------------------------------------- */

/**
Expand Down
2 changes: 1 addition & 1 deletion application/models/Blocked_periods_model.php
Expand Up @@ -8,7 +8,7 @@
* @copyright Copyright (c) Alex Tselegidis
* @license https://opensource.org/licenses/GPL-3.0 - GPLv3
* @link https://easyappointments.org
* @since v1.0.0
* @since v1.5.0
* ---------------------------------------------------------------------------- */

/**
Expand Down
2 changes: 1 addition & 1 deletion application/models/Webhooks_model.php
Expand Up @@ -8,7 +8,7 @@
* @copyright Copyright (c) Alex Tselegidis
* @license https://opensource.org/licenses/GPL-3.0 - GPLv3
* @link https://easyappointments.org
* @since v1.3.2
* @since v1.5.0
* ---------------------------------------------------------------------------- */

/**
Expand Down

0 comments on commit f31bcad

Please sign in to comment.