Moved the license header to the top of the file

This commit is contained in:
Christophe Coevoet
2014-01-04 11:49:37 +01:00
parent 9b68107edc
commit 24012515e5
11 changed files with 86 additions and 82 deletions

View File

@@ -1,5 +1,13 @@
<?php
/*
* This file is part of the Behat MinkExtension.
* (c) Konstantin Kudryashov <ever.zet@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Behat\MinkExtension;
use Behat\MinkExtension\Compiler\SelectorsPass;
@@ -11,15 +19,6 @@ use Symfony\Component\Config\FileLocator,
use Behat\Testwork\ServiceContainer\Extension as BaseExtension;
/*
* This file is part of the Behat\MinkExtension
*
* (c) Konstantin Kudryashov <ever.zet@gmail.com>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
/**
* Mink extension for Behat class.
*
@@ -432,4 +431,4 @@ class Extension implements BaseExtension
return $config;
}
}
}