[Vtigercrm-commits] [vtiger-commits] r6858 - in /vtigercrm/trunk/modules: Dashboard/accumulated_bargraph.php Home/home_rss.php Import/ImportSave.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 31 09:23:49 EDT 2006
Author: saraj
Date: Wed May 31 07:23:43 2006
New Revision: 6858
Log:
License Added - ahmed
Modified:
vtigercrm/trunk/modules/Dashboard/accumulated_bargraph.php
vtigercrm/trunk/modules/Home/home_rss.php
vtigercrm/trunk/modules/Import/ImportSave.php
Modified: vtigercrm/trunk/modules/Dashboard/accumulated_bargraph.php
==============================================================================
--- vtigercrm/trunk/modules/Dashboard/accumulated_bargraph.php (original)
+++ vtigercrm/trunk/modules/Dashboard/accumulated_bargraph.php Wed May 31 07:23:43 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.
+ *
+ ********************************************************************************/
include ("../../jpgraph/src/jpgraph.php");
include ("../../jpgraph/src/jpgraph_bar.php");
Modified: vtigercrm/trunk/modules/Home/home_rss.php
==============================================================================
--- vtigercrm/trunk/modules/Home/home_rss.php (original)
+++ vtigercrm/trunk/modules/Home/home_rss.php Wed May 31 07:23:43 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/database/PearDatabase.php');
require_once('config.php');
require_once('include/utils/utils.php');
Modified: vtigercrm/trunk/modules/Import/ImportSave.php
==============================================================================
--- vtigercrm/trunk/modules/Import/ImportSave.php (original)
+++ vtigercrm/trunk/modules/Import/ImportSave.php Wed May 31 07:23:43 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.
+ *
+ ********************************************************************************/
$count = 0;
$skip_required_count = 0;
More information about the vtigercrm-commits
mailing list