diff options
Diffstat (limited to 'engine/lib/export.php')
-rw-r--r-- | engine/lib/export.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/lib/export.php b/engine/lib/export.php index 5560a9f71..fe9d2b2da 100644 --- a/engine/lib/export.php +++ b/engine/lib/export.php @@ -5,7 +5,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 + * @author Curverider Ltd * @copyright Curverider Ltd 2008 * @link http://elgg.org/ */ @@ -15,7 +15,7 @@ * * @package Elgg * @subpackage Core - * @author Marcus Povey + * @author Curverider Ltd */ interface Exportable { @@ -29,7 +29,7 @@ /** * Define an interface for all ODD importable objects. - * @author Marcus Povey + * @author Curverider Ltd */ interface Importable { |