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

@ -5,8 +5,7 @@ require_once dirname(__FILE__) . '/bootstrap.php';
* Resque_Job tests.
*
* @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_JobTest extends Resque_Tests_TestCase