diff --git a/Command/AbstractCoreInstallerCommand.php b/Command/AbstractCoreInstallerCommand.php index ff49db7..b8797f2 100644 --- a/Command/AbstractCoreInstallerCommand.php +++ b/Command/AbstractCoreInstallerCommand.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Command/Install/FinishCommand.php b/Command/Install/FinishCommand.php index f4cb300..b238506 100644 --- a/Command/Install/FinishCommand.php +++ b/Command/Install/FinishCommand.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Command/Install/StartCommand.php b/Command/Install/StartCommand.php index 7bf115a..4a44673 100644 --- a/Command/Install/StartCommand.php +++ b/Command/Install/StartCommand.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Command/UpgradeCommand.php b/Command/UpgradeCommand.php index 4ec904f..4d45b3e 100644 --- a/Command/UpgradeCommand.php +++ b/Command/UpgradeCommand.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Container/StageContainer.php b/Container/StageContainer.php index 6f4e909..52f44e0 100644 --- a/Container/StageContainer.php +++ b/Container/StageContainer.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Controller/AjaxInstallController.php b/Controller/AjaxInstallController.php index c50167a..ef20c3f 100644 --- a/Controller/AjaxInstallController.php +++ b/Controller/AjaxInstallController.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Controller/AjaxUpgradeController.php b/Controller/AjaxUpgradeController.php index 719c162..1240bad 100644 --- a/Controller/AjaxUpgradeController.php +++ b/Controller/AjaxUpgradeController.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Controller/InstallerController.php b/Controller/InstallerController.php index 6492671..2211c04 100644 --- a/Controller/InstallerController.php +++ b/Controller/InstallerController.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Controller/MigrationController.php b/Controller/MigrationController.php index 9718719..3871438 100644 --- a/Controller/MigrationController.php +++ b/Controller/MigrationController.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Controller/UpgraderController.php b/Controller/UpgraderController.php index fb6ff29..e132f8d 100644 --- a/Controller/UpgraderController.php +++ b/Controller/UpgraderController.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/DependencyInjection/ZikulaCoreInstallerExtension.php b/DependencyInjection/ZikulaCoreInstallerExtension.php index d5cf0b2..ffd3db7 100644 --- a/DependencyInjection/ZikulaCoreInstallerExtension.php +++ b/DependencyInjection/ZikulaCoreInstallerExtension.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Event/CoreInstallationPreExtensionInstallation.php b/Event/CoreInstallationPreExtensionInstallation.php index 744badd..c94ed43 100644 --- a/Event/CoreInstallationPreExtensionInstallation.php +++ b/Event/CoreInstallationPreExtensionInstallation.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Event/CoreInstallerBundleEvent.php b/Event/CoreInstallerBundleEvent.php index 48204b9..e8a51c8 100644 --- a/Event/CoreInstallerBundleEvent.php +++ b/Event/CoreInstallerBundleEvent.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Event/CoreUpgradePreExtensionUpgrade.php b/Event/CoreUpgradePreExtensionUpgrade.php index 1e2918f..c192d21 100644 --- a/Event/CoreUpgradePreExtensionUpgrade.php +++ b/Event/CoreUpgradePreExtensionUpgrade.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/EventListener/InstallUpgradeCheckListener.php b/EventListener/InstallUpgradeCheckListener.php index c3ae698..1fc3026 100644 --- a/EventListener/InstallUpgradeCheckListener.php +++ b/EventListener/InstallUpgradeCheckListener.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Form/Type/CreateAdminType.php b/Form/Type/CreateAdminType.php index ebe694e..609f4bb 100644 --- a/Form/Type/CreateAdminType.php +++ b/Form/Type/CreateAdminType.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Form/Type/DbCredsType.php b/Form/Type/DbCredsType.php index 4193960..ef82765 100644 --- a/Form/Type/DbCredsType.php +++ b/Form/Type/DbCredsType.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Form/Type/LocaleType.php b/Form/Type/LocaleType.php index 6ad4f73..2a36fa2 100644 --- a/Form/Type/LocaleType.php +++ b/Form/Type/LocaleType.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Form/Type/LoginType.php b/Form/Type/LoginType.php index 0f292db..93c4646 100644 --- a/Form/Type/LoginType.php +++ b/Form/Type/LoginType.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Form/Type/RequestContextType.php b/Form/Type/RequestContextType.php index 2c693f7..660ee68 100644 --- a/Form/Type/RequestContextType.php +++ b/Form/Type/RequestContextType.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Helper/BlockHelper.php b/Helper/BlockHelper.php index f045161..0af0b2e 100644 --- a/Helper/BlockHelper.php +++ b/Helper/BlockHelper.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Helper/CacheHelper.php b/Helper/CacheHelper.php index 87a5c72..1fd8ee3 100644 --- a/Helper/CacheHelper.php +++ b/Helper/CacheHelper.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Helper/ControllerHelper.php b/Helper/ControllerHelper.php index 7ab7f38..d4f406f 100644 --- a/Helper/ControllerHelper.php +++ b/Helper/ControllerHelper.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Helper/CoreInstallerExtensionHelper.php b/Helper/CoreInstallerExtensionHelper.php index 971cbbd..ec308b8 100644 --- a/Helper/CoreInstallerExtensionHelper.php +++ b/Helper/CoreInstallerExtensionHelper.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Helper/DbCredsHelper.php b/Helper/DbCredsHelper.php index fc1b464..8b60ad4 100644 --- a/Helper/DbCredsHelper.php +++ b/Helper/DbCredsHelper.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Helper/MigrationHelper.php b/Helper/MigrationHelper.php index 180af6b..aef51eb 100644 --- a/Helper/MigrationHelper.php +++ b/Helper/MigrationHelper.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Helper/ParameterHelper.php b/Helper/ParameterHelper.php index 39d47b2..f07f050 100644 --- a/Helper/ParameterHelper.php +++ b/Helper/ParameterHelper.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Helper/StageHelper.php b/Helper/StageHelper.php index 8619e46..552b833 100644 --- a/Helper/StageHelper.php +++ b/Helper/StageHelper.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Helper/SuperUserHelper.php b/Helper/SuperUserHelper.php index 410cd66..2cd1bfe 100644 --- a/Helper/SuperUserHelper.php +++ b/Helper/SuperUserHelper.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Helper/WizardHelper.php b/Helper/WizardHelper.php index e0169f3..c10a1f1 100644 --- a/Helper/WizardHelper.php +++ b/Helper/WizardHelper.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Resources/public/js/ajaxcommon.js b/Resources/public/js/ajaxcommon.js index a1c7bc5..c79821d 100644 --- a/Resources/public/js/ajaxcommon.js +++ b/Resources/public/js/ajaxcommon.js @@ -1,4 +1,4 @@ -// Copyright Zikula Foundation, licensed MIT. +// Copyright Zikula, licensed MIT. jQuery(document).ready(function ($) { var stages = $('#stageDefinitions').data('stages'); diff --git a/Resources/public/js/common.js b/Resources/public/js/common.js index 8b6f017..a4d550e 100644 --- a/Resources/public/js/common.js +++ b/Resources/public/js/common.js @@ -1,4 +1,4 @@ -// Copyright Zikula Foundation, licensed MIT. +// Copyright Zikula, licensed MIT. jQuery(document).ready(function ($) { $('a.external, #footer a').attr('target', '_blank'); diff --git a/Stage/AjaxStageInterface.php b/Stage/AjaxStageInterface.php index b3337b7..7e3cb12 100644 --- a/Stage/AjaxStageInterface.php +++ b/Stage/AjaxStageInterface.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Stage/AlreadyInstalledStage.php b/Stage/AlreadyInstalledStage.php index 53d768b..5f172ea 100644 --- a/Stage/AlreadyInstalledStage.php +++ b/Stage/AlreadyInstalledStage.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Stage/EmailTransportStage.php b/Stage/EmailTransportStage.php index 7c3c978..f2353d7 100644 --- a/Stage/EmailTransportStage.php +++ b/Stage/EmailTransportStage.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Stage/Install/AjaxInstallerStage.php b/Stage/Install/AjaxInstallerStage.php index 459dbb1..ed5f82d 100644 --- a/Stage/Install/AjaxInstallerStage.php +++ b/Stage/Install/AjaxInstallerStage.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Stage/Install/CompleteStage.php b/Stage/Install/CompleteStage.php index 24a6194..ffb6276 100644 --- a/Stage/Install/CompleteStage.php +++ b/Stage/Install/CompleteStage.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Stage/Install/CreateAdminStage.php b/Stage/Install/CreateAdminStage.php index 45ff0a7..5c5a2a9 100644 --- a/Stage/Install/CreateAdminStage.php +++ b/Stage/Install/CreateAdminStage.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Stage/Install/DbCredsStage.php b/Stage/Install/DbCredsStage.php index 50ea6c3..c1dfa0a 100644 --- a/Stage/Install/DbCredsStage.php +++ b/Stage/Install/DbCredsStage.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Stage/Install/NotInstalledStage.php b/Stage/Install/NotInstalledStage.php index 21e9494..3c1a66a 100644 --- a/Stage/Install/NotInstalledStage.php +++ b/Stage/Install/NotInstalledStage.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Stage/LocaleStage.php b/Stage/LocaleStage.php index b4695f5..78cd46a 100644 --- a/Stage/LocaleStage.php +++ b/Stage/LocaleStage.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Stage/RequirementsStage.php b/Stage/RequirementsStage.php index bc745c9..0142a57 100644 --- a/Stage/RequirementsStage.php +++ b/Stage/RequirementsStage.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Stage/Upgrade/AjaxUpgraderStage.php b/Stage/Upgrade/AjaxUpgraderStage.php index c53701c..85c93bf 100644 --- a/Stage/Upgrade/AjaxUpgraderStage.php +++ b/Stage/Upgrade/AjaxUpgraderStage.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Stage/Upgrade/CompleteStage.php b/Stage/Upgrade/CompleteStage.php index fbcaa6f..c6a22d7 100644 --- a/Stage/Upgrade/CompleteStage.php +++ b/Stage/Upgrade/CompleteStage.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Stage/Upgrade/InitStage.php b/Stage/Upgrade/InitStage.php index d6a66b7..2f36f70 100644 --- a/Stage/Upgrade/InitStage.php +++ b/Stage/Upgrade/InitStage.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Stage/Upgrade/LoginStage.php b/Stage/Upgrade/LoginStage.php index 532a88a..c6a9452 100644 --- a/Stage/Upgrade/LoginStage.php +++ b/Stage/Upgrade/LoginStage.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Stage/Upgrade/NotUpgradedStage.php b/Stage/Upgrade/NotUpgradedStage.php index a3988a2..af99fb6 100644 --- a/Stage/Upgrade/NotUpgradedStage.php +++ b/Stage/Upgrade/NotUpgradedStage.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Util/RequirementChecker.php b/Util/RequirementChecker.php index 7088ed3..2cb0495 100644 --- a/Util/RequirementChecker.php +++ b/Util/RequirementChecker.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Util/ZikulaRequirements.php b/Util/ZikulaRequirements.php index c784f34..f823bee 100644 --- a/Util/ZikulaRequirements.php +++ b/Util/ZikulaRequirements.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Validator/Constraints/AuthenticateAdminLogin.php b/Validator/Constraints/AuthenticateAdminLogin.php index 21a84d9..031ec7d 100644 --- a/Validator/Constraints/AuthenticateAdminLogin.php +++ b/Validator/Constraints/AuthenticateAdminLogin.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Validator/Constraints/AuthenticateAdminLoginValidator.php b/Validator/Constraints/AuthenticateAdminLoginValidator.php index f598757..249c32f 100644 --- a/Validator/Constraints/AuthenticateAdminLoginValidator.php +++ b/Validator/Constraints/AuthenticateAdminLoginValidator.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Validator/Constraints/ValidPdoConnection.php b/Validator/Constraints/ValidPdoConnection.php index d30f109..5e5afda 100644 --- a/Validator/Constraints/ValidPdoConnection.php +++ b/Validator/Constraints/ValidPdoConnection.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Validator/Constraints/ValidPdoConnectionValidator.php b/Validator/Constraints/ValidPdoConnectionValidator.php index 83ec425..cf737dc 100644 --- a/Validator/Constraints/ValidPdoConnectionValidator.php +++ b/Validator/Constraints/ValidPdoConnectionValidator.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/ZikulaCoreInstallerBundle.php b/ZikulaCoreInstallerBundle.php index 51203b7..c600d05 100644 --- a/ZikulaCoreInstallerBundle.php +++ b/ZikulaCoreInstallerBundle.php @@ -5,7 +5,7 @@ /* * This file is part of the Zikula package. * - * Copyright Zikula Foundation - https://ziku.la/ + * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.