start working on 1.5.1 release notes
[squirrelmail.git] / src / empty_trash.php
index 84a36ceb9c9e72a583954cbdb7175d2c8abb1842..d81facc7d02777f80feec6693cf202979089d724 100644 (file)
@@ -3,12 +3,11 @@
 /**
  * empty_trash.php
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * Handles deleting messages from the trash folder without
  * deleting subfolders.
  *
+ * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  */
@@ -76,4 +75,4 @@ session_write_close();
 $location = get_location();
 header ("Location: $location/left_main.php");
 
-?>
+?>
\ No newline at end of file