Show better filesize approximations for base64-encoded attachments
[squirrelmail.git] / functions / decode / iso_8859_14.php
index b5136461f743acbec1759bfd2e6f4a7ec9c37c33..50cd071849bc4fd956fddf3035f93e30c80a44e3 100644 (file)
@@ -1,10 +1,8 @@
 <?php
+
 /**
  * decode/iso8859-14.php
  *
- * Copyright (c) 2003-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This file contains iso-8859-14 decoding function that is needed to read
  * iso-8859-14 encoded mails in non-iso-8859-14 locale.
  *
@@ -36,6 +34,8 @@
  *  internal or external distribution as long as this notice remains
  *  attached.
  *
+ * @copyright 2003-2020 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage decode
@@ -154,4 +154,3 @@ function charset_decode_iso_8859_14 ($string) {
 
     return $string;
 }
-?>
\ No newline at end of file