Forgot @since info for sqsetcookie
[squirrelmail.git] / functions / encode / koi8_r.php
index df4ee66fe00c91666946ba5565fafcbecc14cc54..9293d2642e40cc986624d982f0321e31024f1ead 100644 (file)
@@ -1,12 +1,14 @@
 <?php
+
 /**
  * koi8-r encoding functions
  *
  * takes a string of unicode entities and converts it to a koi8-r encoded string
  * Unsupported characters are replaced with ?.
  *
+ * @copyright &copy; 2004-2006 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
  */
@@ -175,4 +177,3 @@ function unicodetokoi8r($var) {
     }
     return $ret;
 }
-?>
\ No newline at end of file