Sorry, copy paste didn't workout as it should.
[squirrelmail.git] / plugins / mail_fetch / class.POP3.php
index f19b3cd96af174f0398dd89e74603a81c4df9b02..3b0f13f4c836f3dc82f00ed0e1a8a9b2df0430f2 100644 (file)
@@ -1,26 +1,25 @@
 <?php
 
-   /**
-    * mail_fetch/setup.php
-    *
-    * Copyright (c) 1999-2005 The SquirrelMail Project Team
-    *
-    * Copyright (c) 1999 CDI (cdi@thewebmasters.net) All Rights Reserved
-    * Modified by Philippe Mingo 2001 mingo@rotedic.com
-    * An RFC 1939 compliant wrapper class for the POP3 protocol.
-    *
-    * Licensed under the GNU GPL. For full terms see the file COPYING.
-    *
-    * pop3 class
-    *
-    * $Id$
-    * @package plugins
-    * @subpackage mail_fetch
-    */
+/**
+ * mail_fetch/class.POP3.php
+ *
+ * Copyright (c) 1999 CDI (cdi@thewebmasters.net) All Rights Reserved
+ * Modified by Philippe Mingo 2001 mingo@rotedic.com
+ * An RFC 1939 compliant wrapper class for the POP3 protocol.
+ *
+ * POP3 class
+ *
+ * @copyright &copy; 1999-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package plugins
+ * @subpackage mail_fetch
+ */
 
 /**
- * This is the pop3 class - DOCUMENT ME
- * @package squirrelmail
+ * This is the POP3 class - DOCUMENT ME
+ * @package plugins
+ * @subpackage mail_fetch
  */
 class POP3 {
     var $ERROR      = '';       //  Error string.