From 6ee877831265cbba3e5727fe19a3257f1bc89154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20Eugon=C3=A9?= Date: Thu, 29 Sep 2016 20:48:49 +0200 Subject: [PATCH] Uniformize files copyright --- Command/DumpSitemapsCommand.php | 5 +++-- Controller/SitemapController.php | 7 ++++--- DependencyInjection/Compiler/AddSitemapListenersPass.php | 7 ++++--- DependencyInjection/Configuration.php | 7 ++++--- DependencyInjection/PrestaSitemapExtension.php | 7 ++++--- Event/SitemapPopulateEvent.php | 7 ++++--- EventListener/RouteAnnotationEventListener.php | 2 +- Exception/Exception.php | 2 +- Exception/GoogleImageException.php | 2 +- Exception/GoogleNewsUrlException.php | 2 +- Exception/GoogleVideoUrlException.php | 4 +++- Exception/GoogleVideoUrlTagException.php | 2 +- PrestaSitemapBundle.php | 7 ++++--- Service/AbstractGenerator.php | 2 +- Service/Dumper.php | 7 ++++--- Service/DumperInterface.php | 9 +++++++++ Service/Generator.php | 7 ++++--- Service/GeneratorInterface.php | 9 +++++++++ Service/SitemapListenerInterface.php | 7 ++++--- Service/UrlContainerInterface.php | 9 +++++++++ Sitemap/DumpingUrlset.php | 7 ++++--- Sitemap/Sitemapindex.php | 7 ++++--- Sitemap/Url/GoogleImage.php | 7 ++++--- Sitemap/Url/GoogleImageUrlDecorator.php | 7 ++++--- Sitemap/Url/GoogleMobileUrlDecorator.php | 2 +- Sitemap/Url/GoogleMultilangUrlDecorator.php | 2 +- Sitemap/Url/GoogleNewsUrlDecorator.php | 2 +- Sitemap/Url/GoogleVideoUrlDecorator.php | 2 +- Sitemap/Url/Url.php | 7 ++++--- Sitemap/Url/UrlConcrete.php | 2 +- Sitemap/Url/UrlDecorator.php | 7 ++++--- Sitemap/Urlset.php | 7 ++++--- Sitemap/Utils.php | 2 +- Sitemap/XmlConstraint.php | 7 ++++--- Tests/Command/DumpSitemapsCommandTest.php | 2 +- Tests/Controller/SitemapControllerTest.php | 2 +- Tests/EventListener/RouteAnnotationEventListenerTest.php | 2 +- Tests/Service/GeneratorTest.php | 2 +- Tests/Sitemap/SitemapindexTest.php | 2 +- Tests/Sitemap/Url/GoogleImageTest.php | 2 +- Tests/Sitemap/Url/GoogleImageUrlDecoratorTest.php | 2 +- Tests/Sitemap/Url/GoogleMobileUrlDecoratorTest.php | 2 +- Tests/Sitemap/Url/GoogleMultilangUrlDecoratorTest.php | 2 +- Tests/Sitemap/Url/GoogleNewsUrlDecoratorTest.php | 2 +- Tests/Sitemap/Url/GoogleVideoUrlDecoratorTest.php | 2 +- Tests/Sitemap/Url/UrlConcreteTest.php | 2 +- Tests/Sitemap/UrlsetTest.php | 2 +- Tests/Sitemap/UtilsTest.php | 2 +- Tests/app/AppKernel.php | 9 +++++---- Tests/bootstrap.php | 8 +++++--- 50 files changed, 137 insertions(+), 87 deletions(-) diff --git a/Command/DumpSitemapsCommand.php b/Command/DumpSitemapsCommand.php index 3c23b517..48cfb403 100644 --- a/Command/DumpSitemapsCommand.php +++ b/Command/DumpSitemapsCommand.php @@ -1,8 +1,9 @@ + * + * (c) PrestaConcept * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Controller/SitemapController.php b/Controller/SitemapController.php index 74b93fe3..31d00d7b 100644 --- a/Controller/SitemapController.php +++ b/Controller/SitemapController.php @@ -1,8 +1,9 @@ +/** + * This file is part of the PrestaSitemapBundle package. + * + * (c) PrestaConcept * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/DependencyInjection/Compiler/AddSitemapListenersPass.php b/DependencyInjection/Compiler/AddSitemapListenersPass.php index 1e8f4ee0..299f27f7 100644 --- a/DependencyInjection/Compiler/AddSitemapListenersPass.php +++ b/DependencyInjection/Compiler/AddSitemapListenersPass.php @@ -1,8 +1,9 @@ +/** + * This file is part of the PrestaSitemapBundle package. + * + * (c) PrestaConcept * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index bf977a04..94753439 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -1,8 +1,9 @@ +/** + * This file is part of the PrestaSitemapBundle package. + * + * (c) PrestaConcept * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/DependencyInjection/PrestaSitemapExtension.php b/DependencyInjection/PrestaSitemapExtension.php index 435baccb..39783789 100644 --- a/DependencyInjection/PrestaSitemapExtension.php +++ b/DependencyInjection/PrestaSitemapExtension.php @@ -1,8 +1,9 @@ +/** + * This file is part of the PrestaSitemapBundle package. + * + * (c) PrestaConcept * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Event/SitemapPopulateEvent.php b/Event/SitemapPopulateEvent.php index 86759b3e..4751c719 100644 --- a/Event/SitemapPopulateEvent.php +++ b/Event/SitemapPopulateEvent.php @@ -1,8 +1,9 @@ +/** + * This file is part of the PrestaSitemapBundle package. + * + * (c) PrestaConcept * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/EventListener/RouteAnnotationEventListener.php b/EventListener/RouteAnnotationEventListener.php index 6d4a8d50..11aed3af 100644 --- a/EventListener/RouteAnnotationEventListener.php +++ b/EventListener/RouteAnnotationEventListener.php @@ -1,7 +1,7 @@ * diff --git a/Exception/Exception.php b/Exception/Exception.php index 56ff1802..db210244 100644 --- a/Exception/Exception.php +++ b/Exception/Exception.php @@ -1,7 +1,7 @@ * diff --git a/Exception/GoogleImageException.php b/Exception/GoogleImageException.php index 6e485e0a..36495bc5 100644 --- a/Exception/GoogleImageException.php +++ b/Exception/GoogleImageException.php @@ -1,7 +1,7 @@ * diff --git a/Exception/GoogleNewsUrlException.php b/Exception/GoogleNewsUrlException.php index 127ca96c..8218357c 100644 --- a/Exception/GoogleNewsUrlException.php +++ b/Exception/GoogleNewsUrlException.php @@ -1,7 +1,7 @@ * diff --git a/Exception/GoogleVideoUrlException.php b/Exception/GoogleVideoUrlException.php index 49cf910b..2b31ec88 100644 --- a/Exception/GoogleVideoUrlException.php +++ b/Exception/GoogleVideoUrlException.php @@ -1,12 +1,14 @@ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ + namespace Presta\SitemapBundle\Exception; /** diff --git a/Exception/GoogleVideoUrlTagException.php b/Exception/GoogleVideoUrlTagException.php index 775e204f..7c359480 100644 --- a/Exception/GoogleVideoUrlTagException.php +++ b/Exception/GoogleVideoUrlTagException.php @@ -1,7 +1,7 @@ * diff --git a/PrestaSitemapBundle.php b/PrestaSitemapBundle.php index 1cf832f2..af4e3c6c 100644 --- a/PrestaSitemapBundle.php +++ b/PrestaSitemapBundle.php @@ -1,8 +1,9 @@ +/** + * This file is part of the PrestaSitemapBundle package. + * + * (c) PrestaConcept * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Service/AbstractGenerator.php b/Service/AbstractGenerator.php index 0d46ca06..ca306921 100644 --- a/Service/AbstractGenerator.php +++ b/Service/AbstractGenerator.php @@ -1,7 +1,7 @@ * diff --git a/Service/Dumper.php b/Service/Dumper.php index 1999eb66..da1e047e 100644 --- a/Service/Dumper.php +++ b/Service/Dumper.php @@ -1,8 +1,9 @@ +/** + * This file is part of the PrestaSitemapBundle package. + * + * (c) PrestaConcept * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Service/DumperInterface.php b/Service/DumperInterface.php index a76490bc..c6f46c47 100644 --- a/Service/DumperInterface.php +++ b/Service/DumperInterface.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Presta\SitemapBundle\Service; /** diff --git a/Service/Generator.php b/Service/Generator.php index fd4e8613..ffd5c590 100644 --- a/Service/Generator.php +++ b/Service/Generator.php @@ -1,8 +1,9 @@ +/** + * This file is part of the PrestaSitemapBundle package. + * + * (c) PrestaConcept * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Service/GeneratorInterface.php b/Service/GeneratorInterface.php index 0a4e918b..5ad30dbd 100644 --- a/Service/GeneratorInterface.php +++ b/Service/GeneratorInterface.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Presta\SitemapBundle\Service; use Presta\SitemapBundle\Sitemap\Sitemapindex; diff --git a/Service/SitemapListenerInterface.php b/Service/SitemapListenerInterface.php index 7cd75773..03f4518d 100644 --- a/Service/SitemapListenerInterface.php +++ b/Service/SitemapListenerInterface.php @@ -1,8 +1,9 @@ +/** + * This file is part of the PrestaSitemapBundle package. + * + * (c) PrestaConcept * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Service/UrlContainerInterface.php b/Service/UrlContainerInterface.php index 55f509b2..730db451 100644 --- a/Service/UrlContainerInterface.php +++ b/Service/UrlContainerInterface.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Presta\SitemapBundle\Service; use Presta\SitemapBundle\Sitemap\Url\Url; diff --git a/Sitemap/DumpingUrlset.php b/Sitemap/DumpingUrlset.php index ff5de841..97645d8b 100644 --- a/Sitemap/DumpingUrlset.php +++ b/Sitemap/DumpingUrlset.php @@ -1,8 +1,9 @@ +/** + * This file is part of the PrestaSitemapBundle package. + * + * (c) PrestaConcept * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Sitemap/Sitemapindex.php b/Sitemap/Sitemapindex.php index 976398ca..bf99e536 100644 --- a/Sitemap/Sitemapindex.php +++ b/Sitemap/Sitemapindex.php @@ -1,8 +1,9 @@ +/** + * This file is part of the PrestaSitemapBundle package. + * + * (c) PrestaConcept * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Sitemap/Url/GoogleImage.php b/Sitemap/Url/GoogleImage.php index 6ab37e02..4b2bc801 100644 --- a/Sitemap/Url/GoogleImage.php +++ b/Sitemap/Url/GoogleImage.php @@ -1,8 +1,9 @@ +/** + * This file is part of the PrestaSitemapBundle package. + * + * (c) PrestaConcept * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Sitemap/Url/GoogleImageUrlDecorator.php b/Sitemap/Url/GoogleImageUrlDecorator.php index 83458904..d8f9b507 100644 --- a/Sitemap/Url/GoogleImageUrlDecorator.php +++ b/Sitemap/Url/GoogleImageUrlDecorator.php @@ -1,8 +1,9 @@ +/** + * This file is part of the PrestaSitemapBundle package. + * + * (c) PrestaConcept * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Sitemap/Url/GoogleMobileUrlDecorator.php b/Sitemap/Url/GoogleMobileUrlDecorator.php index 86b9b11a..b13421ba 100644 --- a/Sitemap/Url/GoogleMobileUrlDecorator.php +++ b/Sitemap/Url/GoogleMobileUrlDecorator.php @@ -1,7 +1,7 @@ * diff --git a/Sitemap/Url/GoogleMultilangUrlDecorator.php b/Sitemap/Url/GoogleMultilangUrlDecorator.php index acc7c672..ccd686be 100644 --- a/Sitemap/Url/GoogleMultilangUrlDecorator.php +++ b/Sitemap/Url/GoogleMultilangUrlDecorator.php @@ -1,7 +1,7 @@ * diff --git a/Sitemap/Url/GoogleNewsUrlDecorator.php b/Sitemap/Url/GoogleNewsUrlDecorator.php index 2bb4bd7d..c53dafaf 100644 --- a/Sitemap/Url/GoogleNewsUrlDecorator.php +++ b/Sitemap/Url/GoogleNewsUrlDecorator.php @@ -1,7 +1,7 @@ * diff --git a/Sitemap/Url/GoogleVideoUrlDecorator.php b/Sitemap/Url/GoogleVideoUrlDecorator.php index a277269e..d5e9ebcb 100644 --- a/Sitemap/Url/GoogleVideoUrlDecorator.php +++ b/Sitemap/Url/GoogleVideoUrlDecorator.php @@ -1,7 +1,7 @@ * diff --git a/Sitemap/Url/Url.php b/Sitemap/Url/Url.php index f6dbdaf9..cb5876ae 100644 --- a/Sitemap/Url/Url.php +++ b/Sitemap/Url/Url.php @@ -1,8 +1,9 @@ +/** + * This file is part of the PrestaSitemapBundle package. + * + * (c) PrestaConcept * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Sitemap/Url/UrlConcrete.php b/Sitemap/Url/UrlConcrete.php index 5149ed9a..a4db51eb 100644 --- a/Sitemap/Url/UrlConcrete.php +++ b/Sitemap/Url/UrlConcrete.php @@ -1,7 +1,7 @@ * diff --git a/Sitemap/Url/UrlDecorator.php b/Sitemap/Url/UrlDecorator.php index 852397e8..7d2e3bcf 100644 --- a/Sitemap/Url/UrlDecorator.php +++ b/Sitemap/Url/UrlDecorator.php @@ -1,8 +1,9 @@ +/** + * This file is part of the PrestaSitemapBundle package. + * + * (c) PrestaConcept * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Sitemap/Urlset.php b/Sitemap/Urlset.php index 086a204e..d893bb49 100644 --- a/Sitemap/Urlset.php +++ b/Sitemap/Urlset.php @@ -1,8 +1,9 @@ +/** + * This file is part of the PrestaSitemapBundle package. + * + * (c) PrestaConcept * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Sitemap/Utils.php b/Sitemap/Utils.php index c108c5b6..7e861d67 100644 --- a/Sitemap/Utils.php +++ b/Sitemap/Utils.php @@ -1,7 +1,7 @@ * diff --git a/Sitemap/XmlConstraint.php b/Sitemap/XmlConstraint.php index e3e64ac2..079815e6 100644 --- a/Sitemap/XmlConstraint.php +++ b/Sitemap/XmlConstraint.php @@ -1,8 +1,9 @@ +/** + * This file is part of the PrestaSitemapBundle package. + * + * (c) PrestaConcept * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Tests/Command/DumpSitemapsCommandTest.php b/Tests/Command/DumpSitemapsCommandTest.php index f3e8cc2f..e4b98e95 100644 --- a/Tests/Command/DumpSitemapsCommandTest.php +++ b/Tests/Command/DumpSitemapsCommandTest.php @@ -1,7 +1,7 @@ * diff --git a/Tests/Controller/SitemapControllerTest.php b/Tests/Controller/SitemapControllerTest.php index 4f8c540a..153394f9 100644 --- a/Tests/Controller/SitemapControllerTest.php +++ b/Tests/Controller/SitemapControllerTest.php @@ -1,7 +1,7 @@ * diff --git a/Tests/EventListener/RouteAnnotationEventListenerTest.php b/Tests/EventListener/RouteAnnotationEventListenerTest.php index f0d2e64c..f555ffec 100644 --- a/Tests/EventListener/RouteAnnotationEventListenerTest.php +++ b/Tests/EventListener/RouteAnnotationEventListenerTest.php @@ -1,7 +1,7 @@ * diff --git a/Tests/Service/GeneratorTest.php b/Tests/Service/GeneratorTest.php index 254c0736..ee963f4d 100644 --- a/Tests/Service/GeneratorTest.php +++ b/Tests/Service/GeneratorTest.php @@ -1,7 +1,7 @@ * diff --git a/Tests/Sitemap/SitemapindexTest.php b/Tests/Sitemap/SitemapindexTest.php index 1b08a426..366f1822 100644 --- a/Tests/Sitemap/SitemapindexTest.php +++ b/Tests/Sitemap/SitemapindexTest.php @@ -1,7 +1,7 @@ * diff --git a/Tests/Sitemap/Url/GoogleImageTest.php b/Tests/Sitemap/Url/GoogleImageTest.php index 87783fb5..b642e3fc 100644 --- a/Tests/Sitemap/Url/GoogleImageTest.php +++ b/Tests/Sitemap/Url/GoogleImageTest.php @@ -1,7 +1,7 @@ * diff --git a/Tests/Sitemap/Url/GoogleImageUrlDecoratorTest.php b/Tests/Sitemap/Url/GoogleImageUrlDecoratorTest.php index e192ac94..e7f0d75d 100644 --- a/Tests/Sitemap/Url/GoogleImageUrlDecoratorTest.php +++ b/Tests/Sitemap/Url/GoogleImageUrlDecoratorTest.php @@ -1,7 +1,7 @@ * diff --git a/Tests/Sitemap/Url/GoogleMobileUrlDecoratorTest.php b/Tests/Sitemap/Url/GoogleMobileUrlDecoratorTest.php index d5be33c3..29f011e6 100644 --- a/Tests/Sitemap/Url/GoogleMobileUrlDecoratorTest.php +++ b/Tests/Sitemap/Url/GoogleMobileUrlDecoratorTest.php @@ -1,7 +1,7 @@ * diff --git a/Tests/Sitemap/Url/GoogleMultilangUrlDecoratorTest.php b/Tests/Sitemap/Url/GoogleMultilangUrlDecoratorTest.php index 17f741d1..ebdeddf6 100644 --- a/Tests/Sitemap/Url/GoogleMultilangUrlDecoratorTest.php +++ b/Tests/Sitemap/Url/GoogleMultilangUrlDecoratorTest.php @@ -1,7 +1,7 @@ * diff --git a/Tests/Sitemap/Url/GoogleNewsUrlDecoratorTest.php b/Tests/Sitemap/Url/GoogleNewsUrlDecoratorTest.php index 3d40a687..13508017 100644 --- a/Tests/Sitemap/Url/GoogleNewsUrlDecoratorTest.php +++ b/Tests/Sitemap/Url/GoogleNewsUrlDecoratorTest.php @@ -1,7 +1,7 @@ * diff --git a/Tests/Sitemap/Url/GoogleVideoUrlDecoratorTest.php b/Tests/Sitemap/Url/GoogleVideoUrlDecoratorTest.php index f83cb4be..60ec4502 100644 --- a/Tests/Sitemap/Url/GoogleVideoUrlDecoratorTest.php +++ b/Tests/Sitemap/Url/GoogleVideoUrlDecoratorTest.php @@ -1,7 +1,7 @@ * diff --git a/Tests/Sitemap/Url/UrlConcreteTest.php b/Tests/Sitemap/Url/UrlConcreteTest.php index e3134c1f..69ee9cf0 100644 --- a/Tests/Sitemap/Url/UrlConcreteTest.php +++ b/Tests/Sitemap/Url/UrlConcreteTest.php @@ -1,7 +1,7 @@ * diff --git a/Tests/Sitemap/UrlsetTest.php b/Tests/Sitemap/UrlsetTest.php index 5c1886c3..0a561fa8 100644 --- a/Tests/Sitemap/UrlsetTest.php +++ b/Tests/Sitemap/UrlsetTest.php @@ -1,7 +1,7 @@ * diff --git a/Tests/Sitemap/UtilsTest.php b/Tests/Sitemap/UtilsTest.php index a05145b7..e4c18710 100644 --- a/Tests/Sitemap/UtilsTest.php +++ b/Tests/Sitemap/UtilsTest.php @@ -1,7 +1,7 @@ * diff --git a/Tests/app/AppKernel.php b/Tests/app/AppKernel.php index f4b2d4cb..c5f451d7 100644 --- a/Tests/app/AppKernel.php +++ b/Tests/app/AppKernel.php @@ -1,9 +1,10 @@ - * +/** + * This file is part of the PrestaSitemapBundle package. + * + * (c) PrestaConcept + * * 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 53c1e9bd..476311c3 100644 --- a/Tests/bootstrap.php +++ b/Tests/bootstrap.php @@ -1,7 +1,9 @@ + +/** + * This file is part of the PrestaSitemapBundle package. + * + * (c) PrestaConcept * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.