aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/api.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/api.php')
-rw-r--r--engine/lib/api.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/lib/api.php b/engine/lib/api.php
index 0a3dbe8f5..0b006b352 100644
--- a/engine/lib/api.php
+++ b/engine/lib/api.php
@@ -6,7 +6,7 @@
* @package Elgg
* @subpackage Core
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Marcus Povey <marcus@dushka.co.uk>
+ * @author Curverider Ltd <info@elgg.com>
* @copyright Curverider Ltd 2008
* @link http://elgg.org/
*/
@@ -16,7 +16,7 @@
/**
* GenericResult Result superclass.
*
- * @author Marcus Povey <marcus@dushka.co.uk>
+ * @author Curverider Ltd <info@elgg.com>
* @package Elgg
* @subpackage Core
*/
@@ -112,7 +112,7 @@
* SuccessResult
* Generic success result class, extend if you want to do something special.
*
- * @author Marcus Povey <marcus@dushka.co.uk>
+ * @author Curverider Ltd <info@elgg.com>
* @package Elgg
* @subpackage Core
*/
@@ -137,7 +137,7 @@
* ErrorResult
* The error result class.
*
- * @author Marcus Povey <marcus@dushka.co.uk>
+ * @author Curverider Ltd <info@elgg.com>
* @package Elgg
* @subpackage Core
*/