Getting ready for 1.2.0 release.
[squirrelmail.git] / plugins / newmail / testsound.php
index 1ae75739c6dfbbd8ab5aa97d2d0dd6901b0b48f8..e8d1dcb4d479929a886bdcfe89765e20f0e75fc8 100644 (file)
@@ -1,15 +1,15 @@
 <?php
 
-   /**
   **  testsound.php
-    **  Copyright (c) 1999-2001 The Squirrelmail Development Team
-    **  Licensed under the GNU GPL. For full terms see the file COPYING.        
-    **
-    **  Displays all options relating to new mail sounds
-    **
-    **  $Id$
-    **    
   **/
+/**
* testsound.php
+ *
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.        
+ *
+ * Displays all options relating to new mail sounds
+ *
+ * $Id$
+ */
 
    chdir ("../");
    require_once('../src/validate.php');
@@ -36,4 +36,4 @@
         '</CENTER>'.
         '</BODY></HTML>';
 
-?>
\ No newline at end of file
+?>