information about administrative restrictions in bug_report plugin
[squirrelmail.git] / src / view_header.php
index ed3e7a9004a9843cf959868a78c7bac00f5c83d3..5a0ddf25cb5eaf4ed93fb5d33c11d56e1f98a759 100644 (file)
@@ -3,11 +3,10 @@
 /**
  * view_header.php
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This is the code to view the message header.
  *
+ * @copyright © 1999-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  */
@@ -130,4 +129,4 @@ $mbx_response = sqimap_mailbox_select($imapConnection, $mailbox, false, false, t
 $header = parse_viewheader($imapConnection,$passed_id, $passed_ent_id);
 view_header($header, $mailbox, $color);
 
-?>
+?>
\ No newline at end of file