Minor fix
[squirrelmail.git] / class / mime / MessageHeader.class.php
index 87df2d40a64e88e676a2a27fa6c861d761ae832d..b004db22cf1886f84ca3d7a1b230eaf243e127ee 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This file contains functions needed to handle headers in mime messages.
  *
- * @copyright © 2003-2005 The SquirrelMail Project Team
+ * @copyright 2003-2015 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -96,5 +96,3 @@ class MessageHeader {
         $this->parameters[strtolower($parameter)] = $value;
     }
 }
-
-?>
\ No newline at end of file