Happy New Year
[squirrelmail.git] / functions / decode / cp1250.php
index 19dd1b9cffdb60f09ad46627f4feaeb8bd3e6355..3fa597e5800131028e4b49544569245f7a93c93d 100644 (file)
@@ -1,10 +1,8 @@
 <?php
+
 /**
  * decode/cp1250.php
  *
- * Copyright (c) 2003-2004 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This file contains cp1250 decoding function that is needed to read
  * cp1250 encoded mails in non-cp1250 locale.
  *
@@ -18,6 +16,8 @@
  *  Date:          04/15/98
  *  Contact:       cpxlate@microsoft.com
  *
+ * @copyright 2003-2018 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_cp1250 ($string) {
 
     return $string;
 }
-
-?>
\ No newline at end of file