From 39edfa770d3549efa35fa8640fd5f0edca124771 Mon Sep 17 00:00:00 2001 From: junpeko5 Date: Fri, 26 Jul 2019 11:10:34 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E3=82=B3=E3=83=94=E3=83=BC=E3=83=A9?= =?UTF-8?q?=E3=82=A4=E3=83=88=E3=82=92EC-CUBE=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Controller/OrderPdfController.php | 2 +- Entity/OrderPdf.php | 2 +- Event/CommonEvent.php | 2 +- Event/OrderPdf.php | 2 +- Event/OrderPdfLegacy.php | 2 +- Form/Type/OrderPdfType.php | 2 +- OrderPdfEvent.php | 2 +- PluginManager.php | 2 +- Repository/OrderPdfRepository.php | 2 +- Resource/doctrine/migration/Version201611111300.php | 2 +- Resource/template/admin/order_pdf.twig | 2 +- Resource/template/admin/order_pdf_menu.twig | 2 +- Service/AbstractFPDIService.php | 2 +- Service/OrderPdfService.php | 2 +- ServiceProvider/OrderPdfServiceProvider.php | 2 +- Tests/Web/OrderPdfControllerTest.php | 2 +- Tests/bootstrap.php | 2 +- Util/Version.php | 2 +- log.php | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Controller/OrderPdfController.php b/Controller/OrderPdfController.php index e34d3b1..f6c2cb2 100644 --- a/Controller/OrderPdfController.php +++ b/Controller/OrderPdfController.php @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright (C) 2016 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/OrderPdf.php b/Entity/OrderPdf.php index bd35048..53b57cc 100644 --- a/Entity/OrderPdf.php +++ b/Entity/OrderPdf.php @@ -2,7 +2,7 @@ /* * This file is part of the OrderPdf plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright (C) 2016 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 3b3a7b6..a30d54f 100644 --- a/Event/CommonEvent.php +++ b/Event/CommonEvent.php @@ -2,7 +2,7 @@ /* * This file is part of the OrderPdf plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright (C) 2016 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/OrderPdf.php b/Event/OrderPdf.php index 51f6d85..13f3a67 100644 --- a/Event/OrderPdf.php +++ b/Event/OrderPdf.php @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright (C) 2016 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/OrderPdfLegacy.php b/Event/OrderPdfLegacy.php index 057ba61..7fc0ce6 100644 --- a/Event/OrderPdfLegacy.php +++ b/Event/OrderPdfLegacy.php @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright (C) 2016 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/OrderPdfType.php b/Form/Type/OrderPdfType.php index 11607d9..8f09469 100644 --- a/Form/Type/OrderPdfType.php +++ b/Form/Type/OrderPdfType.php @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright (C) 2016 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/OrderPdfEvent.php b/OrderPdfEvent.php index 0ff1a23..f0bbc2c 100644 --- a/OrderPdfEvent.php +++ b/OrderPdfEvent.php @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright (C) 2016 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 024d4e5..bbcb416 100644 --- a/PluginManager.php +++ b/PluginManager.php @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright (C) 2016 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/OrderPdfRepository.php b/Repository/OrderPdfRepository.php index 2574afe..b7e0601 100644 --- a/Repository/OrderPdfRepository.php +++ b/Repository/OrderPdfRepository.php @@ -2,7 +2,7 @@ /* * This file is part of the OrderPdf plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright (C) 2016 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/Version201611111300.php b/Resource/doctrine/migration/Version201611111300.php index 04d0a9a..c548400 100644 --- a/Resource/doctrine/migration/Version201611111300.php +++ b/Resource/doctrine/migration/Version201611111300.php @@ -2,7 +2,7 @@ /* * This file is part of the Order pdf plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright (C) 2016 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/order_pdf.twig b/Resource/template/admin/order_pdf.twig index 36a929b..db1abea 100644 --- a/Resource/template/admin/order_pdf.twig +++ b/Resource/template/admin/order_pdf.twig @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright (C) 2016 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/order_pdf_menu.twig b/Resource/template/admin/order_pdf_menu.twig index d3ee0fe..aaab8d6 100644 --- a/Resource/template/admin/order_pdf_menu.twig +++ b/Resource/template/admin/order_pdf_menu.twig @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright (C) 2016 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/Service/AbstractFPDIService.php b/Service/AbstractFPDIService.php index 4552517..23700d8 100644 --- a/Service/AbstractFPDIService.php +++ b/Service/AbstractFPDIService.php @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright (C) 2016 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/Service/OrderPdfService.php b/Service/OrderPdfService.php index 75449e7..a76112f 100644 --- a/Service/OrderPdfService.php +++ b/Service/OrderPdfService.php @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright (C) 2016 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/OrderPdfServiceProvider.php b/ServiceProvider/OrderPdfServiceProvider.php index 40831c9..4eb01d5 100644 --- a/ServiceProvider/OrderPdfServiceProvider.php +++ b/ServiceProvider/OrderPdfServiceProvider.php @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright (C) 2016 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/OrderPdfControllerTest.php b/Tests/Web/OrderPdfControllerTest.php index 24f0910..7945a59 100644 --- a/Tests/Web/OrderPdfControllerTest.php +++ b/Tests/Web/OrderPdfControllerTest.php @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright (C) 2016 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/bootstrap.php b/Tests/bootstrap.php index eceac5c..191fa4e 100644 --- a/Tests/bootstrap.php +++ b/Tests/bootstrap.php @@ -2,7 +2,7 @@ /* * This file is part of the OrderPdf plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright (C) 2016 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 a22a16f..3fcf2f5 100644 --- a/Util/Version.php +++ b/Util/Version.php @@ -2,7 +2,7 @@ /* * This file is part of the OrderPdf plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright (C) 2016 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 6a4d086..d5aaac5 100644 --- a/log.php +++ b/log.php @@ -2,7 +2,7 @@ /* * This file is part of the OrderPdf plugin * - * Copyright (C) 2016 LOCKON CO.,LTD. All Rights Reserved. + * Copyright (C) 2016 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. From c77932e34dc799dbfae0fc6815c72acf0773ea3b Mon Sep 17 00:00:00 2001 From: junpeko5 Date: Fri, 26 Jul 2019 11:26:53 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E3=82=B3=E3=83=94=E3=83=BC=E3=83=A9?= =?UTF-8?q?=E3=82=A4=E3=83=88=E3=82=92EC-CUBE=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Controller/OrderPdfController.php | 2 +- Entity/OrderPdf.php | 2 +- Event/CommonEvent.php | 2 +- Event/OrderPdf.php | 2 +- Event/OrderPdfLegacy.php | 2 +- Form/Type/OrderPdfType.php | 2 +- OrderPdfEvent.php | 2 +- PluginManager.php | 2 +- Repository/OrderPdfRepository.php | 2 +- Resource/doctrine/migration/Version201611111300.php | 2 +- Resource/template/admin/order_pdf.twig | 2 +- Resource/template/admin/order_pdf_menu.twig | 2 +- Service/AbstractFPDIService.php | 2 +- Service/OrderPdfService.php | 2 +- ServiceProvider/OrderPdfServiceProvider.php | 2 +- Tests/Web/OrderPdfControllerTest.php | 2 +- Tests/bootstrap.php | 2 +- Util/Version.php | 2 +- log.php | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Controller/OrderPdfController.php b/Controller/OrderPdfController.php index f6c2cb2..6845b38 100644 --- a/Controller/OrderPdfController.php +++ b/Controller/OrderPdfController.php @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 EC-CUBE 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/OrderPdf.php b/Entity/OrderPdf.php index 53b57cc..1db9ad5 100644 --- a/Entity/OrderPdf.php +++ b/Entity/OrderPdf.php @@ -2,7 +2,7 @@ /* * This file is part of the OrderPdf plugin * - * Copyright (C) 2016 EC-CUBE 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 a30d54f..34230dc 100644 --- a/Event/CommonEvent.php +++ b/Event/CommonEvent.php @@ -2,7 +2,7 @@ /* * This file is part of the OrderPdf plugin * - * Copyright (C) 2016 EC-CUBE 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/OrderPdf.php b/Event/OrderPdf.php index 13f3a67..3ed6575 100644 --- a/Event/OrderPdf.php +++ b/Event/OrderPdf.php @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 EC-CUBE 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/OrderPdfLegacy.php b/Event/OrderPdfLegacy.php index 7fc0ce6..198cce3 100644 --- a/Event/OrderPdfLegacy.php +++ b/Event/OrderPdfLegacy.php @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 EC-CUBE 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/OrderPdfType.php b/Form/Type/OrderPdfType.php index 8f09469..0ad8e17 100644 --- a/Form/Type/OrderPdfType.php +++ b/Form/Type/OrderPdfType.php @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 EC-CUBE 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/OrderPdfEvent.php b/OrderPdfEvent.php index f0bbc2c..f06bd69 100644 --- a/OrderPdfEvent.php +++ b/OrderPdfEvent.php @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 EC-CUBE 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 bbcb416..7fefb85 100644 --- a/PluginManager.php +++ b/PluginManager.php @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 EC-CUBE 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/OrderPdfRepository.php b/Repository/OrderPdfRepository.php index b7e0601..6b395a6 100644 --- a/Repository/OrderPdfRepository.php +++ b/Repository/OrderPdfRepository.php @@ -2,7 +2,7 @@ /* * This file is part of the OrderPdf plugin * - * Copyright (C) 2016 EC-CUBE 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/Version201611111300.php b/Resource/doctrine/migration/Version201611111300.php index c548400..57293f6 100644 --- a/Resource/doctrine/migration/Version201611111300.php +++ b/Resource/doctrine/migration/Version201611111300.php @@ -2,7 +2,7 @@ /* * This file is part of the Order pdf plugin * - * Copyright (C) 2016 EC-CUBE 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/order_pdf.twig b/Resource/template/admin/order_pdf.twig index db1abea..0c322de 100644 --- a/Resource/template/admin/order_pdf.twig +++ b/Resource/template/admin/order_pdf.twig @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 EC-CUBE 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/order_pdf_menu.twig b/Resource/template/admin/order_pdf_menu.twig index aaab8d6..db5d272 100644 --- a/Resource/template/admin/order_pdf_menu.twig +++ b/Resource/template/admin/order_pdf_menu.twig @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 EC-CUBE 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/Service/AbstractFPDIService.php b/Service/AbstractFPDIService.php index 23700d8..e4dc21d 100644 --- a/Service/AbstractFPDIService.php +++ b/Service/AbstractFPDIService.php @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 EC-CUBE 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/Service/OrderPdfService.php b/Service/OrderPdfService.php index a76112f..fef8725 100644 --- a/Service/OrderPdfService.php +++ b/Service/OrderPdfService.php @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 EC-CUBE 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/OrderPdfServiceProvider.php b/ServiceProvider/OrderPdfServiceProvider.php index 4eb01d5..c190a1f 100644 --- a/ServiceProvider/OrderPdfServiceProvider.php +++ b/ServiceProvider/OrderPdfServiceProvider.php @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 EC-CUBE 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/OrderPdfControllerTest.php b/Tests/Web/OrderPdfControllerTest.php index 7945a59..cce3413 100644 --- a/Tests/Web/OrderPdfControllerTest.php +++ b/Tests/Web/OrderPdfControllerTest.php @@ -2,7 +2,7 @@ /* * This file is part of the Order Pdf plugin * - * Copyright (C) 2016 EC-CUBE 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/bootstrap.php b/Tests/bootstrap.php index 191fa4e..9ae9a2a 100644 --- a/Tests/bootstrap.php +++ b/Tests/bootstrap.php @@ -2,7 +2,7 @@ /* * This file is part of the OrderPdf plugin * - * Copyright (C) 2016 EC-CUBE 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 3fcf2f5..790cdc2 100644 --- a/Util/Version.php +++ b/Util/Version.php @@ -2,7 +2,7 @@ /* * This file is part of the OrderPdf plugin * - * Copyright (C) 2016 EC-CUBE 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 d5aaac5..b8dbd8d 100644 --- a/log.php +++ b/log.php @@ -2,7 +2,7 @@ /* * This file is part of the OrderPdf plugin * - * Copyright (C) 2016 EC-CUBE 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.