From 6af6e49ec504c7808852c54a9104a318ea90c8b9 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Wed, 1 Aug 2018 15:32:53 +0200 Subject: [PATCH] Remove license comments from PHP files --- src/Driver/Factory/SymfonyDriverFactory.php | 9 --------- src/Driver/SymfonyDriver.php | 9 --------- src/Listener/KernelRebooter.php | 9 --------- src/ServiceContainer/SymfonyExtension.php | 9 --------- 4 files changed, 36 deletions(-) diff --git a/src/Driver/Factory/SymfonyDriverFactory.php b/src/Driver/Factory/SymfonyDriverFactory.php index 83cc825..409add4 100644 --- a/src/Driver/Factory/SymfonyDriverFactory.php +++ b/src/Driver/Factory/SymfonyDriverFactory.php @@ -2,15 +2,6 @@ declare(strict_types=1); -/* - * This file is part of the SymfonyExtension package. - * - * (c) Kamil Kokot - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - namespace FriendsOfBehat\SymfonyExtension\Driver\Factory; use Behat\MinkExtension\ServiceContainer\Driver\DriverFactory; diff --git a/src/Driver/SymfonyDriver.php b/src/Driver/SymfonyDriver.php index c772a9a..6556902 100644 --- a/src/Driver/SymfonyDriver.php +++ b/src/Driver/SymfonyDriver.php @@ -2,15 +2,6 @@ declare(strict_types=1); -/* - * This file is part of the SymfonyExtension package. - * - * (c) Kamil Kokot - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - namespace FriendsOfBehat\SymfonyExtension\Driver; use Behat\Mink\Driver\BrowserKitDriver; diff --git a/src/Listener/KernelRebooter.php b/src/Listener/KernelRebooter.php index d68825f..4cc7036 100644 --- a/src/Listener/KernelRebooter.php +++ b/src/Listener/KernelRebooter.php @@ -2,15 +2,6 @@ declare(strict_types=1); -/* - * This file is part of the SymfonyExtension package. - * - * (c) Kamil Kokot - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - namespace FriendsOfBehat\SymfonyExtension\Listener; use Behat\Behat\EventDispatcher\Event\ExampleTested; diff --git a/src/ServiceContainer/SymfonyExtension.php b/src/ServiceContainer/SymfonyExtension.php index 91fa5ac..2e27fbd 100644 --- a/src/ServiceContainer/SymfonyExtension.php +++ b/src/ServiceContainer/SymfonyExtension.php @@ -2,15 +2,6 @@ declare(strict_types=1); -/* - * This file is part of the SymfonyExtension package. - * - * (c) Kamil Kokot - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - namespace FriendsOfBehat\SymfonyExtension\ServiceContainer; use Behat\MinkExtension\ServiceContainer\MinkExtension;