Minor fix
[squirrelmail.git] / class / mime / MessageHeader.class.php
index 8a843bb17cc26f0cf628e329d45bbad5ae7a0bf0..b004db22cf1886f84ca3d7a1b230eaf243e127ee 100644 (file)
@@ -3,11 +3,10 @@
 /**
  * MessageHeader.class.php
  *
- * Copyright (c) 2003-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This file contains functions needed to handle headers in mime messages.
  *
+ * @copyright 2003-2015 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage mime
@@ -97,5 +96,3 @@ class MessageHeader {
         $this->parameters[strtolower($parameter)] = $value;
     }
 }
-
-?>
\ No newline at end of file