Replacing tabs with spaces, trimming white space at EOL and newline at EOF
[squirrelmail.git] / plugins / filters / index.php
index ac1800eb7620d46002020dabcd48939b94277d9a..f5f8a9a04f7132656cf278e22d4b5682cc3ec52e 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 filters
  */
@@ -16,4 +14,4 @@
    header("Location:../../src/login.php\n\n");
    exit();
 
-?>
+?>
\ No newline at end of file