Remove silly copyright line in docblock comments, update email address, remove copyright year because it is boring to maintain

This commit is contained in:
Chris Boulton 2012-10-13 17:55:41 +11:00
parent c6bd34d00d
commit c908109a74
22 changed files with 22 additions and 43 deletions

View file

@ -3,8 +3,7 @@
* Resque test case class. Contains setup and teardown methods.
*
* @package Resque/Tests
* @author Chris Boulton <chris.boulton@interspire.com>
* @copyright (c) 2010 Chris Boulton
* @author Chris Boulton <chris@bigcommerce.com>
* @license http://www.opensource.org/licenses/mit-license.php
*/
class Resque_Tests_TestCase extends PHPUnit_Framework_TestCase