Adding a comment with an explanation for translators.
[squirrelmail.git] / functions / decode / cp855.php
index 0384ff4dc9dabf6eeeb1693c01e27964d21e9f44..93c5beb64945694da8f17c697f097c407a01ad12 100644 (file)
@@ -1,10 +1,8 @@
 <?php
+
 /**
  * decode/cp855.php
  *
- * Copyright (c) 2003-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This file contains cp855 decoding function that is needed to read
  * cp855 encoded mails in non-cp855 locale.
  *
@@ -18,6 +16,8 @@
  *   Authors:       Lori Brownell <loribr@microsoft.com>
  *                  K.D. Chang    <a-kchang@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
@@ -168,5 +168,3 @@ function charset_decode_cp855 ($string) {
 
     return $string;
 }
-
-?>
\ No newline at end of file