[Vtigercrm-commits] [vtiger-commits] r7916 - in /branches/VTIGERCRM-5.0.2-MMBRICH: Smarty/templates/ include/js/objects/ modules/CommSystem/ soap/

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sun Jul 9 16:58:33 EDT 2006


Author: mmbrich
Date: Sun Jul  9 14:58:32 2006
New Revision: 7916

Log:
copyrights

Modified:
    branches/VTIGERCRM-5.0.2-MMBRICH/Smarty/templates/Buttons_List.tpl
    branches/VTIGERCRM-5.0.2-MMBRICH/Smarty/templates/Buttons_List1.tpl
    branches/VTIGERCRM-5.0.2-MMBRICH/Smarty/templates/Header.tpl
    branches/VTIGERCRM-5.0.2-MMBRICH/include/js/objects/CommSystem.js
    branches/VTIGERCRM-5.0.2-MMBRICH/include/js/objects/VtigerUser.js
    branches/VTIGERCRM-5.0.2-MMBRICH/modules/CommSystem/CommSystem.php
    branches/VTIGERCRM-5.0.2-MMBRICH/modules/CommSystem/CommSystemAjax.php
    branches/VTIGERCRM-5.0.2-MMBRICH/soap/commsystem.php

Modified: branches/VTIGERCRM-5.0.2-MMBRICH/Smarty/templates/Buttons_List.tpl
==============================================================================
--- branches/VTIGERCRM-5.0.2-MMBRICH/Smarty/templates/Buttons_List.tpl (original)
+++ branches/VTIGERCRM-5.0.2-MMBRICH/Smarty/templates/Buttons_List.tpl Sun Jul  9 14:58:32 2006
@@ -5,6 +5,7 @@
    * 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.
+   * Portions created by FOSS Labs are Copyright (C) FOSS Labs.
    * All Rights Reserved.
   *
  ********************************************************************************/

Modified: branches/VTIGERCRM-5.0.2-MMBRICH/Smarty/templates/Buttons_List1.tpl
==============================================================================
--- branches/VTIGERCRM-5.0.2-MMBRICH/Smarty/templates/Buttons_List1.tpl (original)
+++ branches/VTIGERCRM-5.0.2-MMBRICH/Smarty/templates/Buttons_List1.tpl Sun Jul  9 14:58:32 2006
@@ -5,6 +5,7 @@
    * 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.
+   * Portions created by FOSS Labs are Copyright (C) FOSS Labs.
    * All Rights Reserved.
   *
  ********************************************************************************/

Modified: branches/VTIGERCRM-5.0.2-MMBRICH/Smarty/templates/Header.tpl
==============================================================================
--- branches/VTIGERCRM-5.0.2-MMBRICH/Smarty/templates/Header.tpl (original)
+++ branches/VTIGERCRM-5.0.2-MMBRICH/Smarty/templates/Header.tpl Sun Jul  9 14:58:32 2006
@@ -5,6 +5,7 @@
    * 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.
+   * Portions created by FOSS Labs are Copyright (C) FOSS Labs.
    * All Rights Reserved.
   *
  ********************************************************************************/

Modified: branches/VTIGERCRM-5.0.2-MMBRICH/include/js/objects/CommSystem.js
==============================================================================
--- branches/VTIGERCRM-5.0.2-MMBRICH/include/js/objects/CommSystem.js (original)
+++ branches/VTIGERCRM-5.0.2-MMBRICH/include/js/objects/CommSystem.js Sun Jul  9 14:58:32 2006
@@ -1,6 +1,14 @@
-try {
+/******************************************
+ * 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 FOSS Labs.
+ * Portions created by FOSS Labs are Copyright (C) FOSS Lbas.
+ * All Rights Reserved.
+ *
+ *****************************************/
 CommSystem = Class.create();
-} catch(r){alert(r);}
+
 CommSystem.prototype = {
     	initialize: function(element,CurrentUser,chatWith,sendValue) {
 		this.debug=true;

Modified: branches/VTIGERCRM-5.0.2-MMBRICH/include/js/objects/VtigerUser.js
==============================================================================
--- branches/VTIGERCRM-5.0.2-MMBRICH/include/js/objects/VtigerUser.js (original)
+++ branches/VTIGERCRM-5.0.2-MMBRICH/include/js/objects/VtigerUser.js Sun Jul  9 14:58:32 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 FOSS Labs.
+ * Portions created by FOSS Labs are Copyright (C) FOSS Lbas.
+ * All Rights Reserved.
+ *
+ *****************************************/
 VtigerUser = Class.create();
 VtigerUser.prototype = {
         initialize: function() {

Modified: branches/VTIGERCRM-5.0.2-MMBRICH/modules/CommSystem/CommSystem.php
==============================================================================
--- branches/VTIGERCRM-5.0.2-MMBRICH/modules/CommSystem/CommSystem.php (original)
+++ branches/VTIGERCRM-5.0.2-MMBRICH/modules/CommSystem/CommSystem.php Sun Jul  9 14:58:32 2006
@@ -1,4 +1,14 @@
 <?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 FOSS Labs.
+ * Portions created by FOSS Labs are Copyright (C) FOSS Lbas.
+ * All Rights Reserved.
+ *
+ *****************************************/
+
 /*
 tiger_comm_system DB table:
 msgid: 	unique id for each msg

Modified: branches/VTIGERCRM-5.0.2-MMBRICH/modules/CommSystem/CommSystemAjax.php
==============================================================================
--- branches/VTIGERCRM-5.0.2-MMBRICH/modules/CommSystem/CommSystemAjax.php (original)
+++ branches/VTIGERCRM-5.0.2-MMBRICH/modules/CommSystem/CommSystemAjax.php Sun Jul  9 14:58:32 2006
@@ -1,4 +1,13 @@
 <?
+/******************************************
+ * 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 FOSS Labs.
+ * Portions created by FOSS Labs are Copyright (C) FOSS Lbas.
+ * All Rights Reserved.
+ *
+ *****************************************/
 global $current_user;
 require_once('Smarty_setup.php');
 require_once("data/Tracker.php");

Modified: branches/VTIGERCRM-5.0.2-MMBRICH/soap/commsystem.php
==============================================================================
--- branches/VTIGERCRM-5.0.2-MMBRICH/soap/commsystem.php (original)
+++ branches/VTIGERCRM-5.0.2-MMBRICH/soap/commsystem.php Sun Jul  9 14:58:32 2006
@@ -1,13 +1,13 @@
 <?php
-/*********************************************************************************
-** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+/******************************************
+ * 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 FOSS Labs.
  * Portions created by FOSS Labs are Copyright (C) FOSS Lbas.
  * All Rights Reserved.
-*
- ********************************************************************************/
+ *
+ *****************************************/
 
 require_once("config.php");
 require_once('include/logging.php');





More information about the vtigercrm-commits mailing list