Happy New Year
[squirrelmail.git] / functions / decode / cp1257.php
index 57c7f38a9ea7004e07017695270dd49ccdc0fa91..f151672fdce168d489067f64985feaea46698567 100644 (file)
@@ -1,10 +1,8 @@
 <?php
+
 /**
  * decode/cp1257.php
  *
- * Copyright (c) 2003-2004 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This file contains cp1257 decoding function that is needed to read
  * cp1257 encoded mails in non-cp1257 locale.
  *
@@ -18,6 +16,8 @@
  *  Date:          04/15/98
  *  Contact:       cpxlate@microsoft.com
  *
+ * @copyright 2003-2021 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage decode
@@ -156,5 +156,3 @@ function charset_decode_cp1257 ($string) {
 
     return $string;
 }
-
-?>
\ No newline at end of file