Skip to content

Commit

Permalink
refactor: Remove copyright year & Craft version
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Apr 28, 2024
1 parent 098d5d4 commit acf6824
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions src/FastcgiCacheBust.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* FastCGI Cache Bust plugin for Craft CMS 3.x
* FastCGI Cache Bust plugin for Craft CMS
*
* Bust the Nginx FastCGI Cache when entries are saved or created.
*
* @link https://nystudio107.com
* @copyright Copyright (c) 2017 nystudio107
* @copyright Copyright (c) nystudio107
*/

namespace nystudio107\fastcgicachebust;
Expand Down
4 changes: 2 additions & 2 deletions src/assetbundles/fastcgicachebust/FastcgiCacheBustAsset.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* FastCGI Cache Bust plugin for Craft CMS 3.x
* FastCGI Cache Bust plugin for Craft CMS
*
* Bust the Nginx FastCGI Cache when entries are saved or created.
*
* @link https://nystudio107.com
* @copyright Copyright (c) 2017 nystudio107
* @copyright Copyright (c) nystudio107
*/

namespace nystudio107\fastcgicachebust\assetbundles\fastcgicachebust;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* FastCGI Cache Bust CSS
*
* @author nystudio107
* @copyright Copyright (c) 2017 nystudio107
* @copyright Copyright (c) nystudio107
* @link https://nystudio107.com
* @package FastcgiCacheBust
* @since 1.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* FastCGI Cache Bust JS
*
* @author nystudio107
* @copyright Copyright (c) 2017 nystudio107
* @copyright Copyright (c) nystudio107
* @link https://nystudio107.com
* @package FastcgiCacheBust
* @since 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions src/config.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* FastCGI Cache Bust plugin for Craft CMS 3.x
* FastCGI Cache Bust plugin for Craft CMS
*
* Bust the Nginx FastCGI Cache when entries are saved or created.
*
* @link https://nystudio107.com
* @copyright Copyright (c) 2017 nystudio107
* @copyright Copyright (c) nystudio107
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/models/Settings.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* FastCGI Cache Bust plugin for Craft CMS 3.x
* FastCGI Cache Bust plugin for Craft CMS
*
* Bust the Nginx FastCGI Cache when entries are saved or created.
*
* @link https://nystudio107.com
* @copyright Copyright (c) 2017 nystudio107
* @copyright Copyright (c) nystudio107
*/

namespace nystudio107\fastcgicachebust\models;
Expand Down
4 changes: 2 additions & 2 deletions src/services/Cache.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* FastCGI Cache Bust plugin for Craft CMS 3.x
* FastCGI Cache Bust plugin for Craft CMS
*
* Bust the Nginx FastCGI Cache when entries are saved or created.
*
* @link https://nystudio107.com
* @copyright Copyright (c) 2017 nystudio107
* @copyright Copyright (c) nystudio107
*/

namespace nystudio107\fastcgicachebust\services;
Expand Down
4 changes: 2 additions & 2 deletions src/services/ServicesTrait.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* FastCGI Cache Bust plugin for Craft CMS 3.x
* FastCGI Cache Bust plugin for Craft CMS
*
* Bust the Nginx FastCGI Cache when entries are saved or created.
*
* @link https://nystudio107.com
* @copyright Copyright (c) 2017 nystudio107
* @copyright Copyright (c) nystudio107
*/

namespace nystudio107\fastcgicachebust\services;
Expand Down
4 changes: 2 additions & 2 deletions src/templates/settings.twig
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{#
/**
* FastCGI Cache Bust plugin for Craft CMS 3.x
* FastCGI Cache Bust plugin for Craft CMS
*
* FastCGI Cache Bust Settings.twig
*
* @author nystudio107
* @copyright Copyright (c) 2017 nystudio107
* @copyright Copyright (c) nystudio107
* @link https://nystudio107.com
* @package FastcgiCacheBust
* @since 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions src/translations/en/fastcgi-cache-bust.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* FastCGI Cache Bust plugin for Craft CMS 3.x
* FastCGI Cache Bust plugin for Craft CMS
*
* Bust the Nginx FastCGI Cache when entries are saved or created.
*
* @link https://nystudio107.com
* @copyright Copyright (c) 2017 nystudio107
* @copyright Copyright (c) nystudio107
*/

/**
Expand Down

0 comments on commit acf6824

Please sign in to comment.