Missed a spot. Please use less accusatory language when telling ppl they broke plugi...
[squirrelmail.git] / class / mime / ContentType.class.php
index d44c79f9ccf4fd8baa11a033fea1dbd463087d9a..be8761554ee97dfc271a0492c94e9991416aa54c 100644 (file)
@@ -3,12 +3,11 @@
 /**
  * ContentType.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 content type headers 
  * (rfc2045) in mime messages.
  *
+ * @copyright © 2003-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage mime
@@ -57,5 +56,3 @@ class ContentType {
         $this->properties = array();
     }
 }
-
-?>
\ No newline at end of file