Skip to content

Commit c908109

Browse files
committed
Remove silly copyright line in docblock comments, update email address, remove copyright year because it is boring to maintain
1 parent c6bd34d commit c908109

22 files changed

+22
-43
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(c) 2010 Chris Boulton <chris.boulton@interspire.com>
1+
(c) Chris Boulton <chris@bigcommerce.com>
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

lib/Resque.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
* Base Resque class.
77
*
88
* @package Resque
9-
* @author Chris Boulton <[email protected]>
10-
* @copyright (c) 2010 Chris Boulton
9+
* @author Chris Boulton <[email protected]>
1110
* @license http://www.opensource.org/licenses/mit-license.php
1211
*/
1312
class Resque

lib/Resque/Event.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* Resque event/plugin system class
44
*
55
* @package Resque/Event
6-
* @author Chris Boulton <[email protected]>
7-
* @copyright (c) 2010 Chris Boulton
6+
* @author Chris Boulton <[email protected]>
87
* @license http://www.opensource.org/licenses/mit-license.php
98
*/
109
class Resque_Event

lib/Resque/Exception.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* Resque exception.
44
*
55
* @package Resque
6-
* @author Chris Boulton <[email protected]>
7-
* @copyright (c) 2010 Chris Boulton
6+
* @author Chris Boulton <[email protected]>
87
* @license http://www.opensource.org/licenses/mit-license.php
98
*/
109
class Resque_Exception extends Exception

lib/Resque/Failure.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
* Failed Resque job.
66
*
77
* @package Resque/Failure
8-
* @author Chris Boulton <[email protected]>
9-
* @copyright (c) 2010 Chris Boulton
8+
* @author Chris Boulton <[email protected]>
109
* @license http://www.opensource.org/licenses/mit-license.php
1110
*/
1211
class Resque_Failure

lib/Resque/Failure/Interface.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* Interface that all failure backends should implement.
44
*
55
* @package Resque/Failure
6-
* @author Chris Boulton <[email protected]>
7-
* @copyright (c) 2010 Chris Boulton
6+
* @author Chris Boulton <[email protected]>
87
* @license http://www.opensource.org/licenses/mit-license.php
98
*/
109
interface Resque_Failure_Interface

lib/Resque/Failure/Redis.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* Redis backend for storing failed Resque jobs.
44
*
55
* @package Resque/Failure
6-
* @author Chris Boulton <[email protected]>
7-
* @copyright (c) 2010 Chris Boulton
6+
* @author Chris Boulton <[email protected]>
87
* @license http://www.opensource.org/licenses/mit-license.php
98
*/
109

lib/Resque/Job.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
* Resque job.
88
*
99
* @package Resque/Job
10-
* @author Chris Boulton <[email protected]>
11-
* @copyright (c) 2010 Chris Boulton
10+
* @author Chris Boulton <[email protected]>
1211
* @license http://www.opensource.org/licenses/mit-license.php
1312
*/
1413
class Resque_Job

lib/Resque/Job/DirtyExitException.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* Runtime exception class for a job that does not exit cleanly.
44
*
55
* @package Resque/Job
6-
* @author Chris Boulton <[email protected]>
7-
* @copyright (c) 2010 Chris Boulton
6+
* @author Chris Boulton <[email protected]>
87
* @license http://www.opensource.org/licenses/mit-license.php
98
*/
109
class Resque_Job_DirtyExitException extends RuntimeException

lib/Resque/Job/DontPerform.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* Exception to be thrown if a job should not be performed/run.
44
*
55
* @package Resque/Job
6-
* @author Chris Boulton <[email protected]>
7-
* @copyright (c) 2010 Chris Boulton
6+
* @author Chris Boulton <[email protected]>
87
* @license http://www.opensource.org/licenses/mit-license.php
98
*/
109
class Resque_Job_DontPerform extends Exception

0 commit comments

Comments
 (0)