diff options
Diffstat (limited to 'engine/lib/annotations.php')
-rw-r--r-- | engine/lib/annotations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php index 87c9d330f..9df54af2f 100644 --- a/engine/lib/annotations.php +++ b/engine/lib/annotations.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/
*/
@@ -24,7 +24,7 @@ *
* @package Elgg
* @subpackage Core
- * @author Marcus Povey <marcus@dushka.co.uk>
+ * @author Curverider Ltd <info@elgg.com>
*/
class ElggAnnotation extends ElggExtender
{
|