Added comments; all header() calls have to go thru template object
[squirrelmail.git] / plugins / listcommands / setup.php
index 5551efd78d9a637d53dec3aa5cf1576b7f9a41f6..68764b445ff18284e844d71cdee1fbfaa0ca3b5d 100644 (file)
@@ -3,14 +3,13 @@
 /**
  * setup.php
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * Implementation of RFC 2369 for SquirrelMail.
  * When viewing a message from a mailinglist complying with this RFC,
  * this plugin displays a menu which gives the user a choice of mailinglist
  * commands such as (un)subscribe, help and list archives.
  *
+ * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage listcommands
@@ -32,5 +31,3 @@ function plugin_listcommands_menu() {
     include_once(SM_PATH . 'plugins/listcommands/functions.php');
     plugin_listcommands_menu_do();
 }
-
-?>
\ No newline at end of file