Add license blocks

This commit is contained in:
Łukasz Chruściel
2016-07-23 09:58:27 +02:00
parent 5c4f7b83e8
commit 15f9674c21
4 changed files with 36 additions and 0 deletions

View File

@@ -1,5 +1,14 @@
<?php
/*
* This file is part of the SymfonyExtension package.
*
* (c) FriendsOfBehat
*
* 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;