phpDocumentor updates
[squirrelmail.git] / class / deliver / Deliver.class.php
index 7652bcd36923145e4b748219644adc67c5c98151..04e121efc0b0a53f28d40ebbac751b5aff942a0e 100644 (file)
@@ -1,15 +1,15 @@
 <?php
+
 /**
  * Deliver.class.php
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This contains all the functions needed to send messages through
  * a delivery backend.
  *
+ * @author Marc Groot Koerkamp
+ * @copyright &copy; 1999-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
- * @author  Marc Groot Koerkamp
  * @package squirrelmail
  */
 
@@ -791,4 +791,4 @@ class Deliver {
         return $ret;
     }
 }
-?>
+?>
\ No newline at end of file