From 8c143d3ba9da8bda804fd4c2286f44587e9c2d38 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Wed, 26 Oct 2016 10:54:20 +0200 Subject: [PATCH] Update copyright holder in license header --- src/Driver/Factory/SymfonyDriverFactory.php | 2 +- src/Driver/SymfonyDriver.php | 2 +- src/Listener/KernelRebooter.php | 2 +- src/ServiceContainer/SymfonyExtension.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Driver/Factory/SymfonyDriverFactory.php b/src/Driver/Factory/SymfonyDriverFactory.php index a498161..6921f70 100644 --- a/src/Driver/Factory/SymfonyDriverFactory.php +++ b/src/Driver/Factory/SymfonyDriverFactory.php @@ -3,7 +3,7 @@ /* * This file is part of the SymfonyExtension package. * - * (c) FriendsOfBehat + * (c) Kamil Kokot * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Driver/SymfonyDriver.php b/src/Driver/SymfonyDriver.php index 12318fa..3368c2d 100644 --- a/src/Driver/SymfonyDriver.php +++ b/src/Driver/SymfonyDriver.php @@ -3,7 +3,7 @@ /* * This file is part of the SymfonyExtension package. * - * (c) FriendsOfBehat + * (c) Kamil Kokot * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Listener/KernelRebooter.php b/src/Listener/KernelRebooter.php index 73434df..cc2b2c1 100644 --- a/src/Listener/KernelRebooter.php +++ b/src/Listener/KernelRebooter.php @@ -3,7 +3,7 @@ /* * This file is part of the SymfonyExtension package. * - * (c) FriendsOfBehat + * (c) Kamil Kokot * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/ServiceContainer/SymfonyExtension.php b/src/ServiceContainer/SymfonyExtension.php index c5ac738..b79d7cc 100644 --- a/src/ServiceContainer/SymfonyExtension.php +++ b/src/ServiceContainer/SymfonyExtension.php @@ -3,7 +3,7 @@ /* * This file is part of the SymfonyExtension package. * - * (c) FriendsOfBehat + * (c) Kamil Kokot * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.