phpDocumentor updates
[squirrelmail.git] / functions / encode / iso_8859_2.php
index 2a2cf52647d2f3b7617b1c33b5c8436e00f7934e..ff246fb634b64a399b3cb31fe391492ffac924a9 100644 (file)
@@ -1,12 +1,14 @@
 <?php
+
 /**
  * iso-8859-2 encoding functions
  *
  * takes a string of unicode entities and converts it to a iso-8859-2 encoded string
  * Unsupported characters are replaced with ?.
  *
+ * @copyright &copy; 2004-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
- * @copyright Copyright &copy; 2004-2005 The SquirrelMail Project Team
  * @package squirrelmail
  * @subpackage encode
  */