diff --git a/src/messenger/webim/COPYING b/src/messenger/webim/COPYING
new file mode 100644
index 00000000..5e64d086
--- /dev/null
+++ b/src/messenger/webim/COPYING
@@ -0,0 +1,15 @@
+Mibew Messenger
+Copyright (c) 2005-2009 Mibew Messenger Community
+
+TERMS OF USE
+
+Mibew Messenger is currently available for use in all personal or
+commercial projects under both EPL and GPL licenses. This means
+that you can choose the license that best suits your project, and
+use it accordingly.
+
+Eclipse Public License:
+http://www.eclipse.org/legal/epl-v10.html
+
+General Public License:
+http://www.gnu.org/copyleft/gpl.html
diff --git a/src/messenger/webim/INSTALL.txt b/src/messenger/webim/README
similarity index 80%
rename from src/messenger/webim/INSTALL.txt
rename to src/messenger/webim/README
index 97c58a3c..c50b3fbd 100644
--- a/src/messenger/webim/INSTALL.txt
+++ b/src/messenger/webim/README
@@ -1,23 +1,17 @@
-
 Mibew Messenger
 Copyright (c) 2005-2009 Mibew Messenger Community
 
-All rights reserved. This program and the accompanying materials
-are made available under the terms of the Eclipse Public License v1.0
-which accompanies this distribution, and is available at
-http://www.eclipse.org/legal/epl-v10.html
-
 REQUIREMENTS
 
  * Apache web server 1.3.34 or above
  * MySQL database 5.0 or above
  * PHP 4.x or above with MySQL support
 
-QUICK INSTALLATION
+INSTALLATION
 
 1. Create folder with name 'webim' in the root of your website.
 2. Upload all the files contained in this archive (retaining the directory structure) into created folder.
-Be sure to chromo the webim folder to 755 and the install folder to 644.
+   Be sure to chromo the webim folder to 755 and the install folder to 644.
 3. Add a MySQL database with the name 'webim'
 4. Edit /webim/libs/config.php to the information needed to connect to the database
 5. Using your web browser visit http://<yourdomain>/webim/install/ and
diff --git a/src/messenger/webim/VERSION b/src/messenger/webim/VERSION
new file mode 100644
index 00000000..b063f0fb
--- /dev/null
+++ b/src/messenger/webim/VERSION
@@ -0,0 +1 @@
+Mibew/1.6.2
\ No newline at end of file
diff --git a/src/messenger/webim/libs/common.php b/src/messenger/webim/libs/common.php
index d798d9a4..b774cc2a 100644
--- a/src/messenger/webim/libs/common.php
+++ b/src/messenger/webim/libs/common.php
@@ -24,7 +24,7 @@ session_start();
 require_once(dirname(__FILE__).'/converter.php');
 require_once(dirname(__FILE__).'/config.php');
 
-$version = '1.6.1';
+$version = '1.6.2';
 
 function myiconv($in_enc, $out_enc, $string) {
 	global $_utf8win1251, $_win1251utf8;
@@ -551,7 +551,7 @@ function webim_mail($toaddr, $reply_to, $subject, $body) {
 	mail($toaddr, $real_subject, wordwrap(myiconv($webim_encoding, $mail_encoding, $body),70), $headers);
 }
 
-$dbversion = '1.6.0.3';
+$dbversion = '1.6.2';
 
 $settings = array(
 	'dbversion' => 0,