Skip to content

Commit

Permalink
refactor: Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Feb 11, 2022
1 parent e513bfd commit f77e6c0
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 29 deletions.
4 changes: 2 additions & 2 deletions cms/modules/sitemodule/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
The MIT License (MIT)

Copyright (c) 2018 nystudio107
Copyright (c) 2022 nystudio107

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion cms/modules/sitemodule/src/SiteModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Custom site module
*
* @link https://nystudio107.com
* @copyright Copyright (c) 2019 nystudio107
* @copyright Copyright (c) 2022 nystudio107
*/

namespace modules\sitemodule;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* An example module for Craft CMS 3 that lets you enhance your websites with a custom site module
*
* @link https://nystudio107.com/
* @copyright Copyright (c) 2018 nystudio107
* @copyright Copyright (c) 2022 nystudio107
*/

namespace modules\sitemodule\assetbundles\sitemodule;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Site CSS
*
* @author nystudio107
* @copyright Copyright (c) 2018 nystudio107
* @copyright Copyright (c) 2022 nystudio107
* @link https://nystudio107.com/
* @package SiteModule
* @since 1.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Site JS
*
* @author nystudio107
* @copyright Copyright (c) 2018 nystudio107
* @copyright Copyright (c) 2022 nystudio107
* @link https://nystudio107.com/
* @package SiteModule
* @since 1.0.0
Expand Down
13 changes: 4 additions & 9 deletions cms/modules/sitemodule/src/behaviors/CpVariableBehavior.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* MYMY plugin for Craft CMS 3.x
* Site module for Craft CMS 3.x
*
* Custom plugin for extending Craft for the specific needs of the MYMY site.
* Custom site module
*
* @link https://mein-wunschcatering.de
* @copyright Copyright (c) 2021 MeinWunschcatering GmbH
* @link https://nystudio107.com
* @copyright Copyright (c) 2022 nystudio107
*/

namespace modules\sitemodule\behaviors;
Expand All @@ -15,11 +15,6 @@

use yii\base\Behavior;

/**
* Class CpVariableBehavior
*
* @package mwc\mymy\behaviors
*/
class CpVariableBehavior extends Behavior
{
// Public Methods
Expand Down
13 changes: 4 additions & 9 deletions cms/modules/sitemodule/src/behaviors/MatrixCriteriaBehavior.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* MYMY plugin for Craft CMS 3.x
* Site module for Craft CMS 3.x
*
* Custom plugin for extending Craft for the specific needs of the MYMY site.
* Custom site module
*
* @link https://mein-wunschcatering.de
* @copyright Copyright (c) 2021 MeinWunschcatering GmbH
* @link https://nystudio107.com
* @copyright Copyright (c) 2022 nystudio107
*/

namespace modules\sitemodule\behaviors;
Expand All @@ -18,11 +18,6 @@

use yii\base\Behavior;

/**
* Class MatrixCriteriaBehavior
*
* @package mwc\mymy\behaviors
*/
class MatrixCriteriaBehavior extends Behavior
{
// Constants
Expand Down
2 changes: 1 addition & 1 deletion cms/modules/sitemodule/src/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Custom site module
*
* @link https://nystudio107.com
* @copyright Copyright (c) 2019 nystudio107
* @copyright Copyright (c) 2022 nystudio107
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion cms/modules/sitemodule/src/helpers/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Custom site module
*
* @link https://nystudio107.com
* @copyright Copyright (c) 2019 nystudio107
* @copyright Copyright (c) 2022 nystudio107
*/

namespace modules\sitemodule\helpers;
Expand Down
2 changes: 1 addition & 1 deletion cms/modules/sitemodule/src/services/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Custom site module
*
* @link https://nystudio107.com
* @copyright Copyright (c) 2019 nystudio107
* @copyright Copyright (c) 2022 nystudio107
*/

namespace modules\sitemodule\services;
Expand Down
2 changes: 1 addition & 1 deletion cms/modules/sitemodule/src/translations/en/site-module.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Custom site module
*
* @link https://nystudio107.com
* @copyright Copyright (c) 2019 nystudio107
* @copyright Copyright (c) 2022 nystudio107
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion cms/modules/sitemodule/src/variables/SiteVariable.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Custom site module
*
* @link https://nystudio107.com
* @copyright Copyright (c) 2019 nystudio107
* @copyright Copyright (c) 2022 nystudio107
*/

namespace modules\sitemodule\variables;
Expand Down

0 comments on commit f77e6c0

Please sign in to comment.