New post-send hook. Though compose_sent could be a good hook name, it's too similar...
[squirrelmail.git] / contrib / decrypt_headers.php
index 1e38107378b43efb9cc49a8f4bf150836b19f6d6..48c39a18f159e7bf102269ed9ee0284e1b59b13f 100644 (file)
@@ -1,24 +1,10 @@
 <?php
+
 /**
  * Script provides form to decode encrypted header information.
  *
- * Copyright (c) 2005 The SquirrelMail Project Team
- * This file is part of SquirrelMail webmail interface.
- *
- * SquirrelMail is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * SquirrelMail is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with SquirrelMail; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- *
+ * @copyright &copy; 2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  */
@@ -41,7 +27,7 @@ include_once(SM_PATH.'functions/strings.php');
  * @param string $hex hexadecimal string created with squirrelmail ip2hex 
  *  function in delivery class.
  * @return string ip address
- * @since 1.5.1
+ * @since 1.5.1 and 1.4.5
  */
 function hex2ip($hex) {
     if (strlen($hex)==8) {