From 155bbb8df6332bc6a9b629f62d1725840f8d89ea Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Tue, 07 Oct 2008 14:32:56 -0400
Subject: [PATCH] - added bin/killcache.php script (#1485434) - added copyrights disclaimers

---
 bin/html2text.php |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/bin/html2text.php b/bin/html2text.php
index 478ccce..6500d28 100644
--- a/bin/html2text.php
+++ b/bin/html2text.php
@@ -1,4 +1,23 @@
 <?php
+/*
+
+ +-----------------------------------------------------------------------+
+ | bin/html2text.php                                                     |
+ |                                                                       |
+ | This file is part of the RoundCube Webmail client                     |
+ | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland                 |
+ | Licensed under the GNU GPL                                            |
+ |                                                                       |
+ | PURPOSE:                                                              |
+ |   Convert HTML message to plain text                                  |
+ |                                                                       |
+ +-----------------------------------------------------------------------+
+ | Author: Thomas Bruederli <roundcube@gmail.com>                        |
+ +-----------------------------------------------------------------------+
+
+ $Id$
+
+*/
 
 define('INSTALL_PATH', realpath('./../') . '/');
 require INSTALL_PATH.'program/include/iniset.php';

--
Gitblit v1.9.1