[Vtigercrm-commits] [vtiger-commits] r6866 - in /vtigercrm/trunk/modules: Products/UpdateListPrice.php PurchaseOrder/CreatePDF.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 31 09:44:38 EDT 2006


Author: saraj
Date: Wed May 31 07:44:33 2006
New Revision: 6866

Log:
Added license

Modified:
    vtigercrm/trunk/modules/Products/UpdateListPrice.php
    vtigercrm/trunk/modules/PurchaseOrder/CreatePDF.php

Modified: vtigercrm/trunk/modules/Products/UpdateListPrice.php
==============================================================================
--- vtigercrm/trunk/modules/Products/UpdateListPrice.php (original)
+++ vtigercrm/trunk/modules/Products/UpdateListPrice.php Wed May 31 07:44:33 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 vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+ ********************************************************************************/
+	
 global $adb;
 $record = $_REQUEST['record'];
 $pricebook_id = $_REQUEST['pricebook_id'];

Modified: vtigercrm/trunk/modules/PurchaseOrder/CreatePDF.php
==============================================================================
--- vtigercrm/trunk/modules/PurchaseOrder/CreatePDF.php (original)
+++ vtigercrm/trunk/modules/PurchaseOrder/CreatePDF.php Wed May 31 07:44:33 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 vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+ ********************************************************************************/
+
 require('include/fpdf/pdf.php');
 require_once('modules/PurchaseOrder/PurchaseOrder.php');
 require_once('include/database/PearDatabase.php');





More information about the vtigercrm-commits mailing list