Update copyright
[squirrelmail.git] / functions / htmlentities / utf-8.php
index 95b0f397beeb88746d28cdaec831b70de6e6cf88..22eec3fb4ed1d7415c64da3ee66050567ff63bb7 100644 (file)
@@ -1,8 +1,9 @@
 <?php
+
 /**
  * utf-8 html entities table
  *
- * @copyright (c) 2004-2005 The SquirrelMail development team
+ * @copyright 2004-2013 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -272,4 +273,3 @@ $sq_html_ent_table = array_merge($sq_html_ent_table,
               "\xE2\x99\xA6" => '&diams;'
               )
        );
-?>