diff --git a/cms/modules/sitemodule/LICENSE.md b/cms/modules/sitemodule/LICENSE.md index db2cb88..51d2615 100755 --- a/cms/modules/sitemodule/LICENSE.md +++ b/cms/modules/sitemodule/LICENSE.md @@ -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. \ No newline at end of file +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. diff --git a/cms/modules/sitemodule/src/SiteModule.php b/cms/modules/sitemodule/src/SiteModule.php index a85ca62..335ebec 100755 --- a/cms/modules/sitemodule/src/SiteModule.php +++ b/cms/modules/sitemodule/src/SiteModule.php @@ -5,7 +5,7 @@ * Custom site module * * @link https://nystudio107.com - * @copyright Copyright (c) 2019 nystudio107 + * @copyright Copyright (c) 2022 nystudio107 */ namespace modules\sitemodule; diff --git a/cms/modules/sitemodule/src/assetbundles/sitemodule/SiteModuleAsset.php b/cms/modules/sitemodule/src/assetbundles/sitemodule/SiteModuleAsset.php index 798d841..a58f463 100755 --- a/cms/modules/sitemodule/src/assetbundles/sitemodule/SiteModuleAsset.php +++ b/cms/modules/sitemodule/src/assetbundles/sitemodule/SiteModuleAsset.php @@ -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; diff --git a/cms/modules/sitemodule/src/assetbundles/sitemodule/dist/css/SiteModule.css b/cms/modules/sitemodule/src/assetbundles/sitemodule/dist/css/SiteModule.css index ea77417..2d62703 100755 --- a/cms/modules/sitemodule/src/assetbundles/sitemodule/dist/css/SiteModule.css +++ b/cms/modules/sitemodule/src/assetbundles/sitemodule/dist/css/SiteModule.css @@ -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 diff --git a/cms/modules/sitemodule/src/assetbundles/sitemodule/dist/js/SiteModule.js b/cms/modules/sitemodule/src/assetbundles/sitemodule/dist/js/SiteModule.js index 5c02cad..ef97e71 100755 --- a/cms/modules/sitemodule/src/assetbundles/sitemodule/dist/js/SiteModule.js +++ b/cms/modules/sitemodule/src/assetbundles/sitemodule/dist/js/SiteModule.js @@ -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 diff --git a/cms/modules/sitemodule/src/behaviors/CpVariableBehavior.php b/cms/modules/sitemodule/src/behaviors/CpVariableBehavior.php index f913fcd..8994ed8 100644 --- a/cms/modules/sitemodule/src/behaviors/CpVariableBehavior.php +++ b/cms/modules/sitemodule/src/behaviors/CpVariableBehavior.php @@ -1,11 +1,11 @@