phpDocumentor updates
[squirrelmail.git] / functions / imap_general.php
index f7c18c5c6685f66369dfa6fa31ad5914a80b65d1..54e3e6141abe4d4c68cf826182890528ed5da1fa 100755 (executable)
@@ -3,11 +3,10 @@
 /**
  * imap_general.php
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This implements all functions that do general IMAP functions.
  *
+ * @copyright © 1999-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage imap
@@ -1168,4 +1167,4 @@ function map_yp_alias($username) {
    return chop(substr($yp, strlen($username)+1));
 }
 
-?>
+?>
\ No newline at end of file