Merge pull request #1 from lchrusciel/missing-license

Add license blocks
This commit is contained in:
Kamil Kokot
2016-07-23 10:12:45 +02:00
committed by GitHub
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;

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;
use Behat\Mink\Driver\BrowserKitDriver;

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\Listener;
use Behat\Behat\EventDispatcher\Event\ExampleTested;

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\ServiceContainer;
use Behat\MinkExtension\ServiceContainer\MinkExtension;