Quote dynamic regex contents to be safe. Thanks to Daniel Hahler.
[squirrelmail.git] / functions / decode / iso_8859_7.php
index 655c1c3d2e22d7d6bbee234f2a37f9e8e9afcb33..3db20f5e9f51dd05174c286956d2dee22fb81d9e 100644 (file)
@@ -1,10 +1,8 @@
 <?php
+
 /**
  * decode/iso8859-7.php
  *
- * Copyright (c) 2003-2004 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This file contains iso-8859-7 decoding function that is needed to read
  * iso-8859-7 encoded mails in non-iso-8859-7 locale.
  *
@@ -35,6 +33,8 @@
  *  internal or external distribution as long as this notice remains
  *  attached.
  *
+ * @copyright 2003-2009 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage decode
@@ -147,4 +147,3 @@ function charset_decode_iso_8859_7 ($string) {
 
     return $string;
 }
-?>
\ No newline at end of file