phpunit-mink
phpunit-mink copied to clipboard
Update license text in each file
Current license says:
/**
* This file is part of the phpunit-mink library.
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*
* @copyright Alexander Obuhovich <[email protected]>
* @link https://github.com/aik099/phpunit-mink
*/
The repo url is wrong and maybe something needs to be done about @copyright tag, but I'm not sure what.
@stof , ideas?
The copyright is OK IMO as you are the creator of the library.
For the link to the repo, is it necessary to have it ? Most project I know of don't include it in each file.
Some do. Then I guess we do mass str_replace to fix that link.