phpDocumentor updates
[squirrelmail.git] / functions / encode / cp1251.php
index 5f1553738380b1b5119cab934e5d8af2f352d9f5..a9a0ec01da678b6aba617600d3a2cfb44663a73f 100644 (file)
@@ -1,12 +1,14 @@
 <?php
+
 /**
  * cp1251 encoding functions
  *
  * takes a string of unicode entities and converts it to a cp1251 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
  */