Don't open multiple IMAP connections when building reply headers during send
[squirrelmail.git] / class / l10n / streams.class.php
index b13cbe7f7993d1b116cfa67bf4764b3bd3568f1b..1515a029b0de7d8ea2edae6a6538ef1cd613fe9e 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
 /**
  * Copyright (c) 2003 Danilo Segan <danilo@kvota.net>.
  *
  *
  * You should have received a copy of the GNU General Public License
  * along with PHP-gettext; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ * MA  02110-1301, USA
  *
+ * @copyright &copy; 2004-2007 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
  * @package squirrelmail
  * @subpackage i18n
  */
@@ -121,4 +126,3 @@ class FileReader {
         fclose($this->_fd);
     }
 }
-?>
\ No newline at end of file