Missed a spot. Please use less accusatory language when telling ppl they broke plugi...
[squirrelmail.git] / class / mime / Disposition.class.php
index bf005697774030758e09ab55c439dba3dc3986f6..2abde4f9dd6c30cc39fe35f83ac77cc286d57a3a 100644 (file)
@@ -3,17 +3,15 @@
 /**
  * Disposition.class.php
  *
 /**
  * Disposition.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 disposition headers 
  * This file contains functions needed to handle content disposition headers 
- * in mime messages.
+ * in mime messages. See RFC 2183.
  *
  *
+ * @copyright © 2003-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage mime
  * @since 1.3.2
  * @version $Id$
  * @package squirrelmail
  * @subpackage mime
  * @since 1.3.2
- * @todo find rfc number
  */
 
 /**
  */
 
 /**
@@ -47,5 +45,3 @@ class Disposition {
         return '';
     }
 }
         return '';
     }
 }
-
-?>
\ No newline at end of file