From 6784e690cafaca035c910608bf71148209c13748 Mon Sep 17 00:00:00 2001 From: kazumi_watanabe Date: Mon, 29 Jul 2019 11:20:26 +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 | 2 +- Controller/Admin/ProductReviewController.php | 2 +- Controller/ProductReviewController.php | 2 +- Entity/ProductReview.php | 2 +- Entity/ProductReviewConfig.php | 2 +- Event.php | 2 +- Event/CommonEvent.php | 2 +- Event/ProductReviewEvent.php | 2 +- Event/ProductReviewEventLegacy.php | 2 +- Form/Type/Admin/ProductReviewConfigType.php | 2 +- Form/Type/Admin/ProductReviewSearchType.php | 2 +- Form/Type/Admin/ProductReviewType.php | 2 +- Form/Type/ProductReviewType.php | 2 +- PluginManager.php | 2 +- Repository/ProductReviewConfigRepository.php | 2 +- Repository/ProductReviewRepository.php | 2 +- Resource/doctrine/migration/Version201510241654.php | 2 +- Resource/doctrine/migration/Version201612201630.php | 2 +- Resource/doctrine/migration/Version201612201730.php | 2 +- Resource/doctrine/migration/Version201612201830.php | 2 +- Resource/template/admin/config.twig | 2 +- Resource/template/admin/edit.twig | 2 +- Resource/template/admin/index.twig | 2 +- Resource/template/default/complete.twig | 2 +- Resource/template/default/confirm.twig | 2 +- Resource/template/default/error.twig | 2 +- Resource/template/default/index.twig | 2 +- Resource/template/default/product_review.twig | 2 +- ServiceProvider/ProductReviewServiceProvider.php | 2 +- Tests/Web/ProductReviewConfigControllerTest.php | 2 +- Tests/Web/ReviewAdminControllerTest.php | 2 +- Tests/Web/ReviewControllerTest.php | 2 +- Util/Version.php | 2 +- log.php | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Controller/Admin/ConfigController.php b/Controller/Admin/ConfigController.php index f8522b0..6c41f3f 100644 --- a/Controller/Admin/ConfigController.php +++ b/Controller/Admin/ConfigController.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Controller/Admin/ProductReviewController.php b/Controller/Admin/ProductReviewController.php index 092d2a5..f6d36c0 100644 --- a/Controller/Admin/ProductReviewController.php +++ b/Controller/Admin/ProductReviewController.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Controller/ProductReviewController.php b/Controller/ProductReviewController.php index 8df2a84..d52f54b 100644 --- a/Controller/ProductReviewController.php +++ b/Controller/ProductReviewController.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Entity/ProductReview.php b/Entity/ProductReview.php index f5e470b..b0709c2 100644 --- a/Entity/ProductReview.php +++ b/Entity/ProductReview.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Entity/ProductReviewConfig.php b/Entity/ProductReviewConfig.php index 58b56c6..03db984 100644 --- a/Entity/ProductReviewConfig.php +++ b/Entity/ProductReviewConfig.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Event.php b/Event.php index 283b017..d51d78c 100644 --- a/Event.php +++ b/Event.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Event/CommonEvent.php b/Event/CommonEvent.php index adfbbef..cec5acd 100644 --- a/Event/CommonEvent.php +++ b/Event/CommonEvent.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Event/ProductReviewEvent.php b/Event/ProductReviewEvent.php index 420e24e..57b9747 100644 --- a/Event/ProductReviewEvent.php +++ b/Event/ProductReviewEvent.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Event/ProductReviewEventLegacy.php b/Event/ProductReviewEventLegacy.php index bcaa666..d7b23a1 100644 --- a/Event/ProductReviewEventLegacy.php +++ b/Event/ProductReviewEventLegacy.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * 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/ProductReviewConfigType.php b/Form/Type/Admin/ProductReviewConfigType.php index 97fcafe..a2e4234 100644 --- a/Form/Type/Admin/ProductReviewConfigType.php +++ b/Form/Type/Admin/ProductReviewConfigType.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * 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/ProductReviewSearchType.php b/Form/Type/Admin/ProductReviewSearchType.php index 3bb889f..11f1b3b 100644 --- a/Form/Type/Admin/ProductReviewSearchType.php +++ b/Form/Type/Admin/ProductReviewSearchType.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * 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/ProductReviewType.php b/Form/Type/Admin/ProductReviewType.php index bcf31df..ef2a4a4 100644 --- a/Form/Type/Admin/ProductReviewType.php +++ b/Form/Type/Admin/ProductReviewType.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Form/Type/ProductReviewType.php b/Form/Type/ProductReviewType.php index a4ddc0e..df272e8 100644 --- a/Form/Type/ProductReviewType.php +++ b/Form/Type/ProductReviewType.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * 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 0e622bc..8c04fb5 100644 --- a/PluginManager.php +++ b/PluginManager.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Repository/ProductReviewConfigRepository.php b/Repository/ProductReviewConfigRepository.php index 6fdbc16..9dc9ffc 100644 --- a/Repository/ProductReviewConfigRepository.php +++ b/Repository/ProductReviewConfigRepository.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Repository/ProductReviewRepository.php b/Repository/ProductReviewRepository.php index f1f293f..b3a6d3c 100644 --- a/Repository/ProductReviewRepository.php +++ b/Repository/ProductReviewRepository.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Resource/doctrine/migration/Version201510241654.php b/Resource/doctrine/migration/Version201510241654.php index b86b609..19c488a 100644 --- a/Resource/doctrine/migration/Version201510241654.php +++ b/Resource/doctrine/migration/Version201510241654.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Resource/doctrine/migration/Version201612201630.php b/Resource/doctrine/migration/Version201612201630.php index 68c1a2f..fe700b5 100644 --- a/Resource/doctrine/migration/Version201612201630.php +++ b/Resource/doctrine/migration/Version201612201630.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Resource/doctrine/migration/Version201612201730.php b/Resource/doctrine/migration/Version201612201730.php index 05391f4..b688790 100644 --- a/Resource/doctrine/migration/Version201612201730.php +++ b/Resource/doctrine/migration/Version201612201730.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Resource/doctrine/migration/Version201612201830.php b/Resource/doctrine/migration/Version201612201830.php index f314e1e..9e0dd97 100644 --- a/Resource/doctrine/migration/Version201612201830.php +++ b/Resource/doctrine/migration/Version201612201830.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * 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 87751b5..2fd4513 100644 --- a/Resource/template/admin/config.twig +++ b/Resource/template/admin/config.twig @@ -2,7 +2,7 @@ /* * This file is part of the ProductReview plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * 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/edit.twig b/Resource/template/admin/edit.twig index b65e67f..11bb8cd 100644 --- a/Resource/template/admin/edit.twig +++ b/Resource/template/admin/edit.twig @@ -2,7 +2,7 @@ /* * This file is part of the ProductReview plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * 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/index.twig b/Resource/template/admin/index.twig index 9db0b2c..7f5e6e0 100644 --- a/Resource/template/admin/index.twig +++ b/Resource/template/admin/index.twig @@ -2,7 +2,7 @@ /* * This file is part of the ProductReview plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Resource/template/default/complete.twig b/Resource/template/default/complete.twig index bec541e..52f998c 100644 --- a/Resource/template/default/complete.twig +++ b/Resource/template/default/complete.twig @@ -2,7 +2,7 @@ /* * This file is part of the ProductReview plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Resource/template/default/confirm.twig b/Resource/template/default/confirm.twig index ebd5aa7..119b78e 100644 --- a/Resource/template/default/confirm.twig +++ b/Resource/template/default/confirm.twig @@ -2,7 +2,7 @@ /* * This file is part of the ProductReview plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Resource/template/default/error.twig b/Resource/template/default/error.twig index f7fce9d..9fb39ab 100644 --- a/Resource/template/default/error.twig +++ b/Resource/template/default/error.twig @@ -2,7 +2,7 @@ /* * This file is part of the ProductReview plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Resource/template/default/index.twig b/Resource/template/default/index.twig index c339782..46dd146 100644 --- a/Resource/template/default/index.twig +++ b/Resource/template/default/index.twig @@ -2,7 +2,7 @@ /* * This file is part of the ProductReview plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Resource/template/default/product_review.twig b/Resource/template/default/product_review.twig index e77cc83..7466082 100644 --- a/Resource/template/default/product_review.twig +++ b/Resource/template/default/product_review.twig @@ -2,7 +2,7 @@ /* * This file is part of the ProductReview plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/ServiceProvider/ProductReviewServiceProvider.php b/ServiceProvider/ProductReviewServiceProvider.php index 0597099..626c9e1 100644 --- a/ServiceProvider/ProductReviewServiceProvider.php +++ b/ServiceProvider/ProductReviewServiceProvider.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Tests/Web/ProductReviewConfigControllerTest.php b/Tests/Web/ProductReviewConfigControllerTest.php index 73ac119..a61f3ed 100644 --- a/Tests/Web/ProductReviewConfigControllerTest.php +++ b/Tests/Web/ProductReviewConfigControllerTest.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Tests/Web/ReviewAdminControllerTest.php b/Tests/Web/ReviewAdminControllerTest.php index 9748dd5..f4e1873 100644 --- a/Tests/Web/ReviewAdminControllerTest.php +++ b/Tests/Web/ReviewAdminControllerTest.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Tests/Web/ReviewControllerTest.php b/Tests/Web/ReviewControllerTest.php index 6bb021a..f4ffa7d 100644 --- a/Tests/Web/ReviewControllerTest.php +++ b/Tests/Web/ReviewControllerTest.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Util/Version.php b/Util/Version.php index 708b79c..b06218f 100644 --- a/Util/Version.php +++ b/Util/Version.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/log.php b/log.php index 2cf2358..cb354f3 100644 --- a/log.php +++ b/log.php @@ -2,7 +2,7 @@ /** * This file is part of the ProductReview plugin. * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.