diff options
Diffstat (limited to 'engine/lib/entities.php')
-rw-r--r-- | engine/lib/entities.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php index bf66a0132..d7cc502ed 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.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/ */ @@ -21,7 +21,7 @@ * ElggEntity The elgg entity superclass * This class holds methods for accessing the main entities table. * - * @author Marcus Povey <marcus@dushka.co.uk> + * @author Curverider Ltd <info@elgg.com> * @package Elgg * @subpackage Core */ |