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