Happy New Year
[squirrelmail.git] / functions / decode / cp866.php
index 05dba270a7783b1ab984153a1d466965d7d10582..4f10d7cf3b89c6560eeed790f85eb469d8b4c202 100644 (file)
@@ -18,7 +18,7 @@
                    K.D. Chang    <a-kchang@microsoft.com>
     The entries are in cp866_DOSCyrillicRussian order
  *
- * @copyright &copy; 2003-2005 The SquirrelMail Project Team
+ * @copyright 2003-2022 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -169,4 +169,4 @@ function charset_decode_cp866 ($string) {
     $string = str_replace(array_keys($cp866), array_values($cp866), $string);
 
     return $string;
-}
\ No newline at end of file
+}