diff options
Diffstat (limited to 'engine/lib/cache.php')
-rw-r--r-- | engine/lib/cache.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/lib/cache.php b/engine/lib/cache.php index 2fbbf3f04..6dd3b6192 100644 --- a/engine/lib/cache.php +++ b/engine/lib/cache.php @@ -6,7 +6,7 @@ * @package Elgg * @subpackage API * @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/ */ @@ -15,7 +15,7 @@ * ElggCache The elgg cache superclass. * This defines the interface for a cache (wherever that cache is stored). * - * @author Marcus Povey <marcus@dushka.co.uk> + * @author Curverider Ltd <info@elgg.com> * @package Elgg * @subpackage API */ @@ -79,7 +79,7 @@ * ElggFileCache * Store cached data in a file store. * - * @author Marcus Povey <marcus@dushka.co.uk> + * @author Curverider Ltd <info@elgg.com> * @package Elgg * @subpackage API */ |