Increment year in copyright notice.
[squirrelmail.git] / plugins / message_details / setup.php
index a090bf9c8ec6daab447c0812f3a321948841792d..a56bfcb307367221fd77caa53e86b5accbd8dcde 100644 (file)
@@ -1,12 +1,12 @@
 <?php
 /**
- * Message Details plugin - main setup script  
+ * Message Details plugin - main setup script
  *
  * Plugin to view the RFC822 raw message output and the bodystructure of a message
  *
  * @author Marc Groot Koerkamp
  * @copyright Copyright &copy; 2002 Marc Groot Koerkamp, The Netherlands
- * @copyright Copyright &copy; 2004 The SquirrelMail Project Team
+ * @copyright Copyright &copy; 2004-2005 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
@@ -54,8 +54,8 @@ function show_message_details() {
                 "// -->\n" .
                 "</script>\n" .
                 "&nbsp;|&nbsp;<a href=\"javascript:MessageSource();\">$print_text</a>\n";
-    } 
+    }
     echo $result;
 }
+
 ?>
\ No newline at end of file