Fix: Messages forwarded as attachments from message list were not getting flagged...
[squirrelmail.git] / functions / decode / cp1252.php
index ccdd174a7c8e32b669101945db5230a8016428d1..238c259334df4fb8d8ac04eafdb7c83953952212 100644 (file)
@@ -1,10 +1,8 @@
 <?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.
  *
@@ -18,6 +16,8 @@
  *   Date:          04/15/98
  *   Contact:       cpxlate@microsoft.com
  *
+ * @copyright &copy; 2003-2009 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage decode
@@ -169,5 +169,3 @@ function charset_decode_cp1252 ($string) {
 
     return $string;
 }
-
-?>
\ No newline at end of file