Added (c) stuff and some formatting.
[squirrelmail.git] / functions / imap_general.php
index d4c61c3490ccf2f5fdef0fcd6dbbab9ce26fc9f9..165a02a50051ccc1935bc2cb491ba1488e66b558 100755 (executable)
@@ -1,16 +1,16 @@
 <?php
+
    /**
     **  imap.php
     **
+    **  Copyright (c) 1999-2001 The Squirrelmail Development Team
+    **  Licensed under the GNU GPL. For full terms see the file COPYING.    
+    **
     **  This implements all functions that do general imap functions.
     **
     **  $Id$
     **/
 
-   if (defined ('imap_general_php'))
-      return;
-   define ('imap_general_php', true);
-
 global $imap_general_debug;
 $imap_general_debug = false;