phpunit-mink icon indicating copy to clipboard operation
phpunit-mink copied to clipboard

Update license text in each file

Open aik099 opened this issue 10 years ago • 2 comments

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?

aik099 avatar Jan 24 '15 10:01 aik099

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.

stof avatar Jan 24 '15 10:01 stof

Some do. Then I guess we do mass str_replace to fix that link.

aik099 avatar Jan 24 '15 10:01 aik099