From fd1a32091af8e0ea12c070643a3f931f759b2e68 Mon Sep 17 00:00:00 2001 From: kazumi_watanabe Date: Wed, 24 Jul 2019 18:02:14 +0900 Subject: [PATCH] =?UTF-8?q?=E6=A8=A9=E5=88=A9=E8=A1=A8=E8=A8=98=E3=81=AE?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Controller/Admin/ConfigController.php | 4 ++-- Controller/Admin/OrderController.php | 4 ++-- Controller/Admin/PaymentStatusController.php | 4 ++-- Controller/PaymentCompanyController.php | 4 ++-- Controller/PaymentController.php | 4 ++-- Entity/Config.php | 4 ++-- Entity/CustomerTrait.php | 4 ++-- Entity/CvsPaymentStatus.php | 4 ++-- Entity/CvsType.php | 4 ++-- Entity/OrderTrait.php | 4 ++-- Entity/PaymentStatus.php | 4 ++-- Form/Extension/CreditCardExtention.php | 4 ++-- Form/Extension/CvsExtension.php | 4 ++-- Form/Type/Admin/ConfigType.php | 4 ++-- Form/Type/Admin/SearchPaymentType.php | 4 ++-- PluginManager.php | 4 ++-- Repository/ConfigRepository.php | 4 ++-- Repository/CvsPaymentStatusRepository.php | 4 ++-- Repository/CvsTypeRepository.php | 4 ++-- Repository/PaymentStatusRepository.php | 4 ++-- Resource/template/admin/config.twig | 4 ++-- Resource/template/admin/payment_status.twig | 4 ++-- SamplePaymentEvent.php | 4 ++-- SamplePaymentNav.php | 4 ++-- SamplePaymentTwigBlock.php | 4 ++-- Service/Method/Convenience.php | 4 ++-- Service/Method/CreditCard.php | 4 ++-- Service/Method/LinkCreditCard.php | 4 ++-- 28 files changed, 56 insertions(+), 56 deletions(-) diff --git a/Controller/Admin/ConfigController.php b/Controller/Admin/ConfigController.php index bdd0fa4..fe8a4ba 100644 --- a/Controller/Admin/ConfigController.php +++ b/Controller/Admin/ConfigController.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Controller/Admin/OrderController.php b/Controller/Admin/OrderController.php index 54542af..2750851 100644 --- a/Controller/Admin/OrderController.php +++ b/Controller/Admin/OrderController.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Controller/Admin/PaymentStatusController.php b/Controller/Admin/PaymentStatusController.php index 88588cb..b348929 100644 --- a/Controller/Admin/PaymentStatusController.php +++ b/Controller/Admin/PaymentStatusController.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Controller/PaymentCompanyController.php b/Controller/PaymentCompanyController.php index 776440b..82fedbf 100755 --- a/Controller/PaymentCompanyController.php +++ b/Controller/PaymentCompanyController.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Controller/PaymentController.php b/Controller/PaymentController.php index a77e002..79a18e5 100755 --- a/Controller/PaymentController.php +++ b/Controller/PaymentController.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Entity/Config.php b/Entity/Config.php index e24fc51..a82f9ac 100644 --- a/Entity/Config.php +++ b/Entity/Config.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Entity/CustomerTrait.php b/Entity/CustomerTrait.php index 1fd85e4..62872a3 100644 --- a/Entity/CustomerTrait.php +++ b/Entity/CustomerTrait.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Entity/CvsPaymentStatus.php b/Entity/CvsPaymentStatus.php index 6eb18f4..b792083 100644 --- a/Entity/CvsPaymentStatus.php +++ b/Entity/CvsPaymentStatus.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Entity/CvsType.php b/Entity/CvsType.php index 69c483d..b2019e7 100644 --- a/Entity/CvsType.php +++ b/Entity/CvsType.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Entity/OrderTrait.php b/Entity/OrderTrait.php index 6d5c710..93b037d 100644 --- a/Entity/OrderTrait.php +++ b/Entity/OrderTrait.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Entity/PaymentStatus.php b/Entity/PaymentStatus.php index 6970ace..cdd0414 100644 --- a/Entity/PaymentStatus.php +++ b/Entity/PaymentStatus.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Form/Extension/CreditCardExtention.php b/Form/Extension/CreditCardExtention.php index 2006e04..d30b4b1 100644 --- a/Form/Extension/CreditCardExtention.php +++ b/Form/Extension/CreditCardExtention.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Form/Extension/CvsExtension.php b/Form/Extension/CvsExtension.php index c97b5fd..696c667 100644 --- a/Form/Extension/CvsExtension.php +++ b/Form/Extension/CvsExtension.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Form/Type/Admin/ConfigType.php b/Form/Type/Admin/ConfigType.php index 30c32ae..f6d56ba 100644 --- a/Form/Type/Admin/ConfigType.php +++ b/Form/Type/Admin/ConfigType.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Form/Type/Admin/SearchPaymentType.php b/Form/Type/Admin/SearchPaymentType.php index 06350d8..0960187 100644 --- a/Form/Type/Admin/SearchPaymentType.php +++ b/Form/Type/Admin/SearchPaymentType.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/PluginManager.php b/PluginManager.php index 1897dfb..f3e7aca 100644 --- a/PluginManager.php +++ b/PluginManager.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Repository/ConfigRepository.php b/Repository/ConfigRepository.php index 45bdfc5..dbe3984 100644 --- a/Repository/ConfigRepository.php +++ b/Repository/ConfigRepository.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Repository/CvsPaymentStatusRepository.php b/Repository/CvsPaymentStatusRepository.php index a419d34..0f4a610 100644 --- a/Repository/CvsPaymentStatusRepository.php +++ b/Repository/CvsPaymentStatusRepository.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Repository/CvsTypeRepository.php b/Repository/CvsTypeRepository.php index 200b971..1d2bb7c 100644 --- a/Repository/CvsTypeRepository.php +++ b/Repository/CvsTypeRepository.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Repository/PaymentStatusRepository.php b/Repository/PaymentStatusRepository.php index 01905bf..54e2d80 100644 --- a/Repository/PaymentStatusRepository.php +++ b/Repository/PaymentStatusRepository.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Resource/template/admin/config.twig b/Resource/template/admin/config.twig index 8e1285d..ff7963c 100644 --- a/Resource/template/admin/config.twig +++ b/Resource/template/admin/config.twig @@ -1,9 +1,9 @@ {# This file is part of EC-CUBE -Copyright(c) LOCKON CO.,LTD. All Rights Reserved. +Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. -http://www.lockon.co.jp/ +https://www.ec-cube.co.jp/ For the full copyright and license information, please view the LICENSE file that was distributed with this source code. diff --git a/Resource/template/admin/payment_status.twig b/Resource/template/admin/payment_status.twig index 345e7a0..eb4d36f 100644 --- a/Resource/template/admin/payment_status.twig +++ b/Resource/template/admin/payment_status.twig @@ -1,9 +1,9 @@ {# This file is part of EC-CUBE -Copyright(c) LOCKON CO.,LTD. All Rights Reserved. +Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. -http://www.lockon.co.jp/ +https://www.ec-cube.co.jp/ For the full copyright and license information, please view the LICENSE file that was distributed with this source code. diff --git a/SamplePaymentEvent.php b/SamplePaymentEvent.php index 089abee..ad44d07 100644 --- a/SamplePaymentEvent.php +++ b/SamplePaymentEvent.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/SamplePaymentNav.php b/SamplePaymentNav.php index 9c4ad59..b39cada 100644 --- a/SamplePaymentNav.php +++ b/SamplePaymentNav.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/SamplePaymentTwigBlock.php b/SamplePaymentTwigBlock.php index 22a2ea1..718a9ac 100644 --- a/SamplePaymentTwigBlock.php +++ b/SamplePaymentTwigBlock.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Service/Method/Convenience.php b/Service/Method/Convenience.php index 5e05e98..2d28672 100644 --- a/Service/Method/Convenience.php +++ b/Service/Method/Convenience.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Service/Method/CreditCard.php b/Service/Method/CreditCard.php index 519ee32..cd11c68 100644 --- a/Service/Method/CreditCard.php +++ b/Service/Method/CreditCard.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Service/Method/LinkCreditCard.php b/Service/Method/LinkCreditCard.php index 18be330..f940b65 100755 --- a/Service/Method/LinkCreditCard.php +++ b/Service/Method/LinkCreditCard.php @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * https://www.ec-cube.co.jp/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.