We're living in 2004 now... perl is your friend for these kinds of things :)
[squirrelmail.git] / class / mime / Disposition.class.php
index e69dae82566870c9981c9d63041689d55a9507c9..1a4194c70a82ec22f12eca7d60b654095685a191 100644 (file)
@@ -3,14 +3,19 @@
 /**
  * Disposition.class.php
  *
- * Copyright (c) 2003 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 Disposition {
     function Disposition($name) {
        $this->name = $name;