[Vtigercrm-commits] [vtiger-commits] r6856 - in /vtigercrm/trunk/modules: Utilities/language/en_us.lang.php Webmails/DetailView.php Webmails/images/index.php Webmails/js/script.js Webmails/webmails.js

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 31 09:19:58 EDT 2006


Author: saraj
Date: Wed May 31 07:19:51 2006
New Revision: 6856

Log:
License Added - ahmed

Modified:
    vtigercrm/trunk/modules/Utilities/language/en_us.lang.php
    vtigercrm/trunk/modules/Webmails/DetailView.php
    vtigercrm/trunk/modules/Webmails/images/index.php
    vtigercrm/trunk/modules/Webmails/js/script.js
    vtigercrm/trunk/modules/Webmails/webmails.js

Modified: vtigercrm/trunk/modules/Utilities/language/en_us.lang.php
==============================================================================
--- vtigercrm/trunk/modules/Utilities/language/en_us.lang.php (original)
+++ vtigercrm/trunk/modules/Utilities/language/en_us.lang.php Wed May 31 07:19:51 2006
@@ -1,3 +1,13 @@
 <?php
+/*********************************************************************************
+  ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+   * ("License"); You may not use this file except in compliance with the License
+   * The Original Code is:  vtiger CRM Open Source
+   * The Initial Developer of the Original Code is vtiger.
+   * Portions created by vtiger are Copyright (C) vtiger.
+   * All Rights Reserved.
+  *
+ ********************************************************************************/
+
 
 ?>

Modified: vtigercrm/trunk/modules/Webmails/DetailView.php
==============================================================================
--- vtigercrm/trunk/modules/Webmails/DetailView.php (original)
+++ vtigercrm/trunk/modules/Webmails/DetailView.php Wed May 31 07:19:51 2006
@@ -1,4 +1,13 @@
 <?php
+/*********************************************************************************
+  ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+   * ("License"); You may not use this file except in compliance with the License
+   * The Original Code is:  vtiger CRM Open Source
+   * The Initial Developer of the Original Code is vtiger.
+   * Portions created by vtiger are Copyright (C) vtiger.
+   * All Rights Reserved.
+  *
+ ********************************************************************************/
 require_once('include/utils/UserInfoUtil.php');
 require_once("modules/Webmails/Webmail.php");
 require_once("modules/Webmails/MailParse.php");

Modified: vtigercrm/trunk/modules/Webmails/images/index.php
==============================================================================
--- vtigercrm/trunk/modules/Webmails/images/index.php (original)
+++ vtigercrm/trunk/modules/Webmails/images/index.php Wed May 31 07:19:51 2006
@@ -1,4 +1,13 @@
 <?php
+/*********************************************************************************
+  ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+   * ("License"); You may not use this file except in compliance with the License
+   * The Original Code is:  vtiger CRM Open Source
+   * The Initial Developer of the Original Code is vtiger.
+   * Portions created by vtiger are Copyright (C) vtiger.
+   * All Rights Reserved.
+  *
+ ********************************************************************************/
 /**
  ** index.php
  **

Modified: vtigercrm/trunk/modules/Webmails/js/script.js
==============================================================================
--- vtigercrm/trunk/modules/Webmails/js/script.js (original)
+++ vtigercrm/trunk/modules/Webmails/js/script.js Wed May 31 07:19:51 2006
@@ -1,3 +1,12 @@
+/*********************************************************************************
+  ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+   * ("License"); You may not use this file except in compliance with the License
+   * The Original Code is:  vtiger CRM Open Source
+   * The Initial Developer of the Original Code is vtiger.
+   * Portions created by vtiger are Copyright (C) vtiger.
+   * All Rights Reserved.
+  *
+ ********************************************************************************/
 function showhide(argg)
 {
 	var x=document.getElementById(argg).style;

Modified: vtigercrm/trunk/modules/Webmails/webmails.js
==============================================================================
--- vtigercrm/trunk/modules/Webmails/webmails.js (original)
+++ vtigercrm/trunk/modules/Webmails/webmails.js Wed May 31 07:19:51 2006
@@ -1,3 +1,12 @@
+/*********************************************************************************
+  ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+   * ("License"); You may not use this file except in compliance with the License
+   * The Original Code is:  vtiger CRM Open Source
+   * The Initial Developer of the Original Code is vtiger.
+   * Portions created by vtiger are Copyright (C) vtiger.
+   * All Rights Reserved.
+  *
+ ********************************************************************************/
 function load_webmail(mid) {
         var node = $("row_"+mid);
 	if(node.className == "unread_email") {





More information about the vtigercrm-commits mailing list