Happy New Year
[squirrelmail.git] / functions / decode / cp866.php
index e76140f8785fb082312c1e66fd4e7953f376124e..7a22ffafd3dfd03f75256a9b979990ad64002fff 100644 (file)
@@ -1,10 +1,8 @@
 <?php
+
 /**
  * decode/cp866.php
  *
- * Copyright (c) 2003-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This file contains cp866 decoding function that is needed to read
  * cp866 encoded mails in non-cp866 locale.
  *
@@ -20,6 +18,8 @@
                    K.D. Chang    <a-kchang@microsoft.com>
     The entries are in cp866_DOSCyrillicRussian order
  *
+ * @copyright 2003-2020 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage decode
@@ -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
+}