Replacing tabs with spaces, trimming white space at EOL and newline at EOF
[squirrelmail.git] / plugins / administrator / index.php
index 844f4303ee86d317282e37ca7df038f6720aa81a..bf1e3338c3c8f367c537d8a7c11f006cda3a01e6 100644 (file)
@@ -1,14 +1,12 @@
 <?php
-
 /**
  *  index.php -- Displays the main frameset
  *
- *  Copyright (c) 1999-2004 The SquirrelMail development team
- *  Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  *  Redirects to the login page.
  *
  * @version $Id$
+ * @copyright (c) 1999-2004 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @package plugins
  * @subpackage administrator
  */
@@ -16,4 +14,4 @@
    header("Location:../../src/login.php\n\n");
    exit();
 
-?>
+?>
\ No newline at end of file