Phpdocumentor update - sed is your friend for these kinds of things ;)
[squirrelmail.git] / class / mime / ContentType.class.php
index 6b538227aabdd1caaca7117ec858289ce6905b67..5fee50f0f9c3d5b94076f5371dab92a73b94dab8 100644 (file)
@@ -3,14 +3,19 @@
 /**
  * ContentType.class.php
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
+ * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This contains functions needed to handle mime messages.
  *
  * $Id$
+ * @package squirrelmail
  */
 
+/**
+ * Undocumented class
+ * @package squirrelmail
+ */
 class ContentType {
     var $type0      = 'text',
         $type1      = 'plain',