diff options
Diffstat (limited to 'mod/profile/icon.php')
-rw-r--r-- | mod/profile/icon.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mod/profile/icon.php b/mod/profile/icon.php index d7d7247c5..b7b4f921c 100644 --- a/mod/profile/icon.php +++ b/mod/profile/icon.php @@ -3,10 +3,6 @@ * Elgg profile icon * * @package ElggProfile -* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 -* @author Curverider Ltd <info@elgg.com> -* @copyright Curverider Ltd 2008-2010 -* @link http://elgg.com/ */ require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php"); |